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

sample server.json #1

Closed
wga22 opened this issue Apr 27, 2021 · 2 comments
Closed

sample server.json #1

wga22 opened this issue Apr 27, 2021 · 2 comments

Comments

@wga22
Copy link

wga22 commented Apr 27, 2021

Could someone please share sample server.json (token can be removed). I dont seem to have one on my windows plexamp install, thus setting up headless on RPI has hit block.

Thank you!

@stevedenman
Copy link
Owner

Hi, this is the structure of the one I'm using;

{
  "player": {
    "name": "<MACHINE-NAME>",
    "identifier": "<GUID>"
  },
  "user": {
    "id": <USER-ID>,
    "token": "<TOKEN>"
  }
}

@wga22
Copy link
Author

wga22 commented Apr 28, 2021

thank you! I hit a wall, and found link to the old windows plexamp (which still used server.json, 3.0 and higher doesnt).

Anyway, for others needing same help, here is what mine looks like:

{
"player": {
"name": "rpi",
"identifier": "11bdb083-c715-4382-8feb-xxxxxxxxxxxx"
},
"user": {
"id": 152XXXX,
"token": "zCa2Ue-xxxxxxxxx"
},
"server": {
"identifier": "82ac6c8ac64cd9fa9626fxxxxxxxxxxxx"
},
"state": {
"source": "82ac6c7ac64cd9fa9626f15adb169c5631a0621f",
"state": "playing",
"time": 10101,
"volume": 100,
"playQueueID": 3420,
"playQueueItemID": 94643
}
}

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

No branches or pull requests

2 participants