|
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 |
#1301
|
||||
|
||||
Without even looking at the code the easiest test here would be to have CyRex disable comskip altogether then close and restart Sage and see if he still has the problem.
From what I understand about how standby works is that there is an internal counter in windows that will reset to 0 every time another process uses more than 10% of the cpu and AFAIK Sage just depends on windows power management to enter Standby so if you have comskip running in the background and it is processing shows it should theoretically not allow the system to enter standby. However, once it no longer has any shows to process I would assume that nothing would exceed 10% cpu usage and then the system idle counter would start going until the standby time set in windows is met. Here is a little more info: http://support.microsoft.com/?kbid=310601 Last edited by ToxMox; 12-07-2004 at 10:17 AM. |
#1302
|
|||
|
|||
Sound reasonable to me
|
#1303
|
||||
|
||||
New bug?
I like your new 4 options to delete when a show ends, but when coupled with my pvr350 end of file I've noticed an undesired feature. The good news, I no longer get as many end-of-file crashes it has been reduced to about half of what it used to be. The bad news, that half that used to crash Sage, now completely reboots the system. I click delete -> sage box does cold restart. I don't know exactly what happens, but this is worse than the standard end-of-file crash. I don't seem to get this with the standard STV, so that's why I'm posting it here, not as a bug. I'm using 2.1.10, and Cayars15. Other than this, everything is peachy. Cayars, you've done an amazing job keeping this STV moving in an awesome direction. Thanks. |
#1304
|
|||
|
|||
Thanks Crashless,
BTW, that's not a bug you just described but an undocumented feature. You see during the delete process I do a resource check. If you're using to many resources then I take care of this for you. Kidding aside, I made a couple of little changes to the end of play routines, so let's see if this helps. If not I'll investigate more. |
#1305
|
|||
|
|||
Just to pick things up a little bit. Besides a few bug fixes here and there, version 16 won't have many internal changes in it. Most of the work I'm doing on this release is to integrate functionality from external applications.
|
#1306
|
||||
|
||||
Quote:
Just kidding, but since we are getting other people requesting this now, do you think this is something that can be done? If I am interpreting this right I think chrystek wants SAGE to go back to the recording menus, and I was also requesting that pressing STOP would put you back there as well - or to the last screen you were on before starting the show... Last edited by rsagetv99; 12-07-2004 at 05:42 PM. |
#1307
|
|||
|
|||
Hmm, thought I already said it somewhere that, I fixed the code so it now goes to your designated Recording Shortcut after a delete.
I haven't touched the stop command but I don't see a reason why I couldn't do that also. |
#1308
|
||||
|
||||
Quote:
While on the subject of Remote commands, I have one of the new 45 button remotes and have noticed that the Navigation buttons don't really do anything while viewing a show/TV since the Channel and Volume buttons are separate now. Do you have any ideas (STV or not) on how to map those buttons to some useful functions? I was thinking Left=Command4, Right=Command5, Up=Show Info/Description, and Down=Mini-Guide - or something like that. I tried mapping some of this myself, but it ended up screwing up the buttons in the other screens. I guess what I am looking for is the ability to have context-based remote key mappings. Is this possible? |
#1309
|
|||
|
|||
After upgrading from 13 to 15 here are a few more errors I've encountered in addition to the ones I spoke about on page 65.
- Comskip does not initiate unless done manually. Even then, when it finishes it states that it failed. *seems to work somewhat well anyway though* - had something currently recording that was not what the guide said should be on. since I have no option to stop or say its a recording error till its done I tried to simply switch channels and tell conflict detection to ignore it. when I try that it returns this error. ***User rejected conflict resolution options for playback request*** |
#1310
|
||||
|
||||
Quote:
Don't worry. It'll be fixed. Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#1311
|
|||
|
|||
Quote:
Thanks for the help anyway... |
#1312
|
||||
|
||||
I am having trouble using the DVD rip function. I noticed that there are 2 lines in the DVDrip.bat file. one for just the movie and another for everything. Do i need to delete the one i don't want? I changed the paths to my current drives but when I click on the Rip DVD function, nothing happens. If anyone wants to post their line that would be great. I'm ripping from D and storing to F.
Thanks JUC |
#1313
|
|||
|
|||
I am sure this is an entirely stupid question, but do you have DVD Decrypter installed?
If you do you and it still doesn't work, you could always try adding a line to the .bat file like "echo Processed > dvdrip.log". If it creates the dvdrip.log file, at least this would assure you that the batch file is getting executed. |
#1314
|
||||
|
||||
DVD Decrypter is installed and working fine. If i add that line to the dvdrip.bat file--where will it output the log--to where I specified the destination folder? And, do I need to delete the one line that I will not be using (I want to rip the whole movie with menus). Can someone post a working .bat file for me? I think i may have just messed it up when I was editing it. thanks
JUC |
#1315
|
||||
|
||||
Quote:
@echo off REM Un-comment the type of RIP you'd like to use REM change the /SRC parameter to use your DVD drive REM change the /DEST parameter to use your selected drive/folder REM command line below will RIP ONLY the MOVIE "/FILES MOVIE" REM "C:\Program Files\DVD Decrypter\DVDdecrypter.exe" /MODE FILE /SRC D: /DEST C:\DVDs\[DISC_LABEL]\VIDEO_TS /FILES MOVIE /Start /Close REM command line below will RIP ALL movie files "/FILES ALL" "C:\Program Files\DVD Decrypter\DVDdecrypter.exe" /MODE FILE /SRC D: /DEST C:\DVDs\[DISC_LABEL]\VIDEO_TS /FILES ALL /Start /Close exit |
#1316
|
||||
|
||||
thanks, i will try it when i get home. But--how does it know whether to rip the entire DVD or just the movie portion. Those are two different lines resulting in two different rips aren't they?
JUC |
#1317
|
||||
|
||||
Here's my dvdrip.bat where I added the command line to rip in IFO mode, movie only. I also set DVD Decryptor up to stream process and keep only the 0xEO and 0x80 streams (movie and AC3 6 channel audio). Now it's all ready for Dr. Divx but I can't find any command lines parameters for the Dr.
@echo off REM Un-comment the type of RIP you'd like to use REM change the /SRC parameter to use your DVD drive REM change the /DEST parameter to use your selected drive/folder REM command line below will RIP ONLY the MOVIE "/FILES MOVIE" rem "C:\Program Files\DVD Decrypter\DVDdecrypter.exe" /MODE FILE /SRC E: /DEST D:\Source\DVD\[DISC_LABEL]\VIDEO_TS /FILES MOVIE /Start /Close REM command line below will RIP ALL movie files "/FILES ALL" rem "C:\Program Files\DVD Decrypter\DVDdecrypter.exe" /MODE FILE /SRC E: /DEST D:\Source\DVDs\[DISC_LABEL]\VIDEO_TS /FILES ALL /Start /Close REM command line below will RIP ONLY the MOVIE in IFO mode keeping only video and 0x80 audio "C:\Program Files\DVD Decrypter\DVDdecrypter.exe" /MODE IFO /SRC E: /DEST D:\DVD\[DISC_LABEL]\VIDEO_TS /FILES MOVIE /Start /Close exit |
#1318
|
|||
|
|||
Quote:
That help? |
#1319
|
||||
|
||||
okay, thanks alot. I think i should be able to get this working. Do you have a folder structure like this for your DVD's: DVD\[DISC_LABEL]\VIDEO_TS /FILES ALL /Start /Close or is there just one folder labelled DVD? One more thing i am grappling with (and excuse my ignorance), it seems that the .bat has three command lines, 1 for the just the movie, 1 for all the files, and now with the new one 1 for IFO Movies. If all three of them are in the .bat file, which one is used? Do i need to delete the ones that I don't want, or does it go by the last command line in the .bat?
thanks JUC |
#1320
|
||||
|
||||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|