comment trouver le token?

bjr, j’ai besoin de connaitre mon token mais j’ai du mal à comprendre la ligne deux, qui peut m’expliquer? Merci

  1. Sign into your Plex Account in Plex Web App
  2. Browse to a library item and view the XML for it
  3. Look in the URL and find the token

le lien ou j’ai trouvé cette info https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token

For step 2: I think you should have a look at the source file (view page source in your browser). The document you see is probably and XHTML (XML formatted HTML) document. It should have a URL tag, which lists your token.

sur quelle page de plex faut il être pour voir ce token dans le code source? Merci

Sorry, it is not the page source.

In a normal browser (so not plex home theater) go to the details of a movie. Then you will see your token (I believe) in the URL, after where it says server.

Not sure if it is the token, but could be, since it is constant across libraries and movies.

Le token, c’est la partie de l’URL qui contient un code alphanumérique. Ca doit donner quelque chose comme ça:
https://<addresse_ip>:32400/web/index.html#!/server/<token>/details/...

Yepp Nibb31, that’s what I tried to say :slight_smile:

moi l’adresse que j’ai dans mon navigateur est comme cela
http://app.plex.tv/web/app#!/server/8dc2994dcad54bae…86/section/6
merci

Ben le token, c’est ce qu’il y a entre “section” et “serveur”.

merci, c’est bon. je cherchais désespérement le mot token dans le navigateur comme c’était dit dans le lien que j’ai mis dans le 1er post