All Projects → binhex → arch-plexpass

binhex / arch-plexpass

Licence: GPL-3.0 license
Docker build script for Arch Linux base with Plex Pass Media Server installed

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to arch-plexpass

WatchSomething
Project that uses an API to list movies and tv shows that are latest, popular, top rated & on air.
Stars: ✭ 11 (-47.62%)
Mutual labels:  movies, tv-series, tv-shows
Arch Plex
Docker build script for Arch Linux base with Plex Media Server
Stars: ✭ 10 (-52.38%)
Mutual labels:  movies, plex, media-server
DaumMovieTVSeries.bundle
Plex Metadata Agent for daum movie & tv series
Stars: ✭ 38 (+80.95%)
Mutual labels:  plex, tv-series, tv-shows
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (+1042.86%)
Mutual labels:  plex, media-server
stremio-addons-list
A community curated list of Stremio Addons
Stars: ✭ 330 (+1471.43%)
Mutual labels:  movies, tv-shows
Go Plex Client
A Plex.tv and Plex Media Server Go client
Stars: ✭ 85 (+304.76%)
Mutual labels:  plex, media-server
AndroidTVMovieParadise
Movie Paradise is an Android TV 📺 app. ExoPlayer, Dagger 2, RxJava libraries are used.
Stars: ✭ 68 (+223.81%)
Mutual labels:  tv-series, tv-shows
rose
Analyse all kinds of data for a TV series
Stars: ✭ 34 (+61.9%)
Mutual labels:  tv-series, tv-shows
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (-33.33%)
Mutual labels:  movies, plex
Yyetsbot
🎬 人人影视bot,完全对接人人影视全部无删减资源
Stars: ✭ 8,417 (+39980.95%)
Mutual labels:  movies, tv-shows
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+4190.48%)
Mutual labels:  movies, 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 (+819.05%)
Mutual labels:  movies, plex
Ppp
Sync music playlists between your local music library and Plex!
Stars: ✭ 57 (+171.43%)
Mutual labels:  plex, media-server
seedbox
A Docker-powered seedbox with persistent data and more cool stuff.
Stars: ✭ 125 (+495.24%)
Mutual labels:  plex, tv-shows
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+228.57%)
Mutual labels:  tv-series, tv-shows
trailarr
A self hosted manager for movie and tv show trailers.
Stars: ✭ 13 (-38.1%)
Mutual labels:  movies, tv-shows
soap2day-dl
📺 Soap2day downloader: download TV series and movies in your terminal
Stars: ✭ 29 (+38.1%)
Mutual labels:  tv-series, tv-shows
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+3219.05%)
Mutual labels:  movies, plex
stream-box
Free, open source, movie and TV show streaming application
Stars: ✭ 45 (+114.29%)
Mutual labels:  movies, tv-shows
tvthemes
ggplot2 themes and palettes based on your favorite TV shows
Stars: ✭ 120 (+471.43%)
Mutual labels:  tv-series, tv-shows

Application

Plex Pass

Description

The Plex Media Server enriches your life by organizing all your personal media, presenting it beautifully and streaming it to all of your devices. It's easy to use, it's awesome, and it's free!

Build notes

Latest stable Plex Media Server (Plex Pass) release from Arch Linux AUR.

Usage

docker run -d \
    --net="host" \
    --name=<container name> \
    -v <path for media files>:/media \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-plexpass

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:32400/web

Example

docker run -d \
    --net="host" \
    --name=plex \
    -v /media/movies:/media \
    -v /apps/docker/plex:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-plexpass

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

You cannot specify the port the docker container uses, it requires full access to the hosts nic and thus the -p flag is not used.


If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

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