Release Arctic: Zephyr - 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: Release Arctic: Zephyr (/showthread.php?tid=217174) 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
RE: Arctic: Zephyr - jurialmunkey - 2015-03-07 (2015-03-07, 00:19)DruTheFu Wrote: Out of curiosity, what's the average time that this skin gets updated in the official repo once the updates hit the git?It depends on when I send a PR and the time it takes to get accepted -- some basic checks need to be run before updates are accepted. There are also rules regarding not sending too many updates to official repo to avoid excessive strains on servers and constant downloads on the user end. I send a PR about every 1-2 weeks after testing changes as per addon rules: http://kodi.wiki/view/Add-on_rules#Updates (2015-03-07, 01:39)furii Wrote:Yep only makes a change if you are using the light theme. Need to add a check to only enable the control if light theme is selected.(2015-03-07, 01:26)colbert Wrote: In skin settings > OSD > Use dark theme, is that the OSD during video playback when you hit info/pause/menu? I can't see any difference with it on or off so just checking (I don't use Music section in Kodi so if it's for that that explains it)i believe that just turns on the dark osd if you're using the light theme or dark theme with light dialogs. (2015-03-07, 01:26)colbert Wrote: Any possibility to allow different views for the addons that aren't set as movie/tv/episodes? What addons? I haven't really encountered any add-ons that dont set a content type for video content -- if its a video addon then it should set a content type for its videos -- if it doesn't then this should be taken up with the addon author. If I enable them regardless of content type then I just end up with a flood of complaints about scaling/aspect issues so I enforce strict content type rules for the views. RE: Arctic: Zephyr - SheHateMe - 2015-03-07 (2015-03-06, 07:38)jurialmunkey Wrote: 1. It is possible, however I wont be doing this as some people don't use channel logos or dont have logos for all channels - imo it looks weird with a blank space and resizing the text to fill is really disorientating if only some channels dont have logos. Can you PM me and tell me how to set this up for just me, then? I have channel logos for each channel I'll throw a donation your way as well. Thanks for the input I'll figure out something to do about the menu buttons. Cheers! RE: Arctic: Zephyr - jurialmunkey - 2015-03-07 (2015-03-07, 04:22)SheHateMe Wrote: Can you PM me and tell me how to set this up for just me, then? I have channel logos for each channel I'll throw a donation your way as well. I'll just post it here so other people can use it if they want Open 1080i/MyPVRGuide.xml in text editor and replace its contents with either of the following Logo on right side: http://pastebin.com/raw.php?i=xLgN5Kvn Logo on left side: http://pastebin.com/raw.php?i=TGUXyZsx RE: Arctic: Zephyr - Edworld - 2015-03-07 (2015-02-28, 04:59)kevlinmannen Wrote: I made a change to your imdb top250 icon Jurialmunkey: You added the IMDB top250 label to every view. If I want to show the top250 #, where do I add this code so it shows in every view? Thanks RE: Arctic: Zephyr - jurialmunkey - 2015-03-07 @Edworld In Includes_Furniture.xml underneath this part (line 341) Code: <control type="image"> add this Code: <control type="label"> RE: Arctic: Zephyr - Edworld - 2015-03-07 Done! Let me ask you a stupid question: What is the difference between default and square? I looked at the first post over and over and can't find the difference Thanks RE: Arctic: Zephyr - colbert - 2015-03-07 (2015-03-07, 02:12)jurialmunkey Wrote:(2015-03-07, 01:26)colbert Wrote: Any possibility to allow different views for the addons that aren't set as movie/tv/episodes? I only use YouTube and Twitch, and having just checked, YouTube has just the Big List+Thumbnail views available on the main menu but other lists you go into have extra views available. Twitch however has only Big List+Thumbnail at every level so I'll find that thread and try the author, thanks ! RE: Arctic: Zephyr - mkvelidadon - 2015-03-07 I like how the last episode title from ended TV shows are displayed within the media flags; however, is there any way to exclude specials from being shown? For example, the last episode for The Fresh Prince of Bel-Air is shown as "Will & Jaden Smith, DJ Jazzy Jeff and Alfonso Ribeiro Rap! - The Graham Norton Show - BBC One" a "special" episode entered into TVDB. Edit: Never mind. I just found out that it's the "Next Aired" addon that controls that. RE: Arctic: Zephyr - jurialmunkey - 2015-03-07 (2015-03-07, 07:57)Edworld Wrote: Let me ask you a stupid question:Square disables the soft rounding on corners of dialogs and posters etc. -- its a pretty subtle difference... Its more noticeable on a big tv than in the screenshots. (2015-03-07, 08:07)colbert Wrote: I only use YouTube and Twitch, and having just checked, YouTube has just the Big List+Thumbnail views available on the main menu but other lists you go into have extra views available. Twitch however has only Big List+Thumbnail at every level so I'll find that thread and try the author, thanks !Ah ok. Just installed it to have a look. It really should set the content type to episodes for the views that contain videos. RE: Arctic: Zephyr - VelvetKevorkian - 2015-03-07 I don't know if it has been mentioned before, but in a music playlist, the currently playing song is not highlighted in any way. RE: Arctic: Zephyr - pseudoheld - 2015-03-07 just updated to the latest github version. a few observations: 1. i preferred the simple circle loading animation. the "flower" loading icon seems kinda out of place with the rest of the minimal design. (maybe as an option? im sure some people like the flower...) 2. when viewing the seasons of a tv show would it be possible to disable the plot? its the same for every season anyhow (at least for me) so its kinda redundant. would like the big symbol view to only show the season name without the plot. 3. can we have numerical rating instead of "stars" rating for movies and tv shows? I much prefer seeing that a movie has 7,5 as rating instead of 3 full and one half full star 4. somewhat offtopic: is there any way to refresh the ratings for a movie. i just noticed that i was scraping the ratings from tmdb although i normaly prefer imdb. i switched the ratings source in the addon however can i now somehow invoke an update of all the ratings or would that mean rescraping my whole library?? RE: Arctic: Zephyr - hacky4real - 2015-03-07 Could you change the text "internet video" on the video OSD to "Now streaming".. I think it's better that way RE: Arctic: Zephyr - magy77 - 2015-03-07 where can i find this var: $VAR[PlayerTitle] RE: Arctic: Zephyr - Woppie - 2015-03-07 After playing around with key mappings I changed my remote for the EPG windows to go back and forth channel groups and noticed something; I got quite many and it's not always clear to me which one is active. Maybe you can add the group name just like the mini guide window where it's in the top left corner? Appending it vertically on the left before the channel numbers or on the right after the program info might look good, or on the right bottom corner under the starting/ending time or just in the top left where it says sorting: on name. Instead of the label "Live TV" like now it would be better to display "Timeline: Active Channel Group". Just some ideas about it that might work out. The last option I gave I will explore through some editing and give the resultt + code here as it should be pretty easy to do. This is how it looks after: Full fix: Edit Includes_furniture.xml line 524: from: Code: <value condition="Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRRecordings.xml)">$LOCALIZE[31103]</value> to Code: <value condition="Window.IsVisible(MyPVRChannels.xml)">$LOCALIZE[19019] • $INFO[VideoPlayer.ChannelGroup]</value> This part edits the topbar with the right localisations and adds the channel group also edit line 505: from: Code: <value condition="Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRRecordings.xml)">special://skin/extras/icons/livetv.png</value> to: Code: <value condition="Window.IsVisible(MyPVRChannels.xml)">special://skin/extras/icons/livetv.png</value> This edits the right icon in the top left corner for each page Instead of the playlist.png icon for the guide the icon years.png is also a good candidate which displays numbers instead of small squares One small bug remains; the channel group only gets displayed when the pvr is on; else it won't. Maybe you know how to fix that for $INFO[VideoPlayer.ChannelGroup] RE: Arctic: Zephyr - hoopsdavis - 2015-03-07 Jurial, is it possible to show the shows or movie image in the EPG guide? Something like this: |