|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#341
|
|||
|
|||
Ah... that's in seconds. Unfortunately, it's not used in v2.x. Fortunately, I should be able to reenable that feature. Steaks are almost done, but I'll see what I can do after dinner. I'll post when a snapshot is ready - probably 2-3 hours from now.
__________________
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... |
#342
|
|||
|
|||
Quote:
Quote:
__________________
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... |
#343
|
|||
|
|||
Quote:
Another stupid move on my part. I forgot an old install of Dirmon2 was still running around, which I do still use for Videotools on occasion. It has file cleanup running that deleted the txt, edl, and so on if there was no mpg file. So when I deleted the mpg and replaced it with the avi, Dirmon2 erased the files Comskip created! I have since removed that from Dirmon2 and set SJQ to clean up files if there is no mpg or avi file instead of just mpg. I assume it is formatted like: mpg|avi in the "where there is no matching file" part of the file cleaner. Anyway, after fixing that the comskip works on the AVI files. I am also trying Handbrake 0.9.2 to see if that has the goofy audio sync time message stuff. Handbrake seems to process faster than mencoder does. thanks again everyone!
__________________
Server - Intel Pentium 3.2 - 3 GB RAM - WinXP SP3 - Headless 80GB system drive - 500GB Recordings - 2TB NAS (1) HVR-2250 Analog Cable & Clear QAM (1) HD Homerun clear QAM (1) KWorld 115 ATSC Tuner OTA (1) HD200 HDMI to Samsung 50" Plasma (1) MediaMVP to 19" in bedroom SageTV 7.0.23 release |
#344
|
|||
|
|||
Setup Options
Ok, I got everything setup and I noticed the next scheduled queueloader is for 10:30PM. (It's 11:19PM right now) So it's going to wait a whole day before it loads anything into the queue? The last run was at 10:26PM.
I'm using SJQ 2.1.0.176 What are the following settings and what units are they in: MaxSleep RunType RunDelay IgnoreFailedTasks I basically want to run the queueloader every 10 minutes. How do I do this? Also, is there a setting to get the client to look at the queue every 30 seconds? I noticed that once something gets in the queue, it sits there for awhile before it's assigned to a client. I like to process recording shows that are still recording. We like to start watching a show 25 minutes after it starts and it's nice to have the commerials already marked. Thanks for all of your work on this! It's great. |
#345
|
|||
|
|||
File cleaner
How do I get rid of the *.log and the *.logo.txt when there is an edl?
I see these three options: Delete files with this extension: When there is no matching file with this extension: Never delete files matching this regex: Thanks, Chris |
#346
|
||||
|
||||
Quote:
Quote:
MaxSleep: The maximum amount of minutes between runs of the QueueLoader; the QueueLoader is guaranteed to run at least once during this time frame RunType: How should runs of the QueueLoader be managed. One of three settings:
Note, replace RunDelay with the hardcoded value of 10 for all 2.x builds prior to snapshot 207. RunDelay: The amount of time to delay, in seconds, before each run of the QueueLoader; ignored when RunType is set to Interval Note: RunDelay is ignored and not used in 2.x for all builds prior to snapshot 207. IgnoreFailedTasks: When false, tasks that fail are placed into the failed task list; tasks put in this list will not be requeued. When true, a failed task is ignored and therefore eligible to be requeued on the next run of the QueueLoader To run the QueueLoader every 10 mins, set the RunType to Interval and MaxSleep to 10. Quote:
A hardcoded value of 30 secs will never be done as that's just too frequent with no real benefit. If an issue ticket were raised that asked for the polling to be dynamically set to a few seconds after the next QueueLoader run, I could see the benefit in that. Though I will admit this particular issue doesn't strike me as something that would be done in the immediate future as the implementation I'm thinking of would require some changes to the client/server protocol, but an issue ticket and some wishful thinking never hurts, again if it's really something you think is needed. Quote:
Currently the file cleaner doesn't support deleting files based on the existence of other files. It's main purpose is to remove edl files when the corresponding mpg or ts file has been deleted. This is a candidate for another issue ticket, but I will say that I'll have to be inspired to rewrite the admittedly simple, yet sufficient for my needs, file cleaner into a more robust file cleaner that takes multiple rules, etc. Not saying I wouldn't ever do it, but wouldn't hold my breath on it either. Certainly wouldn't hurt to open a ticket for it.
__________________
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... |
#347
|
|||
|
|||
If you're only scanning tv files with SJQ, then a constant interval run of the QueueLoader just puts an unnecessary strain on your system. Unless new recordings start every 10 minutes, most runs of the QueueLoader are just going to do a lot of computations, comparisons and calculations, but never add anything to the queue.
__________________
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... |
#348
|
|||
|
|||
This works great... Thanks
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#349
|
|||
|
|||
Thanks Slugger for the documentation on these settings!
It is making a lot more sense now. I'll try using the new info you gave me to see if I can make it work the way I want. In the file cleaner setup. What does regex mean? "Never delete files matching this regex:" I'm thinking I could just create a task to delete these files. |
#350
|
|||
|
|||
Quote:
Code:
Delete files with this extension: edl|log|txt When there is no matching file with this extension: mpg|ts Never delete files matching this regex: .*\.logo\.txt$ In your recording dir you have Seinfeld.mpg and when comskip starts it creates Seinfeld.log, Seinfeld.logo.txt, Seinfeld.txt, and Seinfeld.edl. All the files are safe from the file cleaner except Seinfeld.logo.txt since there is no corresponding file named Seinfeld.logo.mpg nor Seinfeld.logo.ts. So if the file cleaner were triggered while comskip was running it would delete the logo.txt file that comskip needs. So that last input says, regardless of anything never delete files that match the given regular expression, and in this case I'm protecting the comskip generated *.logo.txt files. In my comskip.ini I tell comskip to cleanup the logo files after it's done. Once I delete the Seinfeld recording then the file cleaner will delete the edl, log and txt files. You could create a task to delete the files as desired, but you'll either end up queuing the task once for each recording you have or you'll have to craft a very smart rule to ensure that the task is only queued once per QueueLoader run. If you find a way to do the latter then I'd like to know what you did as it would be worth adding to the wiki.
__________________
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... |
#351
|
|||
|
|||
Quote:
From how I read your rule, it says if the .AUTOCOMPRESS file is NOT there, then run the compression job. I think I want to say if the .AUTOCOMPRESS is there, then I want the compress job to run. Easy enough to do, but I wanted to verify I have the Sage thought accurate, where Sage will create the .AUTOCOMPRESS file if I tell it in the series setting to compress. Then I want to look for that file (remove the ! from your rule) to trigger the job to run. With the ! (not) in your rule, it tried to compress everything I had recorded which I don't want to do. Scott
__________________
Server - Intel Pentium 3.2 - 3 GB RAM - WinXP SP3 - Headless 80GB system drive - 500GB Recordings - 2TB NAS (1) HVR-2250 Analog Cable & Clear QAM (1) HD Homerun clear QAM (1) KWorld 115 ATSC Tuner OTA (1) HD200 HDMI to Samsung 50" Plasma (1) MediaMVP to 19" in bedroom SageTV 7.0.23 release |
#352
|
|||
|
|||
I am compressing everything now.. I left out anything with the AutoCompress file incase the built in transcoder was runnng. I have since disabled it.
|
#353
|
|||
|
|||
I am just getting around to using SJQ and I have read through all of the posts since Nov or so when SJQ2 was in beta. I will be using SJQ to run Comskip and Transcode (and maybe with VideoReDo to cut files) and I have seen several examples of those. But there are a few things that I haven't seen, or that I may have missed.
How do I move a file to a different folder? (i.e from \server\tvshows to \server\videos\kids shows\dora) How do I rename a file to remove the Title from the filename? Here is what I want to do - If the show is Dora the Explorer then transcode, move to folder z:\\kid shows\dora\, and rename to eliminate title from the filename (i.e rename "DoraTheExplorer-Boo-1234567-0.avi" to "Boo-1234567-0.avi") and maybe even eliminate the show ID as I won't really be using these from the MyTV, just from MyVideos.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#354
|
|||
|
|||
Curious about the options on the Settings Page
Hello,
I was curious what where acceptable values for the clearserverlogs and clearcompletedtasklogs setting. SJQ has been running for me quite smoothly ... but the database seems to grow quickly on my system (about 1200 recordings and three tasks). In two weeks with the default settings (clearing logs weekly) I'm at 48.5MB for the database. I was curious if there was an option for 3 days? or do the possible values follow the time multipliers for clearing the logs? Thanks for your time, Bobby
__________________
SageTV Server: Windows 7 64Bit, Phenom II X6 1090T, Asus M4A89GTD-PRO/USB3 (AM3), ATI Radeon HD 4290, 2 x KHX1600C9D3/4GX, 4 x HD-PVR2 Gaming, , 4 x 320GB recording drives, 2 x USB-UIRT, SageTV Server Beta SageTV Client & 2 x HD-300 Extender. 40.8TB unRaid 6.6.5 media server |
#355
|
|||
|
|||
Sorry for this stupid question, it will be obvious once someone answers, but how do you manually kick off SJQ rather than having to wait for a recording to finish?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#356
|
|||
|
|||
To restart the queue click on the time in the lower right corner of the SJQ Window
Hello,
that's something I might be able to help with ... To restart the queue click on the time in the lower right corner of the SJQ Window Here's a jpg with a black rectangle around the manual start Queue loader button ... It takes about one to two minutes for the scan to complete on my system before the Active Queue updates Hope this helps, Bobby
__________________
SageTV Server: Windows 7 64Bit, Phenom II X6 1090T, Asus M4A89GTD-PRO/USB3 (AM3), ATI Radeon HD 4290, 2 x KHX1600C9D3/4GX, 4 x HD-PVR2 Gaming, , 4 x 320GB recording drives, 2 x USB-UIRT, SageTV Server Beta SageTV Client & 2 x HD-300 Extender. 40.8TB unRaid 6.6.5 media server |
#357
|
|||
|
|||
Quote:
|
#358
|
|||
|
|||
Really? Are you scanning just tv or are you scanning all media? How large is the media set that you're scanning? For comparison, I only scan tv files and my tv library is usually around 220-250 files. A scan takes 1-2 seconds to complete on my server (specs in sig).
__________________
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... |
#359
|
|||
|
|||
Quote:
Accepted values for the log cleaners are 'Daily', 'Weekly' and 'Monthly'. Quote:
__________________
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... |
#360
|
|||
|
|||
Quote:
Quote:
__________________
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 |
Plugin: Sage Job Queue (SJQ) v3 | Slugger | SageTV Customizations | 1355 | 07-25-2013 07:44 AM |
Sage Job Queue (SJQ) new release notifications | Slugger | Customization Announcements | 3 | 12-17-2009 09:59 AM |
Sage Job Queue Completed tasks problem | raffmanlt | SageTV Customizations | 2 | 08-18-2009 07:34 PM |
Comskip Monitor VS Sage Job Queue SJQ | personalt | SageTV Customizations | 6 | 03-02-2009 10:27 AM |
Plugin: SJQ v1.1.0RC1 Available - Testers Needed | Slugger | SageTV Customizations | 35 | 04-21-2008 08:12 AM |