Referring specifically to the method used to generate the search string passed to the engine (eg. mininova) the only user-modifiable settings I can find are the strings on the config such as
<tr[^>]*><td>(?<date>[^<]*?)</td><td><a[^>]*>TV Shows</a></td><td>.*?<a[^>]*href="(?<link>/get/(?<id>\d*))"[^>]*>.*?<a[^>]*href="/tor/\d*">(?<name>[^<]*).*?right">(?<size>[^<]*)</td><td align="right"><span[^>]*>(?<seeds>\d*)</span></td><td align="right"><span[^>]*>(?<leechers>\d*)</span></td>
But I'm really not clear as to how to edit this.
For example if I select a show called 'newsshow' and I was to highlight episode 5 of season 4 the 'download' option will pass "newsshow 4x05" to mininova which returns no results. If I were to know how to change this to "Newsshow S04E05" or even "Newsshow 5" I'd get some results.
<tr[^>]*><td>(?<date>[^<]*?)</td><td><a[^>]*>TV Shows</a></td><td>.*?<a[^>]*href="(?<link>/get/(?<id>\d*))"[^>]*>.*?<a[^>]*href="/tor/\d*">(?<name>[^<]*).*?right">(?<size>[^<]*)</td><td align="right"><span[^>]*>(?<seeds>\d*)</span></td><td align="right"><span[^>]*>(?<leechers>\d*)</span></td>
But I'm really not clear as to how to edit this.
For example if I select a show called 'newsshow' and I was to highlight episode 5 of season 4 the 'download' option will pass "newsshow 4x05" to mininova which returns no results. If I were to know how to change this to "Newsshow S04E05" or even "Newsshow 5" I'd get some results.