Skip to content

PlexCache v1.2.6

Compare
Choose a tag to compare
@bexem bexem released this 06 Jun 23:28
· 54 commits to main since this release
f17ef81

Release Notes - Version 1.2.6

  • Updated the script to remove deprecated settings when loading settings from the settings file.
  • Revised the logic of the "skip" setting, renaming it to "exit_if_active_session" for improved clarity and ease of configuration.
    • If "exit_if_active_session" is set to false, the script will skip the media currently being played.
    • If "exit_if_active_session" is set to true, the script will exit.
  • The script now automatically loads the previous value of the "skip" setting and adjusts it accordingly during runtime, eliminating the need for users to manually update the settings file.
  • The log file will now always provide a detailed account of each script execution compared to the console print statements. This includes listing out files that are fetched, edited, or moved.
    • If the log level is set to 'debug', the script will refrain from moving files but will incorporate detailed connection-related messages from Plex (via plexapi) in the log file. This additional information will be invaluable for debugging any potential issues.
  • Added comprehensive comments throughout the codebase to enhance readability and ensure better understanding for everyone, including my future self (because we all know the struggle of deciphering our own old code, just like trying to read our own handwriting).

For a more extensive changelog, please refer to the previous release (v1.2.5).