Skip to content

Releases: JakeWharton/plex-orphaned-files

1.1.1

13 Mar 02:40
Compare
Choose a tag to compare

Fixed

  • Do not crash on empty libraries.

1.1.0

11 Mar 04:39
Compare
Choose a tag to compare

Added

  • --exclude-files option accepts a glob of file paths to ignore even if they are not indexed by Plex.

    For example, you may ignore /media/music/**/cover.* to ignore cover images or /media/music/**/*.m3u to ignore album playlists.

  • --exclude-library option accepts names of Plex libraries to skip checks.

  • The command now accepts explicit Plex library names to check. This is mutually exclusive to --exclude-library.

    For example, ./plex-orphaned-libraries --base-url .. --token .. Music Photos

1.0.0

07 Mar 03:43
Compare
Choose a tag to compare
  • Initial release