Browse Source

Move providers to main searcher tab in settings

pull/1980/merge
Ruud 12 years ago
parent
commit
1ea0d3bd8b
  1. 3
      couchpotato/core/providers/nzb/__init__.py
  2. 1
      couchpotato/core/providers/nzb/binsearch/__init__.py
  3. 1
      couchpotato/core/providers/nzb/ftdworld/__init__.py
  4. 1
      couchpotato/core/providers/nzb/newznab/__init__.py
  5. 1
      couchpotato/core/providers/nzb/nzbclub/__init__.py
  6. 1
      couchpotato/core/providers/nzb/nzbindex/__init__.py
  7. 1
      couchpotato/core/providers/nzb/omgwtfnzbs/__init__.py
  8. 3
      couchpotato/core/providers/torrent/__init__.py
  9. 1
      couchpotato/core/providers/torrent/awesomehd/__init__.py
  10. 1
      couchpotato/core/providers/torrent/bitsoup/__init__.py
  11. 1
      couchpotato/core/providers/torrent/hdbits/__init__.py
  12. 1
      couchpotato/core/providers/torrent/iptorrents/__init__.py
  13. 1
      couchpotato/core/providers/torrent/kickasstorrents/__init__.py
  14. 1
      couchpotato/core/providers/torrent/passthepopcorn/__init__.py
  15. 1
      couchpotato/core/providers/torrent/publichd/__init__.py
  16. 1
      couchpotato/core/providers/torrent/sceneaccess/__init__.py
  17. 1
      couchpotato/core/providers/torrent/scenehd/__init__.py
  18. 1
      couchpotato/core/providers/torrent/thepiratebay/__init__.py
  19. 1
      couchpotato/core/providers/torrent/torrentbytes/__init__.py
  20. 1
      couchpotato/core/providers/torrent/torrentday/__init__.py
  21. 1
      couchpotato/core/providers/torrent/torrentleech/__init__.py
  22. 1
      couchpotato/core/providers/torrent/torrentshack/__init__.py
  23. 1
      couchpotato/core/providers/torrent/yify/__init__.py

3
couchpotato/core/providers/nzb/__init__.py

@ -2,13 +2,12 @@ config = {
'name': 'nzb_providers',
'groups': [
{
'label': 'Usenet',
'label': 'Usenet Providers',
'description': 'Providers searching usenet for new releases',
'wizard': True,
'type': 'list',
'name': 'nzb_providers',
'tab': 'searcher',
'subtab': 'providers',
'options': [],
},
],

1
couchpotato/core/providers/nzb/binsearch/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'binsearch',
'description': 'Free provider, less accurate. See <a href="https://www.binsearch.info/">BinSearch</a>',

1
couchpotato/core/providers/nzb/ftdworld/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'FTDWorld',
'description': 'Free provider, less accurate. See <a href="http://ftdworld.net">FTDWorld</a>',

1
couchpotato/core/providers/nzb/newznab/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'newznab',
'order': 10,

1
couchpotato/core/providers/nzb/nzbclub/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'NZBClub',
'description': 'Free provider, less accurate. See <a href="https://www.nzbclub.com/">NZBClub</a>',

1
couchpotato/core/providers/nzb/nzbindex/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'nzbindex',
'description': 'Free provider, less accurate. See <a href="https://www.nzbindex.com/">NZBIndex</a>',

1
couchpotato/core/providers/nzb/omgwtfnzbs/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'nzb_providers',
'name': 'OMGWTFNZBs',
'description': 'See <a href="http://omgwtfnzbs.org/">OMGWTFNZBs</a>',

3
couchpotato/core/providers/torrent/__init__.py

@ -2,13 +2,12 @@ config = {
'name': 'torrent_providers',
'groups': [
{
'label': 'Torrent',
'label': 'Torrent Providers',
'description': 'Providers searching torrent sites for new releases',
'wizard': True,
'type': 'list',
'name': 'torrent_providers',
'tab': 'searcher',
'subtab': 'providers',
'options': [],
},
],

1
couchpotato/core/providers/torrent/awesomehd/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'Awesome-HD',
'description': 'See <a href="https://awesome-hd.net">AHD</a>',

1
couchpotato/core/providers/torrent/bitsoup/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'Bitsoup',
'description': 'See <a href="https://bitsoup.me">Bitsoup</a>',

1
couchpotato/core/providers/torrent/hdbits/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'HDBits',
'description': 'See <a href="http://hdbits.org">HDBits</a>',

1
couchpotato/core/providers/torrent/iptorrents/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'IPTorrents',
'description': 'See <a href="http://www.iptorrents.com">IPTorrents</a>',

1
couchpotato/core/providers/torrent/kickasstorrents/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'KickAssTorrents',
'description': 'See <a href="https://kat.ph/">KickAssTorrents</a>',

1
couchpotato/core/providers/torrent/passthepopcorn/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'PassThePopcorn',
'description': 'See <a href="https://passthepopcorn.me">PassThePopcorn.me</a>',

1
couchpotato/core/providers/torrent/publichd/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'PublicHD',
'description': 'Public Torrent site with only HD content. See <a href="https://publichd.se/">PublicHD</a>',

1
couchpotato/core/providers/torrent/sceneaccess/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'SceneAccess',
'description': 'See <a href="https://sceneaccess.eu/">SceneAccess</a>',

1
couchpotato/core/providers/torrent/scenehd/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'SceneHD',
'description': 'See <a href="https://scenehd.org">SceneHD</a>',

1
couchpotato/core/providers/torrent/thepiratebay/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'ThePirateBay',
'description': 'The world\'s largest bittorrent tracker. See <a href="http://fucktimkuik.org/">ThePirateBay</a>',

1
couchpotato/core/providers/torrent/torrentbytes/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'TorrentBytes',
'description': 'See <a href="http://torrentbytes.net">TorrentBytes</a>',

1
couchpotato/core/providers/torrent/torrentday/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'TorrentDay',
'description': 'See <a href="http://www.td.af/">TorrentDay</a>',

1
couchpotato/core/providers/torrent/torrentleech/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'TorrentLeech',
'description': 'See <a href="http://torrentleech.org">TorrentLeech</a>',

1
couchpotato/core/providers/torrent/torrentshack/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'TorrentShack',
'description': 'See <a href="http://www.torrentshack.net/">TorrentShack</a>',

1
couchpotato/core/providers/torrent/yify/__init__.py

@ -8,7 +8,6 @@ config = [{
'groups': [
{
'tab': 'searcher',
'subtab': 'providers',
'list': 'torrent_providers',
'name': 'Yify',
'description': 'Free provider, less accurate. Small HD movies, encoded by <a href="https://yify-torrents.com/">Yify</a>.',

Loading…
Cancel
Save