Skip to content

Commit

Permalink
Fix audio Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
4lex0017 committed Sep 23, 2023
1 parent db1b9b2 commit 6e60ad8
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions src/backend/modules/audio_stream_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,9 @@ def tag_audio_file(savename: str, tags: dict):
"""
Tags an audiofile with different tags.
Possible tags:
* album
* albumartist
* artist
* artwork
* comment
* compilation
* composer
* discnumber
* genre
* lyrics
* totaldiscs
* totaltracks
* tracknumber
* tracktitle
* year
* isrc
Possible tags: album, albumartist, artist, artwork, comment, compilation,
composer, discnumber, genre, lyrics, totaldiscs, totaltracks, tracknumber,
tracktitle, year, isrc
:param savename: path to savefile
:param tags: dict of tags
Expand Down

0 comments on commit 6e60ad8

Please sign in to comment.