Kodi Community Forum
How to get a tvshow dbid ? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: How to get a tvshow dbid ? (/showthread.php?tid=356130)



How to get a tvshow dbid ? - kpr57 - 2020-07-30

Hello, I would like to know how to get the dbid of a tvshow from an episodes view. I can recover without problem by going first through the tvshow view with $INFO[listitem.dbid] on tvshow level but if I use a playlist with episodes I cannot access this dbid. I hope I was clear enough because with Google translation it is not always easy !
Thank you in advance for your answers !

Image


RE: How to get a tvshow dbid ? - ronie - 2020-07-30

it was added in Kodi 19 (Matrix): https://forum.kodi.tv/showthread.php?tid=343076&pid=2937215#pid2937215


RE: How to get a tvshow dbid ? - kpr57 - 2020-07-30

(2020-07-30, 16:20)ronie Wrote: it was added in Kodi 19 (Matrix): https://forum.kodi.tv/showthread.php?tid=343076&pid=2937215#pid2937215

thanks again.
So for the moment no way to do it.
I was thinking of making variables like <value condition="string.endswith (blablabla, 5)">5</value> but I think there may be thousands of dbid?


RE: How to get a tvshow dbid ? - kpr57 - 2020-07-30

tHanks for reply !
So for the moment no way to do it.
I was thinking of making variables like <value condition="string.endswith(blablabla, 5)">5</value> but I think there may be thousands of dbid ?