Prerelease - babsonnexus/stream-link-manager-for-channels GitHub Wiki
On occasion, there may be early, non-production ready versions of Streaming Library Manager made available for testing. Each of these is known as a "Prerelease" and is not generally accompanied by any announcement of a new version created, nor specifics of what is included. Some users may be directed to use these versions to test a requested element before they go live for everyone. Anyone may use these versions, as well; however, it will be at your own risk.
In order to use the Prerelease version, follow the directions below. Note that when you are using the Prerelease path, the Check for Upgrades
functionality is disabled and you will not be alerted when a new version is available.
Docker
Change your tag
to main
and update your container accordingly.
Windows
Make sure you are using a version of the batch script from after March 5, 2025. If you downloaded your batch script before then, just redownload it and replace it. After doing so, all you will do is add "prerelease" to the end of the command. For instance, to upgrade, it would be this:
slm.bat upgrade prerelease
If using PowerShell, type in:
.\slm.bat upgrade prerelease
Linux
Make sure you are using a version of the bash script from after March 5, 2025. If you downloaded your bash script before then, just redownload it and replace it. After doing so, all you will do is add "prerelease" to the end of the command. For instance, to upgrade, it would be this:
./slm.sh upgrade prerelease
Python
Download the slm_prerelease_python.zip file and follow the regular directions from there.