After 2 days in stable version, emby is back in beta.
What can we do to ignore beta builds, or to be precise what developers do for this issue
Thank you
After 2 days in stable version, emby is back in beta.
What can we do to ignore beta builds, or to be precise what developers do for this issue
Thank you
I think it is covered by the Apps info pages for Github or the discussions link there.
OK, I will contact them
Thanks
They tell me that:
Hi, you can determine that it’s not beta if the release name does not end in -beta
They tell me also that : “We really haven’t changed anything.”
From https://hub.docker.com/r/emby/embyserver
The only difference in Docker commands is
Pulls LATEST
docker pull emby/embyserver
Pulls the BETA
docker pull emby/embyserver:beta
Oh well… I hate doing the middleman with app maintainer and emby devs, why you people don’t contact them directly…
I still posting to them what you guys say here.
I am not an app maintainer.
I provided the links, above, to the Apps related Github page and the Apps related discussions link.
I am posting what I found by glancing at the Emby website. Feel free to make a custom app and install Emby instead of using the version in the apps catalog.
I was mentioning stavros-k not you,
Thanks Anyway
Thats the Answer from EMBY devs
The release names on github releases end in -beta for betas. Additionally beta releases are also marked with the prerelease flag. So if you’re using the github api, either of those two could be checked.
We had never said it would be this way with 3rd or 4th digit. In fact when someone mentioned that this is how they are determining it, that was the first I heard of it.
Another post from an EMBY dev was
Are they not able to send a curl to the github api to get info on the release?
I told them based on another post about this that i found here that @stavros-k was able to update the bot with regex matching and linked that post on the Emby forum topic that we have there regarding this problem.