|
SageTV United Kingdom SageTV and SageTV Recorder Users from the UK - This forum is for you to post about specific issues using SageTV software in the UK. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
xmltv import and 'clumps'
It seems that the import plugin does not handle 'clumps' of programs very well -- these are when multiple programs share the same timeslot, which happens sometimes with RT grabber, eg:
last night: Film: Thirteenth Floor, followed by Weatherview... This shows up in the XML output as two programs with the same timeslot but with clumpidx=0/2 and 1/2: Code:
<programme start="20040128232500 +0000" stop="20040129010500 +0000" channel="london.bbc1.bbc.co.uk" clumpidx="0/2"> <title lang="en">The Thirteenth Floor</title> </programme> <programme start="20040128232500 +0000" stop="20040129010500 +0000" channel="london.bbc1.bbc.co.uk" clumpidx="1/2"> <title lang="en">Weatherview</title> </programme> A workaround is to use tv_grep to grep for non-clumped programs, and only the first program in each clump (which is usually the most important): tv_grep --not --clumpidx "" -or --clumpidx "0/" data.xml > noclumps.xml |
#2
|
||||
|
||||
Any moderators around, would it be possible to make this a 'sticky note' -- thanks!
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#3
|
||||
|
||||
Quote:
Regards, Stéphane. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|