[REL] PleXBMC

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Online
Donor
Posts: 3,012
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #31
hippojay Wrote:Funnily enough, if I had developed this on my own (rather than with Harley) I was going to call it "Group Hug"....

Rofl

I vote for "Family reunion" . Smile

My skins:

Quartz
Amber
find quote
Harley Hooligan Offline
Junior Member
Posts: 38
Joined: Jan 2011
Reputation: 0
Post: #32
PlenceXt
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #33
Thanks for keeping things (relatively) civil guys Smile

Nice work on the plugin - while may not end up in the official repo (I'll start a discussion internally as to what sort of things we want to allow or disallow, to ensure we stay as consistent as possible for addon devs), it's a nice stop-gap solution for those who want to use PMS against a decent front end.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
RckStr Offline
Senior Member
Posts: 172
Joined: Dec 2009
Reputation: 0
Post: #34
harley: any plans on getting the plugin to work with home menu sections in confluence?
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #35
New Release... Version 1.7.7
* Fixed transcoding
* Improved fanart
* Added some skin message passing to allow integration..
* New settings screens inc. configure multiple servers

https://github.com/downloads/hippojay/pl...-1.7.7.zip

Also - I've modded a version of Confluence (which I have called confluence.plexbmc v0.3) which:
* Adds access to PMS media on home screen
* Access to Plugins/Plex Online from home screen
* Multiple server identification
* Enable/disable integration in skin setting (switches on/off XBMC menu items)
* Basically I've tried to make accessing media just like Plex
* Full credit for stock Confluence goes to Jezz_X and Team XBMC. I've only modified two files....

https://github.com/downloads/hippojay/sk...mc-0.3.zip

And Finally, PleXBMC repo..

[*] Download, Update..blah blah blah - you know what a repo is....

[*] provided by Erlis on Plex Forums (not sure of XBMC username)

http://erlandssson.nu/repository.plexbmc...-1.0.0.zip
find quote
anarchintosh Offline
Fan
Posts: 550
Joined: Jul 2010
Reputation: 4
Post: #36
hippojay Wrote:(well, it was a close run thing with inPlexst)

but seriously have you not considered "Put your powerful proprietary Plex into XBMC's open source and make the developers scream" ?


i don't really care for Plex for many reasons, but well done on such a clever addon
find quote
RckStr Offline
Senior Member
Posts: 172
Joined: Dec 2009
Reputation: 0
Post: #37
hippojay Wrote:New Release... Version 1.7.7
* Fixed transcoding
* Improved fanart
* Added some skin message passing to allow integration..
* New settings screens inc. configure multiple servers

https://github.com/downloads/hippojay/pl...-1.7.7.zip

Also - I've modded a version of Confluence (which I have called confluence.plexbmc v0.3) which:
* Adds access to PMS media on home screen
* Access to Plugins/Plex Online from home screen
* Multiple server identification
* Enable/disable integration in skin setting (switches on/off XBMC menu items)
* Basically I've tried to make accessing media just like Plex
* Full credit for stock Confluence goes to Jezz_X and Team XBMC. I've only modified two files....

https://github.com/downloads/hippojay/sk...mc-0.3.zip

And Finally, PleXBMC repo..

[*] Download, Update..blah blah blah - you know what a repo is....

[*] provided by Erlis on Plex Forums (not sure of XBMC username)

http://erlandssson.nu/repository.plexbmc...-1.0.0.zip

Amazing. Im gonna give this one a go shortly. Sounds like a great release! thx a bunch!
find quote
jelockwood Offline
Senior Member
Posts: 111
Joined: Mar 2008
Reputation: 0
Post: #38
I have experimented with both Plex and XBMC but until recently mainly used XBMC. The Plex PMS approach is why recently I have been using Plex more so this plugin seems heaven sent as a way of having my cake and eating it.

I do have a few questions though that reading through this thread I could not see mentioned.

I would be planning on having my media (as now) on a NAS server mounted on each client device.

1. Will XBMC with this plugin access the media 'locally' rather than streaming or transcoding from the PMS server?
2. Will XBMC still be able to play VIDEO_TS and/or ISO media? (This is something I am particularly concerned about as the Plex iOS app does not support using this type of media from a PMS.
3. If the network path is different on the XBMC client to what the PMS server is using, will this break things? I use a mixture of a Mac mini running Mac OS X, and Apple TV1 units, and while standard Mac OS X has paths like /Volumes/Sharename Apple TV1 pretty much makes it necessary to mount at a different location.
4. Do you have to have a specially modified skin? I prefer using Alaska is there a modified version of that if needed?

Many thanks to the author of this addon.
find quote
saskwatch Offline
Junior Member
Posts: 6
Joined: Dec 2008
Reputation: 0
Post: #39
I just wanted to share something. I us a PC at work. I was able to download XBMC & connect to my Plex server at home with a tweaked version of this script. I modified the C:\Users\[username]\AppData\Roaming\XBMC\addons\plugin.video.plexbmc\resources\settings.xml and hardcoded the ipaddress to the ip of my home. For some reason, using the settings screen for this addon through XBMC would always reset the ip address to 127.0.0.1 when I tried to use my home ip address. At any rate, manually modifying the xml fixed that. The next thing I did was to modify the C:\Users\username\AppData\Roaming\XBMC\addons\plugin.video.plexbmc\default.py. I did a search and replace to change the default plex portnumber (which is hardcoded throughout the script) to the forwarded port I have at home. Once I did that, I can watch all of my library while at my desk at work. Just sharing ;-).

It would be nice to be able to set the port via the app, and I am not sure why the IP address was not able to be kept via the settings. If the author could take a look at those things - I would appreciate it.
find quote
hippojay Offline
Fan
Posts: 301
Joined: Mar 2008
Reputation: 13
Location: Sheffield, UK
Post: #40
jelockwood Wrote:I have experimented with both Plex and XBMC but until recently mainly used XBMC. The Plex PMS approach is why recently I have been using Plex more so this plugin seems heaven sent as a way of having my cake and eating it.

I do have a few questions though that reading through this thread I could not see mentioned.

I would be planning on having my media (as now) on a NAS server mounted on each client device.

1. Will XBMC with this plugin access the media 'locally' rather than streaming or transcoding from the PMS server?

Plexbmc will only transcode if you enable the option, otherwise it will attempt to play the file as-is. There are some options to control how the file is delivered:
* auto - plexbmc decides
* stream - file delivered by PMS web server ( via http)
* smb - file delivered by an smb:// which needs to be accessible from client

Auto attempts to locate the file locally, first checking the file path to see if it was available - so if you mount via samba/nfs/afs then it needs to have exactly the same location. If it can't then it falls back to web server http (which is the safest option and always works)

Quote:2. Will XBMC still be able to play VIDEO_TS and/or ISO media? (This is something I am particularly concerned about as the Plex iOS app does not support using this type of media from a PMS.

Iso media should be ok but video_ts will only work for local or smb://. If video_ts is a needed, then I would probably use smb.

Quote:3. If the network path is different on the XBMC client to what the PMS server is using, will this break things? I use a mixture of a Mac mini running Mac OS X, and Apple TV1 units, and while standard Mac OS X has paths like /Volumes/Sharename Apple TV1 pretty much makes it necessary to mount at a different location.

Hmm, yes that will be a problem if you need to play video_ts. I might be able to allow a local override, so "volumes" is replaced with something else.

Quote:4. Do you have to have a specially modified skin? I prefer using Alaska is there a modified version of that if needed?

Skin is optional and came after the addon. I simply wanted a way of making access easier and more like plex. I haven't modded an Alaska skin yet, but if you do make use of plexbmc then I could look at it ( or give you some pointers to do it yourself)
Quote:Many thanks to the author of this addon.

My pleasure, I use this plugin myself to play plex media on windows.

saskwatch Wrote:If the author could take a look at those things - I would appreciate it.

for the benefit of those not following the plex forums, port configuration will be added to the next version.
find quote
Post Reply