Ripolin / potato411

T411 torrent provider implementation for CouchPotato

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

potato411

Build Status Coverage Status

T411 torrent provider implementation for CouchPotato. It uses the official T411's API without parsing any HTML files.

How to install

Once checkout, copy the t411 directory directly under the DATA_DIR/data/customs_plugin directory of your CouchPotato server. When it's done, restart it. You'll see a new entry T411 on the Settings>Searcher location.

Development

Be sure you're running the latest version of Python 2.7.

Tests

More information in the test directory.

Issues

Use issue tracker.

Additional information

It's not the purpose of this plugin to manage additional languages for searching torrents. As lucky we are, CouchPotato does this job. Just verify in your settings.conf file in your DATA_DIR directory that you have the property languages correctly filled in the core section.

Example :

[core]
...
languages = fr

Now CouchPotato is able to retrieve any movie's french title. Just select it and the plugin does the rest.

The languages property is a comma separated list of locales and CouchPotato recognize the first entry value as the default one. Furthermore it's useless to append the english locale en to this list cause CouchPotato always use it automatically.

Multiple locales configuration example :

[core]
...
languages = fr,de,sp,it

About

T411 torrent provider implementation for CouchPotato

License:Apache License 2.0


Languages

Language:Python 100.0%