That may be what OP meant.
OP asked:
so i have to wait for an android update to support file playback again?
I just said that this was a VLC for Android update that will fix it. About that, we are about to build 3.5.0 Beta 4 that will contain this fix.
Separately, how do the nightlies work? If I have 3.5.0 Beta 3, is it important to pick up a newer one? weekly? Do these have bug fixes, or new features that might introduce new bugs? What prompts y'all to name it Beta 4? Better to pick up the earliest Beta 4, or the last Beta 3, which is presumably more solid?
That's a lot of questions, I'll try to address them all. Nightly versions are not versioned. The date is the version. They do not auto update either, so to keep it up-to-date, you have to do it manually.
How it works:
- the developers make improvements, bug fixes, new features on their own repository
- they then open a Merge Request. It's a request for the code to be added to the main repository
- while the code has not been merged, it won't be available in the nightly.
- every night (in Europe), a nightly version is built and published on our website
So for example, today's nightly will include the vgm fix because
https://code.videolan.org/videolan/vlc- ... uests/1341 is merged, but won't include for example the album rework (
https://code.videolan.org/videolan/vlc- ... uests/1337) because it's not
In term of stability, non beta versions should be the most stable ones. A beta 1 is often not and it will improve over the next versions. But we also add new features in the way, so the stability should fluctuate a bit. Even for beta versions, given the number of beta testers we have, we try to avoid too unstable releases and we quickly update if it's the case. All this is only true for play Store betas, nightly versions may be occasionally unstable if we did not see a bug.