NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
1 2 3 4 5 … 105 Next »
Multiple .xml inputs to single .xml output...?

 
  • 0 Vote(s) - 0 Average
Multiple .xml inputs to single .xml output...?
lharles1
Offline

Junior Member

United States
Posts: 4
Threads: 1
Joined: Sep 2025
#1
2025-09-24, 06:43 PM
Joined the forum today, after doing a donation to get the "channels.xmltv" output enabled.

I've lurked around for a while & it took a WHILE to find the very well hidden, (at least to me), detail regarding THAT.  Smile

Anyway, after a fair amount of struggling, I've got data spooling from my NextPVR install, (Windows box running it, started with Docker, struggled with various things, wound up getting Windows to work before Docker, so that's where I'm staying for now), to Jellyfin, (I'm NOT asking for Jellyfin help, atm - I do also have the android NextPVR client).

The challenge I'm facing now is that the "channels.xmltv" method of guide data export from NextPVR seems to only pull the first/primary set of guide data.  I freely admit that I may be mistaken or that some component of what I'm doing may be abnormal, of course.

Due to some inconsistency in retrieval of guide data, I have a second, scripted, local .xml source defined in NextPVR which works fine within the application, but I'd like to be able to export the two separate .xml inputs from NextPVR as a single output to the "channels.xmltv" configuration. {I even tinkered a bit & got my local scripted source to present via NextPVR, but that was just some stumbling around in directory structure to present a hard link from the wwwroot of NextPVR install to the scripted .xml.}

Anyway, I did some searching but since the "channels.xmltv" proved to be challenging to find initially, you might imagine that I've struggled to determine if this is even possible or practical.

Would appreciate any input the NextPVR wizards can provide.

Thanks!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,854
Threads: 965
Joined: May 2006
#2
2025-09-24, 07:16 PM
I don't have a clue what you mean or want. NextPVR only has one database which will contain a subset of any EPG source. The one xmltv file exported is a further subset of what is in the database.

The best way to get data to Jellyfin is to use the nextpvr add-on. It will still be a subset but probably more data is passed.

Martin
lharles1
Offline

Junior Member

United States
Posts: 4
Threads: 1
Joined: Sep 2025
#3
2025-09-24, 07:43 PM (This post was last modified: 2025-09-24, 07:44 PM by lharles1.)
(2025-09-24, 07:16 PM)mvallevand Wrote: I don't have a clue what you mean or want.  NextPVR only has one database which will contain a subset of any EPG source.  The one xmltv file exported is a further subset of what is in the database.

The best way to get data to Jellyfin is to use the nextpvr add-on.  It will still be a subset but probably more data is passed.

Martin

Sorry.  I don't mean to be confusing.  I'll try to be more succinct.

NextPVR =
Two different .xml "EPG Sources" defined.  Works fine within NextPVR.

NextPVR .xmltv output from "http://[NextPVR IP/hostname]:8866/service?method=channel.xmltv" =
Only first .xml EPG content seems to be present.

Would like to have both "EPG Sources" in a single output, from "channel.xmltv" if at all possible.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,854
Threads: 965
Joined: May 2006
#4
2025-09-24, 08:14 PM
Are you saying there are channels with no guide data in NextPVR or the export is not exporting all channels?

Martin
BrettB
Online

Posting Freak

Saint Paul, MN, USA
Posts: 2,682
Threads: 170
Joined: Jun 2007
#5
2025-09-24, 08:26 PM
(2025-09-24, 08:14 PM)mvallevand Wrote: Are you saying there are channels with no guide data in NextPVR or the export is not exporting all channels?

Martin, I'm thinking that the OP means that his 2 source .xmltv files have more channels/entries than are in his NextPVR channel configuration, and he is wanting the output from "http://[NextPVR IP/hostname]:8866/service?method=channel.xmltv" to contain ALL of the entries from the 2 original .xmltv files whether or not the channels are configured in NextPVR.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,854
Threads: 965
Joined: May 2006
#6
2025-09-24, 08:42 PM
It is easy for source EPG to have more channels than in nextpvr, so I need to know if NextPVR has all the data. Clearly if it isn't imported it won't be exported.

