SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-05-2004, 05:33 AM
redman's Avatar
redman redman is offline
Sage Advanced User
 
Join Date: Apr 2004
Location: Malaysia
Posts: 159
Resetting 'Watched'

I use a version of xmltv here and I find that for quite a lot of shows I don't get an episode number, or a way to differentiate it from a previous episode.
So I end up with a heap of favourites that IR doesn't record because sage thinks I have already watched them.

Currently the solution I have, is to go through the TV guide every day or three and see if any of my shows are on and then manually see if I need to 'clear watched' for every offender.

HAs anyone thought of a way to make this easier?
Maybe a flag in favourites that you can choose that will automatically reset to un-watched after viewing for certain shows.
__________________
"I Love it when a plan comes together"
Reply With Quote
  #2  
Old 10-05-2004, 05:53 AM
falchulk falchulk is offline
Sage Icon
 
Join Date: Sep 2003
Posts: 1,150
You do know that you can go into info and clear watched as soon as you are done watching?
Reply With Quote
  #3  
Old 10-05-2004, 07:38 AM
salsbst's Avatar
salsbst salsbst is offline
SageTVaholic
 
Join Date: Jun 2003
Posts: 2,592
Malore's STV (and Opus4' Maldude) have a menu that lets you see every airing that has been recorded (in wiz.bin) and clear the watched status.
Reply With Quote
  #4  
Old 10-05-2004, 07:41 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by redman
I use a version of xmltv here and I find that for quite a lot of shows I don't get an episode number, or a way to differentiate it from a previous episode.
Sounds like an older XMLTV plugin... The newer ones create an episode ID from a hash of Showname/epsiodename if an episode is present or showname/date if not -- so every show without an episode name is unique...
The one I am using is here
Reply With Quote
  #5  
Old 10-05-2004, 11:36 AM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Quote:
Originally Posted by redman
So I end up with a heap of favourites that IR doesn't record because sage thinks I have already watched them.
That doesn't sound right, if Favorites don't have unique episode IDs then AFIAK Sage records them all.

Do those shows have SHxxxxx or EPxxxxx IDs? If they all have the same EPxxxxx ID, then it may be a plugin problem since I think Sage uses SHx/EPx to determine how it records (ie it records all occurances of a favorite with SHxxx, but only non-watched EPxxxx favorites).
Reply With Quote
  #6  
Old 10-05-2004, 12:26 PM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
XMLTV plugin only uses EPxxxx and generates it as a MD5 hash as I mentioned above...
Reply With Quote
  #7  
Old 10-05-2004, 12:46 PM
edmc edmc is offline
Sage Aficionado
 
Join Date: Feb 2003
Location: Pleasanton, CA
Posts: 325
redman> So I end up with a heap of favourites that IR doesn't record...

stranger89> That doesn't sound right, if Favorites don't have unique episode IDs then AFIAK Sage records them all.

Ah - could the difference be that redman was referring to IR, not Favorites?

falchulk> You do know that you can go into info and clear watched as soon as you are done watching?
salsbst> Malore's STV (and Opus4' Maldude) have a menu that lets you see every airing that has been recorded (in wiz.bin) and clear the watched status.

Both falchulk's and salsbst's suggestions require one very important thing - that redman "do something" between episodes. What if redman isn't around for a couple of days and two daily "distinct" episodes aire?

Indeed, I believe redman knows about Manually Clearing Watched:

redman> manually see if I need to 'clear watched' for every offender.

So, other than the stale XMLTV, is it possible this is a difference between IR and Favorites?
Reply With Quote
  #8  
Old 10-05-2004, 01:01 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by edmc
So, other than the stale XMLTV, is it possible this is a difference between IR and Favorites?
No. The show IDs are used by SageTV to determine what has been watched & what hasn't. If all the IDs are the same EP##, then it won't make a difference whether it is IR or a Favorite: SageTV will think all airings with that episode number have been watched if one is marked that way. Neither IR nor Favorites will re-record a watched episode unless you manually tell it to do so or clear the watched marker... in which case it is no longer watched, is it?

My vote would go with nielm's idea of "stale XMLTV" data.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #9  
Old 05-31-2005, 03:49 PM
Sweep Sweep is offline
Sage User
 
Join Date: Jan 2004
Location: Netherlands
Posts: 58
Quote:
Originally Posted by nielm
Sounds like an older XMLTV plugin... The newer ones create an episode ID from a hash of Showname/epsiodename if an episode is present or showname/date if not -- so every show without an episode name is unique...
The one I am using is here
I actually have the same problem with favorites not being recorded after watching one episode of a shows, but I -am- using the plugin you mentioned.

Could it be the problem is in the epgdata.xml itself ?
In the code of the plugin I find this:
Code:
if (this.episodeName != null)
,
In my epgdata.xml when no episodeName (sub-title) is supplied the tag is pressent but empty:
Code:
<sub-title lang="nl" />
Could it be the empty tag results in an empty string, which actually isn't NULL and therefor no unique EP id is generated ?
Reply With Quote
  #10  
Old 06-01-2005, 02:15 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
yep - that would be a problem Owilsky found the same problem and generated a fixed plugin..

You could aso report it to the maintainer of the program that generates the XMLTV file, as I don't think it should be doing that!

http://forums.freytechnologies.com/f...ighlight=xmltv
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #11  
Old 06-01-2005, 03:41 AM
Sweep Sweep is offline
Sage User
 
Join Date: Jan 2004
Location: Netherlands
Posts: 58
Ah.. Thanks!
Missed that, I'll get Owilsky's plugin
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:50 PM.


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