NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 59 60 61 62 63 … 125 Next »
Comskip leaving logo file behind

 
  • 0 Vote(s) - 0 Average
Comskip leaving logo file behind
KoP
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Jul 2006
#1
2006-07-13, 02:45 AM
I recently switched from running Comskip after recording (PostProcessing.bat) to during recording (ParallelProcessing.bat), and now it seems to be leaving the logo file behind, which messes up RenameRecording and orphans the recording. I have "delete_logo_file=1" set in Comskip.ini. I have "None" selected on the processing tab in the GBPVR config utility. The only change to the Comskip.ini was adding "live_tv=1". Any ideas what I may have goofed up?

Since this is my first post, I want to say thanks to Erik, Sub, and all of you plug-in and skin authors for writing such excellent software and sharing it with the rest of us.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2006-07-13, 05:36 AM (This post was last modified: 2006-07-13, 05:43 AM by zehd.)
KoP Wrote:I recently switched from running Comskip after recording (PostProcessing.bat) to during recording (ParallelProcessing.bat), and now it seems to be leaving the logo file behind, which messes up RenameRecording and orphans the recording. I have "delete_logo_file=1" set in Comskip.ini. I have "None" selected on the processing tab in the GBPVR config utility. The only change to the Comskip.ini was adding "live_tv=1". Any ideas what I may have goofed up?

Since this is my first post, I want to say thanks to Erik, Sub, and all of you plug-in and skin authors for writing such excellent software and sharing it with the rest of us.

Welcome... First you should know that Live_tv=1 is only needed if you have something else that requires the commerical data available as soon as it's generated. If it's =0, then Comskip will spit out the txt file at the end of the recording. It uses less CPU to be =0...

Since you are using ParallelProcessing.bat, you can also place a line in there that will either rename or remove the logo.txt file... Here's an example for the ParallelProcessing.bat:

Code:
call comskip.exe %1  
REM Batch file will wait for comskip to finish...

REM Move the logo file to a backup folder
move "%~dpn1.logo.txt" "c:\backup\%~dpn1.logo.txt"

-or as an alternate-

REM Delete the logo file
del "%~dpn1.logo.txt"

The fancy %~dpn1 parameter is similar to the %1, but doesn't include the file suffix, so you can add your own...

Hope this helps...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
KoP
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Jul 2006
#3
2006-07-14, 02:23 AM
Thanks for the reply. I will turn off "live_tv" then, and I'll just delete the logo in the bat file. Why didn't I think of that?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  xmltv doesn't import all the channel information in xmltv file vokuit00 2 2,879 2010-06-07, 04:35 AM
Last Post: vokuit00
  transcode from file.ts to file.mpeg in parallelproocessing alevideotestservice 4 2,938 2009-12-30, 07:27 PM
Last Post: alevideotestservice
  Showanalyzer Doesn't Run While Show is Recording a .TS File ww4397 1 2,568 2009-12-02, 11:14 AM
Last Post: ww4397
  Transcode w/ Comskip? pduncan67 1 2,165 2009-11-25, 03:59 AM
Last Post: johnsonx42
  Comskip & Digital? nightwalker 8 3,614 2009-08-29, 06:34 PM
Last Post: nightwalker
  comskip wont run anymore HELP :) DoPeFiSh 1 1,991 2009-07-21, 07:34 PM
Last Post: DoPeFiSh
  Comskip build 0.80.011 Released erik 13 6,357 2009-03-01, 11:36 AM
Last Post: erik
  comskip problem j210277 11 6,234 2009-01-28, 05:25 AM
Last Post: stustunz
  File Renaming Utility: AddEpisode turkey 185 53,221 2008-12-14, 05:30 PM
Last Post: heath11
  Comskip: Interpreting the aspects file zehd 0 1,604 2008-11-29, 07:41 AM
Last Post: zehd

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode