library://video
#1
Did library://video change to something else in kodi Matrix?
Reply
#2
nope, i don't recall any changes there.
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
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
Reply
#4
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/
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

Logout Mark Read Team Forum Stats Members Help
library://video0