one searcher for myshows.ru

pull/1/head
DiMartinoXBMC 2015-04-13 16:17:11 +03:00
parent 26535e3c5e
commit 16c67276fa
4 changed files with 13 additions and 3 deletions

View File

@ -1483,6 +1483,12 @@ class Core:
searchersList.append(searcher + '.py')
if not addtime or not searchersList:
searchersList = Searchers().get_active()
elif external == 'torrenterone':
slist = Searchers().list()
ret = xbmcgui.Dialog().select(self.localize('Choose searcher:'), slist)
if ret > -1 and ret < len(slist):
external = slist[ret]
searchersList.append(external + '.py')
else:
searchersList.append(external + '.py')
for searcherFile in searchersList:

View File

@ -230,7 +230,8 @@ dictionary = {
'Close':'Закрыть окно',
'Views:':'Просм.:',
'Rating:':'Рейтинг:',
'Information not found!':'Информация не найдена!'
'Information not found!':'Информация не найдена!',
'Choose searcher':'Выберите трекер',
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.torrenter" name="Torrenter" version="2.2.0" provider-name="vadim.skorba, DiMartino">
<addon id="plugin.video.torrenter" name="Torrenter" version="2.2.1" provider-name="vadim.skorba, DiMartino">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.libtorrent"/>

View File

@ -1,4 +1,7 @@
[B]Version 2.2.0[/B]
[B]Version 2.2.1[/B]
[+] Поиск: Исправлен EZTV
[B]Version 2.2.0[/B]
[+] Поиск: Добавлен BTDigg (magnet)
[B]Version 2.1.9[/B]