Closed Kinetika1 closed 5 years ago
Can you attach a copy of your debug/crash log from when Kodi crashes?
I will try provide this a bit later
Hi there, ok here is the crash log files as well as screenshots of the command actions assigned in Aeon Nox Silvo skin homescreen manager section. Also tested other skins and its all the same crash behavior as mentioned in the OP. Would be amazing if you guys can fix this. Many Thx kodi_playmedia cmd crash.log kodi_activatewindow cmd crash.log
Hi there, was the info sufficient? Did it help?
Same issue here with any skin ive tried on Leia. You cannot create a shortcut to anything in Openinfo. I usually like to have direct shortcuts that open "All Movies" or "All shows" and of course the Search option. Anything within openinfo you create a shortcut to makes Kodi crash after clicking Play.
You can't use ActivateWindow(...)
for these to work, but rather must use RunScript(...)
.
For reference, the commands are as follows:
"All Movies": RunScript(script.extendedinfo, info=allmovies)
"All TV Shows": RunScript(script.extendedinfo, info=alltvshows)
"Search": * "All Movies": RunScript(script.extendedinfo, info=search_menu)
I ran into a Openinfo bug on Kodi 18.2 Android 9, Tannix TX6 Pro TV Box, not sure if there is a fix for this. In extendedinfo mod and then Wraith in Kodi 17.6 it is possible to set the action for a menu or submenu item, in skins like Aeon Nox, to open the categories "All Movies" & "All TV Shows" by assigning the action with the following line: ActivateWindows(Videos,"plugin://script.extendedinfo?info=allmovies", return) and ActivateWindows(Videos,"plugin://script.extendedinfo?info=alltvshows", return). In Openinfo it is not possible to choose "All Movies" & "All TV Shows"when trying to assign an action to menu item. Assigning "All Movies" & "All TV Shows" to favorites and then changing action to "All Movies" & "All TV Shows" from the Favorites category is a work around to have a menu or submenu item open them. However doing it this way or assigning a custom item with lines ActivateWindows(Videos,"plugin://script.extendedinfo?info=alltvshows", return) and/or ActivateWindows(Videos,"plugin://script.extendedinfo?info=alltvshows", return) both leads to the same bug in Openinfo in Kodi 18.2. When trying to play anything when these portals open like this instantly crashed Kodi. Anyone knows of a workaround, new command line or fix? Cheers