Releases: JakeWharton/plex-orphaned-files
Releases · JakeWharton/plex-orphaned-files
1.1.1
1.1.0
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
- Initial release