Giter Club home page Giter Club logo

horriblesubs-downloader's Introduction

HorribleSubs-Downloader AppVayour status

HorribleSubs-Downloader is a small Windows console application that automatically downloads torrent files from http://horriblesubs.info/.

##Features

  • Tracking of last downloaded torrent to prevent double downloading
  • Configurable torrent location
  • Configurable video quality

##Installation The easiest way is just to download the zip file from url or download directly from GitHub Release which should always contain the latest build, unzip it in some folder configure the destination torrent folder and you are good to go.

###Configuration To configure destination folder open the file "HorribleSubsDownload.exe.config" with Notepad. You should see something like shown bellow

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="TorrentFileDestPath" value="C:/0/Torrents"/>
    <add key="ConfigurationFilesPath" value=""/>
    <add key="VideoQuality" value="720p"/>
    <add key="LastDownloadedTorrent" value=""/>
	<add key="ExcludeTorrents" value=""/>
  </appSettings>
  <startup> 
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>

To configure torrent destination path change the value of the key "TorrentFileDestPath", keep in mind to keep surrounding quotes.

To configure desired video quality change the value of the key "VideoQuality", possible values are "480p", "720p" and "1080p"

To configure excludes specify the names (without episode) in the key "ExcludeTorrents", multiple rules are separated by using semicolon (ex: "Anime1;Anime two;Anime three")

Note: Windows 8, 8.1 can prevent application from running with SmartScreen, just click more options and option Run anyway

##Automatic torrent download ###Setting up torrrent client You can set your torrent client to automatically download torrent files from some folder, I'm using uTorrent and this is how my configuration looks like

###Setting up script run on startup Since this app is very light and doesn't waste almost any resources you can set it to run on Windows startup as explained in http://windows.microsoft.com/en-us/windows/run-program-automatically-windows-starts#1TC=windows-7

horriblesubs-downloader's People

Contributors

gzuri avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

gamesbe

horriblesubs-downloader's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.