Kodi Community Forum
[RELEASE] SageTV recordings - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] SageTV recordings (/showthread.php?tid=138838)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


RE: [RELEASE] SageTV recordings - kricker - 2012-10-24

I just tested in Eden and I have the same issue. We will try to look into it.


RE: [RELEASE] SageTV recordings - kricker - 2012-11-26

There was a slight issue with the latest update of the add-on. The xbmc.js file was not updated as well. A fix has been made and a PR was submitted to get the addon updated. Until then you can find the file at Github or here.


RE: [RELEASE] SageTV recordings - fventura - 2012-12-14

I had this working well but I am trying to move my sage server to a new machine. The new machine is up and running and I can access it remotely via my other clients. I have all the necessary plugins installed on the new Sage server for this plugin but I can't view videos. I can view recordings and the schedule but video won't play in xbmc. Here is what I think is the appropriate section of my xbmc.log. (I don't really watch Dr Phil...but there is not much to record for testing during the day..LOL)


20:55:36 T:4308 NOTICE: -->Python Interpreter Initialized<--
20:55:36 T:4308 NOTICE: http://xxxxx:[email protected]:8080/sagex/api?c=xbmc:GetMediaFilesForShowWithSubsetOfProperties&1=Dr.%20Phil&size=500&encoder=json
20:55:36 T:4308 NOTICE: *** sagex request URL:http://xxxx:[email protected]:8080/sagex/api?c=xbmc:GetMediaFilesForShowWithSubsetOfProperties&1=Dr.%20Phil&size=500&encoder=json
20:55:36 T:4308 NOTICE: # of EPISODES for Dr. Phil=1
20:55:36 T:4308 NOTICE: ************SEGS=[u'S:\\DrPhil-ControversialParenting-8744-0.mpg']
20:55:36 T:4308 NOTICE: ************strMappedFilepath=S:\DrPhil-ControversialParenting-8744-0.mpg
20:55:36 T:4308 NOTICE: *** sagex request URL:http://xxx:[email protected]:8080/sagex/api?command=IsFileCurrentlyRecording&1=airing:8744&encoder=json
20:55:40 T:4516 NOTICE: DVDPlayer: Opening: S:\DrPhil-ControversialParenting-8744-0.mpg
20:55:40 T:4516 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
20:55:40 T:4692 NOTICE: Creating InputStream
20:55:40 T:4692 ERROR: CDVDPlayer::OpenInputStream - error opening [S:\DrPhil-ControversialParenting-8744-0.mpg]
20:55:40 T:4692 NOTICE: CDVDPlayer::OnExit()
20:55:40 T:4692 NOTICE: CDVDPlayer::OnExit() deleting input stream
20:55:40 T:4516 ERROR: Playlist Player: skipping unplayable item: 0, path [S:\DrPhil-ControversialParenting-8744-0.mpg]
20:55:40 T:4516 NOTICE: CDVDPlayer::CloseFile()
20:55:40 T:4516 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
20:55:40 T:4516 NOTICE: DVDPlayer: waiting for threads to exit
20:55:40 T:4516 NOTICE: DVDPlayer: finished waiting
20:57:25 T:5968 NOTICE: -->Python Interpreter Initialized<--




Any ideas what I am missing here Huh

Thanks!



RE: [RELEASE] SageTV recordings - kricker - 2012-12-14

From that snippet it looks as if it is trying to play using a local path. Check your path settings in the addon.


RE: [RELEASE] SageTV recordings - fventura - 2012-12-14

Hmm, yes it does...interesting as all I did was change the server name in both of the directory fields. I will take a look at that...Thanks.


RE: [RELEASE] SageTV recordings - fventura - 2012-12-14

Ah ha...been awhile since I setup a sage server. The recording directories where specified with local drive letter rather than UNC paths. Recording something new to see if that fixes it.

<Working great now..Thanks>


RE: [RELEASE] SageTV recordings - kricker - 2012-12-14

Sage can use local paths. You just need to make sure the network path is set properly in the add-on to translate Sage's local path to a network path that XBMC has access to.


RE: [RELEASE] SageTV recordings - setherd - 2013-01-11

I keep getting an error message about not having sagex-api-services installed but I have the latest installed.

any ideas on where to start troubleshooting?


RE: [RELEASE] SageTV recordings - kricker - 2013-01-11

We need to see your XBMC logs. Also have you copied the file from the addon folder to the proper Sage folder and restarted the server.


RE: [RELEASE] SageTV recordings - mzup - 2013-01-12

Trying to get this to work. I can get to my recordings, but when I click on a recording to play it, nothing happens. Running on openelec.

Any ideas?


RE: [RELEASE] SageTV recordings - setherd - 2013-01-12

(2013-01-11, 06:18)kricker Wrote: We need to see your XBMC logs. Also have you copied the file from the addon folder to the proper Sage folder and restarted the server.

I copied it to my roaming profile I think
Code:
07:17:26 T:4712  NOTICE: Thread Background Loader start, auto delete: false
07:17:28 T:4212  NOTICE: Thread XBPyThread start, auto delete: false
07:17:28 T:4212  NOTICE: -->Python Interpreter Initialized<--
07:17:28 T:4212  NOTICE: *** sagex request URL:http://sage:[email protected]:8080/sagex/api?c=xbmc:GetPluginVersion&1=sagex-api-services&encoder=json
07:17:28 T:4212  NOTICE: ************errorMsg=Exception: Problem accessing /sagex/api
07:17:28 T:4212  NOTICE: Sagex API not installed on the SageTV server
07:17:31 T:5268  NOTICE: Thread Background Loader start, auto delete: false
07:17:32 T:3328  NOTICE: Thread XBPyThread start, auto delete: false

Here is my log


playing with sage tv and batch metadata tools...it says I have only 7.1.9.1 installed but my plugin says I have the latest 7.1.9.14 installed.

arghhhhhh


RE: [RELEASE] SageTV recordings - LehighBri - 2013-01-12

(2013-01-12, 14:27)setherd Wrote:
(2013-01-11, 06:18)kricker Wrote: We need to see your XBMC logs. Also have you copied the file from the addon folder to the proper Sage folder and restarted the server.

I copied it to my roaming profile I think
Code:
07:17:26 T:4712  NOTICE: Thread Background Loader start, auto delete: false
07:17:28 T:4212  NOTICE: Thread XBPyThread start, auto delete: false
07:17:28 T:4212  NOTICE: -->Python Interpreter Initialized<--
07:17:28 T:4212  NOTICE: *** sagex request URL:http://sage:[email protected]:8080/sagex/api?c=xbmc:GetPluginVersion&1=sagex-api-services&encoder=json
07:17:28 T:4212  NOTICE: ************errorMsg=Exception: Problem accessing /sagex/api
07:17:28 T:4212  NOTICE: Sagex API not installed on the SageTV server
07:17:31 T:5268  NOTICE: Thread Background Loader start, auto delete: false
07:17:32 T:3328  NOTICE: Thread XBPyThread start, auto delete: false

Here is my log


playing with sage tv and batch metadata tools...it says I have only 7.1.9.1 installed but my plugin says I have the latest 7.1.9.14 installed.

arghhhhhh
There are a couple different sagex plugins for sage so you need to make sure you're looking at the right one. The best way to know is to go into the SageTV UI, go to Setup -> SageTV Plugins -> Installed Plugins, click on the General tab, scroll down to the sagex-services row and look for the version there. If you're seeing 7.1.9.14 or later, can you confirm where exactly you copied the xbmc.js file to? Roaming profile doesn't sound right... per the instructions it needs to go in your \SageTV\SageTV\sagex\services folder.
(2013-01-12, 05:13)mzup Wrote: Trying to get this to work. I can get to my recordings, but when I click on a recording to play it, nothing happens. Running on openelec.

Any ideas?

Did you configure the addon's settings to point to the correct recording and playback paths?

Same story... can you please send your xbmc.log file after you try to launch the addon to help us troubleshoot? Here is where it can be found: http://wiki.xbmc.org/index.php?title=Log_file#Location


RE: [RELEASE] SageTV recordings - mzup - 2013-01-12

I'm a windows guy so don't know how to get around linux. All I know is how to access the shares on openelec thru windows explorer and entering in the ip address of the system. I then did a search for the xbmc.log file and it didn't come up. I don't know where or how to access the home directory of openelec.


Edit: I just found that there is a logfiles folder and in that are zipped files and in the zip file is the xbmc.log file.

Couldn't find the insert attachment option so had to paste log here. Looks like it can't play an mp4 file?
Had to truncate log file to fit.

################################################################################
# ... output of cat /storage/.xbmc/temp/xbmc.log
# OpenELEC release: Generic.i386-2.99.1
#
################################################################################
09:40:08 T:3046983424 NOTICE: -----------------------------------------------------------------------
09:40:08 T:3046983424 NOTICE: Starting XBMC (12.0-RC3 Git:c47e925), Platform: Linux (OpenELEC - Version: 2.99.1, 3.6.11 i686). Built on Jan 3 2013

09:47:23 T:2903640896 NOTICE: -->Python Interpreter Initialized<--
09:47:23 T:2903640896 NOTICE: http://mzup:[email protected]:8100/sagex/api?c=xbmc:GetMediaFilesForShowWithSubsetOfProperties&1=30%20Rock&size=500&encoder=json
09:47:23 T:2903640896 NOTICE: *** sagex request URL:http://mzup:[email protected]:8100/sagex/api?c=xbmc:GetMediaFilesForShowWithSubsetOfProperties&1=30%20Rock&size=500&encoder=json
09:47:23 T:2903640896 NOTICE: # of EPISODES for 30 Rock=1
09:47:23 T:2903640896 NOTICE: ************SEGS=['D:\\Videos\\30_Rock\\30Rock-S07E09-GameOver-6637484-0.mp4']
09:47:23 T:2903640896 NOTICE: ************strMappedFilepath=D:\Videos\30_Rock\30Rock-S07E09-GameOver-6637484-0.mp4
09:47:23 T:2903640896 NOTICE: *** sagex request URL:http://mzup:[email protected]:8100/sagex/api?command=IsFileCurrentlyRecording&1=airing:6637484&encoder=json
09:47:23 T:2895248192 NOTICE: Thread Background Loader start, auto delete: false
09:47:23 T:2895248192 NOTICE: Thread CFileCache start, auto delete: false
09:47:28 T:3046983424 NOTICE: Previous line repeats 1 times.
09:47:28 T:3046983424 NOTICE: DVDPlayer: Opening: D:\Videos\30_Rock\30Rock-S07E09-GameOver-6637484-0.mp4
09:47:28 T:3046983424 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
09:47:28 T:3046983424 NOTICE: CXBMCRenderManager::ResetRenderBuffer - using 5 render buffers
09:47:28 T:2895248192 NOTICE: Thread CDVDPlayer start, auto delete: false
09:47:28 T:2895248192 NOTICE: Creating InputStream
09:47:28 T:2895248192 ERROR: CDVDPlayer::OpenInputStream - error opening [D:\Videos\30_Rock\30Rock-S07E09-GameOver-6637484-0.mp4]
09:47:28 T:2895248192 NOTICE: CDVDPlayer::OnExit()
09:47:28 T:2895248192 NOTICE: CDVDPlayer::OnExit() deleting input stream
09:47:28 T:3046983424 ERROR: Playlist Player: skipping unplayable item: 0, path [D:\Videos\30_Rock\30Rock-S07E09-GameOver-6637484-0.mp4]
09:47:28 T:2895248192 NOTICE: Thread Background Loader start, auto delete: false
09:47:28 T:3046983424 NOTICE: CDVDPlayer::CloseFile()
09:47:28 T:3046983424 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
09:47:28 T:3046983424 NOTICE: DVDPlayer: waiting for threads to exit
09:47:28 T:3046983424 NOTICE: DVDPlayer: finished waiting




RE: [RELEASE] SageTV recordings - kricker - 2013-01-12

It appears you have not set your network path properly in the add-on settings. If you are using local directories in Sage (IE. above you are using D:\Videos\...) you need to translate those to a network path your OpenElec PC has access to. On the Sage PC you need to share the recording directory. Then on the OpenElec PC in the addon settings you set that as the network path.


RE: [RELEASE] SageTV recordings - mzup - 2013-01-12

Ok this is what I have set on the system:
SageTV Recording folder - d:\videos\
SageTV Recording Folder Network Path smb://sagetv/videos/

The recording directory is shared since I can access the folder thru the network.