jesseward / plex-lastfm-scrobbler

Scrobble played audio items Last.FM from the Plex Media Server application.
MIT License
91 stars 13 forks source link

added ability to use localhost with plex-token #42

Closed bizob2828 closed 7 years ago

bizob2828 commented 7 years ago

As of 1.1.0 you can longer post to localhost or 127.0.0.1 without X-Plex-Token(https://forums.plex.tv/discussion/230856/web-requests-return-401-unauthorized-for-127-0-0-1-localhost)

Here's how you find the token: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token

I built it so you add plex_token to your config

jesseward commented 7 years ago

@bizob2828 . Thanks a lot for your contribution.

Could you update your commit to include changes to the default config file as well as the README (configuration section).

EDIT: in the config, feel free to add a place holder for plex_token such as

plex_token = PLEASE_ADD_TOKEN

Thanks again

bizob2828 commented 7 years ago

Cool. @jesseward I think I added what you were looking for

jesseward commented 7 years ago

Great work @bizob2828 and thanks again.