ftrvxmtrx / split2flac

Split flac/ape/wv/wav + cue sheet into separate tracks
253 stars 34 forks source link

opus is tagged with id3 tags, creating invalid files #34

Open pgeorgi opened 6 years ago

pgeorgi commented 6 years ago

Chrome (and maybe others) doesn't recognize opus files with id3 tags. Opus has its own tagging scheme that should be used instead. The "canonical" way to update tags in existing opus files seems to be through the mutagen python library.