[RELEASE] AutoWidget - Let your widgets work for you!
Hello, have a problem here. When I add a movie to a shortcut group and then use the menu to access the movie, Kodi crashes. With series it works without problems.

Here are the two group files:

Series (all ok):
Code:

{
    "paths": [
        {
            "target": "shortcut", 
            "color": "white", 
            "label": "xxx", 
            "content": "tvshows", 
            "window": "videos", 
            "version": "3.1.8", 
            "file": {
                "filetype": "directory", 
                "art": {
                    "fanart": "https://xxx.jpg", 
                    "poster": "https://xxx.jpg", 
                    "thumb": "https://xxx.jpg", 
                    "icon": "https://xxx.jpg"
                }, 
                "votes": "0", 
                "file": "plugin://plugin.xxx", 
                "title": "xxx"
            }, 
            "id": "xxx-1616829278.16"
        }
    ], 
    "art": {
        "fanart": "special://home/addons\\plugin.program.autowidget\\resources\\media\\fanart\\folder-shortcut.png", 
        "poster": "special://home/addons\\plugin.program.autowidget\\resources\\media\\poster\\folder-shortcut.png", 
        "banner": "special://home/addons\\plugin.program.autowidget\\resources\\media\\banner\\folder-shortcut.png", 
        "thumb": "special://home/addons\\plugin.program.autowidget\\resources\\media\\icon\\folder-shortcut.png", 
        "icon": "special://home/addons\\plugin.program.autowidget\\resources\\media\\icon\\folder-shortcut.png"
    }, 
    "label": "Favoriten Serien", 
    "version": "3.1.8", 
    "type": "shortcut", 
    "id": "favoriten_serien-1616829273.84"
}

Movies:
Code:

{
    "paths": [
        {
            "target": "shortcut", 
            "color": "white", 
            "label": "xxx", 
            "content": "movies", 
            "window": "videos", 
            "version": "3.1.8", 
            "file": {
                "votes": "0", 
                "art": {
                    "fanart": "https://xxx.jpg", 
                    "poster": "https://xxx.jpg", 
                    "thumb": "https://xxx.jpg", 
                    "icon": "https://xxx.jpg"
                }, 
                "title": "xxx", 
                "filetype": "file", 
                "file": "plugin://plugin.xxx", 
                "size": "0.000000 B"
            }, 
            "id": "xxx-1616829235.71"
        }
    ], 
    "art": {
        "fanart": "special://home/addons\\plugin.program.autowidget\\resources\\media\\fanart\\folder-shortcut.png", 
        "poster": "special://home/addons\\plugin.program.autowidget\\resources\\media\\poster\\folder-shortcut.png", 
        "banner": "special://home/addons\\plugin.program.autowidget\\resources\\media\\banner\\folder-shortcut.png", 
        "thumb": "special://home/addons\\plugin.program.autowidget\\resources\\media\\icon\\folder-shortcut.png", 
        "icon": "special://home/addons\\plugin.program.autowidget\\resources\\media\\icon\\folder-shortcut.png"
    }, 
    "label": "Favoriten Filme", 
    "version": "3.1.8", 
    "type": "shortcut", 
    "id": "favoriten_filme-1616829231.85"
}

I already uninstalled and reinstalled the addon, but that did nothing.

This is what it says in the log: (I have replaced the xxx)

2021-03-27 08:42:08.471 T:1036  NOTICE: plugin.program.autowidget: [ path_id: xxx ][ group: xxx ][ mode: path ]
2021-03-27 08:42:09.204 T:10168   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.autowidget/?group=xxx.84&mode=group&refresh=&reload=

Any idea what this could be?
Reply


Messages In This Thread
Suggestion for next version - by justin150 - 2021-03-08, 13:37
RE: [RELEASE] AutoWidget - Let your widgets work for you! - by chaos83 - 2021-03-27, 10:22
Android Shortcuts - by JSAKelley - 2022-01-12, 05:33
RE: Android Shortcuts - by jdig4240 - 2022-01-12, 07:11
RE: Android Shortcuts - by JSAKelley - 2022-01-12, 16:10
RE: Android Shortcuts - by jdig4240 - 2022-01-12, 16:51
RE: Android Shortcuts - by JSAKelley - 2022-01-12, 23:19
Logout Mark Read Team Forum Stats Members Help
[RELEASE] AutoWidget - Let your widgets work for you!1