Sign inSign up

untoreh/mediabox

By untoreh

•Updated almost 8 years ago

Minimalistic automated TV shows management with: sonarr, qbittorrent, jackett, bazarr, flexget

Image
0

1.2K

untoreh/mediabox repository overview

Trakt Setup:

  • No collections.
  • A watchlist, keeps the shows currently interested in, long term (e.g. in production, returning, coming soon)
  • A watching list, keeps the shows currently watching, short term (e.g. just released, just began watching)
  • A dropped list, keeps shows that will not be watched anymore. (e.g. ended, canceled, got bored, nuclear fallout on the set...no more seasons)

Run:

docker run --name mediabox -v path:/shows \
-v path:/streams \
-v path:/root/Downloads \
sleep infinity

Start the services:

docker exec mediabox tmux start-server

Services list:

  • sonarr: manages releases
  • bazarr: pulls in subtitles
  • jackett: provides torrents feeds
  • qbt: downloads releases
  • smbd shares releases over network
  • episode next: query the next episode to watch for a series
  • drop-series: delete fully watched and ended/canceled tv shows from sonarr and update trakt list
  • delete-episodes: delete watched episodes from sonarr
  • delete-stalled: delete downloads that are taking too long
  • remove-series: delete series from sonarr until next season, removes from trakt watching, add to watchlist

...maybe not so minimal after all...

TODO:

  • add scripts which are used on the client to play episodes (samba mounts, mpv-trakt, play script automatic next episode)
  • maybe add monit inside the box to keep tram of services RAM usage

Tag summary

Content type

Image

Digest

Size

602.5 MB

Last updated

almost 8 years ago

docker pull untoreh/mediabox