SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV EPG Service
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV EPG Service Discussion related to the SageTV EPG Service used within SageTV. Questions about service area coverage, channel lineups, EPG listings, XMLTV, or anything else related to the service or programming guide data for SageTV should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 01-14-2022, 12:04 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
I think I need a break lol ... I shutdown sagetv make sure it is fully shutdown add this line epg/epg_import_plugin=xmltv.XMLTVImportPlugin ... start up sage and it defaults to epg/epg_import_plugin=


__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #22  
Old 01-14-2022, 12:08 PM
boukmandutty boukmandutty is offline
Sage Advanced User
 
Join Date: Oct 2011
Location: Norman OK
Posts: 199
Happened to me in linux too. Then I realized that this part:
Quote:
epg/epg_import_plugin=
was already in the properties file and I just need to add the last part. I think that might be your problem.

Let me know what you guide looks like when you get it up and running. I am still seeing the year twice for some movies and I want to make sure it is not something I am doing wrong.

Last edited by boukmandutty; 01-14-2022 at 01:22 PM.
Reply With Quote
  #23  
Old 01-14-2022, 01:21 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by hvymetal View Post
I think this was caused because the docker I'm using is Java16 and I did not compile for lower version of java. Can you test the attached version it was compiled for 8 or higher of java.
This worked all mappings worked had to use the test for java 8... This is a great help thanks hvymetal


__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-14-2022 at 01:27 PM.
Reply With Quote
  #24  
Old 01-14-2022, 01:29 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by nyplayer View Post
I think I need a break lol ... I shutdown sagetv make sure it is fully shutdown add this line epg/epg_import_plugin=xmltv.XMLTVImportPlugin ... start up sage and it defaults to epg/epg_import_plugin=


If it removes the entry it means it can not find the JAR file or class files. See sagetv_0.txt.
Reply With Quote
  #25  
Old 01-14-2022, 01:39 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by hvymetal View Post
If it removes the entry it means it can not find the JAR file or class files. See sagetv_0.txt.
Got it working had to use your Java 8 compile.


Everything is working TVE OTA Pluto etc ...
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-14-2022 at 01:46 PM.
Reply With Quote
  #26  
Old 01-14-2022, 02:16 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by hvymetal View Post
Not sure if I fixed the problem because I could not find it but some of the other changes might have solved this one also.
This is still a problem ... Season and Episode in SageTV is still 0


Code:
#Generator: CMT Metadata, written on Friday, January 14, 2022 12:15 PM
Subtitled=false
Genre=Series/Episode / Animated / Children / Adventure
Contestant=
ChannelPremiere=false
RunningTime=0
Widescreen=false
Guest=
Choreographer=
ExtendedRatings=
Dolby=false
Composer=
Writer=
Stereo=false
ParentalRating=
EpisodeNumber=0
PropertiesWrittenBy=CMT
Description=Bingo and Rolly take their new pet friends on their very first mission to find safety pads.
ExternalID=EP026474500396
SAP=false
HDTV=false
Title=Puppy Dog Pals
SeasonNumber=0
AltEpisodeNumber=
CC=false
SeriesFinale=false
Live=false
Voice=
Surround=false
Judge=
EpisodeName=S5E1 New Pals on the Block; Aunt and Uncle Day
Director=
SeriesPremiere=false
Anchor=
Guest\ Voice=
3D=false
DD5.1=false
Executive\ Producer=
Guest\ Star=
SeasonPremiere=false
AiringTime=
Musical\ Guest=
New=false
Letterbox=false
Taped=false
Producer=
Misc=Season 5;Episode 1
Language=
Dubbed=false
Narrator=
SeasonFinale=false
Rated=
Correspondent=
OriginalAirDate=0
Host=
Team=
Year=2022
Premiere=false
AiringDuration=
Actor=Issac Ryan Brown;Sam Lavagnino;Tom Kenny

