remove donation
python3 migration. Check for directory.
shebang line explicit for python2 (issue #6)
Copy M4A too
README, only some id3tags are copied
update README
follow symlinks option. Cleanup.
Refactor flac_to_mp3: FLAC tags are handled in a separate function
Fix the shellquote method for Windows
Make the script compatible with Windows: - new versions of the shellquote and cp methods - avoid unlimited recursion on Windows when multiprocess is activated
Add a multiprocess option to run music conversion in parallel.
Add synonyms to totaldiscs and totaltracks tags: disctotal and tracktotal
Handling of new ID3 tags during mp3 conversion: albumartist, discnumber, totaldiscs, totaltracks and composer.
Merged in markusn/music-collection-sync/unbreak-mp3-encode (pull request #2) Unbroke flac to mp3 encoding.
Unbroke flac to mp3 encoding.
Merged in markusn/music-collection-sync/resample-to-441khz (pull request #1) Added option to resample to 44.1KHz when converting.
Added option to resample to 44.1KHz when converting.
align to 80 chars
add readme
Source and target collission bug