Deprecated Arctic Fuse - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160) +---- Thread: Deprecated Arctic Fuse (/showthread.php?tid=373859) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
RE: Arctic Fuse - jurialmunkey - 2023-12-04 (2023-12-03, 23:29)PraiseOdin Wrote: Can you add a cycling mode to the SkinVariables Custom Filter? Like in Autowidget. I don't know what this means ?? Care to explain what it does? RE: Arctic Fuse - jurialmunkey - 2023-12-04 (2023-12-03, 08:37)SimonC Wrote: I can add things to the queue but I'm not seeing an option to manage the queue. Also, is it possible to add that option to the Power Menu? Yeah I need to fix up the playlist/queue window -- it's currently a bit broken. RE: Arctic Fuse - PraiseOdin - 2023-12-04 @jurialmunkey You choose a bunch of different paths and cycle between them, displaying a different path each time in a random order with said label, having the option to select the time interval. You can also have a look at Autowidget (Cyclying mode). RE: Arctic Fuse - Karlos86 - 2023-12-04 @jurialmunkey Would it be possible to add auto play trailer like spotlight, to widgets and view modes please or point me in right direction so I could add to mine if u don't want to add it to a future update. Thanks for your work loving this skin RE: Arctic Fuse - qwerty2k - 2023-12-04 (2023-12-04, 08:23)jurialmunkey Wrote:(2023-12-03, 17:21)qwerty2k Wrote: Studio icons for widgets, any chance you could support other options than square? Auto widget has a shortcut editor that lets you customise the icon used for each layout, any chance in the future for custom nodes we could choose custom artwork via a gui? Basically want to create something like in this image here: https://imgur.com/SZOZPCx but using the providers widget. I prefer the landscape style and like setting custom images that are higher quality as the default ones on square are a bit pixelated for me. RE: Arctic Fuse - Liltune95 - 2023-12-04 Hey @jurialmunkey Does "Hide Widget Initialisation Behind Splash' not work in Classic Mode ? (v0.4.14) Works fine in my Categories setup, but when switching Skin shortcuts to a Classic mode setup, it doesn't seem to initialise behind splash, goes straight into home page. Wondering if there's a reason for that. P.s thanks for "Top Widget focus" on Classic mode that we spoke about on github. RE: Arctic Fuse - jurialmunkey - 2023-12-05 (2023-12-04, 21:48)Liltune95 Wrote: Does "Hide Widget Initialisation Behind Splash' not work in Classic Mode ? (v0.4.14) No, it won't work for classic because it's basically a check to see if the spotlight has loaded (spotlight has a static ID of 301 so it's easy to use as the check). I did consider checking top widget ID instead for classic but the other problem is that focusing the sidemenu cancels the splash (to give a way out by pressing back if the spotlight gets stuck loading). Classic starts with focus on the sidemenu so it'd always cancel the splash immediately (and there's nothing else to go "back" to from sidemenu to use to cancel onfocus). RE: Arctic Fuse - jurialmunkey - 2023-12-05 (2023-12-04, 21:44)qwerty2k Wrote: Basically want to create something like in this image here: https://imgur.com/SZOZPCx but using the providers widget. I prefer the landscape style and like setting custom images that are higher quality as the default ones on square are a bit pixelated for me. In 0.4.14+ it is very simple to add a custom submenu as a widget
That's it. You can move items and rename as you need. Will appear as a normal widget and can be used to stack. RE: Arctic Fuse - jurialmunkey - 2023-12-05 (2023-12-04, 20:12)Karlos86 Wrote: @jurialmunkey There is already a request for this https://github.com/jurialmunkey/skin.arctic.fuse/issues/141 RE: Arctic Fuse - jurialmunkey - 2023-12-05 (2023-12-04, 12:36)PraiseOdin Wrote: @jurialmunkey Next version of skin variables will support adding a randomise param which will select from the paths at random. Code: "randomise": "true" It will do this each time the list is reloaded. I think setting a time interval is overengineering things and will lead to the same issues as autowidget had. RE: Arctic Fuse - qwerty2k - 2023-12-05 (2023-12-05, 01:20)jurialmunkey Wrote:(2023-12-04, 21:44)qwerty2k Wrote: Basically want to create something like in this image here: https://imgur.com/SZOZPCx but using the providers widget. I prefer the landscape style and like setting custom images that are higher quality as the default ones on square are a bit pixelated for me. Ah excellent thank you. Also thanks for your patience and willingness to help! Loving the skin 😊 RE: Arctic Fuse - Adamosborne83 - 2023-12-06 (2023-12-05, 02:11)jurialmunkey Wrote:(2023-12-04, 12:36)PraiseOdin Wrote: @jurialmunkey Quick Query in reference to this, as I'm away atm, so cannot test myself. As you're aware I use library for all my widgets, with are set to random. The annoyance is, as you know, every trailer I view refreshes the line up, would using this stop that issue? RE: Arctic Fuse - jurialmunkey - 2023-12-06 (2023-12-06, 11:58)Adamosborne83 Wrote:(2023-12-05, 02:11)jurialmunkey Wrote:(2023-12-04, 12:36)PraiseOdin Wrote: @jurialmunkey It randomises the path chosen from a list of paths, not the items inside - so, no, it wouldn't help at all. The purpose is to have a single widget which will select one widget from several different widget paths at random when the widget reloads (e.g. could have multiple playlists or genres etc. and it will pick one at random) -- so if anything it'd make the trailer issue worse because not only are your items randomising inside the widget but also the path to the widget itself. RE: Arctic Fuse - Sptz87 - 2023-12-06 I've noticed when I go to tv shows and select a show that has more than one season it opens up all seasons but the "selector/highlight" defaults to the "..." button, so it shows other random shows above it, which makes it really weird and disconcerting, I have to press right to go to All Seasons or each individual one. Horizon 2 didn't have this behavior at all IIRC. Any way to fix this? Many thanks! RE: Arctic Fuse - PraiseOdin - 2023-12-06 (2023-12-05, 02:11)jurialmunkey Wrote:(2023-12-04, 12:36)PraiseOdin Wrote: @jurialmunkey So I've tried with v2.0.14 and I'm still unable to cycle different paths. I'm not looking to merge entries of different paths together. What I mean is having the option to add different paths and have Skinvariables pick one of them and display it on the same widget row each time you reload the skin. For example I have made a custom list of every genre from Mdblist with my personal preferences and Mdblist randomizes the entire list every 24 hours so you don't get stuck with the same 20 entries for an expanded period of time. Now I have made a Genre widget and I want to add all my custom paths and have Skinvariables pick one of them at random. |