Code:
  <programme start="20220121183000 +0000" stop="20220121185500 +0000" channel="6121">
    <title>Puppy Dog Pals</title>
    <sub-title>New Pals on the Block; Aunt and Uncle Day</sub-title>
    <desc>Bingo and Rolly take their new pet friends on their very first mission to find safety pads.</desc>
    <category>Episode</category>
    <category>Series</category>
    <category>Animated</category>
    <category>Children</category>
    <category>Adventure</category>
    <icon src="https://tmsimg.fancybits.co/assets/p21297218_b_h9_aa.jpg?w=720&amp;h=540"></icon>
    <series-id system="tms">13949191</series-id>
    <date>20220114</date>
    <previously-shown></previously-shown>
    <episode-num system="tms">EP026474500396</episode-num>
    <episode-num system="onscreen">S5E1</episode-num>
    <episode-num system="xmltv_ns">4.0.</episode-num>
    <credits>
      <actor>Issac Ryan Brown</actor>
      <actor>Sam Lavagnino</actor>
      <actor>Tom Kenny</actor>
    </credits>
  </programme>
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-14-2022 at 02:25 PM.
Reply With Quote
  #27  
Old 01-14-2022, 02:55 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by nyplayer View Post
This is still a problem ... Season and Episode in SageTV is still 0
I'm doing by best but as you can see the Plugin's code is buggy as hell. Also right now I'm working on making the output look as close to what comes from SD with some added features(Including SxEx in show title) . Also want to get channel icon downloading working. Not sure how the SD code in SageTv adds the icon in the database as there is not a function for in the SageTV code base that I can find. The alterative is download the channel icons with the short channel name to the ChannelLogos folder in the server folder.

Also I notice somehow SD filters some of its data from Zap2it where they get their data to format it better. Like removing actor that not in the episode. Zap2it show all actors that where ever on the series. SD my cross-referring from some other tv show site.

What Plugin are you using to media data from SageTV data? Also I will try to work on. Can you provide the largest XMLTV file so I have test case to work with? 1-2 weeks of data would be the best. Also provide any other things that are not right.
Reply With Quote
  #28  
Old 01-14-2022, 03:51 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by hvymetal View Post
I'm doing by best but as you can see the Plugin's code is buggy as hell. Also right now I'm working on making the output look as close to what comes from SD with some added features(Including SxEx in show title) . Also want to get channel icon downloading working. Not sure how the SD code in SageTv adds the icon in the database as there is not a function for in the SageTV code base that I can find. The alterative is download the channel icons with the short channel name to the ChannelLogos folder in the server folder.

Also I notice somehow SD filters some of its data from Zap2it where they get their data to format it better. Like removing actor that not in the episode. Zap2it show all actors that where ever on the series. SD my cross-referring from some other tv show site.

What Plugin are you using to media data from SageTV data? Also I will try to work on. Can you provide the largest XMLTV file so I have test case to work with? 1-2 weeks of data would be the best. Also provide any other things that are not right.
Here is a full XML from Channels DVR ... I was using Sched Direct.

https://drive.google.com/file/d/146U...ew?usp=sharing


I am going to use it exclusively for now so will let you know if I find anything else.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-14-2022 at 03:58 PM.
Reply With Quote
  #29  
Old 01-15-2022, 04:29 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by nyplayer View Post
This is still a problem ... Season and Episode in SageTV is still 0
I found the problem but do not have solution yet. The data is being parsed but the function that the plugin uses from SageTV does not pass season/episode to the guide. The reason it is passed as Misc it that everything else that does not have a place is added to the guide what SageTV calls a bonus which is posted to the guides as Misc.

There is newer function that allows more data to be passed to the guide but I can not get it to work with out some help. I can not find an example how to use it and documentation is non-existent.

I also tired to look how the SD code but it use native SageTV code and not coded as EPG plugin.
Reply With Quote
  #30  
Old 01-15-2022, 04:30 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by boukmandutty View Post
Let me know what you guide looks like when you get it up and running. I am still seeing the year twice for some movies and I want to make sure it is not something I am doing wrong.
Do you still have this problem with the latest update? If so can you provide a XMLTV file and give an example?
Reply With Quote
  #31  
