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
  #821  
Old 10-30-2009, 04:27 AM
reeven reeven is offline
Sage Advanced User
 
Join Date: May 2009
Posts: 125
How much is an donation for this guide? I use free version but sometimes is better for coders to pay their services.
Reply With Quote
  #822  
Old 10-30-2009, 09:53 AM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by reeven View Post
How much is an donation for this guide? I use free version but sometimes is better for coders to pay their services.
10 €.

Regards,
Stéphane.
Reply With Quote
  #823  
Old 11-07-2009, 06:16 AM
dooferlad's Avatar
dooferlad dooferlad is offline
Sage Advanced User
 
Join Date: Aug 2004
Posts: 165
For those using Digiguide + XMLTV GUI

For those using the XMLTV GUI to import Digiguide data and are getting no new guide data there has been (at least for me!) some errors in the XMLTV data generated, so the XMLTV importer is failing.

The problem I have seen is the sequence &2; in a program listing, which isn't valid XML. To get around this I have thrown together a python script that fixes the XML (I think!) and a bat file that calls the grabber, then the python patch up script. These are attached. You will need to install python first from http://python.org/download/ of course.

There are a few assumptions in the batch file about file locations - just fix up to be appropriate to your system. There are only two lines so hopefully it is simple enough.

To call from the XMLTV importer replace your grabber with grab_and_fix.bat and for the argument give it the location of your XMLTV file in quotes if there are spaces in the file path.
Attached Files
File Type: zip fix_xml.zip (778 Bytes, 340 views)
Reply With Quote
  #824  
Old 11-07-2009, 09:08 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Nice solution! I use ALTER in my batch script, had to add &T and &2 in the past week.

Details here.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #825  
Old 11-07-2009, 09:22 AM
dooferlad's Avatar
dooferlad dooferlad is offline
Sage Advanced User
 
Join Date: Aug 2004
Posts: 165
Quote:
Originally Posted by rickgillyon View Post
Nice solution! I use ALTER in my batch script, had to add &T and &2 in the past week.

Details here.
I should probably dig into the XMLTV GUI source and see if I can fix it, but I needed a quick hack. Hopefully what I have got will catch everything. If not I should hear about it soon enough having set up the importer to email me with errors - a feature I didn't know about until this came up and is now deemed very useful indeed.
Reply With Quote
  #826  
Old 11-10-2009, 03:50 PM
frodelil frodelil is offline
Sage User
 
Join Date: Feb 2009
Location: Norway
Posts: 6
hi
I am having problem with the episode description. I think the problem is that my xml data provide both the "xmltv_ns" and the "onscreen" system for episode data. Like this:

<episode-num system="xmltv_ns">2006 . 6/13 .</episode-num>
<episode-num system="onscreen">Del 7 av 13 sesong 2007</episode-num>

In SageTV the result are the following:

<ss-epititle>S2007 - E7 - EDel 7 av 13 sesong 2007</ss-epititle>

As you can see I set seson=S, Episode=E and Part=Del in your xmltv program.

Is it possible to set the xmltv program to only use the "xmltv_ns" or the "onscreen" system, or to only use one and choose witch one to prefer?
Reply With Quote
  #827  
Old 11-10-2009, 06:37 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by frodelil View Post
Is it possible to set the xmltv program to only use the "xmltv_ns" or the "onscreen" system, or to only use one and choose witch one to prefer?
Currently this is not possible. I'll add an option in a future release.

However, you should also inform the grabber author that he/she's not using the "onscreen" system in the intended way:

Quote:
onscreen, is to simply copy what the
programme makers write in the credits - 'Episode #FFEE' would
translate to '#FFEE'.
So this system is not to be used as a display string of the episode numbers, but rather as a way to include the production episode number.

Regards,
Stéphane.
Reply With Quote
  #828  
Old 11-11-2009, 02:52 AM
frodelil frodelil is offline
Sage User
 
Join Date: Feb 2009
Location: Norway
Posts: 6
thank you for wanting to add this option in a future release. I will send a message to the grabber author and refer to your comment.
Reply With Quote
  #829  
Old 11-13-2009, 12:03 PM
lecureuil lecureuil is offline
New Member
 
Join Date: May 2009
Location: FRANCE
Posts: 4
@stephaneM
salut, Peut tu me confirmer que le grabber pour "telepoche" ne fonctionne toujours pas?
Reply With Quote
  #830  
