jesseward / discogstagger

Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
MIT License
70 stars 13 forks source link

Discogstagger On Windows. Is it possible? #24

Closed ZabrielZacob closed 9 years ago

ZabrielZacob commented 9 years ago

Hello,

Discogstagger is a great tool for anybody loves serious music organization. I am on a dual boot machine windows/linux and i would like it to be accessible from both oses. Is it possible? I really need this Great Tool.

Thanks!

jesseward commented 9 years ago

Hi @ZabrielZacob , i am not sure if it has been tested on Windows. But a quick check at the code hints that it will likely fail at points.

For example, there looks to be hard coded path separators here https://github.com/jesseward/discogstagger/blob/master/discogstagger/taggerutils.py#L199-L204 . This type of garbage would need to be cleaned up.

I would say give it a try and report your errors back here. Ensure you back-up the source audio directory prior to running any actions though ;-)