NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 4 5 6 7 8 … 43 Next »
Issue with exporting XMLTV via channel.xmltv

 
  • 0 Vote(s) - 0 Average
Issue with exporting XMLTV via channel.xmltv
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#1
2024-06-17, 01:21 PM
I have been trying to access the XMLTV Guide at http://localhost:8866/service?method=channel.xmltv.

However I get this message included in the message below.

XML Parsing Error: not well-formed

Is there anyway to fix it?


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#2
2024-06-17, 02:14 PM
Your browser doesn't typically know how to render xmltv but in this case we need to see your zipped logs to see what is not encoded properly

Martin
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#3
2024-06-17, 05:29 PM
(2024-06-17, 02:14 PM)mvallevand Wrote: Your browser doesn't typically know how to render xmltv but in this case we need to see your zipped logs to see what is not encoded properly

Martin

My Logs are below.
You were right as the browser I was testing was Firefox. I have just tested it in Edge and I can see the guide.

However, it seems like Jellyfin cannot understand it as it refuses to update with the xmltv link.
I know there is a plugin for NextPVR in Jellyfin which is brakes the latest version of Jellyfin, so I am forced to resort to the M3U and XML method.


Attached Files
.zip   logs-20240617-1726.zip (Size: 887.7 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#4
2024-06-17, 05:45 PM (This post was last modified: 2024-06-17, 05:58 PM by mvallevand.)
Turns out that error isn't logged you will have to grab the file using curl

curl http://10.10.0.100:8866/service?method=channel.xmltv -o xmltv.xml

then zip and attach it. Probably a UTF issue or an issue from the OTA update from the HDHR.

The plugin does not break the current version on Jellyfin. There appear to be many users that have the plugin installed without NextPVR installed and Jellfyfin can't properly handle all the calls that it is making to a server that doesn't exist. I recently released a patch to try and mitigate this for those users but since you have NextPVR installed it should be an issue anyway.

Martin
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#5
2024-06-17, 06:19 PM
(2024-06-17, 05:45 PM)mvallevand Wrote: Turns out that error isn't logged you will have to grab the file  using curl

curl http://10.10.0.100:8866/service?method=channel.xmltv  -o xmltv.xml

then zip and attach it.  Probably a UTF issue or an issue from the OTA update from the HDHR.

The plugin does not break the current version on Jellyfin. There appear to be many users that have the plugin installed without NextPVR installed and Jellfyfin can't properly handle all the calls that it is making to a server that doesn't exist.  I recently released a patch to try and mitigate this for those users but since you have NextPVR installed it should be an issue anyway.

Martin

I have uploaded the logs.

It seems like the nextpvr plugin has been updated to v11 which doesn't break from v10 which was prevented Jellyfin from installing (even when I had it installed)


Attached Files
.zip   xmltv.zip (Size: 1.43 MB / Downloads: 1)
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#6
2024-06-17, 06:27 PM
(2024-06-17, 05:45 PM)mvallevand Wrote: Turns out that error isn't logged you will have to grab the file  using curl

curl http://10.10.0.100:8866/service?method=channel.xmltv  -o xmltv.xml

then zip and attach it.  Probably a UTF issue or an issue from the OTA update from the HDHR.

The plugin does not break the current version on Jellyfin. There appear to be many users that have the plugin installed without NextPVR installed and Jellfyfin can't properly handle all the calls that it is making to a server that doesn't exist.  I recently released a patch to try and mitigate this for those users but since you have NextPVR installed it should be an issue anyway.

Martin

One additional question does the Jellyfin NextPVR Plugin in the settings for the Base URL support support domain names or just ipaddress:8866?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#7
2024-06-17, 07:18 PM (This post was last modified: 2024-06-17, 07:46 PM by mvallevand.)
Yes there is some bad markup in there. 0x19 It seems like this problem https://forums.nextpvr.com/showthread.ph...#pid517171

Sub might need a full mux capture from your HDHR for the frequency with WildEarth, 506000000 If you want I can give details on supplying this.

The plugin allows a hostname yes, with some enhancement in v11 to deal with IPv6 security.. From your previous post I can't tell if the v11 update is working.

Martin
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#8
2024-06-17, 09:02 PM
(2024-06-17, 07:18 PM)mvallevand Wrote: Yes there is some bad markup in there. 0x19    It seems like this problem https://forums.nextpvr.com/showthread.ph...#pid517171

Sub might need a full mux capture from your HDHR for the frequency with WildEarth, 506000000  If you want I can give details on supplying this.

The plugin allows a hostname yes, with some enhancement in v11 to deal with IPv6 security..  From your previous post I can't tell if the v11 update is working.

Martin

Ok. I'll be happy to do this. Thank you for your assistance.

Also regarding the hostname. I put the hostname in this format https://example.media.example.com (Where example.com is my domain name) and when I clicked refresh guide data button under Live TV in Jellyfin.
It refused to work, I am using a reverse proxy to serve the domain internally so I am wondering if there is anything special I need to look out for or enable for refreshes.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#9
2024-06-17, 09:18 PM (This post was last modified: 2024-06-17, 09:19 PM by mvallevand.)
From a PC on your network with hdhomerun_confins installed or from within the Docker run

Code:
hdhomerun_config 1252E9E0 set /tuner0/channel eu-bcast:506000000  
hdhomerun_config 1252E9E0 set /tuner0/filter "0x0000-0x1FFF"
hdhomerun_config 1252E9E0 save /tuner0 fullmux.ts

stop after a minute and make fullmux.ts available through external storoage Sub might be able to live with just filtering 0x12 but I cannot.

Without logs (Jellyfin and NextPVR I can't help) much, however since it was working as http to get the m3u and xmltv file, I will assume your https reverse proxy is failing.

Martin
thelanofvilles
Offline

Junior Member

UK
Posts: 17
Threads: 3
Joined: Jun 2024
#10
2024-06-18, 06:22 PM
(2024-06-17, 09:18 PM)mvallevand Wrote: From a PC on your network with hdhomerun_confins installed or from within the Docker run

Code:
hdhomerun_config 1252E9E0 set /tuner0/channel eu-bcast:506000000 
hdhomerun_config 1252E9E0 set /tuner0/filter "0x0000-0x1FFF"
hdhomerun_config 1252E9E0 save /tuner0 fullmux.ts

stop after a minute and make fullmux.ts available through external storoage Sub might be able to live with just filtering 0x12 but I cannot.

Without logs (Jellyfin and NextPVR I can't help) much, however since it was working as http to get the m3u and xmltv file, I will assume your https reverse proxy is failing.

Martin


So the code snippet included in the jellyfinnextpvrlogs is what happens when I use my domain name in the Nextpvr plugin on Jellyfin. I have changed my domain name from the change host in the logs taken from Jellyfin above.

When running " hdhomerun_config 1252E9E0 set /tuner0/channel eu-bcast:506000000  " . I got "ERROR: invalid channel"

Below is also is my nextpvr logs. I keep getting "unable to create file fullmux.ts" when running the last command mentioned above.


Attached Files
.zip   logs-20240618-1820.zip (Size: 1.2 MB / Downloads: 0)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Exporting Recordings The1nOnlyHMatt 2 82 2025-06-06, 08:53 PM
Last Post: Allan
  Channel setup woes deankelly780 4 141 2025-06-04, 01:55 PM
Last Post: deankelly780
Photo EPG Channel sort order spagio 3 403 2025-03-02, 05:28 PM
Last Post: sub
  Channel Editor -- Feature Request? BigKahuna 1 326 2025-02-19, 06:50 PM
Last Post: sub
  Expose M3U/XMLTV to other apps Mark-McG 68 14,359 2025-01-17, 06:12 PM
Last Post: sub
Question extras.xml | channel management D3iver 3 402 2025-01-12, 09:05 PM
Last Post: mvallevand
  EPG XMLTV help... Colincam 24 2,040 2024-12-17, 11:57 AM
Last Post: dilemmon
  issue witn codec mp1 ,france3 alexandeur 5 431 2024-12-12, 01:01 AM
Last Post: mvallevand
  IPTV - Change source IP address, without needing to reimport channel. Paul92 1 415 2024-11-09, 03:23 AM
Last Post: mvallevand
  Connection Timeout Issue When Selecting Channels in Kodi with NextPVR Paul92 9 1,205 2024-11-02, 11:40 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode