|
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
|
|||
|
|||
Can't say for sure but looks like it is looking for a newer version of .net
Try seeing if there is an update for it on MS site. Then try again. The again I could be way off. Didn't even know we where using .net Quote:
|
#42
|
||||
|
||||
Hi Dorien,
yeah, I see that it appears to be a newer version, but ajuhawk didn't say anything about needing that, so I'm bringing it to his attention and #2, I'm getting errors on an install that worked over the weekend. I installed some apps, but I don't think they had anything to do with sage.
__________________
--------------- The Antec = AMD Barton 2500+, 1 GB RAM, Epox 8rda+, WinXP Pro, PVR-250, ATI Radeon 9600XT, SageTV 2.2.8 |
#43
|
||||
|
||||
Quote:
|
#44
|
||||
|
||||
Quote:
|
#45
|
|||
|
|||
Update: Things seem to be working just fine! 4-5 shows have been successfully encoded. Hooray!
One noticed bug: I set the output directory to my local computer, and the input directory was the network share on the sage computer. All output files were created in the Sage directory. I checked the registry and the directories were listed correctly. I suspect you may be simply reading the output directory from the input directory location, or something equally simple to fix and easy to overlook... :-) Again, thanks for your help, and this is lookin' good! |
#46
|
||||
|
||||
Quote:
Let me know if that's not the case and it has completed a loop. |
#47
|
||||
|
||||
Quote:
|
#48
|
|||
|
|||
Quote:
I'll call it solved... I actually just adjusted so the input folder now *is* the output folder. Expectations will now certainly be met... |
#49
|
||||
|
||||
Quote:
|
#50
|
||||
|
||||
Bug
If you use the optional 2nd output directory it won't work This will be fixed in the next release...
|
#51
|
||||
|
||||
I don't know what happened.
I repaird WME9, I installed .net 1.1, I installed b.0.1.5 rebooted, and getting the attached error when I try to run sageencoder.exe to set my settings.
__________________
--------------- The Antec = AMD Barton 2500+, 1 GB RAM, Epox 8rda+, WinXP Pro, PVR-250, ATI Radeon 9600XT, SageTV 2.2.8 |
#52
|
|||
|
|||
Buzzerbee,
Wish I could help with this one but I never updated from 0.1.4 Mostly because the fix that was put in place was not a issue on my system. If I remember correctly it was something to do with UNC pathing or something. Let me know if you get this straighten out. Because in the end I'm going to want to archive the latest and greatest of this app. Quote:
|
#53
|
||||
|
||||
Quote:
Last edited by ajuhawk; 04-14-2005 at 04:41 PM. |
#54
|
|||
|
|||
ajuhawk,
Found something that's not really a bug. But maybe a feature you can add for me. I have been running this app everynight for the last 3 nights with no problems. But I just decided to check and I have 3 instances of the app in the sys tray. Is there a way that you could add close on completion? Also since I'm here. How can I easly add the 6 gigs of other WMV files that I have made, since this project started, to the html links? -Thanks. You really taken off on this project. Can't wait to see what results you get with the webserver stuff. |
#55
|
||||
|
||||
Quote:
now back our regularly scheduled programming.. @dorien - I was having problems with 0.1.2 suddenly, which forced the update to 0.1.5.
__________________
--------------- The Antec = AMD Barton 2500+, 1 GB RAM, Epox 8rda+, WinXP Pro, PVR-250, ATI Radeon 9600XT, SageTV 2.2.8 |
#56
|
||||
|
||||
this is a feature request-
don't know how hard it is to code it, but you nkow how sage is asleep in the system tray and you hover your mouse over it- if it's taping something, it says what show & the channel. can you do the same for SE so we can see what file it's working on? still love it without that, but it would be cool!
__________________
--------------- The Antec = AMD Barton 2500+, 1 GB RAM, Epox 8rda+, WinXP Pro, PVR-250, ATI Radeon 9600XT, SageTV 2.2.8 |
#57
|
||||
|
||||
Well, I have good news and I have bad news (well, bad for anyone anxious for updates)
So first the bad news - I'm taking some time off and getting out of town for 3 days... programming will resume on Monday evening Hope ya'll can wait that long And the good news - learning Java is coming along better then expected, well, ok, so it's really more of a hack job then anything, but it's still progressing better then I thought. I still have a lot of work to do to actually get it implemented, but it should be doable. Feature requests - I should be able to add those things without too much trouble, I've added them to the list. Dorien - is there a reason you're not using the "run at intervals" feature? if you do that it just monitors the directories looking for files to process... if the reason you don't is because you don't want it to run during the day then I can add a "don't run between these times" option. Another bug - if you delete the .mpg.xml files from the input directory and then encode another file, the .html for the older files won't be as pretty...so I've added code that will copy the .mpg.xml to the output directory to resolve this issue. Also, looking at Jere Jones DirMon program I noticed that he's able to start a process and wait for it to finish without "locking" up DirMon, so I'll be looking into how to do that in the future as well. I'll still be checking posts at night, but no bug fixes in the meantime. v0.1.6 isn't quite ready or I'd send it out before I leave... |
#58
|
|||
|
|||
ajuhawk,
The way I have it set up right now is I want it to encode everything that is new at 2am. I'm using task scheduler to accomplish this. Since I already want it to copy everything that is new and it will not redo things its already encoded I don't feel the need to go the extra step of marking it. Plus this allows the app to cont' encoding movies and shows even if I'm not home. If I am away on business for a week. I can still watch fairly recent shows. Granted a day late . But I see this as a better options than having to come home and having it have to run for 36 hrs straight because of the back log of vids. Plus I like not having to think about it and it just works. I was thinking maybe a switch like "/end" in the encode.cmd Could tell the app that I want it to quit when finished. This way if I goof up somehow and want to be able to access the app again I can just change that switch without having to motify the reg. The same could also be said about the start automatically. But I think that would take away the point of the nice gui interface you have for it already. Last edited by Dorien; 04-15-2005 at 05:18 AM. |
#59
|
||||
|
||||
Quote:
In either case, I'll add an option next week to allow it to close on completion, that easy enough. Just seems like the run at intervals option would do what you want without having to schedule the task schedule. |
#60
|
||||
|
||||
I'm still having some problems. In Cayers 17 In recording detail, I select compress but it takes forever!! A 1 minute timed recording takes more than 30 min to "compress" (and then I cancel it so I don't know how long it takes). No xml file is creaqted (last week it did create the xml right away as soon as I pressed compress).
How is it taking you guys 1 minute? What should I change? In addition to Cayers 17, was I supposed to add some plugin to make it work? Thanks! PS have a nice vacation!!
__________________
--------------- The Antec = AMD Barton 2500+, 1 GB RAM, Epox 8rda+, WinXP Pro, PVR-250, ATI Radeon 9600XT, SageTV 2.2.8 Last edited by buzzerbee; 04-15-2005 at 07:33 AM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|