nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
892 stars 64 forks source link

Nightly builds link to a non-existent VLC 4.0 build #103

Open webaschtl opened 6 months ago

webaschtl commented 6 months ago

The link next to https://github.com/nurupo/vlc-pause-click-plugin-nightly-builds/releases/tag/ci-nightly-latest#:~:text=4.0.0%2D20200403%2D0251/-,vlc%2D4.0%2D64bit%2Dwin.zip,-https%3A//nightlies.videolan is broken.

– at the moment: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20200403-0837/

nurupo commented 6 months ago

Thanks for reporting. It is a known issue -- the automated nightly builds haven't worked for some time now, due to VLC4 breaking the API causing the build to fail (that has been fixed in the master since then) and also due to Travis-CI going under. You can see that the release you linked to was done in 2021. Just need to find some time and will to port the nightly repo to GitHub actions. Nightly builds are a rather low priority optional thing, so I have been putting it aside for a while. (I'm also somewhat burned out in regards to nightly build publishing from having to write ci-release-publisher in order to have sane nightly build publishing on Travis-CI just to have Travis-CI go under a year or two later and all that work be for waste). Since you have reported this I guess I better prioritize it more then. Can't commit to a specific timeline as I will be busy with other things in the upcoming days, but I will keep this issue in mind.