Old 01-15-2022, 08:58 PM
boukmandutty boukmandutty is offline
Sage Advanced User
 
Join Date: Oct 2011
Location: Norman OK
Posts: 199
I updated to the latest version of the plugin 2.02 posted above.

I have attached some more screenshots. I notice as well that I am not able to do a CMT metadata search for movies when using the plugin. However, tv series work perfectly with CMT searches while using the plugin.

Both tv series and movies work with other epg sources based on my testing.

I am using the channels dvr source that nyplayer is using.

https://drive.google.com/file/d/1t-1...ew?usp=sharing
Attached Images
File Type: png Screenshot from 2022-01-15 20-13-20.png (531.8 KB, 49 views)
File Type: png Screenshot from 2022-01-15 20-13-47.png (414.5 KB, 47 views)
File Type: png Screenshot from 2022-01-15 20-14-17.png (561.6 KB, 43 views)
File Type: png Screenshot from 2022-01-15 20-15-02.png (481.4 KB, 48 views)
Reply With Quote
  #32  
Old 01-15-2022, 10:56 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by boukmandutty View Post
I have attached some more screenshots. I notice as well that I am not able to do a CMT metadata search for movies when using the plugin. However, tv series work perfectly with CMT searches while using the plugin.
The problem with the movie searching is similar the same problem as nplayer's issue. The current function being used to send the data to the guide data send the category as string. This cause the guide not store the categories not correct. I need access to the newer function it as the possible to send a list of categories.

The year in the title can be fixed and is artificially being created by the plugin. I thought I fixed by searching if the year is already in the title but it looks like it is still a problem. Currently you can disable it by adding the following to your .properties file for each configuration being used.

date.title.decoration={0}
Reply With Quote
  #33  
Old 01-16-2022, 07:52 AM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by nyplayer View Post
This is still a problem ... Season and Episode in SageTV is still 0


Code:
#Generator: CMT Metadata, written on Friday, January 14, 2022 12:15 PM
Subtitled=false
Genre=Series/Episode / Animated / Children / Adventure
Contestant=
ChannelPremiere=false
RunningTime=0
Widescreen=false
Guest=
Choreographer=
ExtendedRatings=
Dolby=false
Composer=
Writer=
Stereo=false
ParentalRating=
EpisodeNumber=0
PropertiesWrittenBy=CMT
Description=Bingo and Rolly take their new pet friends on their very first mission to find safety pads.
ExternalID=EP026474500396
SAP=false
HDTV=false
Title=Puppy Dog Pals
SeasonNumber=0
AltEpisodeNumber=
CC=false
SeriesFinale=false
Live=false
Voice=
Surround=false
Judge=
EpisodeName=S5E1 New Pals on the Block; Aunt and Uncle Day
Director=
SeriesPremiere=false
Anchor=
Guest\ Voice=
3D=false
DD5.1=false
Executive\ Producer=
Guest\ Star=
SeasonPremiere=false
AiringTime=
Musical\ Guest=
New=false
Letterbox=false
Taped=false
Producer=
Misc=Season 5;Episode 1
Language=
Dubbed=false
Narrator=
SeasonFinale=false
Rated=
Correspondent=
OriginalAirDate=0
Host=
Team=
Year=2022
Premiere=false
AiringDuration=
Actor=Issac Ryan Brown;Sam Lavagnino;Tom Kenny

