Posts: 154
Joined: Jan 2017
Reputation:
19
One other thought. Again this is a function of trying to do a build for a tablet with a touch screen where I have to be careful with how I show information on screen. Using Silvio skin
What I want to do is create a widget which effectively duplicates what would normally be a sub menu (the sub menu is just too small for my fingers hence the need to move it to a widget). In this case it would be a sub menu for add on so the sub-menu widget would contain shortcuts to, for example, add on browser, file manager, video add on.
I cannot see a way of doing that in autowidgets because it wants the shortcut to be to a path rather than an action (such ActivateWindow (Addonbrowser)).
Am I missing something obvious or is this just something auto widgets cannot do?
Posts: 1,043
Joined: Oct 2015
Reputation:
50
2020-06-09, 04:52
(This post was last modified: 2020-06-09, 04:54 by jdig4240.)
drinfernoo, a small request if possible. Im using the shortcuts options more and more. Sometimes i have quite a few shortcuts in one group. When i add something new to the shortcuts group, sometimes I want to move it all the way to the top of the list. I know theres a Shift up and Shift down option, but shifting the bottom shortcut all the way to the top is a bit time consuming for some of my shortcut groups. So my question is, can an option be added to Shift to top? Or like Superfavorites does, if the shortcut is at the end you can choose Move down even if its already at the bottom of the list and puts it at the top. Thanks!
Posts: 1,043
Joined: Oct 2015
Reputation:
50
drinfernoo, maybe a future option for the shortcuts section. The ability to add a custom shortcut while in AW group? Like Kodi commands? For example, trying to add a File Manager shortcut to a shortcut group. Normally by creating a custom submenu/or Superfavorite shortcut I can just use ActivateWindow(filemanager), and that works, tried adding a random shortcut to the group and tried changing the path to ActivateWindow(filemanager), but AW doesnt seem to like that. For now my workaround is creating the custom shortcut in Superfavorites and adding that to the autowidget shortcut group and that works. Do you know what path would work for File Manager for example?
Posts: 347
Joined: Sep 2008
Reputation:
3
Hi
1.6.8 is working great, thanks for your hard work fixing the issues I had.
There is one thing I would like to address however. For some of the streaming services I use, when adding a tv-series as a shortcut, the path element “window” is set to program instead of videos. This makes the path unusable since I can’t open and play the episodes in the list. I can fix this by editing the path and change “window” from program to videos.
I guess that this have something to do with how autowidget decides whats the content in combination with how the content is set by the addon? I have checked against the addons and the system window is set to videos.
I can provide a debug log later today if needed.
/Marcus