Improved strm file support#1527
Conversation
|
fyi: strm files can point to local files and isRemote will be false for them. (but they still need to be probed) |
2fa5156 to
d183f95
Compare
|
If this is automatic please consider making this optional (opt-in) or add an API URL parameter or this could completely break my use case for strm files, which is reduced server load from not analyzing every media item. If this looks like regular playback on the server then I have no way to block this feature. |
I updated the code so it doesn't check |
|
CAVEAT It probes the first stream only Doesn't let me change the subtitles in the player Also, changes to subtitles and audio track in the 3 dots details page don't appear to work in the player in my testing When I switch versions of the stream it doesn't probe the new stream chosen Inconsisteny with the next track in a season I have to back out and into the season, before navigating the episodea trigger the probing |
Omg, so close, hope this can get solved and this would be complete perfection! ❤️ thanks @damontecres, you are the goat |
Description
Improves support for strm files
When loading the details of a media item that is backed by the strm file, the app will query the server as if playback for it is starting. This causes the server to probe the remote source.
After that, the details are updated. The play buttons are disabled during the process as well.
TODO
MediaStreamdataRelated issues
Closes #216
Requires #1522
Testing
Emulator testing for videos, movies, & episodes
Screenshots
N/A
AI or LLM usage
None
Try it out?
See instructions here