|
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 |
#301
|
||||
|
||||
Quote:
For example: Code:
<System RecordingPath="\\pvr\recordings" XBMCPath="smb://PVR/Recordings/"/> Code:
<System RecordingPath="F:\" XBMCPath="smb://PVR/Recordings/"/> Last edited by kricker; 03-17-2008 at 10:58 AM. |
#302
|
||||
|
||||
Ok, I got UNC working fine 100%. XBMC(not the Sage script) can access any of my SMB shares without an issue. Now when I run the script it dies in - self.getRecentRecordings() - . I have tried zero recordings and multiple, nothing changes. The script use to load but I could not get it to actually play any videos. Now it will not run at all. I have tried rebooting, reinstalling and various path settings which all works with Sage propper. My setup is only running two MVP's and two HD100's, no PC clients anylonger. except the local GUI on the server for setup. the default.py script has not been touched.
This is the contents of the settings.xml file from XBMC. <?xml version="1.0" ?> <Settings> <Connection Ipaddress="192.168.1.100" Password="frey" Port="87" UserId="sage"/> <System RecordingPath="\\Skypad\SageTv" XBMCPath="smb://Skypad/SageTv/"/> <Appearance AutoRefresh="False" ShowArchive="True" ShowDontLike="True" ShowEpisodeNames="True" Skin="MCE"/> <RecordedTV SortBy="Title"/> <Movies SortBy="Date"/> <Schedule SortBy="Date"/> </Settings> also in my sage.properties settings are this: seeker/video_storage=\\\\Skypad\\SageTv,20000000000,3 attached is the debug screen from the xbox. I have tried deleteing the entire sage script and reloading it from xbmcscripts through XBMC and also reloading it manually through FTP. I have also tried 2-24-08 and 3-06-08 T3CH xbmc images. The web server is version 2.22 and the latest official release of sage, running as a service. I cam watch any video through the web browser fine, and all functions/features work - there are no cust pages or mods in the web server. Just a straight forward install. I do have one question about this script though, does this actually allow you to watch and change channels through the xbox or does this only support previously recored files? Any direction or input would be very welcome. Thanks, Skybolt Last edited by Skybolt; 03-19-2008 at 08:11 AM. Reason: resized image |
#303
|
||||
|
||||
My first question is your port number. I assume what you have in your settings file is what you actually set the webserver's port number. The webserver can have different port numbers for Sage Server and Sage Client. I know I usually have to start the Sage client for the script to connect for some reason. I just figured it was how I setup the webserver. I never really looked into it, but I will now.
So, I just checked and I connected to the webserver fine without 1st launching the client. The rest of your settings look fine. This script does not really allow you to change channels and surf like a real Sage client. If there was good python writer out there who could help, it might be possible. Last edited by kricker; 03-19-2008 at 08:57 AM. |
#304
|
||||
|
||||
Quote:
Quote:
I will try running th eclient and then connect to see what happens. Thanks, Skybolt |
#305
|
||||
|
||||
Can you try using the default port # of 8080 and see what happens?
|
#306
|
|||
|
|||
Skybolt,
The script is trying to find the show id for a particular airing and that doesn't work because that is not in the epg for all your shows. Simplest fix is to replace the line: showid = re.compile('<p>Show ID: (.*)</p>', re.I).findall(WebHTML)[0] with: showid = ' ' that should do the trick. ShowID is not really relevant for the script. Jan |
#307
|
||||
|
||||
Jan,
should we make that a permanent modification? |
#308
|
||||
|
||||
I just realized I left out all the skin related stuff for the plugin for the last version. This has been fixed in this new version.
Added change suggested by jhh above. Removed 100 item limit on search results. Last edited by kricker; 03-20-2008 at 01:08 PM. |
#309
|
||||
|
||||
Thanks jhh, I wil give that a try.
Thanks kricker for your support as well. -Skybolt |
#310
|
|||
|
|||
Small Bug
I have run into a bug with the new Sage Script. I am using it on the lastest T3ch build of XBMC. It does great in serving to xbox but when you have more than 1 episode in a group, the group shows empty. I could not find a setting to correct this. Any ideas?
|
#311
|
||||
|
||||
what do you mean by group? I have multiple episodes in series that show "grouped" but when there is only one it is displayed on its own.
|
#312
|
|||
|
|||
When I pull up sagetv in XBMC, it will show groups as empty even though there are episodes in the sage folder. I didn't know or see a setting to change. Running T3ch build 03262008
|
#313
|
||||
|
||||
Are you sorting by date or title? What screen are you in? Recorded TV?
I am using t3ch 4-6-2008, with version 2.22 of the webseerver. In the recorded TV screen I have my list of tv series. I have "No Filter" and "Sort by Title" set on the left. If there is more than one of a particular title then the word more is shown on the right of that line. Choosing that series then displays a list of those episodes. If there is only one episode of a particular series then it shows the date on the right |
#314
|
|||
|
|||
Quote:
I attached screenshots. There should be 5 episodes in this folder |
#315
|
|||
|
|||
That is a bit strange - just to be sure: are you using the script that kricker posted in post #308?
You might also want to check the grouped view in a web browser and see if the webserver shows the 5 episodes but I guess it does? Jan |
#316
|
||||
|
||||
That is bizarre. Thanks for the screenshots, that helps explain it better. I'm not sure what could be going on. Would you confirm the version script you are running as well as Sage and webserver, and post the reults.
Also have you done any modifications to the webserver views? |
#317
|
|||
|
|||
Quote:
Sagetv 2.6 (Shared on SMB) XBMC (Build 03282008) FYI. Accessing them in shared folder the episodes do show up. Last edited by mattblack67; 04-12-2008 at 11:35 AM. Reason: Forgot to include all data |
#318
|
||||
|
||||
So are you saying it's only shows with special characters?
|
#319
|
||||
|
||||
Ok try this one. Just rename it to default.py and drop it in your SageTV script folder.
|
#320
|
|||
|
|||
So which is easier: Hacking an MVP to add an spdif connection, or setting up an xbox as a Sage extender?
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|