Skip to content

Commit

Permalink
Merge pull request #113 from 4lex0017/Fix-audio-tag-doccomment
Browse files Browse the repository at this point in the history
Fix audio Tag
  • Loading branch information
4lex0017 authored Sep 23, 2023
2 parents 170bd84 + 6e60ad8 commit 2e7daec
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 2e7daec

Please sign in to comment.