All Projects → scrathe → plexEncode

scrathe / plexEncode

Licence: other
BASH post-processing script for Plex DVR, Shell, Sonarr, Radarr

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to plexEncode

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 (+9362.16%)
Mutual labels:  sonarr, plex
posterr
A digital poster app for Plex, Sonarr, Radarr, and Readarr
Stars: ✭ 211 (+470.27%)
Mutual labels:  sonarr, plex
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (+548.65%)
Mutual labels:  sonarr, 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 (+332.43%)
Mutual labels:  sonarr, plex
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (+16.22%)
Mutual labels:  sonarr, 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 (+421.62%)
Mutual labels:  sonarr, plex
Conv2mp4 Ps
This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.
Stars: ✭ 97 (+162.16%)
Mutual labels:  ffmpeg, plex
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+4664.86%)
Mutual labels:  sonarr, plex
Doplarr
An *arr request bot for Discord
Stars: ✭ 236 (+537.84%)
Mutual labels:  sonarr, plex
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 (+378.38%)
Mutual labels:  sonarr, plex
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (+313.51%)
Mutual labels:  sonarr, plex
tardisIVR
No description or website provided.
Stars: ✭ 36 (-2.7%)
Mutual labels:  sonarr, handbrake
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (+300%)
Mutual labels:  sonarr, plex
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (+521.62%)
Mutual labels:  sonarr, 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 (+4308.11%)
Mutual labels:  sonarr, plex
Sickbeard mp4 automator
Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
Stars: ✭ 1,142 (+2986.49%)
Mutual labels:  ffmpeg, sonarr
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+2624.32%)
Mutual labels:  sonarr, plex
K8s Mediaserver Operator
Repository for k8s Mediaserver Operator project
Stars: ✭ 81 (+118.92%)
Mutual labels:  sonarr, plex
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+5878.38%)
Mutual labels:  sonarr, plex
Plex-scripts
Plex, the arr's and tautulli scripts coming from user requests
Stars: ✭ 156 (+321.62%)
Mutual labels:  sonarr, plex

Project is no longer being developed. I recommend taking a look at this; https://github.com/HaveAGitGat/Tdarr

plexEncode.sh

Usage:

Plex DVR

Setup: Plex \ Settings \ Live TV & DVR \ DVR Settings \ Postprocessing Script = full path to the script

Shell

plexEncode.sh <file> <encoder> <remove_original>

<encoder>           = ffmpeg    # .mkv file output. modify $ffmpeg_options to your specs.
                    = handbrake # .m4v file output. modify $handbrake_options to your specs.
<remove_original>   = 0         # keep original input file.
                    = 1         # delete original input file.

Shell Examples:

# encode a single file using default encoder and original file handling set in script
plexEncode.sh "file"

# encode a single file using handbrake, remove the original file
plexEncode.sh "file" handbrake 1

# encode a single file using ffmpeg, keep the original file
plexEncode.sh "file" ffmpeg 0

# loop thru a directory containing multiple .ts files
for i in *.ts; do plexEncode.sh "$i" ; done

Sonarr

Sonarr

Radarr

Radarr

Required:

Script to add handbrake/ffmpeg/mediainfo/etc packages to your plex/sonarr/radarr dockers; https://gist.github.com/scrathe/ba29e50d95f71bfb207ccf6f74a425a7

Sample Logging:

example

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