All Projects → ngovil21 → Plex Cleaner

ngovil21 / Plex Cleaner

A script to clean up movies and episodes in Plex Media Server

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Plex Cleaner

Plexidrive
Scripts to facilitate the use of cloud storage (such as Google Drive) as storage for Plex media server
Stars: ✭ 118 (-41%)
Mutual labels:  plex
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (-23.5%)
Mutual labels:  plex
Goplaxt
Scrobble Plex plays to Trakt with ease!
Stars: ✭ 183 (-8.5%)
Mutual labels:  plex
Rcloneexplorer
rclone GUI for Windows
Stars: ✭ 129 (-35.5%)
Mutual labels:  plex
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-26%)
Mutual labels:  plex
Javinizer
(NSFW) Organize your local Japanese Adult Video (JAV) library
Stars: ✭ 160 (-20%)
Mutual labels:  plex
Aria2 Ariang X Docker Compose
Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
Stars: ✭ 1,581 (+690.5%)
Mutual labels:  plex
My Dash
🔢 A developer friendly dashboard for monitoring your self-hosted services with a clean and modern UI.
Stars: ✭ 193 (-3.5%)
Mutual labels:  plex
Plexinthecloud
Scripts to install & configure: Plex, nzbget, sickrage, couchpotato, mylar, with rclone mounted Google Drive storage and full post-processing.
Stars: ✭ 148 (-26%)
Mutual labels:  plex
Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+983%)
Mutual labels:  plex
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+715.5%)
Mutual labels:  plex
Mergerfs
a featureful union filesystem
Stars: ✭ 2,114 (+957%)
Mutual labels:  plex
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-20%)
Mutual labels:  plex
Plex Mpv Shim
Cast media from Plex Mobile and Web apps to MPV. (Unofficial)
Stars: ✭ 120 (-40%)
Mutual labels:  plex
Ultimate Media Server Core
A bunch of scripts that I've collected, written, and forked for the ultimate administration & automation of your Media Server - Think of this as your "Media server in a box"
Stars: ✭ 188 (-6%)
Mutual labels:  plex
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+781.5%)
Mutual labels:  plex
Antennas
📡HDHomeRun emulator for Plex DVR to connect to Tvheadend.
Stars: ✭ 160 (-20%)
Mutual labels:  plex
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (-3.5%)
Mutual labels:  plex
Node Plex Api
Node.js package used to query the Plex Media Server HTTP API
Stars: ✭ 189 (-5.5%)
Mutual labels:  plex
Youtube Agent.bundle
Plex Metadata Agent for Movies and TV Series libraries
Stars: ✭ 177 (-11.5%)
Mutual labels:  plex

Please update the script to version 1.94 to avoid problems with your server by creating too many devices!

Plex Cleaner

A Script to clean up space on your Plex Media Server!

Automatically delete watched episodes or movies. Lots of customizable options.

Configuration

To begin make a copy of Cleaner.conf.default and rename it as Cleaner.conf. You can then make edits to the Cleaner.conf file with your own settings. Descriptions of the settings are in the PlexCleaner.py script.

Alternatively you can create a config file by running the script with the option --dump [Path to Config file].

python PlexCleaner.py --dump "/path/to/config/file"

PlexCleaner will then create a config file at the path specified with example values. You can then make edits to the config file based on your preferences. The formatting is very specific for the config file, if you have difficulty editing it, you can edit the default values in the script and then run the --dump argument to create a properly formatted config file.

By default plex will check in the users home directory for a .plexcleaner file, then in the current directory for a .plexcleaner or Cleaner.conf file. If you stored the config file in another location you will need to load the config file using the --config argument. To do so you would run PlexCleaner as:

python PlexCleaner.py --config "/path/to/config/file"

If the script is updated and you need to update your config file without losing your settings you can run PlexCleaner with --update_config argument. This will add any new configuration settings without overwriting any of your settings in the config file.

After you have entered your settings, it is recommended you first run the script with the --test flag. The --test flag will run the script without performing any actions, and flagging files that would be marked for deletion, copying, or moving. Once you have determined that the output is correct, you can run the script without the --test flag. The --test flag will also output the token used to login so you don't have to leave login details in the script.

Docker

You can find a dockerized version of this script here: https://github.com/NitriKx/docker-Plex-Cleaner

docker pull nitrikx/plex-cleaner
docker run -ti -v /path/to/config/folder nitrikx/plex-cleaner

Support

If you want to support me (does not equal development):
Buy Me a Coffee    or    Buy Me a Beer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].