Posts: 4,146
Joined: Jan 2008
Reputation:
41
Some sites (like themoviedb) won't even get you one result if you search with year :/
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 4,146
Joined: Jan 2008
Reputation:
41
Nah, scraper development time is fine, cptspiff just wants to let us know that i had a "bad day" when "sabotaging" the filmdelta scraper :p
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 206
Joined: Jul 2009
Reputation:
0
Ok, what about the following:
For the search in createsearchurl, I use (.*?)%28 from buffer 1 to get rid of the year. I also put %28(.*?)%29 into buffer 9 for later use in getsearchresults. And in getsearchresults I use the contents of buffer 9 to sort out all movies with the wrong year. Does that seem like a good idea that's going to work?
/Daniel
Posts: 4,146
Joined: Jan 2008
Reputation:
41
Sounds like a plan. Searching with contents of buffer 1 and the year won't work?
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.