All Projects → 8cylinder → Tv Overlord

8cylinder / Tv Overlord

Licence: gpl-3.0
TV Overlord — Download and manage tv shows:

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tv Overlord

Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+2258.26%)
Mutual labels:  nzb, bittorrent
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-5.79%)
Mutual labels:  commandline
Tmpmail
A temporary email right from your terminal written in POSIX sh
Stars: ✭ 2,670 (+1003.31%)
Mutual labels:  commandline
Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Stars: ✭ 2,711 (+1020.25%)
Mutual labels:  nzb
Vlc Bittorrent
A bittorrent plugin for VLC.
Stars: ✭ 198 (-18.18%)
Mutual labels:  bittorrent
Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (-7.44%)
Mutual labels:  commandline
Dht
dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Stars: ✭ 184 (-23.97%)
Mutual labels:  bittorrent
Research Bittorrent
C# BitTorrent library
Stars: ✭ 241 (-0.41%)
Mutual labels:  bittorrent
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+6268.6%)
Mutual labels:  commandline
Fastcast
🌊 Stream peer-to-peer audio and video content
Stars: ✭ 202 (-16.53%)
Mutual labels:  bittorrent
Autotorrent
Matches torrents with files and gets them seeded
Stars: ✭ 200 (-17.36%)
Mutual labels:  bittorrent
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (-21.9%)
Mutual labels:  commandline
Newnode
NewNode decentralized Content Distribution Network
Stars: ✭ 223 (-7.85%)
Mutual labels:  bittorrent
Transgui
🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
Stars: ✭ 2,488 (+928.1%)
Mutual labels:  bittorrent
Cratetorrent
A BitTorrent V1 engine library for Rust (and currently Linux)
Stars: ✭ 233 (-3.72%)
Mutual labels:  bittorrent
Psfzf
A PowerShell wrapper around the fuzzy finder fzf
Stars: ✭ 187 (-22.73%)
Mutual labels:  commandline
Ipmagnet
Check which IP adresses your BitTorrent client is handing out to trackers
Stars: ✭ 200 (-17.36%)
Mutual labels:  bittorrent
Magnetico
Autonomous (self-hosted) BitTorrent DHT search engine suite.
Stars: ✭ 2,626 (+985.12%)
Mutual labels:  bittorrent
Ipfilter
Keeps your preferred Bit Torrent client blocklist up to date to support your privacy and security
Stars: ✭ 241 (-0.41%)
Mutual labels:  bittorrent
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-3.72%)
Mutual labels:  commandline

[[http://i.imgur.com/S9hlqg0.png]]

Website: [[http://www.tvoverlord.com][www.tvoverlord.com]] --- [[https://github.com/8cylinder/tv-overlord/wiki][Documentation]]

[[https://badge.fury.io/py/tvoverlord.svg]]

Follow TV Overlord on twitter: [[https://twitter.com/tv_overlord][@tv_overlord]]

TV Overlord is a semi automatic command line tool to download and manage TV shows from newsgroups or bittorent. It will download nzb files or magnet links.

It searches multiple sites simultaneously and combines the results into one list to select from.

TV Overlord keeps track of which shows have been downloaded and what shows are available to download.

For each new episode of a tv show you are tracking, you are given a list of possible downloads to choose. If you use a torrent search provider, a magnet link is passed to the default bittorent client. If it is an NZB search, an NZB file is placed in a folder that is configured in the configuration file.

For torrent files, you can also have your shows organized after downloading. If you use transmission or deluge, those clients can be configured to call a script when each torrent is complete. This script will extract the video file from the downloaded folder, rename it, and put it in a separate folder organized into sub folders named for each tv show.

There are several bittorent search providers and two NZB search providers and new ones can be added fairly easily. See the search providers [[https://github.com/8cylinder/tv-overlord/tree/master/tvoverlord/search_providers][README.org]], or by making a feature request in issues or a pull request.

**** Why semi automatic

Semi automatic means that you manually run it and select from a list each episode you want. The reason for this is that not all torrents follow a naming convention that is parsable, especially for more obscure shows. So instead of writing a ton of code to try and figure out information about an episode, I'll use the parser built into my brain. Also I like that it runs when I like, its light weight, and there are no background processes.

** Table of contents :TOC:

  • [[#features][Features]]
  • [[#install][Install]]
  • [[#configure][Configure]]
  • [[#command-line-reference][Command line reference]]
  • [[#usefull-shell-commands][Usefull shell commands]]

** Features

  • Keeps track of [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#list-available][dowloaded shows]].
  • Show a list of shows [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#download][available for download]].
  • Gives you a list of torrents or nzbs you can choose from.
  • You can [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#add-new][add new shows]] from the command line.
  • Will [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#info][display info]] showing what show will be next and how many days till broadcast. This list can be filtered and sorted in various ways.
  • Displays a [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#calender][calendar of upcoming episodes]]. You can also specify a range of days to display, past or future.
  • The ability to [[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference#history][query download history]] and re-start a download.
  • [[https://github.com/8cylinder/tv-overlord/wiki/Rename-tags][Organize]] you tv show downloads into folders.
  • Switch between [[https://github.com/8cylinder/tv-overlord/wiki/Config-file#multiple-configs][multiple configs]].

** Install

**** Requirements

Python 3.4 (or higher) -- on Linux, OSX, or Windows

**** Install

TV Overlord is a python 3 application and can be installed via pip3.

: sudo pip3 install tvoverlord

After its installed, you run it by typing:

: tvol --help

The first time it's run, it will create the appropriate config dir for your platform and put the database and config.ini there.

After that you can start to use it, type:

: tvol add 'Doctor Who'

If this is the wrong show, try again but add the year:

: tvol add 'Doctor Who 2005'

Then

: tvol download

To get help for each command, you can use:

: tvol download --help : tvol add --help : # etc...

If you use Bash as your shell, you can have tab completions. Add this to your .bashrc file:

: eval "$(_TVOL_COMPLETE=source tvol)"

**** Setup the post download script

If you use Transmission or Deluge as your bittorent client there is a script for each called transmission_done and deluge_done. These will take the episode that was downloaded and copy it to a folder where it will be organized by how the template string in config.ini is configured.

[[https://github.com/8cylinder/tv-overlord/wiki/Post-download-scripts][Setup and configure post download scripts details]]

** Configure

TV Overlord looks for the database and =config.ini= in the appropriate directory for your platform. When tvoverlord is first run, it will create a tvoverlord directory there.

  • OSX :: =~/Library/Application Support/tvoverlord=
  • Linux :: =~/.config/tvoverlord=
  • Windows :: =C:\Users<USERNAME>\AppData\Roaming\tvoverlord=

[[https://github.com/8cylinder/tv-overlord/wiki/Config-file][Config file details]]

** Command line reference

[[https://github.com/8cylinder/tv-overlord/wiki/Command-line-reference][Command line reference]]

** Usefull shell commands

This will show all the available shows for the current week from Sun to Sat.

: tvol calendar --days -$(date '+%u'),7 -x

To bulk import shows from a csv file (showname can't have a comma in it).

#+BEGIN_SRC bash while IFS=, read showname season episode; do tvol add --bulk "${showname}" --season=${season} --episode=${episode} done < allshows.csv #+END_SRC

If using [[https://github.com/8cylinder/tv-overlord/wiki/Config-file#multiple-configs][multiple configs]]:

#+BEGIN_SRC bash for config in '' 'nzb' 'torrent'; do echo "Using $config config" tvol --config=$config list tvol --config=$config download done #+END_SRC

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