SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #221  
Old 05-31-2007, 11:51 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
i gotta say, the XBMC pre-2.1 release (27 MAY) from T3CH is impressive - they must be doing a lot of backporting from the linux version. I'll try out your script again kricker, maybe I can get it working this time. Kinda sucks that I'm recording HD now though, poor xbox can't quite handle those.
Reply With Quote
  #222  
Old 05-31-2007, 11:54 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by KJake View Post
i gotta say, the XBMC pre-2.1 release (27 MAY) from T3CH is impressive - they must be doing a lot of backporting from the linux version. I'll try out your script again kricker, maybe I can get it working this time. Kinda sucks that I'm recording HD now though, poor xbox can't quite handle those.
The good news is if it does get fully ported to linux...you will have a better system to run it on and still interface with sage. Or better yet be able to launch the sage linux client and run it in tandem with XBMC.
Reply With Quote
  #223  
Old 06-01-2007, 11:47 AM
Armondole's Avatar
Armondole Armondole is offline
Sage User
 
Join Date: Mar 2006
Location: Ottawa, Canada
Posts: 67
Quote:
Originally Posted by kricker View Post
The good news is if it does get fully ported to linux...you will have a better system to run it on and still interface with sage. Or better yet be able to launch the sage linux client and run it in tandem with XBMC.
It's true, but the XBOX is too much fun to give up... If I could only make my linux pc look and act just like an XBOX... hehe

Hopefully the port will make a lot more people interested in scripting for XBMC and thus supporting software like SageTV more extensively.
Reply With Quote
  #224  
Old 06-01-2007, 04:14 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
I can browse all my files and I can tell that the xbox is trying hard to play a file, but it just doesn't. Can someone confirm that I set my settings.xml paths correctly?

Sample file location from the web:
\\sagetv\sagevideos\TheDailyShowWithJonStewart-3355326-0.mpg

settings.xml paths:
RecordingPath="\\sagetv\sagevideos\"
XBMCPath="smb://sagetv//SageVideos/"
Reply With Quote
  #225  
Old 06-04-2007, 08:56 AM
Armondole's Avatar
Armondole Armondole is offline
Sage User
 
Join Date: Mar 2006
Location: Ottawa, Canada
Posts: 67
Quote:
Originally Posted by KJake View Post
I can browse all my files and I can tell that the xbox is trying hard to play a file, but it just doesn't. Can someone confirm that I set my settings.xml paths correctly?

Sample file location from the web:
\\sagetv\sagevideos\TheDailyShowWithJonStewart-3355326-0.mpg

settings.xml paths:
RecordingPath="\\sagetv\sagevideos\"
XBMCPath="smb://sagetv//SageVideos/"
Which webserver version are you using?
Reply With Quote
  #226  
Old 06-04-2007, 09:15 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by Armondole View Post
Which webserver version are you using?
2.14 currently, but I think 2.15 is out.
Reply With Quote
  #227  
Old 06-04-2007, 09:51 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by KJake View Post
I can browse all my files and I can tell that the xbox is trying hard to play a file, but it just doesn't. Can someone confirm that I set my settings.xml paths correctly?

Sample file location from the web:
\\sagetv\sagevideos\TheDailyShowWithJonStewart-3355326-0.mpg

settings.xml paths:
RecordingPath="\\sagetv\sagevideos\"
XBMCPath="smb://sagetv//SageVideos/"
I am also using 2.14. I have found in the past that I just needed to kill the settings.xml file, replace it with the original and re-edit it.
Reply With Quote
  #228  
Old 06-04-2007, 10:24 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
I'll try that, but it was a fresh install actually (downloaded the main SageTV.rar from Coolwave's website). Does that mean that I have the paths correct?
Reply With Quote
  #229  
Old 06-04-2007, 12:54 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by KJake View Post
I'll try that, but it was a fresh install actually (downloaded the main SageTV.rar from Coolwave's website). Does that mean that I have the paths correct?
But you are using the version I posted in #218 above right?

Try
Code:
XBMCPath="smb://sagetv/SageVideos/"

Last edited by kricker; 06-04-2007 at 01:01 PM.
Reply With Quote
  #230  
Old 06-04-2007, 01:13 PM
jhh jhh is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: BE
Posts: 196
hm, that is good and bad. I tested webserver 2.9, 2.11, 2,13 and 2,15 with Krickers new version but only 2.8 works for me. So killing settings.xml might actually make it work?

It's currently recording but I'll certainly give that a try - I've wasted so much time on this already, it doesn't really matter anymore.

Kricker - did you remove the page up/down icons in the recording overview intentionally?

Jan
Reply With Quote
  #231  
Old 06-04-2007, 01:35 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by jhh View Post
hm, that is good and bad. I tested webserver 2.9, 2.11, 2,13 and 2,15 with Krickers new version but only 2.8 works for me. So killing settings.xml might actually make it work?

It's currently recording but I'll certainly give that a try - I've wasted so much time on this already, it doesn't really matter anymore.

Kricker - did you remove the page up/down icons in the recording overview intentionally?

Jan
Uhh...I didn't notice they were missing. The only thing I KNOWINGLY removed was the guide

EDIT. I just looked and I see what you mean. I'm not sure why they are gone. I'll do some experimenting.

....imagine the time I have wasted on this. How I discovered it working was this; I had all my version in the scripts folder of the new XBMC build. Nothing was working, frustrated as hell I just navigated to the old XBMC build using the filemanager and ran the script from that folder......bingo it worked....WTF?!. So I deleted my entire SageTV script folder from the new build, copied it from the old build and just made a few edits.

Last edited by kricker; 06-04-2007 at 02:30 PM.
Reply With Quote
  #232  
