![]() |
|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Feature Request: Keep track of date when airing was watched
I've been playing around with custom categories/views in the recordings menu lately and i've got to say i'm very impressed. There's a lot of power hiding in that little slide out menu.
Last night I created a nice custom view that only filters in shows i'm actively watching and filters out watched shows to keep the lists short/clean. Overall, its got excellent GAF, but only hitch i'm having is that once a show is watched it instantly disappears from the list which isn't ideal from a few usability perspectives.
It'd be nice if we saved the date that a file was watched so you could create a view that had a grace period for watched shows before they are filtered out. I hacked in something similar based off of the date recorded, but its not ideal because if the show is older than the grace period then it will still automatically disappear.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 11-05-2010 at 04:17 PM. |
#2
|
||||
|
||||
If you are looking at customizing it, then see if the GetRealWatchedStartTime() & GetRealWatchedEndTime() calls do what you want.
- 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. |
#3
|
||||
|
||||
Excellent!
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#4
|
|||
|
|||
I suspect their is no easy way out of number 1 without Sage adding an additional feature like user accounts to keep track of who has watched which show. Even if you created a grace period you could never guarantee that the other user's would watch that show within the time limit.
Cheers Ben
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#5
|
||||
|
||||
Quote:
![]()
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#6
|
|||
|
|||
Yer, I guess 95% of the time would be good enough but I can guarantee that my partner would be the other end of the 95% and I'd get loads of ear ache about missing shows
![]() Another option which maybe an easier alternative would be a watched count which the user could set..... so if you had 2 members of your family that watched the same shows you'd set the watched count to 2 and it would stay in your list until the show had been watched twice. Just throwing out ideas..... Cheers Ben
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#7
|
||||
|
||||
@Opus - It looks like GetRealWatchedEndTime() doesn't work for shows that have been converted into recordings from imported videos. Expected or bug?
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#8
|
||||
|
||||
Ahh, this isn't true. What's actually happening is that setting the Watched manually flag from the advanced info menu doesn't update the date returned by the GetRealWatched functions where as actually watching the recording does. I'm guessing just updating that button to call SetWatchedTimes() will fix it in the STV.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 11-05-2010 at 06:12 PM. |
#9
|
||||
|
||||
@Opus - I'm trying to use SetWatchedTime() to set the RealWatchedTime of a recording, but it doesn't seem to be working like i'd expect. Is this the proper usage that would set the real watched time for an airing to Time()?
Code:
SetWatchedTime(Airing, GetAiringDuration(Airing), Time() - GetAiringDuration(Airing))
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#10
|
||||
|
||||
I asked & was told a couple things:
It is actually SetWatchedTimes(). And, you should use GetAiringEndTime() instead of GetAiringDuration() for the airing-relative end time. I haven't used those calls, as far as I recall, but I think that should give you some more info to go on. - 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. |
#11
|
||||
|
||||
Ok, I tried it like this...
Code:
SetWatchedTimes(Airing, GetAiringEndTime(Airing), Time() - GetAiringEndTime()) Basically, my problem is if I set a recording watched without actually watching it, the GetRealWatchedEndTime() is returning 12/16/69 which is causing it to not work with my watched grace period mod.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#12
|
||||
|
||||
The second parameter is supposed to be a real time value, so try not using the airing-relative time for that one. But, I'm not sure if it is affecting the real watched end time from that call.
- 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. |
#13
|
||||
|
||||
Update -- I'm told that the above call will not affect the real end time, which is currently just going to be set to the current time.
- 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. |
#14
|
||||
|
||||
That's actually the behavior i'm looking for and i'd expect from SetWatched() but right now it doesn't seem to be having any affect on the real watched time.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#15
|
||||
|
||||
I don't actually use those calls, so rather than continue trying being a go-between, I suggest you contact SageTV regarding your results.
- 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. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Feature request: smarter watched files management | CadErik | SageTV Software | 33 | 10-30-2009 11:17 AM |
Feature Request: Sort by Original Air Date | rerooks | SageTV Software | 6 | 10-15-2009 04:35 PM |
Feature request: Not watched playlists | bastafidli | SageTV Software | 0 | 07-25-2008 04:51 PM |
Feature Request: Show Original Air Date On Progroam Guide Screen | joe123 | SageTV Beta Test Software | 2 | 02-24-2006 04:47 PM |
Feature Request - Marking shows as watched | jominor | SageTV Beta Test Software | 0 | 04-18-2004 12:52 PM |