Kodi Community Forum
library://video - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281)
+---- Thread: library://video (/showthread.php?tid=365739)



library://video - ed_davidson - 2021-11-29

Did library://video change to something else in kodi Matrix?


RE: library://video - ronie - 2021-11-29

nope, i don't recall any changes there.


RE: library://video - ed_davidson - 2021-11-30

would you have any idea why this code would not take me to my video addons?

    items.append(
    {
        'label': "Library",
        'path': plugin.url_for('folder',path="library://video/",label="Library"),
        'thumbnail':get_icon_path('movies'),
        'context_menu': context_items,
    })

All works fine in Leia


RE: library://video - ronie - 2021-12-01

sorry, i can't think of a reason why that would've worked in lea.
library://video/ is the path to the root of the video library.
if you want to go video addons, the correct path is library://video/addons.xml/