[RELEASE] AutoWidget - Let your widgets work for you! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] AutoWidget - Let your widgets work for you! (/showthread.php?tid=352934) |
RE: [RELEASE] AutoWidget - Let your widgets work for you! - FXB78 - 2020-11-25 I noticed my merged widgets weren't being updated, it seems this has been fixed on github https://github.com/drinfernoo/plugin.program.autowidget/issues/63. Are there plans to push an update for this? Currently I had to go back to 2.3.7 which seems to be working. RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-11-26 Hi, thanks for this really nice Add-On. I would like to ask if there is some way to get the names of the items of a folder that are currently active shown in the widget name (in form of a placeholder for something). I would really like to see which widget is currently active. Is this maybe a $info-thing? The other thing is, I cannot change the backup path, it's throwing an error like 'backup path not defined' but the default path is visible and when I click on this to change the path it gives an error... RE: [RELEASE] AutoWidget - Let your widgets work for you! - justin150 - 2020-11-26 (2020-11-22, 06:41)drinfernoo Wrote:I forgot to mention I am working in template.xml as I am creating a new type of widget.(2020-11-21, 19:02)justin150 Wrote:(2020-08-19, 22:06)drinfernoo Wrote: For one thing, the path you'll actually need to use is: I have got to the bottom of part of the problem - inevitably my Kodi set up! Re-installed and set up a simple widget group with 3 items (Movie Genres: War, Science Fiction & Fantasy) as a test. Then created a new widget using the cycling path - with the widget type being a new type I have created called autowidget panel. I can confirm that within template.xml $INFO[Container(8011$[SKINSHORTCUTS[id]).ListItem.Property(autoID)] returns the autowidget id of the widget group...at least if your widget is widget 1 of a main menu. Change 8011 to 8021 for widget 2. I next need to test whether I can use the command RunPlugin("plugin://plugin.program.autowidget/?mode=refresh&id=YOUR_ID_HERE") from within template.xml Wish me luck! RE: [RELEASE] AutoWidget - Let your widgets work for you! - justin150 - 2020-11-26 (2020-11-26, 15:35)C.O.D. Wrote: Hi, thanks for this really nice Add-On. Yes it is a $INFO thing! Drinfernoo covered this a while back. I have tested it on a Aeon Nox Silvio mod and it works very nicely RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-11-26 @justin150 VEEERY COOL! Works as expected - thanks for the video hint. Before I liked the add-on - now I like it alot! RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-11-26 @drinfernoo I solved the problem with the backup path for now by manually editing the config file. Really like your addon, what an enrichment 👍🥂 RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-12-06 For those who are interested, I found out that the auto name feature also works when you don't know the Container ID. By not typing any ID, Kodi automatically selects the current container. Just typing $INFO[Container.ListItem.Property(autoLabel)] for the widget name works for me - at least for the AZ series of skins... RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-12-06 A problem that I no have is, that in Arctic Horizon there's no info displayed in my music widgets. I have e.g. a group of widgets, one with my albums and one with my artists, display info is ticked to true in AH settings, but no artist info appears. No problems with that in AZ2 or AZmod. Surely I could configure two separate widgets in AH but then I get no auto scrolling. So if anybody has an idea how to search for a solution here I'd really appreciate... RE: [RELEASE] AutoWidget - Let your widgets work for you! - drinfernoo - 2020-12-15 (2020-12-06, 15:14)C.O.D. Wrote: A problem that I no have is, that in Arctic Horizon there's no info displayed in my music widgets. I think that is probably fixed in Matrix. RE: [RELEASE] AutoWidget - Let your widgets work for you! - C.O.D. - 2020-12-17 @drinfernoo That's a pity - just wondering why this error doesn't occur in AZ2 or AZmod... RE: [RELEASE] AutoWidget - Let your widgets work for you! - jdig4240 - 2020-12-18 Drinfernoo, so I have a question/Feature request that im not sure is possible. Using Auramod. I made some Autowidgets from TMDBH. I noticed unfortunately that when browsing the widgets, theres no longer options to add/remove from TMDBH Trakt. I have Auramod set to open the info screen by default which shows Play, Add/Remove from Trakt, Trailer, etc. But when coming from an Autowidget Trakt options are no longer available. If the widgets are set to TMDBH the Trakt options are there in the info menu and context menu. Any way to get autowidgets to do the same? I figured since the autowidgets were created from TMDBH, then the same functionality would exist but it doesnt. Any possibility of getting that to work? My goal was to use the merged widgets with TMDBH because its nice to mix my TMDBH Trakt lists in autowidgets, but not having Trakt options is a bummer. RE: [RELEASE] AutoWidget - Let your widgets work for you! - drinfernoo - 2020-12-27 (2020-12-18, 06:05)jdig4240 Wrote: Drinfernoo, so I have a question/Feature request that im not sure is possible. Using Auramod. I made some Autowidgets from TMDBH. I noticed unfortunately that when browsing the widgets, theres no longer options to add/remove from TMDBH Trakt. I have Auramod set to open the info screen by default which shows Play, Add/Remove from Trakt, Trailer, etc. But when coming from an Autowidget Trakt options are no longer available. If the widgets are set to TMDBH the Trakt options are there in the info menu and context menu. Any way to get autowidgets to do the same? I figured since the autowidgets were created from TMDBH, then the same functionality would exist but it doesnt. Any possibility of getting that to work? This is because TMDbHelper attaches those context items by way of "ListItem Properties", which are unfortunately not supported by AutoWidget in Leia. In Matrix, they work. RE: [RELEASE] AutoWidget - Let your widgets work for you! - ntintis - 2021-01-26 hello..i'm using Titan Bingie mod and i'm trying to figure out how to use your addon to create a new menu...any help is appreciated, thanks! RE: [RELEASE] AutoWidget - Let your widgets work for you! - drinfernoo - 2021-01-28 (2021-01-26, 22:48)ntintis Wrote: hello..i'm using Titan Bingie mod and i'm trying to figure out how to use your addon to create a new menu...any help is appreciated, thanks! AutoWidget is for making widgets 🤔 If you need to edit the home menu, that would be in your skin's settings, likely very near where you set widgets. RE: [RELEASE] AutoWidget - Let your widgets work for you! - jmh2002 - 2021-01-28 By Menu, perhaps this user means a Folder/List (a "Group" in AutoWidget)? I use AutoWidget for that too, as part of replacing SuperFavourites. To do this, add items from anywhere in Kodi to a Group in AutoWidget, and then add that Group in your Skin's Menu/SubMenu settings (not in the widget settings). |