Old 06-04-2007, 04:14 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
As requested by jhh

Here is the folder directly from my xbox.

Quote:
Originally Posted by jhh View Post
hm, that is good and bad. I tested webserver 2.9, 2.11, 2,13 and 2,15 with Krickers new version but only 2.8 works for me. So killing settings.xml might actually make it work?

It's currently recording but I'll certainly give that a try - I've wasted so much time on this already, it doesn't really matter anymore.

Kricker - did you remove the page up/down icons in the recording overview intentionally?

Jan
What build of XBMC are you using? I am using XBMC-SVN_2007-05-27_rev9113-T3CH.
Attached Files
File Type: zip SageTV.zip (618.3 KB, 239 views)

Last edited by kricker; 06-04-2007 at 04:18 PM.
Reply With Quote
  #233  
Old 06-05-2007, 12:42 PM
jhh jhh is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: BE
Posts: 196
Quote:
Originally Posted by kricker View Post
Here is the folder directly from my xbox.

What build of XBMC are you using? I am using XBMC-SVN_2007-05-27_rev9113-T3CH.
Tried it but didn't work - I have the same build for XBMC. I appreciate your help though. Back to 2.8
Reply With Quote
  #234  
Old 06-05-2007, 12:53 PM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by jhh View Post
Tried it but didn't work - I have the same build for XBMC. I appreciate your help though. Back to 2.8
What isn't working? Will it not even connect?
Reply With Quote
  #235  
Old 06-06-2007, 12:09 AM
jhh jhh is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: BE
Posts: 196
Quote:
Originally Posted by kricker View Post
What isn't working? Will it not even connect?
Sort of - it gets past the connection check because the pop-up 'Not able to connect' does not appear but then it does not seem to do anything.

If you run the script from the scripts list then it says 'Running' for a short while and it gives up. If I remember well there is only one line in the xbmc.log which says 'Script error' but it is about as helpful as that.

I've set-up a temp sage on a laptop to debug the script but I think about 4 days of the evaluation are gone already and I can't spend too much time on it.
Reply With Quote
  #236  
Old 06-06-2007, 09:57 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by jhh View Post
Sort of - it gets past the connection check because the pop-up 'Not able to connect' does not appear but then it does not seem to do anything.

If you run the script from the scripts list then it says 'Running' for a short while and it gives up. If I remember well there is only one line in the xbmc.log which says 'Script error' but it is about as helpful as that.

I've set-up a temp sage on a laptop to debug the script but I think about 4 days of the evaluation are gone already and I can't spend too much time on it.
I am assuming you checked the ip is right as well as name and password? Have you tested with the default config.xml so it prompts you for the ip and user name and pass?
Reply With Quote
  #237  
Old 06-07-2007, 01:48 AM
jhh jhh is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: BE
Posts: 196
Quote:
Originally Posted by kricker View Post
I am assuming you checked the ip is right as well as name and password? Have you tested with the default config.xml so it prompts you for the ip and user name and pass?
I've done both: with ip 0.0.0.0 -so the script asks for it- and with the correct ip filled in. Will try a bit more tomorrow. Initial debugging showed that there was an issue drawing the background image but that was with the script that worked on the xbox. If PC environment and xbox behave differently this will never work I'm afraid.
Reply With Quote
  #238  
Old 06-07-2007, 06:14 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Quote:
Originally Posted by jhh View Post
I've done both: with ip 0.0.0.0 -so the script asks for it- and with the correct ip filled in. Will try a bit more tomorrow. Initial debugging showed that there was an issue drawing the background image but that was with the script that worked on the xbox. If PC environment and xbox behave differently this will never work I'm afraid.
I gave up testing with the pc XBMC. They do act different. I would also recommend using the default skin for XBMC (PM III) when you are testing.

Also I just tested with 2.16 version of the webserver and things are acting funky again. I thought I was using 2.14 earlier, but it might have been 2.13.
Reply With Quote
  #239  
Old 06-07-2007, 09:43 AM
kricker's Avatar
kricker kricker is offline
Sage Icon
 
Join Date: Jan 2005
Location: Knoxville, TN
Posts: 1,137
Send a message via AIM to kricker Send a message via MSN to kricker
Ok new developments, I just tested with webservers 2.13-2.16. Nielm changed the way the date is done in 2.16 so things are a bit screwy with it ATM. But 2.15 seems very solid with this version of the script. As far as I can tell everything works. I am going to start numbering them based on the webserver it works with. Page up/down icons are still absent ATM, I can only assume XBMC changed how these are drawn and the script needs to change accordingly.
Attached Files
File Type: zip SageTV-07-06-2007.zip (667.2 KB, 286 views)

Last edited by kricker; 06-07-2007 at 10:46 AM.
Reply With Quote
  #240  
Old 06-07-2007, 01:16 PM
jhh jhh is offline
Sage Advanced User
 
Join Date: Nov 2003
Location: BE
Posts: 196
Quote:
Originally Posted by kricker View Post
Ok new developments, I just tested with webservers 2.13-2.16.
Here some new developments as well - the scripts now sort of works. By accident I was doing an upgrade of the webserver and a re-install of the script while it was still running and voila it now works. I have 3 other XBOXes so I can check if I can reproduce this behaviour

One thing though 'Recorded TV' and 'Schedule' does not work for me - it does display the recent recordings and the upcoming recordings. I can play files from the recent recording list. I can understand why it does not work as the formatting is so different from v2.8 in the webserver with the checkboxes in front of the results. Have you got this switched off somehow - I don't really understand how the script understands it when it looks so different?

Pity we have a rather big time-difference that makes cooperation a bit more difficult.

Jan
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 09:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.