crra / mp3binder

🎵 concatenating, joining, binding MP3 files without re-encoding
MIT License
48 stars 5 forks source link

Support spaces in tags without quotes #5

Closed crra closed 2 years ago

crra commented 2 years ago

Works: --tapply 'TIT2="Foo foo",TALB=bar' --> TIT2=Foo foo Broken: --tapply TIT2="Foo foo",TALB=bar --> TIT2=Foofoo