martinatime / SuperDeDuper_archived

A program for cataloging, updating, and reducing duplicates of MP3 files
1 stars 0 forks source link

More detailed data store records for each song #8

Open martinatime opened 11 years ago

martinatime commented 11 years ago

Dependency on Song Discovery and Cataloging (issue #6)

Develop the ability (or use a library) to retrieve all of the meta data associated with each song file and store that data in the data store record associated to the song. This should include

Possible enhancements to this

evnjones commented 11 years ago

Does DRM on media files restrict access to the metadata, or just the ability to play the file? If it's the former, will we still index DRM'ed media files and at least retain the basic information that can be extracted from them without having to deal with the DRM itself?

The hashing is a really good idea. That will come in handy when we get to the point of identifying duplicates within the library.

I'm not sure what is meant by Fuzzy parsing of the filename to hint at more information. Can you elaborate?

evnjones commented 11 years ago

One other thought. We should allow the user to manually tag records. The tagging could be implemented along with issue #13, but we probably need to make sure to allocate space for that information at this point.

martinatime commented 11 years ago