Old 11-13-2009, 04:32 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by lecureuil View Post
@stephaneM
salut, Peut tu me confirmer que le grabber pour "telepoche" ne fonctionne toujours pas?
Oui. Il faut utiliser un autre grabber pour la france (http://www.kazer.org par exemple ou voir http://www.lahiette.com/biboobox/for...wforum.php?f=4).

---------

Yes, default grabber for France included in the current XMLTV release (as Nov. 2009) is not working (see http://www.lahiette.com/biboobox/for...wforum.php?f=4 for other solutions for France)

Regards,
Stéphane.
Reply With Quote
  #831  
Old 11-14-2009, 11:11 AM
lecureuil lecureuil is offline
New Member
 
Join Date: May 2009
Location: FRANCE
Posts: 4
ok,
as-tu une solution pour automatiser l'import de kazer vers "XMLTV Importer for SageTV"?
Reply With Quote
  #832  
Old 11-17-2009, 05:36 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by lecureuil View Post
as-tu une solution pour automatiser l'import de kazer vers "XMLTV Importer for SageTV"?
A priori voir cette solution de fichier Bat, ou bien utiliser MC2XML.

-----

You can use this bat file to automate the download, or use MC2XML.

Regards,
Stéphane.
Reply With Quote
  #833  
Old 11-19-2009, 11:29 AM
lecureuil lecureuil is offline
New Member
 
Join Date: May 2009
Location: FRANCE
Posts: 4
Merci StephaneM,
j'ai utilisé mc2xml et çà marche.
Reply With Quote
  #834  
Old 11-29-2009, 03:44 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
UK freeview EPG from Radiotimes

I get this:

Code:
20091128 04:02:07.464 - Info - The following categories could not be mapped to one of your categories:
                               Interests
                               Entertainment
                               Education
                               Documentary
                               Business
                               Cookery
                               Talk show
                               No Genre
                               Drama
                               Consumer
                               Religion
                               Health
                               Film
                               Travel
                               Animation
                               Science
                               Comedy
                               Gardening
                               Youth
                               Game show
                               Sitcom
                               Current affairs
                               Soap
From the importer when importing Radiotimes EPG data for freeview.

Bit unsure what I need to do to get the category in SageTV to say more than just "Other" for category.

Michael
Reply With Quote
  #835  
Old 11-30-2009, 04:36 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Hi Michael,
Quote:
Originally Posted by michaeldjcox View Post
Bit unsure what I need to do to get the category in SageTV to say more than just "Other" for category.
In the Importer go to "Categories & Ratings" -> "Edit categories..."

Then for each categories in the tree assign keywords (based on the categories the Importer couldn't map)

Regards,
Stéphane.
Reply With Quote
  #836  
Old 12-13-2009, 06:06 PM
zzmystique's Avatar
zzmystique zzmystique is offline
Sage Advanced User
 
Join Date: May 2004
Location: New Zealand
Posts: 211
Question xmlimporter scheduled task is set to only run when a user is logged in

Is there a reason why StephaneM's 'XMLTV Importer for SageTV' scheduled task is set to only run when a user is logged in?

Will it still work properly if I change the setting and log off the Sagetv server?

Cheers
Anne
__________________
ZZMystique
My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2).

Last edited by zzmystique; 12-13-2009 at 06:07 PM. Reason: more info
Reply With Quote
  #837  
Old 12-13-2009, 06:09 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Hi Anne,
Quote:
Originally Posted by zzmystique View Post
Is there a reason why StephaneM's xmlimporter scheduled task is set to only run when a user is logged in?
Yes : this is a design decision (I don't want to ask users for a username / password)

Quote:
Will it still work properly if I change the setting and log off the Sagetv server?
It will work properly if you change the scheduled task to run when no user is logged on (this will requires a valid username and password)

Regards,
Stéphane.
Reply With Quote
  #838  
Old 12-13-2009, 06:15 PM
zzmystique's Avatar
zzmystique zzmystique is offline
Sage Advanced User
 
Join Date: May 2004
Location: New Zealand
Posts: 211
Quote:
It will work properly if you change the scheduled task to run when no user is logged on (this will requires a valid username and password)
Excellent - good to know I won't break anything.
Thanks for the quick response.
Anne
__________________
ZZMystique
My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2).
Reply With Quote
  #839  
Old 03-03-2010, 07:20 PM
zzmystique's Avatar
zzmystique zzmystique is offline
Sage Advanced User
 
Join Date: May 2004
Location: New Zealand
Posts: 211
error 1001: The access control list is not in canonical form..

Hi

I'm trying to install the StepaneM's xml importer for sagetv (donater edition) on a windows 7 x32 pc, the install fails with a strange message.

error 1001: The access control is not in canonical form and therefore cannot be controled.

Any one seen this before and know how to fix it?

Cheers
__________________
ZZMystique
My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2).
Reply With Quote
  #840  
Old 03-03-2010, 07:37 PM
StephaneM's Avatar
StephaneM StephaneM is offline
Sage Icon
 
Join Date: Mar 2006
Location: France
Posts: 1,463
Quote:
Originally Posted by zzmystique View Post
error 1001: The access control is not in canonical form and therefore cannot be controled.
This basically means that you have some security descriptors problems on the folder C:\ProgramData\LM Gestion\SageTV XMLTV Importer

Try to reset the permission on this folder, usually they are like this:

* CREATOR OWNER / Special Permissions
* SYSTEM / Full Control
* Administrators / Full Control
* Users / Read & Execute + List Folder + Read + Special Permissions

All of these are inherited from the parent folder.

During setup, I add "Authenticated users" / "Full Control" permission to this folder.

Regards,
Stéphane.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 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


All times are GMT -6. The time now is 01:42 PM.


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