cmcginty / flacsync

Recursively mirror a directory tree of FLAC audio files to AAC or OGG.
http://packages.python.org/flacsync/
Other
30 stars 8 forks source link

Dev #1

Closed cacack closed 13 years ago

cacack commented 13 years ago

These are probably ugly hacks but they work...

9f85376 fixes a small typo in the encoder list. da323950 and 2560c61f change the cover art thumbnail generation behavior. All my cover art is already sized so I really just want it to embed the art without resizing. c5c842e9 copies the cover art into the destination folder structure. This is for players that do not support embedded cover art.

cmcginty commented 13 years ago

Thanks, I pulled in most of this stuff. I updated some of the commits to clean them up. I will try to keep the 'rc' branch for new features, and use 'dev' for experimental stuff. So its probably safer to work off of 'rc' now.