All Projects → cgnetwork → trailarr

cgnetwork / trailarr

Licence: MIT License
A self hosted manager for movie and tv show trailers.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to trailarr

Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+4238.46%)
Mutual labels:  movies, self-hosted
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (+1153.85%)
Mutual labels:  movies, self-hosted
Yyetsbot
🎬 人人影视bot,完全对接人人影视全部无删减资源
Stars: ✭ 8,417 (+64646.15%)
Mutual labels:  movies, tv-shows
stream-box
Free, open source, movie and TV show streaming application
Stars: ✭ 45 (+246.15%)
Mutual labels:  movies, tv-shows
Movie Trailers SwiftUI
A simple app which shows the lastest movies trailers based on different genres developed using SwiftUI.
Stars: ✭ 51 (+292.31%)
Mutual labels:  movies, trailers
WatchSomething
Project that uses an API to list movies and tv shows that are latest, popular, top rated & on air.
Stars: ✭ 11 (-15.38%)
Mutual labels:  movies, tv-shows
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+6830.77%)
Mutual labels:  movies, self-hosted
stremio-addons-list
A community curated list of Stremio Addons
Stars: ✭ 330 (+2438.46%)
Mutual labels:  movies, tv-shows
arch-plexpass
Docker build script for Arch Linux base with Plex Pass Media Server installed
Stars: ✭ 21 (+61.54%)
Mutual labels:  movies, tv-shows
FlutterTrailers
A flutter App to download Movie Trailers.
Stars: ✭ 35 (+169.23%)
Mutual labels:  movies, trailers
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (+123.08%)
Mutual labels:  movies, trailers
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (+184.62%)
Mutual labels:  movies
Bon
🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).
Stars: ✭ 12 (-7.69%)
Mutual labels:  self-hosted
fontless
🚀🔒 Host your own Google Fonts.
Stars: ✭ 63 (+384.62%)
Mutual labels:  self-hosted
Trakt2Letterboxd
Script to export your movies from Trakt to Letterboxd
Stars: ✭ 27 (+107.69%)
Mutual labels:  movies
seedbox
A Docker-powered seedbox with persistent data and more cool stuff.
Stars: ✭ 125 (+861.54%)
Mutual labels:  tv-shows
kanboard
Kanban project management software
Stars: ✭ 6,484 (+49776.92%)
Mutual labels:  self-hosted
THome
a simple static dashboard
Stars: ✭ 20 (+53.85%)
Mutual labels:  self-hosted
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (+153.85%)
Mutual labels:  self-hosted
nocdn
Self-hosted alternative to CDNs.
Stars: ✭ 37 (+184.62%)
Mutual labels:  self-hosted

Due to resource constraints, this project has been abandoned. Please accept our apologies for any inconvenience.

trailarr logo

Build Status Docker Pulls Version License

trailarr

trailarr is an easy to use, self hosted manager for all your movie and tv show trailers. Easily search and download trailers with these great features:

  • A beautiful, easy to use interface.
  • Background trailer downloads.
  • Readily configured out-of-the box.
  • Batteries included.

Preview

Usage

Docker compose example:

version: '3'

services:
  trailarr:
    container_name: trailarr
    image: cgnetwork/trailarr:latest
    ports:
      - "80:8080"
    volumes:
      - /path/to/download:/trailers
    restart: unless-stopped

Configuration

Trailers can be accessed on the host directory mounted to the container download directory:

/path/to/download:/trailers

Contributing

Thank you for your contributions! Big or small - we welcome all!

License

trailarr is open-sourced software licensed under the MIT license.

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