MUMC v3.2.7
Updates
- Add feature to handle
LastPlayedDate
not being populated when importing played states from Trakt- Configuration variables
*_set_missing_last_played_date=1
by default
- Configuration variables
MUMC Features
- Introducing Filter Statements - A simple way to tell the script how to find and delete the media items taking up your disk space:
- Delete movies played at least 60 days ago with a play count == 1.
- Delete movies created at least 365 days ago with a play count <= 1.
- Delete episodes played at least 30 days ago with a play count not > 1.
- Delete episodes created at least 180 days ago with a play count < 2.
- There are many possibilities!
- Keep a minimum number of played episodes to remain in all tv series'
- Fix configuration editor to allow editing multiple existing users during a single run
- All max_age configuration variables have been removed
- The same behavior can be achieved with Filter Statements, using created statements
- Decided if media items are deleted when ANY or ALL users meet the play count
- Media item play count shown for each user
- Update console output to show version number and timestamp
- Usernames added to user_bl_libs and user_wl_libs config variables
- Updates to debug logging
- Monitor the accessible libraries of multiple users
- Favorites - Used to keep media items that would otherwise be deleted
- Movies
- Episodes/Seasons/Series
- Audio Tracks/Albums
- Audiobooks/Books
- Advanced Favorites
- Genres
- Artists
- Studio Networks
- Blacklist(s)
- Whitelist(s)
- Blacktag(s)
- Whitetag(s)
- Choose how script performs media item to library matching
- Match media items to libraries by:
- Library ID
- Library Path
- Library Network Path
- Match media items to libraries by:
- Keep a minimum number of episodes for all TV Series'
- This ensures the "Next Up" functionality works when a new episode is available
- Edit an existing configuration file
- Add new users
- Edit existing users
- Configuration file must have been created using v3.x.x
- Stay in 'dry-run' mode until the script is configured exactly the way you need it
- Control output printed to the console/terminal
- Only want to see the Delete Summary for Movies; disable everything except the Movie Deleted Summary
- Add levels to debug logging
Full Changelog: v3.2.0...v3.2.7