musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 779796d456288eb66c9070a98e575123999457a8
parent d97b9443701b60e4b4ebce9f231a7b84e65c8981
Author: lostd <lostd@2f30.org>
Date:   Sun, 12 Jan 2014 13:12:20 +0000

Done some, some are new ideas

Diffstat:
MTODO | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO @@ -1,11 +1,15 @@ # Features -## Support for re-fixing of music files - * Use the comment field to save the discogs release id - * When re-fixing files load release id from the comment - * Sanity check: all music files in cwd should have identical comment fields - * If release.yaml file exists in cwd it takes precedence +## Support for generating release files from tags + * Use taglib to create a cfg hash + * Sanity check: all music files should have identical album fields + +## Option to check Discogs.com for updates + * Save original release id in release file (not just in comment) + * Get release data again + * This won't work with modified release files (needs some checks) ## Bugs * The zero counting for artwork filename looks at the original tracklist and not the filtered one + * I don't use filtering that much, maybe remove it?