Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Drazzilb08/daps

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation
https://github.com/Drazzilb08/daps

bash plex python script scripts unraid userscripts

Last synced: about 2 months ago
JSON representation

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation

Awesome Lists containing this project

README

        

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

- If you haven't already, install [VSCode](https://code.visualstudio.com/docs/setup/setup-overview).
- Install the [YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
- Include the following line at the top of your config file (already present if you're modifying the config sample):
```yaml
# yaml-language-server: $schema=https://raw.githubusercontent.com/Drazzilb08/daps/master/schemas/config-schema.json
```
- Once added, any invalid fields or values will be flagged as errors, and hovering over the fields will provide descriptions.

## 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](https://github.com/bullmoose20/Plex-Stuff) I find especially useful.
2. You can't have a list of scripts to use without including [JBOPS](https://github.com/blacktwin/JBOPS). I specifically use the Inactive User script and the kill stream script.
3. [qBitManager](https://github.com/StuffAnThings/qbit_manage) Amazing bit of python scripting that makes managing qBittorrent much easier
4. [Upgradinatorr](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/tree/main/Upgradinatorr) An amazing bit of powershell writing by AngryCuban meant to keep your movie library as up to date as possible
5. [Homepage](https://github.com/benphelps/homepage) Probably one of the best HomeLab dashboard around IMO.
6. [reTraktArr](https://github.com/zakkarry/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.