We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tagging a ogg file with --tag "FOOBAR=BAZ" FILE.ogg strips some of the tags:
Original File:
ALBUM=Creep Live DISCTOTAL=0 ARTIST=Brandi Carlile COMPILATION=0 TITLE=Creep TOTALDISCS=0 REPLAYGAIN_TRACK_PEAK=1.114610 TOTALTRACKS=0 ALBUMARTIST=Brandi Carlile DATE=2008 TRACKNUMBER=1 REPLAYGAIN_TRACK_GAIN=-7.94 dB TRACKTOTAL=0
After lltag edited tags:
ARTIST=Brandi Carlile TITLE=Creep ALBUM=Creep Live TRACKNUMBER=1 DATE=2008 RATING=7 ALBUMARTIST=Brandi Carlile REPLAYGAIN_TRACK_PEAK=1.114610 REPLAYGAIN_TRACK_GAIN=-7.94 dB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tagging a ogg file with --tag "FOOBAR=BAZ" FILE.ogg strips some of the tags:
Original File:
After lltag edited tags:
The text was updated successfully, but these errors were encountered: