XaF / TraktForVLC

Automatically trakt.tv what you're watching on VLC
300 stars 49 forks source link

Play time scaling fix & release type in built version to manage specific built versions #106

Closed XaF closed 6 years ago

XaF commented 6 years ago

Previous patch included the legacy MacOS version. Encoding the build type in the binaries allow to know exactly what binary should be downloaded for the updates (i.e. for the MacOS example, to know to download osx_legacy and not osx).

This also includes a fix for the play time computation, as time unit used in VLC 2 (seconds) is different from the time unit now used in VLC 3 (microseconds). This will fix #104.