Skip to content

victorpimentel/TVShows

 
 

Repository files navigation

About

TVShows 2 is the next version of TVShows, the easiest way to download your favorite shows automatically. It includes a completely rewritten codebase as well as a major overhaul of the UI and a move to System Preferences.

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

The latest build is always available in the official site:

http://tvshowsapp.com/

The preference pane works in Leopard, Snow Leopard and Lion, both Intel and PPC.

Screenshots

Show List  Subscriptions  Preferences  Custom RSS

Translations

Help localize TVShows 2 into your native language! Click here to be added to the translation team.

Collaboration Instructions

  1. Checkout the repository and all submodules:

    $ git clone --recursive http://github.com/victorpimentel/TVShows.git

  2. The master branch contains the public beta codebase. Change to the develop branch to get the edge codebase:

    $ git checkout develop

  3. Open the Xcode project or compile it from the terminal:

    $ xcodebuild

Collaboration Notes

  • You can use GitHub's forking feature to make changes and then send me a pull request. Patches or anything else also works.
  • By default, the Debug configuration automatically installs TVShows into ~/Library/PreferencePanes/ each time it's built.
  • Xcode 4 is preferred over Xcode 3, but it should work on both.
  • Xcode 4 users will need to install first Xcode 3, then install Xcode 4 in other location. After the install, some things needs to be changed to add PPC support, follow all these instructions. If you don't want/need to add that, change the target OS version and SDK in the project settings (some warnings may appear).

Roadmap

2.0 Final

  • Just test it, polish it and fix bugs, no new features.

3.0

  • Convert the preference pane in a standalone app.
    • This is a final decision, it is needed for technical reasons.
    • PPC support will be removed. Leopard and therefore Intel 32 bits support will be probably removed.
  • Option to download subtitles automatically.
  • Option to unrar episodes when the download is finished.
  • Option to update the XBMC/Plex database when the download is finished.
  • Download episode names.
  • Add a list view to the Subscriptions tab.
  • Add a store-like view to discover new shows more easily.

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 2 is the easiest way to download your favorite TV shows automatically in you Mac.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.1%
  • C 3.9%