All Projects → Casvt → Plex-scripts

Casvt / Plex-scripts

Licence: other
Plex, the arr's and tautulli scripts coming from user requests

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Plex-scripts

Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+1030.13%)
Mutual labels:  sonarr, plex, radarr, tautulli
Saltbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 117 (-25%)
Mutual labels:  sonarr, plex, radarr, tautulli
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (+53.85%)
Mutual labels:  sonarr, plex, radarr
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+546.15%)
Mutual labels:  sonarr, plex, radarr
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+1317.95%)
Mutual labels:  sonarr, plex, radarr
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+2144.23%)
Mutual labels:  sonarr, plex, radarr
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 (+23.72%)
Mutual labels:  sonarr, plex, radarr
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+13.46%)
Mutual labels:  sonarr, plex, radarr
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+346.79%)
Mutual labels:  sonarr, plex, radarr
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (-72.44%)
Mutual labels:  sonarr, plex, radarr
Doplarr
An *arr request bot for Discord
Stars: ✭ 236 (+51.28%)
Mutual labels:  sonarr, plex, radarr
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (+47.44%)
Mutual labels:  sonarr, plex, radarr
Varken
Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana for a frontend
Stars: ✭ 829 (+431.41%)
Mutual labels:  sonarr, plex, radarr
posterr
A digital poster app for Plex, Sonarr, Radarr, and Readarr
Stars: ✭ 211 (+35.26%)
Mutual labels:  sonarr, plex, radarr
Theme.park
A collection of themes/skins for your favorite apps.
Stars: ✭ 714 (+357.69%)
Mutual labels:  sonarr, plex, radarr
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (+2.56%)
Mutual labels:  sonarr, plex, radarr
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-5.13%)
Mutual labels:  sonarr, plex, radarr
Lunasea
A self-hosted controller for mobile built using the Flutter framework.
Stars: ✭ 378 (+142.31%)
Mutual labels:  sonarr, plex, radarr
Overseerr
Request management and media discovery tool for the Plex ecosystem
Stars: ✭ 557 (+257.05%)
Mutual labels:  sonarr, plex, radarr
K8s Mediaserver Operator
Repository for k8s Mediaserver Operator project
Stars: ✭ 81 (-48.08%)
Mutual labels:  sonarr, plex, radarr

Plex-scripts

This repository is a collection of scripts that I made targeted at applications like Plex, the arr's and Tautulli. It is inspired by the JBOPS repo. The scripts were made after requests, made by other people, in this reddit post. The target of most scripts is to expand the functionality of the applications. These scripts often fulfill a request for a feature made by many users of the applications a long time ago.

Info about the use case of every script can be found at the top inside the file. Info about how to setup the scripts can be found in the wiki. Eventhough it all started with making requests using comments under a reddit post, now we make requests using GitHub issues for which you can find info here.

Favourites

A few of my personal favourites:

  1. audio_sub_changer.py: change audio/subtitle streams based on desired language for an episode, season, series, movie or complete library
  2. plex_sync.py, keep two plex instances synced where you can sync collections, posters (e.g. custom posters set for media), watch history and playlists. You can select, for the last two, which users you want to sync it for as those are user specific.
  3. stream_upgrader.py: upgrade the stream's video (resolution) or audio (channel count) when there is a better one available wherever it may be (e.g. you start streaming a 1080p movie but you have a 4k version in a different library so the script will change the stream to that version).
  4. plex_exporter_importer.py: export metadata of plex media and save it to a file alongside the media file. Then you can do the reverse with importing, where the file is read and the values are applied to the plex item. This way you can "carry" custom metadata between plex servers (including posters and watched status).
  5. advanced_playlists.py: create playlists containing (multiple) series in custom orders like shuffled, semi-shuffled (series sequential but episodes shuffled) and staggered.

Great scripts, but why?

I've noticed that plex, the arr's and tautulli all are great applications but they have their flaws. Often, people say "Plex is great, but..." or "Sonarr is cool but I hate that...". Now ofcourse software can't be perfect for everyone as everyone want's to do something different, but the amount of but's that these applications have is a little too much.

I have quite a bit of experience, working with these applications and thus I thought "why not help out?" I know their api's well, what is possible and not, etc. So I started the reddit thread found above where people could tell their but's and I would fix them in the form of a script. This repository is the result of that post (and a few scripts made after my own but's). I just want everyone to enjoy these great applications to their fullest. It's also great practise for me as I'm learning new languages and this ofcourse helps me getting comfortable in them.

BASH

There are a few scripts in the repository that are written in BASH. I'm slowly converting all those scripts to python scripts.

Donations

I don't accept money. I'm literally 16. You can "pay" me by sharing the repository with other people.

Browse around and take a look! Happy "but's"-removing

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].