All Projects → Ripolin → potatoygg

Ripolin / potatoygg

Licence: Apache-2.0 license
Ygg torrent provider implementation for CouchPotato

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to potatoygg

Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+23240%)
Mutual labels:  couchpotato
Jackett
API Support for your favorite torrent trackers
Stars: ✭ 6,690 (+44500%)
Mutual labels:  couchpotato
Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+37946.67%)
Mutual labels:  couchpotato
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+23933.33%)
Mutual labels:  couchpotato
alexa-libby
A skill to ask Alexa about your Movie and TV Show library queues.
Stars: ✭ 48 (+220%)
Mutual labels:  couchpotato
tardisIVR
No description or website provided.
Stars: ✭ 36 (+140%)
Mutual labels:  couchpotato
nebula
Source Code for the Home Server setup.
Stars: ✭ 48 (+220%)
Mutual labels:  couchpotato
sensorr
🍿📼 Sensorr - Your Friendly Digital Video Recorder
Stars: ✭ 90 (+500%)
Mutual labels:  couchpotato

potatoygg

Build Status Coverage Status

Ygg torrent provider implementation for CouchPotato.

How to install

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

How to update YGG location

To update YGG location using CouchPotato webapp, go into Settings>Searcher, look for Yggtorrent entry and modify properties:

  • Url : base URL used to search movies
  • Login Url : base URL used to login to Ygg

Example:

Screenshot

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].