shyguyNC / mp3manager

A small ruby gem for moving and renaming mp3s based on their id3 tags
MIT License
1 stars 1 forks source link

mp3manager only supports mp3s #2

Open shyguyNC opened 12 years ago

shyguyNC commented 12 years ago

We would like for mp3manager to handle not just mp3s, but other types of audio as well: .wav, .m4a, .flac, .ogg, etc. This issue is a stub for doing some R&D on whether or not id3 tagging is even allowed on those file types (yes I'm lazy and haven't looked it up).

shyguyNC commented 12 years ago

id3 tags are out for wav files, however a lot of DJs like to buy .wav format from Beatport and other sites - kind of a problem

shyguyNC commented 12 years ago

Seeing as this is mp3manager, not audiomanager, I think we're just going to worry about mp3 files only. Though that does suck for DJs (the intended audience) who buy lossless formats, implementing other features is a higher priority right now imo. If anyone else wants to offer up some suggestions on supporting other audio types - it will have to be done with something besides id3 tags. Other audio management programs do this, but it does mean we can't lean on mp3info to do all the lifting. Feel free to chime in!