NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 22 23 24 25 26 … 43 Next »
Can't change channels in NextPVR. Only from cmd line.

 
  • 0 Vote(s) - 0 Average
Can't change channels in NextPVR. Only from cmd line.
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#21
2021-04-12, 04:09 AM
Here are the xmltv files with the 29 channels I mentioned.  I uploaded them in .xml and in .txt format.   I don't know why that didn't work in my last posts.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#22
2021-04-12, 08:47 AM
You need to zip the first, the forum will silently reject non supported formats.

Martin
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#23
2021-04-12, 01:35 PM (This post was last modified: 2021-04-12, 01:39 PM by vedatil4.)
(2021-04-12, 08:47 AM)mvallevand Wrote: You need to zip the first, the forum will silently reject non supported formats.

Martin


No wonder the site kept rejecting attachments.


Again, what I'm trying to do is show a total of 29 channels inside of NextPVR that can't download listings off the xmltvlistings website.  That makes sense for some of those channels because they really don't have predictable schedules.




This is code for the first three channels but the "xmltv-patch" file in the zip folder shows the 29 channels. 



I've tried changing the type of xml file, ISO-8859-1or UTF-8, but that didn't work.




My understanding is that you make a .xml file, then in the device settings, you point to the file location, and the list of channels should pop up, you hit save, and the channels will be listed inside NextPVR albeit with no show information.




<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE tv SYSTEM "xmltv.dtd">

<tv source-info-name="fake">


  <channel id="214">


    <display-name>mavtv</display-name>


    <lcn>214</lcn>


  </channel>


  <channel id="321">


    <display-name>russia today</display-name>



    <lcn>321</lcn>


  </channel>


  <channel id="322">


    <display-name>nsk</display-name>



    <lcn>322</lcn>


  </channel>


</tv>


Attached Files
.zip   xmltv-patch.zip (Size: 713 bytes / Downloads: 1)
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#24
2021-04-12, 01:41 PM
There are no line spaces between all that code.  I don't know why the website did that.  Here's the code again:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-name="fake">
  <channel id="214">
    <display-name>mavtv</display-name>
    <lcn>214</lcn>
  </channel>
  <channel id="321">
    <display-name>russia today</display-name>
    <lcn>321</lcn>
  </channel>
  <channel id="322">
    <display-name>nsk</display-name>
    <lcn>322</lcn>
  </channel>
</tv>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#25
2021-04-12, 02:10 PM
We actually don't need to see it in the post anyway. Most likely you just didn't enter the path to the file correctly. Check config.xml in the <XmltvSources> section to make sure the correct full filename is included.

Martin
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#26
2021-04-12, 03:49 PM
(2021-04-12, 02:10 PM)mvallevand Wrote: We actually don't need to see it in the post anyway.  Most likely you just didn't enter the path to the file correctly.  Check config.xml in the  <XmltvSources> section to make sure the correct full filename is included.

Martin

Hello Martin, 

Thanks for helping me with this issue.

I'm having trouble finding the "<XmltvSources>" section you mention.  Would that be in a file in the NextPVR program itself?  

I've attached the log created by the program.

I've been placing the xmltv-patch.xml file I created inside the c:/Program Files/NextPVR/ folder.

Also, what I've noticed is that once you add a link to an .xmltv file folder in the settings popup, it can't be removed.  So there are multiple entries there now from previous attempts linking to folders I had placed at the desktop.

Any info would be greatly appreciated.  :-)

Does the code language seem OK?  I used notepad to create it, then changed the extension to .xml  I'm not sure that's the right way of doing it.  

I'm taking calculated, educated grasps in the dark .


