ilucas / TVShows

TVShows is the easiest way to download your favorite TV shows automatically in you Mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

TVShows 3 is the easiest way to download your favorite shows automatically. It includes a completely rewritten codebase as well as a major overhaul of the UI.

No actual videos are downloaded by TVShows, only torrents which require other programs to use. It is up to the user to decide the legality of using any files downloaded by this application, in accordance with applicable copyright laws of their country.

Download

https://github.com/ilucas/TVShows/releases/latest

Minimum Requirements

OS X Yosemite (10.10)

Screenshots

TVShows 3

Building Instructions

  1. Clone the repository:

    $ git clone https://github.com/ilucas/TVShows.git

  2. Open the Xcode workspace:

    $ open TVShows.xcworkspace

  3. Building from the terminal:

    make build              # Build release version of application
    make install            # Build release version and install in /Application
    make clean              # Clean
    make dependences        # Prepare all prerequisites for building the app
    make archive            # Create a clean release build for distribution
    make release            # Create a clean release build for distribution and update appcast.xml
    

License

TVShows is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

For a copy of the GNU General Public License see <http://www.gnu.org/licenses/>.

About

TVShows is the easiest way to download your favorite TV shows automatically in you Mac.

License:GNU General Public License v3.0


Languages

Language:Objective-C 94.0%Language:Swift 2.3%Language:Shell 1.5%Language:Makefile 1.3%Language:Ruby 1.0%