Skip to content

Releases: XDGFX/PPP

v3.0.6

01 Sep 14:57
Compare
Choose a tag to compare

Changes from @pirtoo.

  • Pull common Plex requests into a function with more error reporting on failures.
    • Reuses code.
    • Provides errors on server failures or forbidden when plex token is wrong.
    • raise SystemExit if a request fails without an exception rather than carrying on.
    • Use requests module's ok definition and status_code/reason for errors without outputting HTML.
      Fetch a second playlist if there is one to extend detection
  • If (like on my system) the first playlist happens to be all one artist prefix detection fails. Try two if there is more than one playlist.
  • Add an indent to pretty-print the variables.json file when it is output to make it more human readable/editable after the fact.
  • Give more detail on reasons loading an existing variables.json file may have failed.
  • Exit when failing to read existing variables.json file.
  • Switch quoting on one line to not need to escape single quotes and remove unneeded escaping.
  • Detect and give a more visible warning before exit when updating plex playlists fails (such as when the directory isn't readable by plex).
  • Update example variables file to current variable names.

v3.0.5

17 Apr 21:43
Compare
Choose a tag to compare

Separate working directory; now a directory other than the PPP install directory can be used for temporary playlists when syncing.

v3.0.4

09 Jan 19:36
Compare
Choose a tag to compare

Fixed custom retention arguments

v3.0.3

07 Jan 22:08
Compare
Choose a tag to compare

Fixes by @cjnaz and other minor changes

v3.0.2

02 Jan 17:16
Compare
Choose a tag to compare

Important bug fix. Fixed prepend conversion when PPP and playlist machine are not both Unix or both Windows

v3.0.1

30 Dec 15:07
Compare
Choose a tag to compare

Added ability to ignore SSL certificates when accessing Plex server.

v3.0.0

22 Dec 12:35
ebf1237
Compare
Choose a tag to compare

Major overhaul of code, added setup for easier use, should support Windows and UNIX filesystems completely

v2.1.3

30 Mar 10:46
2e89b75
Compare
Choose a tag to compare

More fixes with foreign character support, and added timestamp which is useful for logging.

v2.1.2

23 Mar 11:44
350474d
Compare
Choose a tag to compare

Fixed the previous two releases, it's recommended to use either v2.0 or latest version

v2.1.1

22 Mar 09:29
4072292
Compare
Choose a tag to compare

Improvements and bug fixes