You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
After autotune all pvr channels were added with : "All channel" within the m3u cache files.
Example:
"pvr://channels/tv/All channel/pvr.vuplus_1.pvr"
but after that the channels aren't usable.
I changed these lines to:
"pvr://channels/tv/Alle Kanäle/pvr.vuplus_1.pvr"
and pvr is working.
Thanks, I'm aware of the issue... PTVL currently only supports english language. I will make corrections for multilanguage support near the final build.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After autotune all pvr channels were added with : "All channel" within the m3u cache files.
Example:
"pvr://channels/tv/All channel/pvr.vuplus_1.pvr"
but after that the channels aren't usable.
I changed these lines to:
"pvr://channels/tv/Alle Kanäle/pvr.vuplus_1.pvr"
and pvr is working.
Snipped from the kodi.log:
21:26:06 5369.981934 T:1957249968 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All channels/pvr.vuplus_2.pvr 21:26:06 5369.985352 T:1656746992 NOTICE: Creating InputStream 21:26:06 5369.985840 T:1656746992 ERROR: PVRFile - Open - channel not found with filename pvr://channels/tv/All channels/pvr.vuplus_2.pvr 21:26:06 5369.986328 T:1656746992 ERROR: CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.vuplus_2.pvr] 21:26:06 5369.986328 T:1656746992 NOTICE: CDVDPlayer::OnExit() 21:26:06 5369.986816 T:1957249968 ERROR: Playlist Player: skipping unplayable item: 0, path [pvr://channels/tv/All channels/pvr.vuplus_2.pvr] 21:26:06 5370.202637 T:1957249968 NOTICE: CDVDPlayer::CloseFile()
The text was updated successfully, but these errors were encountered: