|
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: Enhanced Archive
We should be able to set a drive or folder for the archive. That way, anything we archive goes onto that drive or folder.
We could then back up...JUST THAT DRIVE OR FOLDER as our most important content. Or even compress just the stuff that is basically considered long term storage. Currently, archive must sets a 'Don't delete' flag. |
#2
|
||||
|
||||
I agree that the existing Archive feature is not very useful, but my preferred solution would be to get rid of it altogether and replace it with two separate features:
1. The ability to assign keywords to recordings and favorites, and to sort/filter the list of recordings based on keyword. This seems like it would have to be implemented in the core. 2. The abililty to move recordings automatically into folders based on title, channel, date, keyword, or whatever arbitrary rule you like. This could be done as a core feature or as a third-party add-on. Sage Job Queue already has most of the framework needed for this sort of thing.
__________________
-- Greg |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
If that's all that Archive means, then it's redundant with Manual recording status.
__________________
-- Greg |
#5
|
||||
|
||||
Quote:
I think that this is very useful. Pull long term stuff out of the more transitory list. For example, I've rename the option to 'TV Library'. While they clearly overlap, I do think that they serve two different purposes. |
#6
|
||||
|
||||
I guess what I'm saying is that while there may be useful definitions of the "Archive" concept (such as the one you're proposing), it should not be up to the core to enforce a particular definition. Instead, the core should provide API methods for classifying recordings according to some user-defined scheme (i.e. keywords), controlling the autodeletion eligibility of recordings (via Manual status or some more direct method), and moving recordings painlessly from one folder or drive to another. With those tools, it would be possible for the UI (or a UI add-on) to implement an Archive feature that would meet your needs, but it would also open up a whole range of other useful features as well (such as sorting recordings into folders by title, or by Grownups v. Kids, or whatever).
__________________
-- Greg |
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Quote:
This ruleset in SJQ (3.x): Code:
// Archive recordings of Family Guy, Seinfeld and Friends, skip ones already archived if [IsObjMediaFile == true && $.IsFileCurrentlyRecording{} == false && $.IsTVFile{} == true && $.IsLibraryFile{} == false && $.GetShowTitle{} =% "Family Guy|Seinfeld|Friends"] { :MOVERECOPTS "\\\\nas\\tv" # Archive the recordings into tv dir on nas _MOVEREC } Code:
Fri Oct 30 22:34:19 EDT 2009 Source: D:\tv\FamilyGuy-ItTakesaVillageIdiotandIMarriedOne-902903-0.mpg Target: \\nas\tv Renaming source file... DONE! Copying source file to target directory... DONE! Deleting source media object in SageTV... DONE! Renaming target file... DONE! Creating SageTV media object for target file... DONE! Relinking target file to SageTV airing... DONE! Deleting source file... DONE! Copying artifacts... DONE! Archive operation completed SUCCESSFULLY! Fri Oct 30 22:35:36 EDT 2009 This feature will be a part of SJQ v3.
__________________
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... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Feature request | fabiotv | SageTV Software | 4 | 01-26-2009 01:18 AM |
Feature Request: More configuration to the Auto-Delete feature | jbarr | SageTV Software | 21 | 06-19-2007 03:56 PM |
New Feature: Define Archive to specific directory | jominor | SageTV Software | 10 | 02-21-2007 07:10 PM |
Yet Another Feature Request | Omegadsl | SageTV Software | 0 | 05-25-2003 10:18 AM |
Feature Request | Omegadsl | SageTV Software | 2 | 05-23-2003 07:17 PM |