search for: eyetv

Displaying 3 results from an estimated 3 matches for "eyetv".

2011 Sep 12
6
WINE fails in directories with Question Marks in name
...marks all commercials using WINE and Comskip. Whenever the schedule includes a tv show with a question mark in its title, WINE fails. Here are the logs that illustrate the failure. Script log that calls WINE: Code: Sun Sep 4 23:00:24 2011 - Changing directory to /Volumes/Macintosh HD2/Documents/EyeTV Archive/Curiosity_ Is There a Parallel Universe?.eyetvsched Sun Sep 4 23:00:24 2011 - Running: /usr/bin/nice -n 14 "/opt/local/bin/wine" "/Library/Application Support/ETVComskip/comskip/comskip.exe" --ini="/Library/Application Support/ETVComskip/comskip/comskip.ini" &...
2011 Jan 22
4
wine on mac os x and x11
I have a console-only windows application which I'd like to run on OS X. It runs, but insists on starting X11 every time I invoke wine, even though all the app does is write to a file. According to the the documentation at http://www.winehq.org/site/docs/wineusr-guide/cui-programs, wine should not require X11 for CLI programs. I've also tried invoking via wineconsole with no effect. Is
2012 Mar 09
0
Re: WINE fails in directories with Question Marks in name
...let comskip run through Wine, and then change the name back again. I had to change the RecordingStarted and RecordingDone scripts to get this to happen. Only good way I could think of getting it done is to store off the Title and Episode into temporary files at the start and go read them back when EyeTV was done. I'm surprised the ETVComskip folks haven't run into this and done a workaround. I actually started doing this down in the MarkCommercials.py file but then decided that it would probably be better to do it as high in the chain of events as possible. BTW, I was also playing around w...