![]() |
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 - Laser78 - 2024-02-14 Hi, How is this access added? I have installed the skin on a new device and now it does not appear ![]() RE: Arctic Fuse - rusterboy77 - 2024-02-14 (2024-02-14, 17:08)Laser78 Wrote: Hi, Hi, You can customize all this submenu by going in skin settings/customize widgets/ click on settings icon (3 lines) /side items/add new/miscellaneous/configure widgets. RE: Arctic Fuse - Laser78 - 2024-02-14 (2024-02-14, 20:56)rusterboy77 Wrote:(2024-02-14, 17:08)Laser78 Wrote: Hi, Yes I know that, but I need to know how to add that shortcut that I marked RE: Arctic Fuse - Laser78 - 2024-02-14 (2024-02-14, 20:56)rusterboy77 Wrote:(2024-02-14, 17:08)Laser78 Wrote: Hi, The one you mentioned about Configure Widgets is a different shortcut. RE: Arctic Fuse - Grumpyman - 2024-02-15 deleted figured it out ![]() RE: Arctic Fuse - vella9 - 2024-02-16 Recently I spent some time configuring this amazing skin, hats off to jurial for this. I would like to ask a couple of questions if I may. 1. Upon booting the system, I am greeted with "You have watched x movies and x shows." as can be seen from the image https://imgur.com/a/Xr2HOrn Is there a way to remove this? Upon boot I would like to have the first movie/show poster in view. 2. I have enabled date and time to show at the upper left corner. Is it possible to remove the "at" word? I think that it would be cleaner this way. https://imgur.com/a/aEIg8pK @jurialmunkey 3. I currently have the text "Unwatched of x Episodes" listed under my watchlist of both Movies and Shows as per image https://imgur.com/a/69qVxXK Would it be possible to edit/remove this? in AH2, it is displayed differently, as it displays the number of seasons and the number of episodes beside it for a Show. Thank you in advance! RE: Arctic Fuse - jurialmunkey - 2024-02-17 (2024-02-16, 09:16)vella9 Wrote: Recently I spent some time configuring this amazing skin, hats off to jurial for this. I would like to ask a couple of questions if I may. I assume you are using "Classic" mode. If so, this is because you have disabled the home icon but have left it in the first position. On startup, the skin expects to show information about Widget 1 for Icon 1. However, because you have disabled it, there is no Icon 1 and therefore no Widget 1 to show information about. The skin only knows to show information about a different widget once you change focus. You fix this by moving an active icon into the first position on the side menu (either move your movies icon up or re-enable the home icon). Additionally, you should make sure the first widget of the first icon will have content at startup (e.g. don't put in-progress as first widget because sometimes that widget will be empty and so you create the same scenario). (2024-02-16, 09:16)vella9 Wrote: 2. I have enabled date and time to show at the upper left corner. Is it possible to remove the "at" word? I think that it would be cleaner this way. This has already been addressed (not yet on repo but is on github master branch -- will be in next repo update). Quote:3. I currently have the text "Unwatched of x Episodes" listed under my watchlist of both Movies and Shows as per image https://imgur.com/a/69qVxXK Would it be possible to edit/remove this? in AH2, it is displayed differently, as it displays the number of seasons and the number of episodes beside it for a Show. I cannot recreate this issue. It looks like the addon that you are using is not filling property(watchedepisodes) This text should not display at all for movies. If it is displaying for movies then it is likely that the addon you are using is setting the incorrect dbtype. RE: Arctic Fuse - rusterboy77 - 2024-02-17 Deleted, i solved by myself. Thank you RE: Widget scrolling not activated at boot - jurialmunkey - 2024-02-17 (2024-02-14, 12:51)DragonFly Wrote: Still trying to mimic Arctic Horizon's 2 behavior in Arctic Fuse (0.4.71) with Classic mode. That is, I'd like some sort of spotlight when the system is idle or at first start...just to please the eyes. BTW I haven't forgotten about this request for spotlight in classic. It's more that there a bunch of boring technical reasons which complicates just adding it in. Plus I've been thinking lately about how I can make the widget system more modular so there's less need for separate modes and instead each component can simply be plugged in/out as needed to build layouts a bit more like lego bricks. So I don't want to go to the trouble of putting in some half-measure spotlight in classic mode if I'm going to end up undoing in a couple of months in favour of a more modular approach. I'll have a look at the autoscroll widgets. It currently doesn't autoscroll for the focused widget because that would be annoying if you were trying to navigate it and it suddenly changed in the middle of moving. But I should be able to set an idle timeout to retrigger it to start up again -- i.e. check if the user hasn't moved/touched remote/mouse for a few seconds. RE: Arctic Fuse - CouchGuy - 2024-02-18 I noticed in Omega Beta 3, when you play something it automatically add in playlist where you can find in player control buttons in options menu. It there a way to disable that function? I think that's the one causing 'Playback Failed' in some add-ons. Sometimes I get 'Playlist - Can't find the next item to play' (something like that) notification. RE: Arctic Fuse - jurialmunkey - 2024-02-18 (2024-02-18, 11:40)CouchGuy Wrote: I noticed in Omega Beta 3, when you play something it automatically add in playlist where you can find in player control buttons in options menu. It there a way to disable that function? I think that's the one causing 'Playback Failed' in some add-ons. Sometimes I get 'Playlist - Can't find the next item to play' (something like that) notification. Nothing to do with the skin. This is a Kodi function. RE: Arctic Fuse - CouchGuy - 2024-02-18 (2024-02-18, 14:00)jurialmunkey Wrote:(2024-02-18, 11:40)CouchGuy Wrote: I noticed in Omega Beta 3, when you play something it automatically add in playlist where you can find in player control buttons in options menu. It there a way to disable that function? I think that's the one causing 'Playback Failed' in some add-ons. Sometimes I get 'Playlist - Can't find the next item to play' (something like that) notification. Sorry for asking question not related to skin. I should go back to nightly build that I'm using before. Thanks. RE: Arctic Fuse - yomismo29 - 2024-02-18 hola podriaius ayudarme? he instalado en mi kodi este skin y he ido intentando configurarlo, pero me encuentro con los siuguientes problemas: No tengo la categoria de peliculas, igual la borre poir accidente, como podria crearla y que me aoareciera peliculas? Es qu eme di cuenta que en los HUB que vienen en ajustes para poder crear item ya los tengo creo que todos seleccionados, como podria hacer para crear una categoria nueva; por ejemplo peliculas y seleccionar todas las pelicukas de mi disco externo y que ya se viean en HOME? y otra categorai para SERIES? Os dejo como tengo mi SKIN DE KODI, para si me podeis ayudar a configrarlo? que lo intento pero estoy aqui aprado sin poder avanzar: https://youtu.be/bNL0pp0AI6U Gracias RE: Arctic Fuse - jurialmunkey - 2024-02-18 (2024-02-18, 14:47)CouchGuy Wrote:(2024-02-18, 14:00)jurialmunkey Wrote:(2024-02-18, 11:40)CouchGuy Wrote: I noticed in Omega Beta 3, when you play something it automatically add in playlist where you can find in player control buttons in options menu. It there a way to disable that function? I think that's the one causing 'Playback Failed' in some add-ons. Sometimes I get 'Playlist - Can't find the next item to play' (something like that) notification. Completely fine to ask questions. I was just confirming that it wasn't something introduced by the skin, so there's not really any way for the skin to change the behaviour. RE: Arctic Fuse - malvatov - 2024-02-18 Hello. One question... how exactly to rename the files so that the "bluray", "extended version" logo appears? ? Is it possible to display the logo of HDR or DolbyVision types? Thanks and great job. |