Kodi Community Forum

Full Version: Case sensetive regex but downcase filename.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i just stumbled upon a problem:

The regex is case sensetive but the filename in $$1 for CreateSearchUrl is downcased.

Is it possible to get the original filename or at least the supposed movie name (without date etc.) within CreateSearchUrl or GetSearchResults ?

Or to get the regex case insensitive - maybe using a expression switch ?

Is there a list with all prefilled $$ variables within a scraper method?

Thx
Martin
After some minutes going through the ScraperParser i figured out that the cs attribute can disable case sensetivity.