WIP Arctic Horizon - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221) +---- Thread: WIP Arctic Horizon (/showthread.php?tid=351756) 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
RE: Arctic Horizon - mik64 - 2020-05-01 (2020-04-27, 14:40)mik64 Wrote:Hi Jurialmunkey(2020-04-27, 00:50)jurialmunkey Wrote:(2020-04-26, 09:18)mik64 Wrote: 1. thanks, I will try, playing from home screen, and I'll give you notice! about the trakt rating issue, i've found out that it's working for movies (i mean, it comes out and i can rate) but not for tv shows (sometimes it comes out, but it's stucked, i can't move between rates, just press back to exit). that's all, just to let you know thanks again update: just seen two episode, starting from the library folder, i guess, and everything was ok! ...don't know what to think...by the way, devs is really great! RE: Arctic Horizon - myghalloween - 2020-05-01 (2020-05-01, 00:39)jurialmunkey Wrote: @myghalloween - Yes, that is very helpful! However, it confirms what I said early about it being an addon issue.nice ! Thx I hope it will be as reactive as you edit : That's probably the same reason that actors' thumbnail often not display correctly RE: Arctic Horizon - peat - 2020-05-01 Is it somehow possible to create an menu entry to update installed kodi addons or to get an update button in the addon manager screen? Cause enabled auto updates does freeze kodi ui after boot a lot if there are updates found. And manually uddating needs a lot of clicks to get there. 🤔 RE: Arctic Horizon - FXB78 - 2020-05-01 (2020-05-01, 19:03)peat Wrote: Is it somehow possible to create an menu entry to update installed kodi addons or to get an update button in the addon manager screen? Cause enabled auto updates does freeze kodi ui after boot a lot if there are updates found. And manually uddating needs a lot of clicks to get there. 🤔Creating a shortcut to XBMC.UpdateAddonRepos() should do it. If not try using xbmc.executebuiltin("XBMC.UpdateAddonRepos()"). RE: Arctic Horizon - peat - 2020-05-01 Quote:Creating a shortcut to XBMC.UpdateAddonRepos() should do it. If not try using xbmc.executebuiltin("XBMC.UpdateAddonRepos()"). Thx, have to try and see if it works when there are new updates available. Is it possible to also get an progress bar in the busy dialogue? RE: Arctic Horizon - dm21912 - 2020-05-01 Having an issue with music albums when access through favourites. for some reason its identifying them as video Favourites in a music sub menu But when I go into an album its seeing it as a video (which effects all the context items like scan library, sorting etc) I did think initially it was a kodi issue but I have tested in both estuary and az2 and both recognise the album properly as music when navigating to it via favourites. (Its fine on all other sub menu hub thing menus. its only on favourites weirdly) RE: Arctic Horizon - drinfernoo - 2020-05-02 (2020-05-01, 20:22)peat Wrote:Quote:Creating a shortcut to XBMC.UpdateAddonRepos() should do it. If not try using xbmc.executebuiltin("XBMC.UpdateAddonRepos()"). You won't get a progress bar for it, unfortunately. Also, the command is UpdateLocalAddons() . UpdateAddonRepos() only checks for updates.
RE: Arctic Horizon - jurialmunkey - 2020-05-02 (2020-05-01, 21:03)dm21912 Wrote: Having an issue with music albums when access through favourites. for some reason its identifying them as video It's because a widget has to have a specified content target - in this case the content target is videos because that's what skinshortcuts thinks it is. In the actual favourites dialog, the favourite calls the appropriate content target (videos / music / images / programs). If you set favourites as a widget in AZ2 it would do the same thing. Just as if you call this from the actual favourites dialog in Arctic Horizon it will work correctly. RE: Arctic Horizon - hacky4real - 2020-05-02 Could we have options to choose which library/watched indicator to show; I really want to hide the blue star (new) RE: Arctic Horizon - cheeselife - 2020-05-02 Hi! Thanks for an awsome skin! I'm sorry if this has been asked earlier. I read trough the last 30 pages without finding anything.. Is there a way to get the Info wall to get stick around even after adding several widgets? Or is there any other way to always show the movie info? RE: Arctic Horizon - edd-- - 2020-05-02 Oh my god, just discovered this skin and I'm absolutely in love with it ! Thank you so much !! 1 quick question / request (otherwise it fits my needs perfectly !): When Being in the full screen matrix / gallery, when scrolling down you see the letter of the alfabet of the titles. When I change the sort order to year or date added, and then scroll down, it shows the number "2" anywhere in the screen. Can that be disabled ? Thanks ! edd-- RE: Arctic Horizon - FXB78 - 2020-05-02 (2020-05-02, 14:20)cheeselife Wrote: Hi! Thanks for an awsome skin!I'm pretty sure you can't do this currently, but I like the idea. Perhaps we could have an option similar to the one in the PVR 'Allow descriptions' RE: Arctic Horizon - jurialmunkey - 2020-05-03 (2020-05-02, 09:47)hacky4real Wrote: Could we have options to choose which library/watched indicator to show; I really want to hide the blue star (new) Added in latest. See options under Skin Settings > Miscellaneous RE: Arctic Horizon - jurialmunkey - 2020-05-03 (2020-05-02, 14:20)cheeselife Wrote: Hi! Thanks for an awsome skin! Not possible with the way the widgets work. The only option is to create a separate main menu item for each single widget that you would want to show - you can create up to 50 main menu items. RE: Arctic Horizon - jurialmunkey - 2020-05-03 (2020-05-02, 16:19)edd-- Wrote: Oh my god, just discovered this skin and I'm absolutely in love with it ! Thank you so much !! Thanks! Glad you like it! Option already exists to disable the sort letter: Skin Settings > Library > Show sort letter when scroll wall (disable) |