Attached Files
.zip   logs-20210412-0837.zip (Size: 130.58 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#27
2021-04-12, 04:06 PM (This post was last modified: 2021-04-12, 04:08 PM by mvallevand.)
On windows it is not a good idea to put any user files in "Program Files" because it is harder to create the file in the script.

Your choice for location and extension does seem particularly odd though

C:\Users\vedat\Desktop\channels with no xmltv info patch.txt

I mentioned the file you need to look in is called config.xml that is in the user directory as explained on the wiki https://github.com/sub3/NextPVR/wiki/components

XMLTV files are removed in Settings->Guide with the thrash can.

Also your blaster program is still reported to be installed incorrectly and as sub posted it isn't the right program anyway.

2021-04-12 06:19:17.246 [DEBUG][91] {"stat":"Failed","code":11,"msg":"Blaster does not exist ( C:\\Program Files\\NextPVR\\HaupBlast.exe)"}

However I don't support users in North America trying to use XMLTV when Schedules Direct is so much better, cheaper and support is way easier so that is as far as I will take this.

Martin
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#28
2021-04-12, 04:19 PM
(2021-04-12, 04:06 PM)mvallevand Wrote: On windows it is not a good idea to put any user files in "Program Files" because it is harder to create the file in the script. 

Your choice for location and extension does seem particularly odd though

C:\Users\vedat\Desktop\channels with no xmltv info patch.txt

I mentioned the file you need to look in is called config.xml  that is in the user directory as explained on the wiki https://github.com/sub3/NextPVR/wiki/components

XMLTV files are removed in Settings->Guide with the thrash can.

Also your blaster program is still reported to be installed incorrectly and as sub posted it isn't the right program anyway.

2021-04-12 06:19:17.246 [DEBUG][91] {"stat":"Failed","code":11,"msg":"Blaster does not exist ( C:\\Program Files\\NextPVR\\HaupBlast.exe)"}

However I don't support users in North America trying to use XMLTV when Schedules Direct is so much better, cheaper and support is way easier so that is as far as I will take this.

Martin

Your input is appreciated Martin.

I'll try a fresh install later today now that I have a little more info to work from and experience with the NextPVR settings screens.   The program files are probably all jacked up from all the attempts I made last night. 

At least I know the program does work and changes the channels.  The adding of channels without tvlistings would be "gravy".  

I'll take a second look at the Schedules Direct option for getting listings.  I'm not married to xmltv.
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#29
2021-04-14, 05:37 AM
I'm happy to report that thanks to "sub"'s and Martin's input, I was able to get NextPVR up and running with most of the channels getting their show information downloading from xmltvlistings and 29 channels that exist on DirectV but had no show information available from that website.  The 29 channels appeared on the grid as having "no listings".  That's fine.  At least I can tune to those channels now.

The zip file with this post has the "xmltv-patch.xml" file I created in case it benefits someone else.  You can modify the entries to show the channels for your situation using notepad. 

I think I'm all good now.  :-)


Attached Files
.zip   xmltv-patch.zip (Size: 706 bytes / Downloads: 1)
vedatil4
Offline

Junior Member

USA
Posts: 17
Threads: 1
Joined: Apr 2021
#30
2021-04-15, 06:36 PM
One more thing I should mention, I would suggest always typing in the blaster location and {channel} in the "settings". It seems that if you select the pop-up for the blaster location, the channels won't load up and you won't see "save" at the bottom. Also, the field seemed to be more a light blue than a beige on my screen when I selected the default pop-up location. I don't know if that means NextPVR is not making the connection to the blaster program when the field shows up a light blue.

I've tried this a few times now and now my list of xmltv listings from the website and the xmltv channels that can't get listings but need to appear load up perfect.

I hope this info helps someone else.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  DVB-T Channels [Streaming Failed (transcoder exited)] JaxMedia 4 161 2025-05-13, 10:09 AM
Last Post: JaxMedia
  Recording from the point you switch channels rather than when you press record Swindiff 2 173 2025-05-05, 12:30 PM
Last Post: Swindiff
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 227 2025-05-04, 02:21 PM
Last Post: mvallevand
  No program data for radio channels (Freesat) Swindiff 4 344 2025-04-29, 07:14 PM
Last Post: Swindiff
  I'm using nextpvr with jellyfin which I share with family. Besse1953 1 214 2025-04-18, 01:01 PM
Last Post: mvallevand
  Main UK channels not playing Swindiff 23 1,659 2025-04-08, 02:52 PM
Last Post: Swindiff
  Successful import from MythTV DB to NextPVR Allan 0 227 2025-02-10, 09:51 PM
Last Post: Allan
  Recurring Recordings Not Working After Merging Channels BrettB 2 246 2025-02-06, 04:00 AM
Last Post: mvallevand
  Swapped Channels Question SilverTiger 4 447 2024-11-19, 03:44 PM
Last Post: SilverTiger
  IPTV - Change source IP address, without needing to reimport channel. Paul92 1 366 2024-11-09, 03:23 AM
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