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 - drinfernoo - 2020-07-02 (2020-07-02, 02:24)xpronic Wrote: Hi @jurialmunkey, Are you letting Netflix add the items to your library? If so, you still need to scrape the items into the library before they'll be "right". RE: Arctic Horizon - xpronic - 2020-07-02 (2020-07-02, 04:07)drinfernoo Wrote: Are you letting Netflix add the items to your library? If so, you still need to scrape the items into the library before they'll be "right". No, I'm playing them direct from the addon. Don't see the point in adding them to the library if it works when the default skin is used, and I don't want to be doing that for every show I might want to watch. RE: Arctic Horizon - jurialmunkey - 2020-07-02 (2020-06-27, 18:10)FXB78 Wrote: I have an odd issue which seems to occur randomly, where on a Stereo stream the 2.0 icon is not shown on the Video OSD. This example is a Twitch stream, AAC 2.0 Audio. But I'm sure I've played AAC 2.0 in the past and it's displayed. I don't know what the cause is, I've included the player debug in case there's a clue in there: Does it show correctly in Estuary? Only thing I can think is that Kodi is not filling the audiochannels correctly for this item for some reason -- the icons are just png files named as the number of channels (e.g. the 2.0 icon is named as 2.png and the 5.1 is named as 6.png). All the skin does is add the path and .png extension to the number that Kodi reports -- so there's not really anything complex that could go wrong here in terms of displaying the icon other than Kodi/ffmpeg not actually returning a value (which then there's nothing that can be done in the skin). RE: Arctic Horizon - jurialmunkey - 2020-07-02 (2020-06-27, 12:49)scr44tch Wrote:(2020-06-27, 09:57)jurialmunkey Wrote: This should work Have created the skin and so know what the IDs are... Not really anyway to retrieve the ID - you can use $INFO[System.CurrentControlID] to find out the ID of a focused control, but that would only tell you that 3992 is the button that controls the list -- you wouldn't know from that that 301 is the actual ID of the main menu (Basically what happens in the command is that I tell list 301 to focus position 0 and then return focus to 3992 which controls the actual movement). RE: Arctic Horizon - jurialmunkey - 2020-07-02 (2020-06-27, 17:38)hacky4real Wrote: Nice to see the search option in info. Just wondering if its possible to move it position; as its a bit destructive since we are used to seeing Trailer instead of Search. Yeah it probably should come after Trailer - it will need to come before Overview though (due to that button switching the cast to details). I'll change it soon. RE: Arctic Horizon - jurialmunkey - 2020-07-02 (2020-07-02, 05:51)xpronic Wrote:(2020-07-02, 04:07)drinfernoo Wrote: Are you letting Netflix add the items to your library? If so, you still need to scrape the items into the library before they'll be "right". Ah man, I just cancelled my Netflix sub last month because I'd finished watching everything I was interested in. I saw that Season 3 of Dark just released the other day though, so I'll probably restart my subscription and then I can have a look. I don't remember having this issue in the past though... RE: Arctic Horizon - ohhwee - 2020-07-03 Is there anyway to have the main menu (left slider) accessible while in tv guide? RE: Arctic Horizon - FXB78 - 2020-07-03 (2020-07-02, 06:40)jurialmunkey Wrote:Hi JM, yes you're right I checked Estuary and that doesn't show the channels either. Looks like it must be an issue with the Twitch addon, I'll see if I can find the relevant thread to report it there. Thanks!(2020-06-27, 18:10)FXB78 Wrote: I have an odd issue which seems to occur randomly, where on a Stereo stream the 2.0 icon is not shown on the Video OSD. This example is a Twitch stream, AAC 2.0 Audio. But I'm sure I've played AAC 2.0 in the past and it's displayed. I don't know what the cause is, I've included the player debug in case there's a clue in there: RE: Arctic Horizon - Edworld - 2020-07-04 I can not get extrafanart to display at all. I did a fresh install of Kodi, have my extrafanart in the extranart folder numbered correctly. I also installed the artworkhelper from rectors github since I couldnt find it in his repo and I just dont know why it is not working. Any ideas? Leia 18.7 windows 10 RE: Arctic Horizon - drinfernoo - 2020-07-04 (2020-07-04, 00:12)Edworld Wrote: I can not get extrafanart to display at all. For one, you can install Artwork Helper from the repo by first installing Rector Stuff from @jurialmunkey's repo, and then going to the skin's "Manage dependencies" tab in Skin Settings. For two, you need to make sure and turn on "Extra fanart" after installing Artwork Helper, from the "Options" menu in any plugin/library view. Thirdly, and I can't be for certain, but I believe you have to set an autoscroll time, or it won't work. I've just been doing tests this week on that particular feature and which settings combine to make it happen, so I can verify for a fact that it does work, given the proper setup and available artwork. RE: Arctic Horizon - Edworld - 2020-07-04 (2020-07-04, 04:32)drinfernoo Wrote:(2020-07-04, 00:12)Edworld Wrote: I can not get extrafanart to display at all. Let my try option number 3 RE: Arctic Horizon - pkscout - 2020-07-04 Is there anyway from the settings to change the default view. I use list view about 95% of the time, so I'd rather have that be the default view for everything so I only have to change a few areas. Of course now that I've gone through every screen and changed the views (and changed a few using the Customize viewtypes option in the settings), I guess I technically don't need it anymore. '-) RE: Arctic Horizon - FXB78 - 2020-07-04 (2020-07-04, 17:59)pkscout Wrote: Is there anyway from the settings to change the default view. I use list view about 95% of the time, so I'd rather have that be the default view for everything so I only have to change a few areas. Of course now that I've gone through every screen and changed the views (and changed a few using the Customize viewtypes option in the settings), I guess I technically don't need it anymore. '-)I was going to suggest Skin Settings/Library/Customise Viewtypes, but when I went to check it it gives me a skin variables error Is this function broken for everyone, or just me? EDIT - Fixed it by deleting "skin.arctic.horizon-viewtypes.json", not sure what happened there... If you set Library view & Plugin view I think it should hold through the entire skin. RE: Arctic Horizon - pkscout - 2020-07-04 (2020-07-04, 18:15)FXB78 Wrote:On my test machine I deleted that same json file to make sure I was starting from scratch again. I started Kodi and went immediately to the viewtypes options. I have 50 different settings there (25 for various library types and 25 for various plugin types). None of them are just "library" or "plugin," so unless there is something very wrong or that I fundamentally don't understand, it looks like I have to set 50 different options to get "list" everywhere. OK, not 50 (since some default to list anyway), but certainly more than 30. And that's OK I guess. It is mostly a one time thing as I said.(2020-07-04, 17:59)pkscout Wrote: Is there anyway from the settings to change the default view. I use list view about 95% of the time, so I'd rather have that be the default view for everything so I only have to change a few areas. Of course now that I've gone through every screen and changed the views (and changed a few using the Customize viewtypes option in the settings), I guess I technically don't need it anymore. '-)I was going to suggest Skin Settings/Library/Customise Viewtypes, but when I went to check it it gives me a skin variables error Is this function broken for everyone, or just me? Arctic Horizon - lightsout - 2020-07-04 I'm using emby for Kodi instead of the usual Kodi DB. Is there a way for disable the tmdb scan for files? When I open Kodi emby and tmdb scan at the same time. |