Thanks for your feedback JiRo
Posts by absalom
-
-
I enhanced the remote.xml
Code
Display More<keymap> <global> <remote> <red>ContextMenu</red> <green>ActivateWindow(home)</green> </remote> </global> <TVRecordings> <remote> <red>ContextMenu</red> <green>ActivateWindow(home)</green> </remote> </TVRecordings> </keymap>
now it works als0 for TVRecordings, but I don't understand why. Is TVRecordings not included in global?
-
Hello,
I created a remote.xml:
Code<keymap> <global> <remote> <red>ContextMenu</red> <green>ActivateWindow(home)</green> </remote> </global> </keymap>
for the Context Menu with the red button and the home window with the green button. Both working fine. But when using the red or green button in the TV/Recordings window, then both buttons seem to have no function.
For https://paste.libreelec.tv/deciding-drum.log I pushed the red button and then the green button first in the TV program overview window (reaction as expected), and after that in the TV/Recordings window (no reaction).
Has anyone an idea why it doesn't work in TV/Recordings window?
Thank you
-
I found it already.
I missed to enter in TVheadend the password for the user. After I did that, it works fine.
Have a nice day
-
Hello,
I use LibreELEC 12.0.2 (RPI2.arm) together with Tvheadend 4.3~28de5c0 on a NAS.
When I want to start a TV record, the error message "Could not save the timer. Check the log for more information about this message" appears, the log says
2025-03-29 23:43:59.637 T:979 error <general>: AddOnLog: pvr.hts: Command addDvrEntry failed: Access denied
2025-03-29 23:43:59.638 T:979 error <general>: AddTimer: Add-on 2146250726 returned an error: server errorWhen I want to see a recorded TV movie, the error message "Allgemeiner Fehler bei der Wiedergabe. Für mehr Informationen Protokoll einsehen" ("General playback error. See log for more information.") appears, the log says
2025-03-30 00:18:43.378 T:979 info <general>: VideoPlayer::OpenFile: pvr://recordings/tv/active/Navy%20CIS%20Wir%20sind%20alle%20Simon%20Williams%0aCrime-Serie%2c%20USA%202023%0aAltersfreigabe%3a%20ab%2012, TV%20(kabel%20eins), 20250328_192254, 1496882761.pvr
2025-03-30 00:18:43.379 T:2317 info <general>: Creating InputStream
2025-03-30 00:18:43.632 T:2317 error <general>: AddOnLog: pvr.hts: Command fileOpen failed: Access denied
2025-03-30 00:18:43.632 T:2317 error <general>: AddOnLog: pvr.hts: vfs failed to open file
2025-03-30 00:18:43.632 T:2317 error <general>: CVideoPlayer::OpenInputStream - error opening [pvr://recordings/tv/active/Navy%20CIS%20Wir%20sind%20alle%20Simon%20Williams%0aCrime-Serie%2c%20USA%202023%0aAltersfreigabe%3a%20ab%2012, TV%20(kabel%20eins), 20250328_192254, 1496882761.pvr]
Full debug log in https://paste.libreelec.tv/evolving-sailfish.logI assumed a problem with the access rights, but I can see the TV movie via SSH in /storage/recordings and I can view the TV movie when I include the recordings-folder in Video.
Do you have an idea what I could check next? Thank you.