[
I think after studying SageTV code on GIT ..... I finally found how to use the newer SageTV function. How do you generate the full output from CMT as you shared above? I installed the CMT plugin but from the SageTV GUI when I export Metadata for the show it does not show all the entries you have above.

Code:
#Generator: CMT Metadata, written on Sunday, January 16, 2022 2:29 AM
Title=Family Ties
MediaTitle=Family Ties
EpisodeName=S6E7 Walking on Air
EpisodeTitle=S6E7 Walking on Air
Description=Mallory takes a job at the TV station where her father works; the Keatons hunt for clues in a lucrative breakfast cereal contest.
Duration=1800000
Actor=Michael Fox;Meredith Baxter;Michael Gross;Justine Bateman;Tina Yothers;Tracy Pollan;Brian Bonsall
Director=Will Mackenzie
Producer=Gary Goldberg;Lloyd Garver;Susan Borowitz;Ruth Bennett
Rated=TVPG
Year=1987
Misc=Season 6, Episode 7
ExternalID=EP000015580041
Genre=Sitcom
Reply With Quote
  #34  
Old 01-16-2022, 08:02 AM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by boukmandutty View Post
I updated to the latest version of the plugin 2.02 posted above.

I have attached some more screenshots. I notice as well that I am not able to do a CMT metadata search for movies when using the plugin. However, tv series work perfectly with CMT searches while using the plugin.

Both tv series and movies work with other epg sources based on my testing.

I am using the channels dvr source that nyplayer is using.

https://drive.google.com/file/d/1t-1...ew?usp=sharing
This might be also fixed since I think I found the proper way to use the newer SageTV function

As for the double date year, the reason it is happening is because the title for the show stored in the XMLTV file has the year store in it. XMLTV file data is appending the year as it is not the official title in most database. This is fine in the main guide but when Sagetv show the detail it appends the year again with the stored for year in the guide database. I can filter the title and remove the year but this will remove year from being shown in the main guide. Once I release another update this can be configured for the user preference option in the .properties file.
Reply With Quote
  #35  
Old 01-16-2022, 03:08 PM
boukmandutty boukmandutty is offline
Sage Advanced User
 
Join Date: Oct 2011
Location: Norman OK
Posts: 199
Thanks for all the help man. I will try the update later.
Reply With Quote
  #36  
Old 01-16-2022, 10:52 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
The latest changes have been uploaded. The latest change should fix some remaining issues. It also allows for better control how it reads the channel info from the XMLTV file(See main post for examples). It still has the feature if the setting are not set it will still try to auto map the channels as best as it can.

This release will also download channel logos to the SageTV Server ChannelLogos folder. When first connecting via the wizard it will take some additional time until it downloads all the images. The images will be only downloaded if the option is turned on the .propitiates file for the lineup. It will also check in the future if the file exist so it does not redownload the logos. If you change lineups, channel names, or want the logo to redownload just delete the image in the folder.

Also make note not other options from the original plugin .properties have not been remove and still can be used. These options are include in the zip as the xmltv__MAIN_FULL.properties

One example of using the original options is the year in the title for movies. If you want the main guide to put the year in the title there is option for it. The only issue in some screens it will duplicate the year as SageTV also puts the year in some context screens. See image for example.

Attached Images
File Type: png XMLTV_YEAR_EXAMPLEs.png (535.2 KB, 353 views)
Reply With Quote
  #37  
Old 01-17-2022, 07:27 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Wow looks great even got the ICONS ... Original airdate and option to add the year or not .. Season and Episodes are working correctly ... more to come I am sure ...

Thanks will do more testing today.





TVE
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-17-2022 at 07:58 AM.
Reply With Quote
  #38  
Old 01-17-2022, 12:39 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
It is working on my windows Install with Java 8 but getting this XMLTV error but guide is populating ... no error on my linux install.

Code:
configurations=xmltv.properties
provider.name=nyplayer
provider.id=300
xmltv.files=epgdata.xml
xmltv.channel.display-name.ShortNameIndex=2
xmltv.channel.display-name.LongNameIndex=1
xmltv.channel.NumberTag=lcn
xmltv.channel.NumberTagIndex=1
xmltv.channel.IconDownload=true
title.add.year=false
episode.name.add.episode.number=false

Code:
17-01-2022 10:28:42,885 java.lang.NullPointerException
	at javax.imageio.ImageIO.write(Unknown Source)
	at xmltv.XMLTVImportPlugin.addChannelToGuide(XMLTVImportPlugin.java:2009)
	at xmltv.XMLTVImportPlugin.endElement(XMLTVImportPlugin.java:1652)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at xmltv.XMLTVImportPlugin.updateGuide(XMLTVImportPlugin.java:1415)
	at xmltv.XMLTVImportPlugin.updateGuide(XMLTVImportPlugin.java:1326)
	at sage.EPG.pluginExtractGuide(EPG.java:1625)
	at sage.WarlockRipper.extractGuide(WarlockRipper.java:973)
	at sage.EPGDataSource.expand(EPGDataSource.java:709)
	at sage.EPG.run(EPG.java:732)
	at java.lang.Thread.run(Unknown Source)
17-01-2022 10:28:42,928 java.lang.NullPointerException
	at javax.imageio.ImageIO.write(Unknown Source)
	at xmltv.XMLTVImportPlugin.addChannelToGuide(XMLTVImportPlugin.java:2009)
	at xmltv.XMLTVImportPlugin.endElement(XMLTVImportPlugin.java:1652)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at xmltv.XMLTVImportPlugin.updateGuide(XMLTVImportPlugin.java:1415)
	at xmltv.XMLTVImportPlugin.updateGuide(XMLTVImportPlugin.java:1326)
	at sage.EPG.pluginExtractGuide(EPG.java:1625)
	at sage.WarlockRipper.extractGuide(WarlockRipper.java:973)
	at sage.EPGDataSource.expand(EPGDataSource.java:709)
	at sage.EPG.run(EPG.java:732)
	at java.lang.Thread.run(Unknown Source)
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #39  
Old 01-17-2022, 12:58 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
I also have 1 Channel that is mapping wrong .....


Code:
  <programme start="20220117183000 +0000" stop="20220117190000 +0000" channel="6034">
    <title>Friends</title>
    <sub-title>The One Where Heckles Dies</sub-title>
    <desc>Monica and Rachel's downstairs neighbor dies, leaving his belongings to them.</desc>
    <category>Episode</category>
    <category>Series</category>
    <category>Sitcom</category>
    <icon src="http://tmsimg.fancybits.co/assets/p183931_l_h6_aa.jpg"></icon>
    <series-id system="tms">183931</series-id>
    <date>19951005</date>
    <previously-shown></previously-shown>
    <episode-num system="tms">EP001151270029</episode-num>
    <episode-num system="onscreen">S2E3</episode-num>
    <episode-num system="xmltv_ns">1.2.</episode-num>
    <credits>
      <actor>Jennifer Aniston</actor>
      <actor>Courteney Cox</actor>
      <actor>Lisa Kudrow</actor>
    </credits>
  </programme>

Code:
  <channel id="6034">
    <lcn>6034</lcn>
    <display-name>TBSHDP</display-name>
    <display-name>TBSP</display-name>
    <icon src="https://tmsimg.fancybits.co/assets/s58515_ll_h15_ac.png?w=360&amp;h=270"></icon>
  </channel>


__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 01-17-2022 at 01:02 PM.
Reply With Quote
  #40  
Old 01-17-2022, 10:26 PM
hvymetal hvymetal is offline
Sage Advanced User
 
Join Date: Nov 2007
Posts: 162
Quote:
Originally Posted by nyplayer View Post
I also have 1 Channel that is mapping wrong .....
Do you have what the proper mapping should be.....The show is bad or good?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated XMLTV How To rsagetv99 SageTV EPG Service 37 07-25-2012 12:00 PM
Plugin Verifier Has Been Updated Narflex SageTV v7 Customizations 5 06-14-2010 03:32 PM
XMLTV data not being updated... dooferlad SageTV United Kingdom 22 01-03-2008 04:52 AM
Updated XMLTV import plugin (mostly for dutch users) koelie SageTV EPG Service 14 05-01-2005 11:46 PM
How do I compile xmltv plugin? owilsky SageTV EPG Service 3 01-20-2005 12:12 PM


All times are GMT -6. The time now is 11:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.