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 - thedenethor - 2021-01-07 (2021-01-06, 20:00)Drubei Wrote: 1 - Widget with in progress episodes. Nice workaround! Thank you. Since I do not really need on deck for movies (I usually finish the movies i started ) one widget would be enough for me RE: Arctic Horizon - Drubei - 2021-01-07 (2021-01-07, 00:17)bsoriano Wrote: You would make this change for the code for the Play button, which is in the file "Includes_Info.xml" in the include "Info_Buttons_Video", which starts at line 414. If you look at my code above, you would replace the code at line 423 with the first line of my code, and add right below that line the second line of my code. Thanks for the reply @bsoriano The changes does not seem to work. I get the same Playback error, but this time when i click ok nothing happens. Your original codes however does work. I still get the playback error dialog but after clicking ok it does proceed to play the video normally.
I guess we'll just have to wait for a fix in the future. Thanks a for the help! @thedenethor (2021-01-07, 00:29)thedenethor Wrote: Nice workaround! Thank you. Since I do not really need on deck for movies (I usually finish the movies i started ) one widget would be enough for me Np! Glad it's working for you. RE: Arctic Horizon - Fenderman - 2021-01-07 (2021-01-06, 18:27)pkscout Wrote:Thank you very much. "xbmc.executebuiltin("UpdateLibrary(video)")" is working like a charm(2021-01-06, 13:43)Fenderman Wrote: @jurialmunkeyI think widget refreshes are triggered when you update your library (whether or not there are any actual updates), so you could try a video library update. RE: Arctic Horizon - sabre6 - 2021-01-07 I notice that renaming a home screen menu knocks out all the submenu items, or changing icon i think also does this. Possible to make them stick? Thank you. RE: Arctic Horizon - PinoVino - 2021-01-08 Is there a way I can install this addon on Leia? I get this eror while installing the skin: 2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied. If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks. RE: Arctic Horizon - FXB78 - 2021-01-08 (2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:Did you install the Leia repo from the OP https://jurialmunkey.github.io/repository.jurialmunkey/repository.jurialmunkey-1.4-leia.zip RE: Arctic Horizon - ohhwee - 2021-01-09 (2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:Python 3, prolly means that isn't Leia but Matrix. RE: Arctic Horizon - PinoVino - 2021-01-10 (2021-01-08, 22:55)FXB78 Wrote:(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:Did you install the Leia repo from the OP https://jurialmunkey.github.io/repository.jurialmunkey/repository.jurialmunkey-1.4-leia.zip I installed that one already, but the Skin isn't to be seen in this repo. RE: Arctic Horizon - ontap - 2021-01-10 (2021-01-10, 01:14)PinoVino Wrote:The skin is in the repo that the link takes you to , I just tried the link.(2021-01-08, 22:55)FXB78 Wrote:(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:Did you install the Leia repo from the OP https://jurialmunkey.github.io/repository.jurialmunkey/repository.jurialmunkey-1.4-leia.zip download the zipfile using the link, open kodi, install from zip file , then install from repo, open the repo from the link, look and feel, skin, arctic horizon. RE: Arctic Horizon - PinoVino - 2021-01-10 (2021-01-10, 01:38)ontap Wrote:Suddenly I could install it via Kodi Skins. Thanks for the help.(2021-01-10, 01:14)PinoVino Wrote:The skin is in the repo that the link takes you to , I just tried the link.(2021-01-08, 22:55)FXB78 Wrote: Did you install the Leia repo from the OP https://jurialmunkey.github.io/repository.jurialmunkey/repository.jurialmunkey-1.4-leia.zip RE: Arctic Horizon - Hardax - 2021-01-11 Would it be possible to add program information to the channels or last played widgets for Live TV? I believe you did this with Aura and would be really helpful to be able to see directly on the home screen what each channel is currently airing. Really enjoying the new skin. Thanks! RE: Arctic Horizon - kalle2000 - 2021-01-11 (2021-01-11, 21:29)Hardax Wrote: Would it be possible to add program information to the channels or last played widgets for Live TV? I believe you did this with Aura and would be really helpful to be able to see directly on the home screen what each channel is currently airing.I guess to are talking to the issue I created on github the other day? https://github.com/jurialmunkey/skin.arctic.horizon/issues/315 RE: Arctic Horizon - Hardax - 2021-01-14 Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar. Also when in a library view the context menu "C" doesn't seem to be working. I am using PKScouts hack to get this skin working in Matrix but I swear both these features were working yesterday with no other changes made by me. RE: Arctic Horizon - pkscout - 2021-01-14 (2021-01-14, 15:14)Hardax Wrote: Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar.Not sure about the first two, but the context menu is definitely working for me in Library mode on Matrix. RE: Arctic Horizon - Hardax - 2021-01-14 (2021-01-14, 18:21)pkscout Wrote:(2021-01-14, 15:14)Hardax Wrote: Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar.Not sure about the first two, but the context menu is definitely working for me in Library mode on Matrix. Yeah if I change the layout to a list view the context menu comes back but when using the horizontal integrated view I loose that ability. Im going to mess around with it some more to make sure its not something Im doing. |