We don't have have a lot to go on. Another good example might be vod which aren't even channels.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,151
Threads: 773
Joined: Nov 2003
#7
2025-09-24, 09:52 PM
Yeah, method=channel.xmltv only outputs listings associated with channels in NextPVR. It's not going to include other channels that might happen to be in your source xmltv files, but not used by NextPVR.
lharles1
Offline

Junior Member

United States
Posts: 4
Threads: 1
Joined: Sep 2025
#8
2025-09-24, 11:55 PM (This post was last modified: 2025-09-24, 11:59 PM by lharles1.)
(2025-09-24, 09:52 PM)sub Wrote: Yeah, method=channel.xmltv only outputs listings associated with channels in NextPVR. It's not going to include other channels that might happen to be in your source xmltv files, but not used by NextPVR.

I'm doing a terrible job of describing what I'm trying to do, clearly.  Sad  I do apologize.  I don't mean to be obtuse.

I do have both "EPG Sources" associated with channels in NextPVR.  The behavior that I'm trying to understand is that I am not getting both sets of .xml data from the "channel.xmltv" configuration

Basically, I have -- located in the web UI, in Settings>Guide -- the default "DVB/ATSC EPG", then two additional "EPG Sources", both "XMLTV".

When the output from "channel.xmltv" is generated, I don't get the second set of content from the second EPG source/XMLTV, (the second EPG source is built on my gathering data with a script I built & which works within NextPVR).

As such, using it in another interface, (Jellyfin in this instance), does not allow me to map to the content, seemingly because it doesn't exist.

"channel.m3u" shows the channels that are defined in NextPVR which my second EPG source is mapped to on multiple channels in NextPVR. {The second EPG source is made up mostly of local broadcast channels, not VOD, etc.}

I appreciate the feedback, despite obviously frustrating you guys.

Ultimately, I'm just trying to figure out if what I'm doing is practical or not something that I should expect to work.

Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,854
Threads: 965
Joined: May 2006
#9
2025-09-25, 12:03 AM (This post was last modified: 2025-09-25, 12:27 AM by mvallevand.)
Nope didn't help. Perhaps zip your NextPVR generated m3u and xmltv files and provide a link to it so we can check.

Martin
BrettB
Online

Posting Freak

Saint Paul, MN, USA
Posts: 2,682
Threads: 170
Joined: Jun 2007
#10
2025-09-25, 01:39 AM
(2025-09-25, 12:03 AM)mvallevand Wrote: Nope didn't help. Perhaps zip your NextPVR generated m3u and xmltv files and provide a link to it so we can check.

Yes, it still is not at all clear exactly what you are trying to do. In addition to the files Martin asked for, providing a link to a copy of your npvr.db3 file would allow us to see exactly how you have your channels, EPG sources, and EPG mappings configured rather than us trying to guess.
« 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
  Multiple Issues bisonfan 60 15,867 2025-09-25, 07:05 AM
Last Post: Chasaallen
  How to remove multiple record failures bass_gas 1 439 2025-05-13, 03:59 PM
Last Post: mvallevand
  Question about Multiple Clients viewing Same Channel JohnySmith1010 15 1,793 2025-04-07, 12:28 PM
Last Post: mvallevand
  Multiple Instances of NextPVR JaxMedia 1 521 2025-02-22, 07:34 PM
Last Post: sub
  NextPVR missing a single digit when blasting (the Number 8) gobo 4 662 2025-02-12, 11:41 PM
Last Post: sub
  Change Time Zone for EPG Information for Single Channel NatalieEGH1 2 1,327 2024-11-06, 09:05 PM
Last Post: NatalieEGH1
  Multiple Instance of NextPVRServer emeaux 5 1,168 2024-06-04, 09:44 PM
Last Post: Estarna
  Combine IPTV multiple accounts 1 provider bert@hubbsplace.org 6 2,267 2024-01-23, 02:05 PM
Last Post: mvallevand
  Configure for multiple clients? dshorrosh 6 1,432 2023-12-15, 12:13 AM
Last Post: dshorrosh
  ffmpeg output to NextPVR device stevepen1974 4 1,593 2023-08-20, 08:44 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode