KristoforMaynard / music-tag

Simple interface to edit audio file metadata
MIT License
125 stars 19 forks source link

Export csv with raw values #22

Open parisni opened 3 years ago

parisni commented 3 years ago

Fixes #19

KristoforMaynard commented 3 years ago

Great, thanks for this! I think I'll want to play with this usability of the for a little bit before I merge it. My initial thought is to let any content render out to the csv file using raw (and maybe display a warning). In terms of writing to an audio file from a csv, I suppose this lib should let users write whatever they please as long as mutagen accepts it. I haven't looked close enough yet to see if this PR will behave that way. But again, thanks for finding this issue and fixing it :)