|
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 |
#1161
|
|||
|
|||
i thought that might be the case but was hoping i was wrong....
there is no error message at all when i look in the log of the failed task or in the server log... Any ideas to work around this limitation? |
#1162
|
|||
|
|||
Quote:
You'd have to create a separate task for each recording you're moving then hardcode the title in the target directory option.
__________________
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... |
#1163
|
|||
|
|||
Hmmmm as you say not pretty ... i'll probably pass.
So will 4.0 be able to handle this and if so do you have an ETA ? ...... PS Thanks for the great plugin |
#1164
|
|||
|
|||
The same issue exists in SJQv4 right now, however the issue is much easier to address in SJQv4 than it ever would have been in v3. So it probably won't be fixed before public beta 1, but this is definitely something I can (and will address) in v4. ETA for public beta 1 is Dec 5.
__________________
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... |
#1165
|
|||
|
|||
Quote:
I create a batch file that makes the directory and copies the file. Then I use the relink. Rule if [IsObjMediaFile == true && $.IsFileCurrentlyRecording{} == "false" && (Filename =^ "M:" || (Filename =^ "m:" || (Filename =^ "N:" || (Filename =^ "n:")))) && (Filename =$ ".mpg" || (Filename =$ ".ts")) && $.GetShowTitle{} =% "Around The Horn|Blazers Pregame" && $.GetNumberOfSegments{} == "1"] { :PRIORITY 999 SJQMDMOVE } Relink Rule if [IsObjMediaFile == true && $.IsFileCurrentlyRecording{} == "false" && (Filename =^ "M:" || (Filename =^ "m:" || (Filename =^ "N:" || (Filename =^ "n:")))) && (Filename =$ ".mpg" || (Filename =$ ".ts")) && FileExists == "//Freenas/ournas2/$.GetShowTitle{}/%p%.mpg" && $.GetNumberOfSegments{} == "1"] { :PRIORITY 999 :RELINKOPTS "$.GetAiringID{}" "//Freenas/ournas2/$.GetShowTitle{}/%p%.mpg" _RELINK } Client rule SJQMDMOVE { :MAX 1 :CPU LOW :RESOURCES 01 "C:\\SJQ3FINAL\\SJQMDMOVE.bat \"%c%\" \"\\\\\Freenas\\ournas2\\$.GetShowTitle{}\"" } SJQMDMOVE.bat if not exist %2 md %2 copy "%~f1" %2 exit PS this will not work with titles that contain illegal characters. * < (less than) * > (greater than) * : (colon) * " (double quote) * / (forward slash) * \ (backslash) * | (vertical bar or pipe) * ? (question mark) * * (asterisk)
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 11-28-2010 at 12:04 PM. |
#1166
|
|||
|
|||
Thanks Nyplayer
I'll give this a try until SJQ can handle it directly... |
#1167
|
|||
|
|||
If you want to copy all the assets edl etc... just make this change
if not exist %2 md %2 copy "%~d1%~p1%~n1.**" %2 exit
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#1168
|
|||
|
|||
WARNING: The upcoming SJQ update in plugin repository will upgrade you to SJQv4...
... and SJQv4 requires a license file to unlock most useful features, namely all concurrency features and the crontab feature. If you do not wish to upgrade to v4 then DO NOT install the upgrade and ignore all future upgrade notifications from SageTV (about SJQ). Once you upgrade to v4 there is no going back via the SageTV plugin manager. This limitation is not my decision, but rather just the way the SageTV plugin manager works.
Upon release of SJQv4 beta 1 to the plugin repository, this thread will be closed and my support of SJQv3 will cease. It will be at least 3 days before the SJQv4 upgrade is added to the repository, but may be a few days longer. Please consider this your warning for users who do not wish to upgrade and do not typically read the release notes of plugins before upgrading. I'm hoping (at least) 3 days is enough for most users to see this warning.
__________________
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... |
#1169
|
|||
|
|||
I am looking forward to this - that is a pretty quick cycle between generations - I don't think that it has been a full six months since SJQ 3 was released.
__________________
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 |
#1170
|
|||
|
|||
Glad I read these last few posts before I tried to skin the same cat! I also wanted to move recordings into their own autogenerated folders. Thanks for the solution
|
#1171
|
||||
|
||||
Got a strange one for you Slugger. Hope you have an answer for me.
It appears that while SJQ V3 was processing a moverec (show.mpg.tmp) there was an error. Didn't notice at the time but day later, noticed that shows were not moving over. Failed Queue had a bunch of stuff in it. Rebooted server (had earlier rebooted modem/router/switch when had network issues) (may be related, maybe not...moot point though). I choose Clear Grid for Failed Queue so everything would reprocess. Looks like everything did EXCEPT I now have 1 show that is show.mpg.tmp and sage does not know about it. Also, does not appear to have reprocessed. How do I go about getting it back into Sage TV Recordings? Any thoughts? |
#1172
|
|||
|
|||
Just rename show.mpg.tmp to show.mpg and do a refresh of the media... it should then show up in Sage and move it as it was supposed to.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#1173
|
|||
|
|||
I'm trying to run a VideoRedo quick stream fix from SJQ. I've tried running the vp.vbs script either directly from SJQ or executed from a batch file. No matter how I do it I always get the following in my log:
Code:
C:\Program Files\VideoReDoPlus\vp.vbs(51, 2) WScript.CreateObject: Could not create object named "VideoReDo.VideoReDoSilent".
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#1174
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#1175
|
|||
|
|||
Ok, here is my client rule:
Code:
SA { :RESOURCES 50 :MAX 2 "C:\\batch\\quickstream.bat %c% %d%%p%-1.mpg" "C:\\Program Files\\Dragon Global\\ShowAnalyzer\\ShowAnalyzer.exe %c%" } Code:
call cscript.exe //nologo "C:/Program Files/VideoReDoPlus/vp.vbs" %1 %2 /t1 /q del %1 move %2 %1
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#1176
|
|||
|
|||
Quote:
C:\\batch\\qfixsaqe.bat %c% qfixsaqe.bat Code:
set videoredo_path=C:\Program Files\VideoReDoTVSuite\ set priority=low set delOriginal="no" rem "set delOriginal above to yes or no.... yes will delete original mpg and replace with QFixed file." rem "if delOriginal set to no will QFIX file to tmpEncode directory but will not delete original...." if not exist "%~d1%~p1tmpEncode" md "%~d1%~p1tmpEncode" START /B /W /MIN /%priority% cscript.exe //nologo "%videoredo_path%vp.vbs" "%~f1" "%~d1%~p1tmpEncode\%~nx1" /t1 /d /q if %delOriginal% EQU "yes" del "%~f1" if %delOriginal% EQU "yes" if not exist "%~f1" move "%~d1%~p1tmpEncode\%~nx1" "%~d1%~p1"
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-11-2010 at 11:09 AM. |
#1177
|
|||
|
|||
Are you running SageTV as a service?
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#1178
|
|||
|
|||
Yes I do run it as a service and I also run SJQ on my clients as a service... With a user logon that has Administrator authority.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#1179
|
|||
|
|||
I tried doing that and I still get the same error.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#1180
|
||||
|
||||
Thanks. That did the trick. Had to stop SageService in order to rename it but all is good now.
|
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 |