Skip to content

Commit

Permalink
Fixed table
Browse files Browse the repository at this point in the history
  • Loading branch information
XDGFX committed Dec 22, 2019
1 parent 58aa4a6 commit ebf1237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ Use task scheduler? I haven't tested it.

## Variables (Reference)
Running setup should help you find all these variables!

| VARIABLE | DESCRIPTION | EXAMPLE |
| --- | --- | --- |
|---|---|---|
| `server_url` | the url of your Plex server, as seen by whatever you're running PPP on | `"http://192.168.1.100:32400"` |
| `"plex_token"` | find it [here](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) | `"A1B3c4bdHA3s8COTaE3l"` |
| `local_playlists` | path to the local playlists you want to use, relative to PPP | `"/mnt/Playlists"` |
Expand Down Expand Up @@ -86,4 +87,4 @@ In this example, PPP is running on a machine which uses UNIX paths (/ not \\), a
If running PPP on Windows and your playlist paths are UNIX, use `"u2w"`, and if both paths are the same format use `false`.

**Why are there so many backslashes?**
You need to double any backslash, because normally it's a special 'escape character' which would break the code. You need to 'escape' the 'escape character' (https://stackoverflow.com/questions/19095796/how-to-print-backslash-with-python)
You need to double any backslash, because normally it's a special 'escape character' which would break the code. You need to 'escape' the 'escape character' (https://stackoverflow.com/questions/19095796/how-to-print-backslash-with-python)

0 comments on commit ebf1237

Please sign in to comment.