SageTV Community  

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

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-11-2009, 06:07 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Feature Request: Auto-deletion of manual recordings

As the manual points out, Sage will never delete manual recordings. This requires me to either remember to remove the manual recording status after the recording is over, or to delete it when I am done watching it.

I'd like to see an option to treat manual recordings that are watched as "Watched Shows" in the priority list in Appendix C of the manual. (If I really wanted to keep one of these, I'd archive it anyway.)
Reply With Quote
  #2  
Old 10-11-2009, 06:59 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Seems to me this could be easily addressed by a plugin or script that periodically checks the database for watched manual recordings and removes the manual status from them. There are remote API and scripting plugins that would let you trigger this from a batch file or Windows scheduled task.
__________________
-- Greg
Reply With Quote
  #3  
Old 10-11-2009, 07:02 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by skiingwiz View Post
As the manual points out, Sage will never delete manual recordings. This requires me to either remember to remove the manual recording status after the recording is over, or to delete it when I am done watching it.

I'd like to see an option to treat manual recordings that are watched as "Watched Shows" in the priority list in Appendix C of the manual. (If I really wanted to keep one of these, I'd archive it anyway.)
You could use the SJQ plugin to automatically remove the manual recording status of watched shows. Alternatively, writing a separate plugin that monitors specifically for this scenario and removes the manual rec status wouldn't be too hard either.

But either way I suspect you'll need to use one plugin or another to achieve this as I doubt Sage is going to change this behaviour as I'm sure too many users rely on the fact that manual recordings are never deleted.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #4  
Old 10-11-2009, 08:41 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
When you get to the end of a Manual Recording, one of the pop-up dialog's options is "Delete this recording when space is needed" (p. 119 of the PDF manual). That clears the MR status so it can be automatically deleted. If you actually watch the MR, this dialog will show up & you can choose an option. If you are manually marking it as Watched instead of actually watching it, then you might as well delete it at the same time you set it as watched.

- 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
  #5  
Old 10-12-2009, 05:48 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by GKusnick View Post
Seems to me this could be easily addressed by a plugin or script that periodically checks the database for watched manual recordings and removes the manual status from them. There are remote API and scripting plugins that would let you trigger this from a batch file or Windows scheduled task.
Good suggestion. I'll probably end up going this route.
Quote:
Originally Posted by Slugger View Post
But either way I suspect you'll need to use one plugin or another to achieve this as I doubt Sage is going to change this behaviour as I'm sure too many users rely on the fact that manual recordings are never deleted.
I figured they'd never outright change the functionaly, but I thought maybe as an option. (As an aside, I keep meaning to try out SJQ. It seems like a great add-on. I just have to find the time.)
Quote:
Originally Posted by Opus4 View Post
When you get to the end of a Manual Recording, one of the pop-up dialog's options is "Delete this recording when space is needed" (p. 119 of the PDF manual). That clears the MR status so it can be automatically deleted. If you actually watch the MR, this dialog will show up & you can choose an option. If you are manually marking it as Watched instead of actually watching it, then you might as well delete it at the same time you set it as watched.
Thanks. I guess I never noticed that before. I'll have to pay attention next time.
Reply With Quote
  #6  
Old 10-15-2009, 06:37 AM
jonnydeath jonnydeath is offline
Sage User
 
Join Date: Apr 2008
Posts: 52
Yes, I would like this capability too. Manual reoccurring recordings should be treated like any other favorite. To either keep forever, or to auto delete.
Reply With Quote
  #7  
Old 12-11-2009, 05:24 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
I ended up using SJQ to handle this. It was really easy. The ruleset is below for anyone that's interested.

Code:
/* Look for manual recordings that are watched and at least 2 days old.  Remove the manual recording flag */
if [IsObjMediaFile == true && $.IsManualRecord{} == true && $.IsWatchedCompletely{} == true && MediaAge > "2D"] {
  _UNMANUALREC
}
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature request: Auto compress to widescreen iPod thymceelie SageTV Customizations 0 05-19-2008 12:51 PM
Manual Recordings and Auto Deleting - Is there a way svemuri SageTV Software 4 01-25-2008 09:03 PM
Feature Request: More configuration to the Auto-Delete feature jbarr SageTV Software 21 06-19-2007 03:56 PM
Feature request: Manual set which tuner to use for recordings bbig119 SageTV Software 4 04-29-2007 08:15 AM
Feature Request: Volume Auto-Leveling geogecko SageTV Beta Test Software 29 09-28-2005 12:07 AM


All times are GMT -6. The time now is 01:23 AM.


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