Drazzilb08 / daps

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation
MIT License
151 stars 29 forks source link
bash plex python script scripts unraid userscripts
Collection of Scripts I've written or found useful [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![GitHub issues](https://img.shields.io/github/issues/Drazzilb08/daps.svg)](https://github.com/Drazzilb08/daps/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/Drazzilb08/daps.svg)](https://github.com/Drazzilb08/daps/pulls) [![GitHub stars](https://img.shields.io/github/stars/Drazzilb08/daps.svg)](https://github.com/Drazzilb08/daps/stargazers) [![Python](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) [![Bash](https://img.shields.io/badge/bash-5.0-green.svg)](https://www.gnu.org/software/bash/) To help with documentation of the collections of these scripts, I've created a [WIKI](https://github.com/Drazzilb08/daps/wiki) If there are any questions or concerns please let me know with a [GitHub issue](https://github.com/Drazzilb08/daps/issues).

Versioning

I've started to put version numbers on each of my scripts, you can find the version at the top of every script. I do my best to keep up with everything

  1. 0.0.X versions are bug fixes
  2. 0.X.0 versions are minor changes
  3. X.0.0 versions are major changes

Schema Validation

Overview

Schema validation is a method to ensure that data follows a predefined structure, data types, and constraints set by a Schema document. It compares the document against the schema rules, highlighting any deviations from the expected format or content.

How to use it

Submitting Pull Requests

Please feel free to make a pull request if you see something that could be improved. I'm always looking for ways to make my scripts better.

Please note that these scripts are tested by me and a few friends. They very well may work for you but they are not tested under all conditions.


Please test and use at your own risk.

Thanks

Neat scripts I've found

  1. bullmoose20 has some amazing scripts he writes, most importantly the plex-bloat-fix.py script here I find especially useful.
  2. You can't have a list of scripts to use without including JBOPS. I specifically use the Inactive User script and the kill stream script.
  3. qBitManager Amazing bit of python scripting that makes managing qBittorrent much easier
  4. Upgradinatorr An amazing bit of powershell writing by AngryCuban meant to keep your movie library as up to date as possible
  5. Homepage Probably one of the best HomeLab dashboard around IMO.
  6. reTraktArr Here is a neat script that will help you keep your Radarr and Sonarr libraries in sync with your Trakt lists. The way I'm using this is to have my entire library visible on trakt and visible to anybody I want to show my collection to

If you think there are some other neat ones I should include or try out please let me know.