2019-12-14, 22:14
not a whole lot you can do, addons do not support path substitution.
data = xbmc.executeJSONRPC('{"jsonrpc":"2.0", "method":"Favourites.GetFavourites", "params":{"properties":["window", "windowparameter", "thumbnail", "path"]}, "id":1}')
script.favourites: favs: {'error': {'code': -32601, 'message': 'Method not found.'}, 'id': 1, 'jsonrpc': '2.0'}
(2020-07-03, 21:25)ronie Wrote: please provide a full Debug Log.
<onload condition="System.HasAddon(script.favourites) + ![String.IsEmpty(skin.string(favouriteswidget)) | Skin.HasSetting(nofavouriteswidget)]">RunScript(script.favourites)</onload>
JSONRPC v11.11.0: Successfully initialized
(2020-07-03, 21:37)bsoriano Wrote: @ronie , I have been asked many times, and, while I know the answer to be no, figured I would ask you. Is there any way to have the favorites dialog support changing view types? Or is this a core limitation/design choice and not controlled by the addon?
Thanks for your help.
Regards,
Bart
(2020-07-03, 21:47)scott967 Wrote: Did a little snooping in the log and I see
is getting logged after the script runs.Code:JSONRPC v11.11.0: Successfully initialized