|
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 |
#41
|
||||
|
||||
Quote:
|
#42
|
|||
|
|||
Not a problem. <see below>
DEBUG | wrapperp | 2006/10/14 15:27:48 | read a packet PING : ok DEBUG | wrapper | 2006/10/14 15:27:48 | Got ping response from JVM DEBUG | wrapperp | 2006/10/14 15:27:53 | send a packet PING : ping INFO | jvm 1 | 2006/10/14 15:27:53 | Received a packet PING : ping INFO | jvm 1 | 2006/10/14 15:27:53 | Send a packet PING : ok DEBUG | wrapperp | 2006/10/14 15:27:53 | read a packet PING : ok DEBUG | wrapper | 2006/10/14 15:27:53 | Got ping response from JVM FATAL | wrapper | 2006/10/16 19:50:58 | Unable to execute Java command. The system cannot find the file specified. (0x2) FATAL | wrapper | 2006/10/16 19:50:58 | "C:\windows\system32\java" -Djava.library.path="." -classpath "wrapper.jar;csm.jar;jetty-6.0.1.jar;jetty-util-6.0.1.jar;servlet-api-2.5-6.0.1.jar" -Dwrapper.key="O8l0bkGpXrkVVPp8" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=4644 -Dwrapper.version="3.2.1" -Dwrapper.native_library="wrapper" -Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp ComskipMonitor FATAL | wrapper | 2006/10/16 19:50:58 | Critical error: wait for JVM process failed FATAL | wrapper | 2006/10/25 20:51:39 | Unable to execute Java command. The system cannot find the path specified. (0x3) FATAL | wrapper | 2006/10/25 20:51:39 | "C:\windows\system32\java" -Djava.library.path="." -classpath "wrapper.jar;csm.jar;jetty-6.0.1.jar;jetty-util-6.0.1.jar;servlet-api-2.5-6.0.1.jar" -Dwrapper.key="eDAoUoWwYiRjY3GA" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1648 -Dwrapper.version="3.2.1" -Dwrapper.native_library="wrapper" -Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp ComskipMonitor FATAL | wrapper | 2006/10/25 20:51:39 | Critical error: wait for JVM process failed Hope it is easy(er) to read. Thanks for the quick response to this. Let me know if there is anything else that will be useful. |
#43
|
|||
|
|||
Quote:
-Dan |
#44
|
||||
|
||||
Quote:
wrapper.java.command=C:\windows\system32\java to point to where your java executable is. example: wrapper.java.command=C:\winnt\system32\java or wrapper.java.command=C:\Program Files\JRE1.4.2\bin\java.exe I'll try to come up with some type of autodetection in a future release. I haven't been doing any development on this program in the past week because I've been pretty busy. |
#45
|
||||
|
||||
Updated to Version 2.5
-Version 2.5-
Added ability to select ShowAnalyzer or any other command-line program to process selected directory files. Updated setup program to automaticly detect the location of the Java Runtime Environment rather than just defaulting to C:\Windows\System32 Fixed bug that was causing processing log file to be cleaned up prematurely. Ouput and cleanup .edl files by default. Quote:
Quote:
P.S. If anybody could tell me a good place to host this file or wouldn't mind doing so, I'd appreciate it. Last edited by Steep; 10-26-2006 at 01:46 PM. |
#46
|
||||
|
||||
Steep,
I just installed 2.5 and like the improvements. I especially like the new setup which allows me to run Comskip at a lower priority. One problem, it is not producing edl files, just text files. I looked at the comskip.ini file and see that output_edl=1 is set but all I am getting are .txt files. (I deleted all of the old .txt files before installing CSM 2.5) Do I need to do anything special to output edl files?
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#47
|
||||
|
||||
Quote:
|
#48
|
||||
|
||||
Yep, I think it was a user error on my part. I think there was a comskip process already running from the "old" installation. I did an uninstall, rebooted the system, and then reinstall and I think it is working now.
I'll have to play around a little more with it this weekend but I like what I see so far. I've added multiple paths to access the recordings on my NAS and that seems to be good as well. Thanks again.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#49
|
||||
|
||||
Correction, part user error and part bug (I think). I have three directories that I want CSM to watch but only .mpg files stored in the first directory are processsed. Here is my csm.properties file:
#csm.properties #Fri Oct 27 16:13:32 EDT 2006 time.between.checks=10 comskip.config=../comskip79_59/comskip.ini process.file.extensions=.mpg execute.during.record=no slow.hours=20, 6, 14, 15, 23, 12, 8, 17, 9, 19, 10, 18, 7, 11, 22, 16, 13 related.file.extensions= comskip.parameters= exclude.hours=3 file.directories=E\:\\SageTV,\\\\NASLite\\Disk-1,\\\\NASLite\\Disk-2 cleanup.file.extensions=.txt,.log,.edl comskip.location=../comskip79_59/comskip.exe CSM properly processes E:\SageTV but nothing is processed in \\NasLite\Disk-1 and \\NASLite\Disk-2. No .txt files, no .edl files, nada. the comskip log never shows any activity in these directories either. When I run the setup batchfile the UNC paths show up properly in the directory listing. Ideas?
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#50
|
||||
|
||||
Quote:
|
#51
|
||||
|
||||
just wanted to give my thoughts on this thus far. Im a believer! Im still very happy with the ease of implementation, and the build of comskip that comes with it is dead on on almost all my shows on 2 seperate providers.
Just wanted to say thank you for the great contribution. I.
__________________
If you're not cheating, your not trying... My sage rigs: Server - Windows 2003, Intel 865 PERLL w/ P4 3.2g 1gb ram, 3-PVR250, 3-PVRUSB's, 1 Skystar2, 1 twinhan 102g, 1 starbox DVB-S Cards. Evo network QAM encoder. 1.2TB storage 6.x server + MTSAGE for DVB Client 1/Master BR - MediaMVP running a 30" Olevia LCD TV. Client 2/Front Room - Shuttle ST61G4 XPC 1gig ram, 60gb HD, BTC9019 wireless keyboard/mouse & Harmony 880. 6.x client. GF6600GT driving a Sony WEGA 55" rear projection tv. |
#52
|
||||
|
||||
No need to apologize. I'm with insomniac, this is a good piece of software and will make Sage even better for me. Let me know if you need a beta tester for networked storage.
Of course now that I have some programs with .edl files I am having difficulty getting the CommSkip STVi working properly with the v6 beta
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#53
|
|||
|
|||
Deleting file
Steep i rechecked what you described is what happen. While it was working I noticed all the files thinking it wasnt deleting. Its doing it I just deleted a bunch of 'the office' shows and all the files are gone with the recording.
Second question, Can I use your output files and use them directly with Videoredo? Thanks |
#54
|
||||
|
||||
Quote:
output_videoredo=1 For Comskip configuration questions, you can find out more information on the Comskip website, including forums and FAQ's. http://www.kaashoek.com/comskip/ |
#55
|
|||
|
|||
noob needs help
The comskip monitor installed great. But I have no idea how to run comskip against all of the recordings I have already.
Also do I need different setups for client and server? |
#56
|
|||
|
|||
Thank you, thank you, thank you.....I spent 4 hours trying to get Dirmon2 and Comskip to work together correctly..without any luck...
Then I went searching to find any discussuion that might help..I found this thread, deleted all of the dirmon and comskip stuff and downloaded this file..and 10 minutes later we were up and running... Did I say thank you.. Now the only thing I noticed was that my CPU goes to 94% when this runs. Any tricks to bring that down some? Gary Ellis |
#57
|
||||
|
||||
Quote:
The algorithm is very straight forward (in a nutshell): 1) Generate list of video files. 2) Generate list of log files. 3) loop through video files 3b) If a video file doesn't have a log file, run comskip on video file 4) loop through log files 4b) if a log file doesn't have an associated video file, delete it 5) Wait X minutes 6) goto 1. So the monitor treats any video that doesn't have a comskip log as *NEW*. Quote:
|
#58
|
|||
|
|||
thanks for the update!
I am glad to hear that all I really need to do is install one of the viewing plugins.... Thanks for the work! I can't wait to get home today! |
#59
|
|||
|
|||
I changed to Low this morning..that's a good feature...Also, good do know it will give up CPU usage. When I saw the large CPU usage, I thought I would see degradation in video on a movie I was watching, but I really did not notice any. The menu's seemed slightly slower...So, maybe this Low setting will take care of that..
Also, when I turned off "live tv" last night, I noticed that comskip grabbed the last show I had just watched and created txt and log files for it. I was afraid that it might have not allowed Sage to delete the file from the live tv I was watching. But, this morning I was very pleasantly surprised. The live tv show recording was gone and all the txt and log files too...So, everything cleaned up good.. Next I need to figure out how to use the outputted videoredo files...I need to figure out how those get into videoredo.. Thanks again, Gary |
#60
|
|||
|
|||
Thank you, I spent hours reading up on Dirmon2 and Comskip...............way over my skill level.
With your Comskip Monitor I was up and comskiping in less then half an hour. sweet |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|