P3TV
Organize and rename your TV Shows. Automatically find links to missing shows. Includes Command-Line Utility
Installation
$ sudo gem install p3-tv
Usage
Run 'p3tv' at the command prompt and choose from the menu
$ p3tv
1. Search for TV Series
2. List TV Series
3. Download Missing Episodes
4. Catalog Downloads
5. Manage Directories
6. Test Mode
7. quit
What do you want to do?
Development Usage
Fetch a series and get all the magnet links:
require 'p3-tv'
P3::TV::Settings::create_default! unless P3::TV::Settings::exists?
P3::TV::add_series!( "Black Sails" )
P3::TV::enable_test_mode!( true )
P3::TV::catalog_downloads!
P3::TV::download_missing!
Contributing
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request