SOLVED: Some of my programs are not recording. How do I troubleshoot? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Some of my programs are not recording. How do I troubleshoot? (/t-solved-some-of-my-programs-are-not-recording-how-do-i-troubleshoot) |
Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-09-06 I am using an hdhomerun quattro to record over the air broadcasts. Some of my scheduled recordings are not being recorded. I have searched through the jellyfin logs in /var/log/jellyfin but I am not seeing anything related to the programs not being recorded. How do I enable debug logging for the timers associated with the dvr recordings? RE: Some of my programs are not recording. How do I troubleshoot? - bitmap - 2023-09-29 https://letmegooglethat.com/?q=Jellyfin+debug+logging&l=1 RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-09-30 Hi bitmap! I lost my secret decoder ring for the XDG Base Directory Specification. I am running jellyfin on ubuntu 22.04. Where do I put this logging.json file? https://letmegooglethat.com/?q=what+the+fuck+is+the+xdg+specification+and+why+do+I+care%3F Then I assume I need to execute sudo service jellyfin restart? RE: Some of my programs are not recording. How do I troubleshoot? - TheDreadPirate - 2023-09-30 Put the logging.json in, I believe, /etc/jellyfin. RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-08 (2023-09-30, 11:11 PM)TheDreadPirate Wrote: Put the logging.json in, I believe, /etc/jellyfin. Thank you. I will let you know if that works. Soon. RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-18 That worked. I also cleaned up my xmltv.xml file. And removed pluto tv as a source. However I would describe the way shows are being recorded as buggy as hell. Sometimes the recording icon is gray. Disabling and renabling the entire series sometimes helps but I would describe it as not ready for production (beta) code. Anything I can do to help? RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-20 It occurs to me that the data source may be wrong. Quite often the shows that are not recording are labeled as repeat. But they are not repeats. Is there anyway I can override the behavior where it does not record repeats. The data is coming from zap tv website zap2it http://tvlistings.zap2it.com and I selected my zipcode and antenna as input methods. The xmltv.xml is updated every 6 hours in a cron using an opensource perl script I found. I can provide sample data if necessary. RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-20 Code: <programme start="20231020110000 -0400" stop="20231020120000 -0400" channel="I11.1.21103.zap2it.com"> Code: <programme start="20231023110000 -0400" stop="20231023120000 -0400" channel="I11.1.21103.zap2it.com"> Code: <programme start="20231024110000 -0400" stop="20231024120000 -0400" channel="I11.1.21103.zap2it.com"> Code: <programme start="20231025110000 -0400" stop="20231025120000 -0400" channel="I11.1.21103.zap2it.com"> Code: <programme start="20231026110000 -0400" stop="20231026120000 -0400" channel="I11.1.21103.zap2it.com"> Here are xml fragments for the show that is not recording though we have selected it to record. The full file is too large to transfer on pastebin. RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-20 (2023-10-20, 03:11 PM)grumpycat Wrote: RE: Some of my programs are not recording. How do I troubleshoot? - grumpycat - 2023-10-25 The series setting record all shows is not working if the show is a repeat. This looks like a bug. I have screenshots attached. |