|
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 |
#161
|
|||
|
|||
..
I tried the malore350.zip today and everythig seemed find till I found a possible bug. Everytime I press pause when I hit play again sage locks up and needs a restart. I reverted back to malorebeta-1.zip and now I only get the random loss of my onscreen display. I thought it was locking up but when I vnc in it turns out that somehow it went to sleep when I wake it up I have no on screen display
Last edited by samson; 08-10-2004 at 04:50 PM. |
#162
|
||||
|
||||
Re: ..
Quote:
__________________
Warm Regards, Andy Kruta A+, CNA, MCSA, Network+, RHCE "It's kinda fun to do the impossible" - Walt Disney |
#163
|
|||
|
|||
.
I can not find a pattern for the lockups with the malorebeta-1.zip but the malore350.zip locked up like clock work when for me when I hit pause.
|
#164
|
||||
|
||||
I also did not have definite patten to my loss of display (with malarebeta-1.zip...I have not tried malore350.zip)...it was not specific to comerial advance, but seemed to happen more often when lots of disk/cpu was being used - as in comskip processing, recording shows, and watching.
I have since rolled back to the latest release Malore stv and have stability again. Loosing my screen twice in a one hour show (average) was too high a cost for commercial advance. |
#165
|
|||
|
|||
I've tried everything, play pause RW FF as fast as I can. I've got about 12 hours with malore350 and I can't get the pvr-350 to lock up at all. CS works just fine.
BTW I don't know if it matters but I am using the .ini file that malore said was tweaked (before this 350 stuff came up). peace . . . verbose=0 fps=29.97 border=10 max_brightness=100 test_brightness=60 max_avg_brightness=15 max_commercialbreak=300 min_commercialbreak=70 max_commercial_size=150 min_commercial_size=4 require_div5=0 Quote:
__________________
PVR user since the late 1900's . . . |
#166
|
||||
|
||||
Hector,
Anymore reboots? Thanks for being the point man! |
#167
|
|||
|
|||
No its been perfect, probably just lucky.
Even back when I used the stock STV I had an occasional reboot and the end of show lock up I desribed earlier. I haven't noticed any difference in that regard regardless of the STV I've been using but I haven't really been paying attention. So far tho its been rock solid since even before the 350 STV. I know that is just bad (heh) luck because I usually get the regular old 350 lockup at least once a day during a FF/RW regardless of which STV I use. Later tonight I'm going to really stress test it somehow. Anyone feel free to let me know if there is anything I can try that might help. peace . . . Quote:
__________________
PVR user since the late 1900's . . . |
#168
|
||||
|
||||
Sounds good Hector! Maybe I'll give it another shot!
Thanks Hector, and thanks to Malore for such timely reponse and troubleshooting help. Commerical advance really is a killer feature for PVR apps. Malore, any idea when malore350.zip will be reposted? Thanks again! Last edited by Deadbolt; 08-10-2004 at 08:32 PM. |
#169
|
|||
|
|||
Quote:
I wanted to update everyone on where I am with my recovery after trying malore350.stv. Last night I went back in and had to re-setup my channels and reconfigure Sage with my preferences (detailed setup). Everything else seems to be ok at this point, although I have not yet been able to get commercial advance to work again (although it does show where the commercials are on the OSD and it is definitely using malore.stv). I still don't know for sure where the problem originated; it could have been from the update or just a coincidence. I think Malore did the right thing pulling malore350.stv, but unless he can see something obvious in the code or unless others who have tried it have also had similar problems, maybe it would be worth reposting (perhaps with a caution to back up those critical files). Once again, I want to thank Malore for the great work he has done on this enhancement. |
#170
|
||||
|
||||
I've finished up the changes I've been working on.
• Added adjustment to SageTV's playing time to hopefully better align the marked breaks with playback. • You can now have background commercial processing ignore shows recorded on specific channels. Edit the sage.properties file and set background_commercial_processing_ignore= a list of channel number seperated by commas (ex. 78,11) • Changed how the commercial autoskip function was implemented to hopefully work better with pvr-350's. • The custom 5 command will now start commercial processing on the currently selected episode in my version of SageTV Recordings. • Added additional levels to the verbose setting of the comskip.ini file. verbose=1 shows building of commercial breaks on screen verbose=2 writes building of commercial breaks to file verbose=3 writes list of black frame breaks verbose=4 writes list of every black frame detected 1) Download malorebeta.zip 2) Backup your sage.properties and wiz.bin files, just to be safe. 3) Install the new files enjoy, malore |
#171
|
||||
|
||||
I've been working with the require_div5 setting some more. I've added a new setting div5_tolerance that lets you set how much leeway to give.
Here is an example of a show that has a black frame scene change shortly after the show returns. require_div5=0 start: 15483, end: 15841, len: 11.95s --start: 15841, end: 16847, len: 33.57s 45.51s --start: 16847, end: 20440, len: 119.89s 165.40s --start: 20440, end: 20759, len: 10.64s 176.04s --start: 20759, end: 20892, len: 4.44s 180.48s --start: 20892, end: 22131, len: 41.34s 221.82s 15490 22140 require_div5=1 start: 15483, end: 15947, len: 15.48s --start: 15947, end: 16847, len: 30.03s 45.51s --start: 16847, end: 20440, len: 119.89s 165.40s --start: 20440, end: 20759, len: 10.64s 176.04s --start: 20759, end: 20892, len: 4.44s 180.48s -------------------- 15490 20896 So in this case, require_div5=1 resulted in only the commercial being marked. |
#172
|
||||
|
||||
Hey for those of you interested in cleaning up all those txt files orphaned when Sage deletes recordings I've found a rather simple way to do it. Simply enter the following at a command prompt. It assumes you are in the SageTV recordings dir
Code:
for /f "tokens=1 delims=." %i in ('dir /s/b *-0.txt') do if NOT EXIST %i.mpg (del %i.txt) Code:
for /f "tokens=1 delims=." %i in ('dir /s/b *-0.txt') do if NOT EXIST %i.mpg (echo %i.txt) |
#173
|
|||
|
|||
Is there anyway to add to the ini an option to start comskip with different priorities? I know I can go into task maager & set the priority to something other than Normal, but it resets everytime comskip restarts.
I let comskip to run whenever it needs to because in my Sage it is always active, Screensaver is disabled and recording almost 24/7 so I'd like it to run whenever a file is done recording. BUT I'd love to get it to run at a Low Priority. I know you can do this from a commandline or shortcut START /LOW PROGRAM.EXE Is it possible to implement different priorities into the ini? Thanx for a GREAT addon BTW!! |
#174
|
||||
|
||||
If you take a look you'll see it is running at idle/low priority now, before the processing thread was idle priority so, there isn't really much difference. It just looks better in the task manager.
Last edited by malore; 08-14-2004 at 11:04 AM. |
#175
|
||||
|
||||
Unless malore disagrees, I think this thread should be made sticky/note.
t |
#176
|
||||
|
||||
Quote:
|
#177
|
||||
|
||||
Re: .
Quote:
__________________
Warm Regards, Andy Kruta A+, CNA, MCSA, Network+, RHCE "It's kinda fun to do the impossible" - Walt Disney |
#178
|
|||
|
|||
Malore, I just wanted to take this opportunity and thank you so much for all the great work you've done, this commercial skip rocks, I love it so much... but I have a small request, actually two requests if possible:
1) would it be possible to have an option to not to delete now_playing_file ? I am using D.Vine case with this display, it on the other hand uses smartie program. I did set it up to read this file and it is all fine, problem starts when I stop playing and this file gets erased. Maybe if I had this file still in I would not see the garbage (unwnted characters) on my LCD screen. Its not a big deal, I love the display when I am watching something and it does show that file. 2) my second request is to have similar text file but with now_recording_file information about show recorded. I know this might be littbit complicated because what if I am recording 2 or 3 shows. In that program I know I can display file and then the line of a file, so what I did with now_playing_file was to display line 1 and line 2 on the same line and then times (line 3 and 4) on the second LCD display line. It works pretty nice. But if I have more than 4 lines I do not think this program would display what I wanted to display so I was thinking maybe there could be recording file1, file2 etc depending on how many tuners someone might have it would create that many files. Also if there would be option to erase this file or just to have it empty in there when the show is over with recording. This is not a top priority to have but would be so nice to have such. See when I am playng a show its nice to see this information but when I have TV off and it is recording I would love to see display on my HTPC box and be able to see whats recording, that once again would be a great feature to have. Once again, thanks for a superb work... Chris PS: I am using this program to display info on my DSIPLAY http://backupteam.gamepoint.net/smartie/
__________________
Intel Pentium 4 3.0ghz 800mhz FSB, D.VINE 4 w/VFD display Case, GIGABYTE "GA-8IPE1000 PRO-G" i865PE Chipset Motherboard, Dual DDR 400 1024mb RAM (2x512mb), Windows XP Pro SP2 + SageTV 4.1.12 + Java j2re-1.5._02, ATI 9600 128mb DVI out, 200gb OS Drive, 2x160gb EIDE and 7x400gb SATA Video storage hard drives, Hauppauge PVR-250 to Time Warner HD Digital Cable Receiver, Hauppauge PVR-250 to Dish Network Receiver, Hauppauge PVR-350 to Time Warner Cable redy input, ATI HDTV card, USB-UIRT w/Hauppauge remote. Last edited by chrysek; 08-16-2004 at 07:38 AM. |
#179
|
||||
|
||||
Chris,
If you're willing to use Girder to control your LCD then I can share my solution. Using LCDMaster with Girder gives you a lot more flexibility. For me, when I start watching a show in Sage and the nowplaying file is created, my LCD screen shows it's contents. When there is no file, the screen shows other stuff (date/time, weather, cpu, drive space, a note to the wife that I love her , etc). I could also come up with something to handle the nowrecording file (if implemented). I know Girder is a pain, but the flexibility is incredible and well worth the effort. PM me if you would like some help. Jere PS I'm also using a Dvine case. |
#180
|
|||
|
|||
Quote:
Thank you so much. Chris
__________________
Intel Pentium 4 3.0ghz 800mhz FSB, D.VINE 4 w/VFD display Case, GIGABYTE "GA-8IPE1000 PRO-G" i865PE Chipset Motherboard, Dual DDR 400 1024mb RAM (2x512mb), Windows XP Pro SP2 + SageTV 4.1.12 + Java j2re-1.5._02, ATI 9600 128mb DVI out, 200gb OS Drive, 2x160gb EIDE and 7x400gb SATA Video storage hard drives, Hauppauge PVR-250 to Time Warner HD Digital Cable Receiver, Hauppauge PVR-250 to Dish Network Receiver, Hauppauge PVR-350 to Time Warner Cable redy input, ATI HDTV card, USB-UIRT w/Hauppauge remote. |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|