|
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.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
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.) |
#2
|
||||
|
||||
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 |
#3
|
|||
|
|||
Quote:
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... |
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
Quote:
Quote:
Quote:
|
#6
|
|||
|
|||
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.
|
#7
|
|||
|
|||
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 } |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |