|
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 |
#861
|
||||
|
||||
Hmmm
Quote:
Still the server does the comskip correctly, but the client seems to not see the .txt files.. Oh, and yes I am running the service on the server, and the application as well.. I'm stuck! |
#862
|
||||
|
||||
Great Stuff! You and ToxMox are proving to be a deadly combination.
Just some edits for your documentation: Quote:
Also, I think you mentioned a couple of changes twice - maybe due to the level of difficulty for that particular change, I guess you wanted to get credit for it twice. Or maybe so people would notice it and not ask the same questions over and over again. Again, great work!!! |
#863
|
||||
|
||||
BTW, I was checking out your changes and I noticed the new Compress Option "Character Set" which I promptly clicked on and then realized it was not a drop down so I clicked close and lost your setting. Can you tell me what the default is for this?
Maybe for Release 15 you can put the default in parenthesis so dumb-a**es like me don't screw this up... or a drop down. |
#864
|
|||
|
|||
Quote:
I just added the default in quotes to the code. |
#865
|
|||
|
|||
Quote:
|
#866
|
|||
|
|||
Great new STV Carlo.
Couple of little things maybe. Music Library - Music by Song Title puts up a completely garbage list of stuff? I get my encoder names and 11000 someodd junk things. In the recording schedule at the bottom of the main menu, I only see the new First Run icon, even though all of my recordings are favorites as well. Is it underneath? It's right in the Malore style schedule, but wrong in the menu one and the standard version. A question: The zip file wants to unpack into \PATCH\STVs\... etc. I ran it that way at first, but then I copied it to the main STVs\... directory and it seems to be ok. Is there a reason for the PATCH directory. Is it necessary to leave it there as well. Enquiring minds want to know...<g> |
#867
|
|||
|
|||
No. there shouldn't have been a patch directory in the zip file. Darn it.
i'll take a look at the other stuff. I figured there would be issues with this release because of all the changes. This is why I released it here to get the people that are following the thread to "beta" it before I put it up live. |
#868
|
||||
|
||||
Noticed that when I try to delete a show from the 'Recording Detail' menu, no matter what I select nothing seems to take except the "Cancel" button.. tried all the "Delete, Watched, Like" type options, but nothing did anything...
|
#869
|
||||
|
||||
Error: Live TVGuide
Error: Unknown internal screen "LiveTVGuide w/ Optional Preview"
|
#870
|
|||
|
|||
Quote:
EDIT: I just installed v1.4 and the recordings show up now. Not sure what changed, but thanks. P.S. just noticed a typo on the Internal settings menu: "Scheduling - Look a Head Days". "Ahead" should be one word. Last edited by bgorrell; 11-24-2004 at 05:06 PM. |
#871
|
||||
|
||||
Quote:
|
#872
|
|||
|
|||
Cayars Hi,
First thanks for adding the charset option, but, I'm affraid its not enogh to just give the header to the xml, you also have to write it using the encoding selected. what I mean is: Reading BufferedReader input = null; try { //use buffering //this implementation reads one line at a time File f = new File(m_channelsOutput); InputStreamReader isr = new InputStreamReader( new FileInputStream(f), "ISO-8859-8"); input = new BufferedReader(isr); String line = null; //not declared within while loop while ((line = input.readLine()) != null) { } }catch()... and write: FileOutputStream fout = null; try { fout = new FileOutputStream(filename); OutputStreamWriter out = new OutputStreamWriter(fout, "ISO-8859-8"); //different encoding out.write()..... }catch().... Without this, the text inside is no good to us, since it is not readable, I don't know if it from reading from the DB or writing to the xml. the xml file name is written ok, with the correct charset (i can read the hebrew in the xml file name). If you can sqeeze this into the 14th version, it would be greate, but I can also wait for the next version for this. Thanks again Ilan |
#873
|
||||
|
||||
Quote:
|
#874
|
|||
|
|||
Quote:
|
#875
|
|||
|
|||
Quote:
Thanks for the check on the typo. |
#876
|
|||
|
|||
Quote:
If possible, could you attach a zip file with the output you are getting now and an example of what it should look like? I'm not sure I'm going to be able to do anything with it since it's probably in hebrew, but maybe the "light will go on" for me. |
#877
|
||||
|
||||
Cayars, where is the file located that your STV takes it translation from?
(Already translated the Menu, Core also, but this only works in the default STV) |
#878
|
||||
|
||||
I just tried ver. 14. When I try to "delete, set watched, like" it sets the program to watched, but does not delete it.
__________________
SERVER: Gigabyte EP45-UD3R | Intel Core 2 Duo 2.67 Ghz | Geforce 8500GT | 4 Gb Corsair DDR2 1066 | 2 Hauppauge HVR-2250 | Win 7 64-bit | Sage TV 6.6.2 | 1.6TB (4 Drives) | Client: Sage TV STX-HD100 HD Extender |
#879
|
||||
|
||||
Quote:
Quote:
|
#880
|
||||
|
||||
I just switched back to 13 and delete is working again. It must be something with version 14.
__________________
SERVER: Gigabyte EP45-UD3R | Intel Core 2 Duo 2.67 Ghz | Geforce 8500GT | 4 Gb Corsair DDR2 1066 | 2 Hauppauge HVR-2250 | Win 7 64-bit | Sage TV 6.6.2 | 1.6TB (4 Drives) | Client: Sage TV STX-HD100 HD Extender |
Currently Active Users Viewing This Thread: 4 (0 members and 4 guests) | |
|
|