Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex module links have 'False' as the server ID #15

Closed
Wraithers opened this issue Mar 20, 2014 · 4 comments
Closed

Plex module links have 'False' as the server ID #15

Wraithers opened this issue Mar 20, 2014 · 4 comments

Comments

@Wraithers
Copy link

This is continued from the discussion on Maraschino Plex support (mrkipling#285)

As per your suggestion, I ran Maraschino (via command-line) on my host IP. The command was: Maraschino.py --host=192.168.1.160. When I hovered over any media in the Plex module or opened it, the server ID was still 'False'. For clarification, I also use 192.168.1.160 as the Plex server IP address in its module settings. My Plex module settings are in the picture attached.

screenshot 39

@gugahoi
Copy link
Owner

gugahoi commented Mar 20, 2014

I am switching the way maraschino will find servers. I will make it so that every 6 hours I will poll plex's website and store all the server info in maraschino's db (including the server id needed to link to the plex.tv interface), this will help with load times and also make information readily accessible to the module. I will hopefully push that Friday some time.

I think I wasnt very clear in my previous post, you dont need to use the --host parameter I was referring to the "Plex Server IP Address" whan I said maraschino's own settings.

@gugahoi
Copy link
Owner

gugahoi commented Mar 20, 2014

Btw this is where I am getting the info from: http://plex.tv/pms/servers.xml

@Wraithers
Copy link
Author

Ah, I see that it should be pulling the machineIdentifier (below MediaContainer) for the server ID, but it doesn't seem to be doing that currently. Your proposal to store it in maraschino's db sounds promising.

Yup, I had a feeling you meant that about the settings, however I wanted to make sure I tried everything before opening an issue =)

@gugahoi gugahoi added the bug label Mar 21, 2014
@gugahoi gugahoi added this to the Basic Plex Intergration milestone Mar 21, 2014
@Wraithers
Copy link
Author

Fixed with the latest commit (0a9094d)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants