-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot play recordings from Kodi library #914
Comments
I think it should work, although I’ve never tried. @ksooo, before going down a rabbit hole, should this work? |
I've completed some further tests.
Extract from log: I then restarted Kodi, and again successfully played the movie from PVR recordings. However, this time the entry played was pvr://recordings/tv/active/Back%20to%20Black, TV, 20241019_090314, 915726481-Back to Black.pvr, different to that noted in step 4 above. So each time Kodi restarts the recordings are created with a different timestamp, so I can see how playing from the library would fail after a Kodi restart. |
Nice work, good debugging! As far as I can tell that timestamp is not created by the add-on, it must be created by kodi when processing the recording. I don't know right now if the add-on that influence that timestamp or not. Maybe @ksooo has some thoughts. If it can be influenced then maybe we can do something to make those links more permanaent instead of temporal. |
I wanted to check if the following use case should work. Running Kodi 21.1 with latest version of Simple Client.
One of my Simple Client instances is configured for media. I have run a test with two movie entries in the m3u file. Both movies are listed under recordings and play successfully from there.
I then noticed that I could add "recordings" as a source for the video library. I did this and both movies were successfully scraped into the library. However, neither play from the library - I get the error "CVideoPlayer::OpenInputStream - error opening [pvr://recordings/tv/active/Movies/Back%20to%20Black, TV, 20241017_152608, 915726481-/Movies/Back to Black.pvr]" in the Kodi log.
I don't recall seeing this listed as supported functionality in any change logs/release notes, but wanted to know if it should work on Kodi 21.1. Many thanks for your help
The text was updated successfully, but these errors were encountered: