MP & XBMC intergration scripts v0.6d Update 4-MAR-07 (2 Viewers)

thechad

Portal Pro
February 5, 2005
187
0
Geelong, Australia
Home Country
No only TVEngine 2 is supported

Still investigating TV Engine 3 and will rely heavily on what happens with the new webinterface for TV Engine 3
 

thechad

Portal Pro
February 5, 2005
187
0
Geelong, Australia
Home Country
Hi Macfox

To remove the dvr-ms block change mediaportal.py. You need to delete lines 318-321 inclusive. this would remove the following text:

if(r.supported == False):
mpUtil.dialog().ok("Format Not Supported", "The file is in an un" +
"supported format. \nPlease convert using MP compression")
return

I will make the change in the next release.
 

Macfox

Portal Member
January 14, 2006
37
0
Adelaide, Australia
Spoke too soon.

Doesn't seem to want to launch the video at all.

Path to video is reported as xbmc://<media portal ip>/tvrecording.dvr-ms

However, if I share the via smb and then browse to them via the file browser , I can play them. I guess it must be a pathing issue.

I'm going to try replacing the line that prefixes the xmbc://<ip>/. in mediaportal.py (line ~ 318)

def playMovie(self, r):
fname = r.strFileName
fnamenew = os.path.split(fname)
fnamenew = "smb://MCE/Recordings/My Recordings/" + str(fnamenew[1])
# fnamenew = "xbms://" + mpSettings.IP + "/" + str(fnamenew[1])
p = xbmc.Player()
p.play(str(fnamenew))

I'll report back with results.
 

thechad

Portal Pro
February 5, 2005
187
0
Geelong, Australia
Home Country
Hi,

I had an email from someone the other day saying they had an issue with CCXStream and a space in the folder name of the recording folder.

Also you should be able to browse all available xbms shares by creating a bookmark in xbmc of xbms://

If you can't see the MP machines recording share then CCXStream is having issues on the MP machine
 

anplushf2

New Member
March 13, 2007
3
0
45
This is the best Plugin. XBMC is awesome to even beable to SCHEDULE recordings would be nice.

Unfortunately i use SVN and TE3. So im hopin ya figure that issue out soon!

Thanks for the great work.
 

Macfox

Portal Member
January 14, 2006
37
0
Adelaide, Australia
Okay the latest mplayer.dll from the XMBC forums now support DVR-MS. It did before but it is now audio codec detection is improved greatly. Thanks to the hard work of John Donaghy.

http://www.xboxmediacenter.com/forum/showpost.php?p=130255&postcount=271

In short you can now watch the recordings from your MP on your XMBC without issues.

BTW.... Changing the recording path to one without spaces, fixed ccxstream not launching.

Chad> Does the ccxstream launch code wrap the path in quotes? As the default install has the recording path in My Documents.
 

Users who are viewing this thread

Top Bottom