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?