ellington-project / ellington

Automated tempo estimation for swing dance DJs
GNU General Public License v3.0
10 stars 0 forks source link

Add support for windows equivalents of id3v2 and mp4tags #6

Closed AdamBrouwersHarries closed 6 years ago

AdamBrouwersHarries commented 6 years ago

The command line programs id3v2 and mp4tags are not available on windows. In order to support windows, Ellington either needs to use a platform agnostic library for managing metadata or find equivalent windows programs.

mp4 tags: https://code.google.com/archive/p/mp4v2/ (or equivalent) id3v2 tags: any...

AdamBrouwersHarries commented 6 years ago

Done using talamel - thought we don't support writing tags, and likely never will.