|
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 |
#941
|
|||
|
|||
Firing alert using SageAlert
I've just added some SageAlerts to some of my SJQ tasks and now I'm getting the following in my SJQ server log =>
2010-07-28 08:02:13,769 ERROR [TaskQueue]: Cannot fire alert: SageAlert RPC client packaged with SJQ is incompatible with your installed version of SageAlert! I'm running SJQ v3.1.0.898 and SageAlert v2.0.x. Any ideas would be greatly appreciated. Thanks. |
#942
|
|||
|
|||
SageAlert support is broken in Sage v7 + SJQ 3.1.x + SageAlert v2.x. It simply will not work b/c SageAlert v2.x uses the new Sage v7 core event model and SJQ v3.1.x still uses the old SageAlert RPC model for firing alerts, which doesn't exist in SageAlert v2.x.
Eventually, it'll be fixed, but there's no ETA at this time. I believe the plugin description for SJQ in the plugin manager for Sage v7 says that SageAlert integration is broken - if it doesn't let me know and I'll add it, but I'm pretty sure it does. Anyway, it'll eventually be fixed, just not sure when.
__________________
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... |
#943
|
|||
|
|||
Why hide it? Honestly, this probably won't be fixed in SJQ 3.x, but instead will be fixed in SJQv4. Trust me when I say that there is absolutely no ETA on SJQv4 - there isn't even a definitive design done yet - though I have lots of ideas floating around in my head as to what I want it to do. If people wanted some kind of clue, I'd say the earliest possible time frame for some initial usable betas for SJQv4 would be Q1 2011. Q2 2011 seems more reasonable. But there's a lot of other things going on for me right now so even Q2 2011 is not something I'd be circling on my calendar.
__________________
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... |
#944
|
|||
|
|||
Thanks for your quick response and honest answer.
This is the most powerful plug-in that I've used and your hard work and effort doesn't go unnoticed! Quote:
|
#945
|
||||
|
||||
I just updated my sjq to version 3.1.0.898 then I tried to login but either I don't remember the user name and password or do I need to update the client also (manually?)
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
#946
|
|||
|
|||
Quote:
I was doing some work on a branch of the SJQ code to eliminate the second password and just use the Jetty credentials and part of that change was also applied to trunk, which is why there's two different prompts now in SJQ. When time permits, I'll probably remove the Jetty creds prompt from SJQ 3.1.x.
__________________
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... |
#947
|
||||
|
||||
Thanks slugger!!! That was it. I'm rolling again.
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
#948
|
|||
|
|||
MOVEREC
I want to make sure I understand something before I explore it.
I recently moved to having Sage on a Win 7 machine. In order to save hard drive space, I would like to start moving some recorded TV over to my WHS, but only after I convert it to .mkv. If I understand correctly, MOVEREC will allow me to do this. I would just set the ruleset to look for .mkv files and then I would activate the MOVEREC internal command. If that is true, do I need to set the WHS folder they are moved to as a Recorded TV directory? My second question is about the ruleset/client config. Would this be correct for what I'm trying to do? Code:
if [IsObjMediaFile == true && $.IsTVFile{} == true && Filename =$ ".mkv"] { _MOVEREC } Code:
_MOVEREC "\\\\WHS\\RECORDED TV"
__________________
Server: WHS with 11TB of storage Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD Tuners: 1) HD-Homerun 2) Avermedia USB ATSC Twitter: ohpleaseno |
#949
|
|||
|
|||
Since _MOVEREC is an internal task, you don't configure it on a client and if you do SJQ will error out saying the task name is invalid for a client.
In your ruleset: Code:
if [IsObjMediaFile == true && $.IsTVFile{} == true && Filename =$ ".mkv"] { :MOVERECOPTS "\\\\WHS\\RECORDED TV" _MOVEREC }
__________________
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... |
#950
|
|||
|
|||
Ive never used internal tasks before, so thanks for the help. What about within sage, do I have to add the WHS drive as a recorded tv drive?
__________________
Server: WHS with 11TB of storage Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD Tuners: 1) HD-Homerun 2) Avermedia USB ATSC Twitter: ohpleaseno |
#951
|
|||
|
|||
Quote:
Sage v7.x + SJQ v3.1.x: Yes, the target directory must be a registered tv recording drive OR an imported videos drive. If it's not then the file will still be moved just fine, but it'll just never show up in Sage. Regardless of whether the target is a recording drive or an imported videos drive, the file will still be listed in tv recordings - unless you change the new settings introduced in Sage 7.0.13 to prevent it from coming back as a tv recording (I don't remember the setting name, but it's in the release notes for 7.0.13).
__________________
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... |
#952
|
||||
|
||||
Need some help here. I want to setup a rule to transcode files only created *after* a particular date and not touch the ones that already exist (say everything recorded after 8/9/2010). OriginalAirDate won't work because it won't catch repeats that are newly recorded. MediaAge will catch everything.
What I think I want is something along the lines of a "MediaCreationDate." Does a test like that exist or am I missing another angle at this? Thx.
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders Backup: Synology SageTV version: FINAL |
#953
|
|||
|
|||
Quote:
... time to think about it: The plumbing to make this happen actually already exists in the OrigAirDate test so to do a MediaCreationTest really wouldn't be too much work. If you really want this then open the issue ticket and I will try to get it in there this week - as long as it's as easy as I think it will be (i.e. 10 mins, tops) otherwise it won't happen.
__________________
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... |
#954
|
||||
|
||||
Quote:
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders Backup: Synology SageTV version: FINAL |
#955
|
||||
|
||||
another _MOVEREC question
Using current version of SageTV 6.6
Ran a couple tests of _MOVEREC task and it worked fine with a couple "exceptions" Original recording has M,W,A (manual, watched, archived) flags. After processed by _MOVEREC (which moved it and related [edl, etc] files properly) it only had the A (archive) flag. Any means of maintaining the existing flags? Tried to do workaround as follows but it didn't work :Priority 10 :MOVERECOPTS "location" _MOVEREC :Priority 8 _WATCHED :Priority 6 _MANUALREC Checked the log (not at home now so don't have the actual log) and it appears that once moved, that it "loses" track of the file? Any suggestions? |
#956
|
|||
|
|||
Quote:
Quote:
Suggestion: Instead of trying all of that in one shot, add a new rule that sets the _MANUALREC and _WATCHED flags on all recordings that are archived and located in your destination folder. For example, if you're moving all your recordings to C:\archives then this should work (untested): Code:
if [IsObjMediaFile == true && $.IsTVFile{} == true && $.IsLibraryFile{} == true && FileName ^= "C:\\archives\\"] { _MANUALREC _WATCHED }
__________________
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... |
#957
|
||||
|
||||
Quote:
Thanks for the explanation. Makes perfect sense. |
#958
|
|||
|
|||
I am having problems with MAPDIR. I am using the line:
:MAPDIR "E:\\" "\\\\sageserver\\e$\\\\" But I am getting the error: c:\comskip>start /b /w /belownormal comskip.exe "\\sageserver\e$BluesClues-PlayingStore-362399-0.mpg" It seems to be missing the \\'s after the e$. I have tried using 0, 2 and 4 \s after the e$. What am I doing wrong? Or can you not map to the root of a drive - ie. E:? By the way, should I be changing my recording directory to using UNC paths, even if the drive is on the local machine? edit - Nevermind - I figured it out - the mapdir line should be: :MAPDIR "E:\\" "\\\\sageserver\\e$\\\\"
__________________
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 Last edited by wayner; 08-10-2010 at 09:58 PM. |
#959
|
|||
|
|||
Quote:
:MAPDIR "E:" "\\\\sageserver\\e$" That should work as expected. The fact that your last line works is probably a bug on my part, you shouldn't have to end the second part with two slashes. I'll have to take a look at it, but now I'm afraid if I "fix" it to what I think it should be, I may end up breaking a lot of people who have had to do something similar to get the expected results.
__________________
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... |
#960
|
|||
|
|||
to fix it I would drop any trailing \'s in the MAPDIR line and then add back in the one directory separator... then any amount of \'s in the MAPDIR line would not break the rule... my $.02
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sage Job Queue (SJQ) new release notifications | Slugger | Customization Announcements | 3 | 12-17-2009 09:59 AM |
Plugin: Sage Job Queue (SJQ) | Slugger | SageTV Customizations | 991 | 12-11-2009 03:52 PM |
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 |