NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 6 … 56 Next »
Plex Plugin - first release

 
  • 0 Vote(s) - 0 Average
Plex Plugin - first release
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#21
2011-12-17, 03:02 AM
psycik Wrote:Machine:32400 normally.

There's a log in plexplugin\logs directory.

Thanks.....I'll give it a go.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,172
Threads: 958
Joined: May 2006
#22
2011-12-17, 04:27 AM
psycik Wrote:Plex is actually a fork of xbmc. But it's main advantage is the server component and the api

Yes I like that there is the choice of clients and that they can be as feature rich as you want. I can even run a Plex client directly from my Samsung TV and the author does display the metadata using javascript and html.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#23
2011-12-18, 02:35 AM
psycik Wrote:Machine:32400 normally.

There's a log in plexplugin\logs directory.

Ok....now I don't get an error.....but I don't see anything on the plugin page....via NPVR or NMT

This is what is in the log...
Code:
12/17/2011 9:13:34 PM    PlexPluging.PlexConnect: Connect called
12/17/2011 9:13:43 PM    PlexPlugin.Initialise: Called. ForceReload: "False"
12/17/2011 9:13:43 PM    PlexPlugin.PopulateList: Start
12/17/2011 9:13:43 PM    PlexPlugin.Activate: Activate called. ForceReload: "False"
12/17/2011 9:13:43 PM    PlexPlugin.Activate: No need to connect again

This is what I see....
[ATTACH=CONFIG]32331[/ATTACH]

This is the config....
[ATTACH=CONFIG]32332[/ATTACH]

Plex web view....
[ATTACH=CONFIG]32333[/ATTACH]
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,172
Threads: 958
Joined: May 2006
#24
2011-12-18, 05:23 AM
You should be able to test if the response xml is being sent with some of these commands (use Den if you want, I run on localhost)

http://localhost:32400
http://localhost:32400/library/sections

Martin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#25
2011-12-18, 07:43 AM
Weird, I look at my log and see the following.

Code:
18/12/2011 8:16:14 a.m.    =========================================================================================================
18/12/2011 8:16:14 a.m.    PlexPluging.PlexConnect: Connect called
18/12/2011 8:16:16 a.m.    PlexPlugin.PLexConnect: Server set: http://aragorn-vm.lan:32400/
18/12/2011 8:16:16 a.m.    Server.GetSection: Start, test IsOnline
18/12/2011 8:16:16 a.m.    Server.IsOnline: Testing server is online at location "http://aragorn-vm.lan:32400/"
18/12/2011 8:16:17 a.m.    Server.IsOnline: Result returned from server, is online
18/12/2011 8:16:17 a.m.    Server.GetSection: Server is online, setting location
18/12/2011 8:16:17 a.m.    Server.GetSection: Location set to: "http://aragorn-vm.lan:32400/library/sections/" deserialising....
18/12/2011 8:16:17 a.m.    Server.GetSection: Returned section.  There are 31 sections
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#26
2011-12-18, 05:35 PM
Hmm try addin a movies source. Also the tv shows you've got, theyre not a personal media type are they? I suppress everything but movies and tv shows (so music, photos an personal meida)

But I don't think it's that, cos in the logs I don't see any of the URL stuff that was in my log. But equally not errors.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#27
2011-12-19, 09:10 AM
mvallevand Wrote:psycik, any chance that you could grab the resume position from Plex and use it in the plugin? imilne showed this example using SetPosition http://forums.nextpvr.com/showthread.php...post409746

Martin

I've managed to figure out the getting position (viewoffset) and setting the position in plex. And resuming from that location (no option for the user at teh moment, just does it).

Just trying to work out (perhaps you know) if the IEventNotification works teh same way for receiving the stop command? That and getting the ending playback position.

That code of imlines, had:
Code:
int position = PlaybackPositionHelper.GetPlaybackPosition(path, out duration);

But I can't figure out where the PlayBackPositionHelper class is. Do you know?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,172
Threads: 958
Joined: May 2006
#28
2011-12-19, 12:32 PM
psycik Wrote:
Code:
int position = PlaybackPositionHelper.GetPlaybackPosition(path, out duration);

But I can't figure out where the PlayBackPositionHelper class is. Do you know?

It's NShared.PlaybackPositionHelper.GetPlaybackPosition(path, out duration)

Martin
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#29
2011-12-19, 03:34 PM
I too have tried to install. Have the same problem as UJB, nothing displayed in nPVR. With Plex client it works fine. And the XML-files are shown as they should if I use the URLConfused that Martin wrote above.

Find logs attached, I saw an error in the NextPVR logfile. But I do not know what it means other than it seems to be missing one or more DLLConfused.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#30
2011-12-19, 06:34 PM
forzaKGB Wrote:I too have tried to install. Have the same problem as UJB, nothing displayed in nPVR. With Plex client it works fine. And the XML-files are shown as they should if I use the URLConfused that Martin wrote above.

Find logs attached, I saw an error in the NextPVR logfile. But I do not know what it means other than it seems to be missing one or more DLLConfused.

I've put the plex logs in with the plugin (on reflection I might change that.....) Can you post that instead.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (15): « Previous 1 2 3 4 5 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Any interest in a Spotify Plugin for NextPVR? McBainUK 39 14,679 2025-07-09, 08:08 AM
Last Post: Sandybrewer
  NextEnd V2 Pre-Release Announcement mvallevand 94 40,762 2018-02-20, 06:52 PM
Last Post: mvallevand
  Plex Channel for NextPVR psycik 289 180,275 2018-01-14, 04:17 AM
Last Post: psycik
  New plugin - MovieTrailers imilne 11 6,360 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,455 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,555 2014-01-09, 11:16 PM
Last Post: mvallevand
  NEWA Release Build 2.10 Released 2013-12-30 UncleJohnsBand 0 2,214 2013-12-31, 02:53 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.30 Released 2012-11-27 UncleJohnsBand 0 2,308 2012-11-28, 04:11 AM
Last Post: UncleJohnsBand
  Web Cams plugin for NextPVR McBainUK 37 16,097 2012-10-19, 07:35 AM
Last Post: McBainUK
  NEWA Release Build 1.26 Released 2012-08-24 UncleJohnsBand 0 5,484 2012-08-25, 04:56 AM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode