|
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 |
#641
|
|||
|
|||
wrapper.conf help please
Hi, I am having trouble getting SJQC Client running on Vista X64. Works fine when runnning from the command line, just not with the wrapper.
When I run in a console it says it cant find the sagetvaddons.sjqc..TaskClient file Here is my wrapper.conf - Can anyone see a problem ? #******************************************************************** # Wrapper License Properties (Ignored by Community Edition) #******************************************************************** # Include file problems can be debugged by removing the first '#' # from the following line: ##include.debug #include ../conf/wrapper-license.conf #include ../conf/wrapper-license-%WRAPPER_HOST_NAME%.conf #******************************************************************** # Wrapper Java Properties #******************************************************************** # Java Application wrapper.java.command=java # Java Main class. This class must implement the WrapperListener interface # or guarantee that the WrapperManager class is initialized. Helper # classes are provided to do this for you. See the Integration section # of the documentation for details. wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp # Java Classpath (include wrapper.jar) Add class path elements as # needed starting from 1 wrapper.java.classpath.1=../lib/wrapper.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=../lib # Java Additional Parameters #wrapper.java.additional.1= # Initial Java Heap Size (in MB) #wrapper.java.initmemory=3 # Maximum Java Heap Size (in MB) #wrapper.java.maxmemory=64 # Application parameters. Add parameters as needed starting from 1 # wrapper.app.parameter.1=<YourMainClass> wrapper.app.parameter.1=com.google.code.sagetvaddons.sjqc.TaskClient wrapper.app.parameter.2=C:/sjqc/bin #******************************************************************** # Wrapper Logging Properties #******************************************************************** # Format of output for the console. (See docs for formats) wrapper.console.format=PM # Log Level for console output. (See docs for log levels) wrapper.console.loglevel=INFO # Log file to use for wrapper output logging. wrapper.logfile=../logs/wrapper.log # Format of output for the log file. (See docs for formats) wrapper.logfile.format=LPTM # Log Level for log file output. (See docs for log levels) wrapper.logfile.loglevel=INFO # Maximum size that the log file will be allowed to grow to before # the log is rolled. Size is specified in bytes. The default value # of 0, disables log rolling. May abbreviate with the 'k' (kb) or # 'm' (mb) suffix. For example: 10m = 10 megabytes. wrapper.logfile.maxsize=0 # Maximum number of rolled log files which will be allowed before old # files are deleted. The default value of 0 implies no limit. wrapper.logfile.maxfiles=0 # Log Level for sys/event log output. (See docs for log levels) wrapper.syslog.loglevel=NONE #******************************************************************** # Wrapper Windows Properties #******************************************************************** # Title to use when running as a console wrapper.console.title=sjqc.TaskClient #******************************************************************** # Wrapper Windows NT/2000/XP Service Properties #******************************************************************** # WARNING - Do not modify any of these properties when an application # using this configuration file has been installed as a service. # Please uninstall the service before modifying this section. The # service can then be reinstalled. # Name of the service wrapper.ntservice.name=sjqcTaskClient # Display name of the service wrapper.ntservice.displayname=sjqc.TaskClient # Description of the service wrapper.ntservice.description=sjqcTaskClient # Service dependencies. Add dependencies as needed starting from 1 wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false |
#642
|
|||
|
|||
Thanks all - I fixed it. I needed to download the NT Services zip not the standard one.
Yay |
#643
|
||||
|
||||
Transcode based on Media Aspect Ratio (ie 16:9 or 4:3 etc..)
Hi Guys
I'm trying to configure a block to transcode based on the show Aspect Ratio... if [IsTV == "true" && IsActivelyRecording == false && ?MediaRatio? == "16:9"] { :PRIORITY 15 :TRANSCODEOPTS "iPhone-Widescreen" "false" _TRANSCODE } if [IsTV == "true" && IsActivelyRecording == false && ?MediaRatio? == "4:3"] { :PRIORITY 15 :TRANSCODEOPTS "iPhone-Standard" "false" _TRANSCODE } I know mediaRatio is not a listed option, so has anyone got a suggestions on how I can do this? Thanks
__________________
ZZMystique My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2). Last edited by zzmystique; 04-12-2009 at 03:34 AM. |
#644
|
|||
|
|||
Open an issue ticket with a request to add the test to SJQ. I'm not even sure if I can access the video's aspect ratio through a Sage API call, but if I can then I'll add the test. Going to be at least a week and a half before I get a chance to investigate it though, as I'm getting ready to head to the airport for a trip to Las Vegas.
__________________
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... |
#645
|
|||
|
|||
My Transcode jobs seem to be stuck!
For the last few days when I go into the Active Queue I see several _TRANSCODE jobs that are "waiting". I never had any issues with transcoder jobs in the past, in fact they would be complete immediately. When I look at the Sage Transcode queue these jobs do not appear to be in that queue. Other jobs, such as Comskip jobs and Mediascrape jobs execute without issues but I don't seem to have had a successful Transcode since Apr 8 and I don't think I changed anything on that date. And I have rebooted my Sage server and that doesn't appear to have helped.
__________________
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 |
#646
|
|||
|
|||
Quote:
http://forums.sagetv.com/forums/show...&postcount=631. You need to go back to 343 or install snapshot 455.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#647
|
|||
|
|||
Thanks nyplayer - I missed that.
__________________
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 |
#648
|
|||
|
|||
In Love
I am in love with SJQ!
It was great before, but its better now. That said it was not easy to setup. I've setup SJQ to trigger commercial skip and archive my compressed recordings. With some tweaks I can manipulate the autocompress done by Sage or choose to do it myself. The web interface makes it possible to troubleshoot issues or check what jobs have been completed. I used DIRMON2 for a while and had lots of problems with it. It caused ShowAnalyzer to get stuck and no more comskips would happen. DIRMON2 blackout periods never worked for me so it would run at the wrong time. Getting these background tasks like comskip to run at the right time is key to increasing the Wife Acceptance Factor. The Wiki, FAQ and HowTo are great. I love that I can configure remote computers to perform these tasks. I can distribute comskip to any computer in the house, or all of them at the same time. I upgraded from the older version so I had to create my rulesets by hand. The old tool was a bit simpler in creating rules. That said the howto gave me enough info to get things done. Here is my ruleset: if [IsTV == "true" && IsActivelyRecording == "false" && IsViewingMedia == "false" && TranscodeQueueSize < "1" && FileExists != "%d%/%p%.edl" && Filename =$ ".mpg"] { :PRIORITY 10 COMSKIP } if [IsTV == "true" && Filename =$ ".M4V"] { :PRIORITY 11 _ARCHIVE } and for the client: COMSKIP { "C:/program files/Dragon Global/ShowAnalyzer/ShowAnalyzer.exe \"%c%\"" } Thank you for your hard work.
__________________
SageTV 6.6.2 and SageMC on WinXP 2Gb Ram, Athlon 1800+ AverMedia A180, Duet SJQ, MovieTimes, NetFlilx plugins |
#649
|
|||
|
|||
SJQ v2.1.4 is now available. As the nicer weather finally makes its way north, I expect this to be the last official update to SJQ for some time (i.e. until the fall). Of course, should a major functional bug be discovered and reported then I will typically address those in a timely fashion, provided I'm around to do it. However, I encourage users to continue to report all bugs (major or otherwise) and feature requests via issue tickets at the project web site. Though I may not tackle most issue tickets until later this year, there are always rainy days that come along where I might tackle a feature request or two - as long as they're reported - and those fixes will be made available in snapshot builds as soon as they're done.
Official v2.1.4 Builds Released 26 Apr 2009: The official server and task client builds for SJQ v2.1.4 are now available for download in the project downloads section. The v2.1.4 release is a bug fix release that addresses a few issues with the server package, there are no functional changes to the task client package in this release though it has been repackaged with an updated version number to remain consistent: Server Fixes
Task Client Fixes
__________________
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... |
#650
|
||||
|
||||
Is there any way to have the password come up in a normal box like Neilm's webserver? I've really like to have firefox remember it, but currently it's not possible.
This plugin works awesome btw, I've never had such consistant captions and comskip. |
#651
|
|||
|
|||
Without a rewrite of the app's login procedure, no. I'd say open an issue ticket, but this particular item is not likely to change. The app's entire security model is wrapped around the integrated login page so it's too much work to go back and rework it at this stage.
__________________
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... |
#652
|
||||
|
||||
It's definately no big deal... I hardly even have to check SJQ, it just works.
So no worries, I thought it may be something simple instead. |
#653
|
||||
|
||||
Quote:
Just a quick question. Is there a way to clear the completed jobs queue? Thanks Anne
__________________
ZZMystique My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2). |
#654
|
|||
|
|||
You can clear the grid by clicking on any entry and then choosing "Clear Grid". However, you probably don't want to do that. The completed task grid is how SJQ remembers what tasks it has completed so as not to requeue tasks and do them again.
__________________
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... |
#655
|
||||
|
||||
Thanks - that worked, can the 'clear grid' be run from the command line?
The content is converted and then moved out of sagetv completely. I also record 24/7 so the completed jobs list needs purging about every 14 days otherwise it may become to large. Thanks Anne
__________________
ZZMystique My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2). |
#656
|
|||
|
|||
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... |
#657
|
||||
|
||||
OK - point taken.
Thanks
__________________
ZZMystique My setup: Server: SageTV v7, Intel i5, 8GB, 180GB SSD, 4TB HDD, Win7HP & (DVB Viewer Pro with DVB Viewer for SageTV using 2xTBS6281 DVB-T2). |
#658
|
||||
|
||||
I've gone over my setup more times than I can count, yet I can't get SJQ working. I have Jetty installed (Jettystarter 1.5) and working over SSL port 8443 just fine. I have the Sage webserver (2.23) and it's accessible via port 8443 without any issues. However, when I go to the https://[servername]:8443/sjq/SJQ address, I simply get a 404 message on a pinkish-purple screen, with a link that reads, "Rogatkin's JWS based on Acme.Serve $Revision: 1.26 $". I have SJQ (sjq-ssl-2.1.4.466.zip) installed on my WHS box, which is running the WHS version of SageTV (6.5.9.204). I have a single, full PC client, which I've done nothing to related to SJQ.
I have tried turning on Jetty debugging, but I can't seem to find any logs being created in any of the Jetty folders. I even turned on Sage's debug and the only thing I can see in there are a bunch of entries which read, "SJQ: Checking state of daemon threads..." Anyone know where to start looking? |
#659
|
|||
|
|||
Quote:
|
#660
|
||||
|
||||
I did read that part in the instructions multiple times, but I must be blind because I just don't see where the SJQ instructions or the JettySSL instructions explain how to set up multiple ports in JettyStarter.properties, based on the application which is using Jetty.
From the JettySSL instructions: Quote:
The only other thing I can think of is that the jetty.ssl.port setting is separate from the SSL port each application is using and there's another file for SJQ that I need to edit in order to let SJQ know to use this other port. If that's the case, the SJQ Guide reads: Quote:
Sorry for needing the hand-holding. As you can tell, I actually have read through all the instructions available and am following them in sequence. I'm clearly overlooking or misunderstanding something in the instructions. |
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 |