correl / Transmission-XBMC

A frontend script for the Transmission Bittorrent client for XBMC
MIT License
44 stars 31 forks source link

Fix and beautify output from TorrentReactor #18

Closed TheLegs closed 10 years ago

TheLegs commented 10 years ago

re.findall is looking for "seeders" while in fact the output shows "seeder", this is now working. Also, item.title.text has a prefix showing the category (eg. "[Movies - DVD-R]") which makes it uneasy to read in the results dialog, so this has been stripped off. Finally, the results are being rev sorted by seeds to promote the most popular entries.

correl commented 10 years ago

Closing, TorrentReactor search is broken and removed.