jurialmunkey / script.skinvariables

A helper script for Kodi skinners to construct multiple variables
GNU General Public License v3.0
36 stars 16 forks source link

Feature request:- Supply container range #12

Closed roidy closed 2 years ago

roidy commented 2 years ago

A small feature request, I'm using large container ranges, ie:-

<variable name="HomeBackground" containers="9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120">

Would it be possible to define a continuous range, something like:-

<variable name="HomeBackground" containers="9101...9120">

It would be easier to both read and write when dealing with large container ranges.

Thanks for yet another fantastic add-on 👍