Commit Graph

4 Commits

Author SHA1 Message Date
DarkSupremo 5fbe1ce66e B2S-Share: fix search and title output (#2206)
Removed episode from search and added andmatch (episode search do not work with translated series name), changed title to return 'original name SXXEXX' instead of 'translated name SXXEXX (original name)', because Sonarr was not recognizing the serie (it will only apply to series and movies, animes does not have translated name)

The only drawback is that it will not search for very older episodes (not on first page), but that can be softened increasing the results per page in user profile, but i consider it way better than before, many series was not returning anything, since they had an translated name on the tracker, and an search with episode would work only searching for translated name and episode.
2017-11-30 15:26:43 +01:00
DarkSupremo d9178dd053 BJ-Share, B2S-Share and Speed-Share: fix Anime search (#2171)
* Fixed anime search on BJShare, removing the season from search and changing the output from "Anime SXXEXX" to "Anime EXX".
Season had to be removed because the season numbering on anime is all wrong in this tracker.

* - Changed to change title based on search for category of every row in bj-share, instead of category of search
- Fixed title parse on B2S-Share and Speed-Share to animes (series not changed) from "Anime SXXEXX" to "Anime EXX"

* - Added anime title change on empty search as well - BJ-Share
2017-11-20 15:27:25 +01:00
Guizzoni 3a126f07c4 Login selector on b2s-share & speed-share (#2153)
* Update speed-share.yml

Added login selector to make sure we're logged in.

* Update b2s-share.yml

Added login selector to make sure we're logged in.
2017-11-16 14:26:27 +01:00
flightlevel a3c685388e
Move Definitions to Jackett.Common (#2085) 2017-11-07 11:42:18 +11:00
Renamed from src/Jackett/Definitions/b2s-share.yml (Browse further)