Skip to content

almeidarruben/daemon-subs-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daemon-tvsubs-downloader

Automatically downloads TV Shows subtitles.

Installation

Python packages

pip install -r requirements.txt

Configuration

In config.json

{
    "user_agent": "SubDB/1.0 (download_srt/0.1; http://github.com/username)",

    "shows_folder": "/path/to/your/tv_shows/folder",

    "languages": "use_the_ones_in_available_languages"
}

Subtitle Languages

Subtitles can be downloaded at the same time in all of the available languages below.

Just specify them separated by commas in the configuration file.

Available Languages

  • en
  • es
  • fr
  • it
  • nl
  • pl
  • pt
  • ro
  • sv
  • tr

Execution

Run python watchdir.py

About

Automatically downloads TV Shows and Subtitles based on RSS feeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages