|
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 |
#1841
|
|||
|
|||
Quote:
Let me know what you find out. |
#1842
|
|||
|
|||
I finally got setup with Paypal to except donations. The Donations page isn't pretty at the moment but it does work. After I release another version or two I'm planning on putting together a nice web site showing many of the STV features along with a searchable FAQ list amoung other things.
Here is the link to the <poof; link gone> page. Thanks for any contributions! Carlo Last edited by Opus4; 04-11-2005 at 09:11 PM. Reason: removed link for donation |
#1843
|
||||
|
||||
Thanks for listening Carlo!! I look forward to the updates. My picture library is now fixed, and looks much better.
But, Quote:
On the other hand, since WinDVD plays SVCD's without a problem, I'm not gonna fuss too much.... But I'd LOVE to stay totally inside the Sage GUI because its wife/kid friendly. once again, thanks for your hard work, and we eagerly await the access level implementation. Cheers! [EDIT] Sent you some cash... More to follow on payday!
__________________
Server: AMD 2500+, 512mb Ram, 840GB Total HDD Space, 3x WinTV-PVR-250 to Suddenlink Basic Cable, 1x TV Wonder 650 to OTA ATSC HD Signal. All in the laundry room, with case open, cooled by a box fan. Client1: HTPC Case, GF8500 Fanless Video Card, P4 3.2Ghz, 1GB Ram, MSI 945GM3-F Main Board, 500w Silent Modular Cable Power Supply. Connected to 37" LCD HDTV by VGA cable. 2.1 Speakers for sound. Running SageTV 6.1.9 with SageMC + Google Calender (WAF 9.5/10) Client2 & 3: MediaMVP's with SageMC Last edited by BerrantRyke; 01-05-2005 at 10:04 AM. |
#1844
|
|||
|
|||
Quote:
I'd love to use u'r new XMLTVImportPlugin, when its published That might do wonders for my recordings :-) |
#1845
|
|||
|
|||
BerrantRyke, I read what you typed (SVCD) but kept thinking DVD. In the case of SVCDs they will auto mount and you know but I don't think they are going to playback in SageTV.
Is there any spec anywhere I could read up on to see the "proper" format of an SVCD? Since it appears to be just normal mpg1 files with an "mpg" extension I could probably have it play them. |
#1846
|
||||
|
||||
Actually, SVCD is MPEG2. Here is a link to a VERY helpful video site:
http://www.videohelp.com/svcd Link points directly to Svcd info. A VCD is mpeg1, however. Thanks again!
__________________
Server: AMD 2500+, 512mb Ram, 840GB Total HDD Space, 3x WinTV-PVR-250 to Suddenlink Basic Cable, 1x TV Wonder 650 to OTA ATSC HD Signal. All in the laundry room, with case open, cooled by a box fan. Client1: HTPC Case, GF8500 Fanless Video Card, P4 3.2Ghz, 1GB Ram, MSI 945GM3-F Main Board, 500w Silent Modular Cable Power Supply. Connected to 37" LCD HDTV by VGA cable. 2.1 Speakers for sound. Running SageTV 6.1.9 with SageMC + Google Calender (WAF 9.5/10) Client2 & 3: MediaMVP's with SageMC |
#1847
|
|||
|
|||
Shows.xml with hebrew
Carlo hi,
I am sorry to be a bother but I just thought I'll mention this item again. Would it be possible for version 17 for you to look at fixing the shows.xml and all the xml info exporters so that ISO-8859-8 is supported fully. Since we don't have this capability, we cannot use comskip and cannot compress with the xml since the files are not readable. It would be great if you could take 5 minutes and fix this, since I believe (may be wrong), it is a simple fix, and I would be hapy to contribute some help in checking this. please, plesae, please. you are my last hope since sage do not support this and since I cannot use some of the nwe improvements you added without this. |
#1848
|
|||
|
|||
To be honest alon24 I really don't fully understand what needs to be done xml wise.
If you could explain it to me like I'm a 8 year old maybe I'll get it. |
#1849
|
|||
|
|||
Quote:
What needs to be done is that when you write the xml (with show data and file location), it is not enough to simply change the header of the file to represent ISO-8859-8. you also have to write the file to disk using ISO-8859-8, this will make sure that all characters that are native to 8859-8 are written correctly to disk and are not corrupted. I have prviously attaced a zip file cotaining exactly that code in order for u to look at. something like this: private static void writeFile(String fileName, String data, String enc) { try { FileOutputStream fout = new FileOutputStream(fileName); OutputStreamWriter out = new OutputStreamWriter(fout, enc); out.write(data); out.flush(); out.close(); } catch (IOException e) { e.printStackTrace(); } } hope this claryifies things, if not I am always here |
#1850
|
|||
|
|||
I don't know about other STV developers but I don't know of any way to write out info in a different ISO format.
The code you provided isn't any help to me because I can't use a function like this in Studio. Studio is it's own "language" and I can't overide the encoding. This is the problem that I have. If SageTV was written in .NET or C/C++ we wouldn't even be having this "conversation" since they make it pretty easy to do this. I might have asked you this before but I don't remember. Why can't you take the XML file as it is presently written and change the encoding before feeding it off to the other programs? At least this way you DO have a choice of programming languages to use to accomplish this. What would happen if you were to do the above? |
#1851
|
||||
|
||||
Quote:
If you're already using some version of the plugin, installation should be easy. The configuration options are explained in the accompanying xmltv.properties. If your xmltv feed delivers category information in hebrew, you can either rewrite the loading of the configuration file (I could do it, but you seem to be quite capable, and I'd like to keep it in the O.S. native character set) or you can enter the hebrew characters as unicode escape sequences (\u0591 - \u05f4). Let me know how it works out for you (use the other thread though, since it is off-topic on this one). |
#1852
|
|||
|
|||
Quote:
--Follow-- |
#1853
|
|||
|
|||
Let's cross our fingers and see what Media Center 3.0 does with this one. Otherwise I'll probably have to rig something up.
|
#1854
|
||||
|
||||
Quote:
Phil |
#1855
|
|||
|
|||
Not presently but I do intend to add a log feature that would show you what is called. Then it would be easy to kick off the same commands and see what happens.
I'll have to bump this up and get it in there. BTW, if you don't have VideoReDo you could try and download the trial version and set the STV up to use this for the DeMux step and see if it gets past the problem file. VideoReDo can also show you lots of information about your files so we could use this to see if there is anything different about the file. |
#1856
|
||||
|
||||
Quote:
Should I try to do something else with videoredo? I dont know anything about it since I just installed it. (edit) I opened videoredo on the same video I am trying to move to DVD. Stream info: 720x480, 30fps, 4.4mbps, mpg-2, video stream id xE0, audio stream id xC0 384kbps sample rate 48000hz Last edited by pciccone; 01-05-2005 at 09:04 PM. |
#1857
|
||||
|
||||
Carlo, side question not releated to the above....
I am trying to use the compress function to take some items from the video library, shrink them and then move them to the "imported" folder. backround processing = on jon folder = d:\temp (this is one of my large HDs) target folder = d:\dvds (this is an imported video library directory) bitrate = 1700 audo = 192 delete = disabled (for now, but would be enabled later) Is this OK? It seems to say "compress cancel" once I start it in the menu, but I dont think anything is happening. I seek a 1KB xml file in the "jobs" (d:\temp) folder but nothing ever appears at d:\dvds and I dont see any visible HD activity when I start the compress. What "should" happen? Thanks AGAIN!! Phil |
#1858
|
|||
|
|||
Quote:
1) What is your temp directory used for processing? 2) From inside of SageTV what is the name of the file you are trying to process that causes the problems? Based on this I'm going to put together the command lines you can run to manually watch what it is doing. |
#1859
|
|||
|
|||
Quote:
I'll see if I can dig up the info for you and post what you need to do later today for you. R U running UNC file names? |
#1860
|
||||
|
||||
Quote:
No in my case all local named. Reading from D: and E: and compressing to D: |
Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
|
|