ListItem.Status
#1
Code:
ListItem.Status    For use with tv shows. It can return one of the following: 'returning series','in production','planned','cancelled' or 'ended'

Does anyone have this working? I've been trying this out on several occasions and in various places and levels but it never returns anything for me. Also tried changing scrapers.
Reply
#2
the infolabel still works (tested using local .nfo files).
no idea which (if any) scraper provides this info.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
it seems no scrapers provide this info then. thanks ronie
Reply
#4
If Ronie have some free time,and add in tvdb.xml this few rows.Status will work from metadata.tvdb.com
All info have cache for this metadata in cache\scrapers\metadata.tvdb.com\


Code:
            <RegExp input="$$5" output="&lt;status&gt;\1&lt;/status&gt;" dest="4+">
                <expression>&lt;Status&gt;([^&lt;]*)&lt;/Status&gt;</expression>
            </RegExp>
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#5
not my area of expertise, looks like gibberish to me :-)

but please submit a PR against our scraper repo:
https://github.com/xbmc/repo-scrapers/tr...a.tvdb.com
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
$INFO[ListItem.Status] only works for American movies, why doesn't it take into consideration those released in other countries?
it is possible to do this and then creating something like this:?

xml:
$INFO[ListItem.Status(USA)]
$INFO[ListItem.Status(EUR)]


(otherwise in this way it is very limited ...)
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi 20.x stableĀ release | Skin Confluence (by Jezz_X)
I like editing skins ā¤
Reply

Logout Mark Read Team Forum Stats Members Help
ListItem.Status0