Kodi Community Forum
Arctic: Zephyr - Reloaded - 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: Arctic: Zephyr - Reloaded (/showthread.php?tid=337862)

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 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418


RE: Arctic: Zephyr - Reloaded - junitodx - 2023-06-03

Having an annoying problem hopefully someone can help with. I am using the Poster Flix view with Netflix Fanart Window checked. When I leave a movie highlighted for 11 seconds the corner of the screen goes black as it's supposed to, but the auto play trailer doesn't play for any movies. This used to work, and I don't remember changing anything recently that would impact this function.
I have the YouTube addon disabled and have the imdb trailers plugin enabled (version 2.1.17+matrix 1). I tried uninstalling and reinstalling the imdb trailers plugin as well to no avail.
In the skin settings I have Enable auto playing trailers in flix views checked. Another odd thing is that if I go into info for any movie, and select to play the trailer from there, it plays the trailer perfectly.


RE: Arctic: Zephyr - Reloaded - beatmasterrs - 2023-06-03

(2023-06-03, 20:34)junitodx Wrote: Having an annoying problem hopefully someone can help with. I am using the Poster Flix view with Netflix Fanart Window checked. When I leave a movie highlighted for 11 seconds the corner of the screen goes black as it's supposed to, but the auto play trailer doesn't play for any movies. This used to work, and I don't remember changing anything recently that would impact this function.
I have the YouTube addon disabled and have the imdb trailers plugin enabled (version 2.1.17+matrix 1). I tried uninstalling and reinstalling the imdb trailers plugin as well to no avail.
In the skin settings I have Enable auto playing trailers in flix views checked. Another odd thing is that if I go into info for any movie, and select to play the trailer from there, it plays the trailer perfectly.

The auto trailer function only plays the defined trailer path after x seconds. If you enable debugging and extended debugging in skin settings > artic zephyr reloaded > debugging, you can see the trailer path and whats going on till the trailer starts.


RE: Arctic: Zephyr - Reloaded - junitodx - 2023-06-04

(2023-06-03, 21:06)beatmasterrs Wrote: The auto trailer function only plays the defined trailer path after x seconds. If you enable debugging and extended debugging in skin settings > artic zephyr reloaded > debugging, you can see the trailer path and whats going on till the trailer starts.
Interesting, I thought when you disabled YouTube and enabled plugin.video.imdb.trailers under Supported Addons it would automatically use IMDB trailers for all trailers, since this is the way I have had it set up for a while. When I look at the logs thought it shows that it is still trying to pull trailers from YouTube on the auto play 

2023-06-03 18:18:15.463 T:9315    error <general>: GetItemsForPlayList: Unable to get playlist items for plugin://plugin.video.youtube/?action=play_video&videoid=KydqdKKyGEk
2023-06-03 18:18:15.464 T:9315    error <general>: Unable to find plugin plugin.video.youtube

But successfully uses IMDB Trailers when I choose the trailer button on the info screen for the same movie:

2023-06-03 18:25:27.218 T:9315    error <general>: GetItemsForPlayList: Unable to get playlist items for plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt6718170
2023-06-03 18:25:28.815 T:9315     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt6718170

Is there a setting that I messed up or unchecked somewhere that makes the auto play trailers use IMDB Trailers as well?


RE: Arctic: Zephyr - Reloaded - beatmasterrs - 2023-06-04

(2023-06-04, 00:30)junitodx Wrote:
(2023-06-03, 21:06)beatmasterrs Wrote: The auto trailer function only plays the defined trailer path after x seconds. If you enable debugging and extended debugging in skin settings > artic zephyr reloaded > debugging, you can see the trailer path and whats going on till the trailer starts.
Interesting, I thought when you disabled YouTube and enabled plugin.video.imdb.trailers under Supported Addons it would automatically use IMDB trailers for all trailers, since this is the way I have had it set up for a while. When I look at the logs thought it shows that it is still trying to pull trailers from YouTube on the auto play 

2023-06-03 18:18:15.463 T:9315    error <general>: GetItemsForPlayList: Unable to get playlist items for plugin://plugin.video.youtube/?action=play_video&videoid=KydqdKKyGEk
2023-06-03 18:18:15.464 T:9315    error <general>: Unable to find plugin plugin.video.youtube

But successfully uses IMDB Trailers when I choose the trailer button on the info screen for the same movie:

2023-06-03 18:25:27.218 T:9315    error <general>: GetItemsForPlayList: Unable to get playlist items for plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt6718170
2023-06-03 18:25:28.815 T:9315     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.imdb.trailers/?action=play_id&imdb=tt6718170

Is there a setting that I messed up or unchecked somewhere that makes the auto play trailers use IMDB Trailers as well?

Like i said, the auto trailer function only plays the defined trailer path. It checks, if a path is given in the kodi infolabel ListItem.Trailer. The auto trailer function does not support any specific addon. E.g. if the ListItem.Trailer infolabel has a local path, then the local trailer file will be played. Thats it.


RE: Arctic: Zephyr - Reloaded - junitodx - 2023-06-04

Clearly I'm out of my depth here. I'm not sure how it was working with IMDB trailers before. I checked a bunch of XMLs in org.xbmc.kodi\files\.kodi\addons\skin.arctic.zephyr.mod\1080i and can't seem to find anywhere that I can make a change to have the auto trailer use imdb trailers instead of trying to use YouTube.


RE: Arctic: Zephyr - Reloaded - Cinephile - 2023-06-09

Regarding this feature:
Quote:jumpbar with letters for quick jump in views
I noticed that whenever I press on the letter S it jumps to movies starting with P instead, despite my library having plenty of titles starting with S. Other letters seem to work fine. Is this a common issue?

I should add that Embuary Helper throws a lot of errors lately so I disabled this addon. Is it used for anything in particular?


RE: Arctic: Zephyr - Reloaded - beatmasterrs - 2023-06-09

(2023-06-09, 09:21)Cinephile Wrote: Regarding this feature:
Quote:jumpbar with letters for quick jump in views
I noticed that whenever I press on the letter S it jumps to movies starting with P instead, despite my library having plenty of titles starting with S. Other letters seem to work fine. Is this a common issue?

Are you using the old jumpbar? In skin settings > extras > use old jumpbar. With this enabled, i was able to reproduce the issue you have.


RE: Arctic: Zephyr - Reloaded - Cinephile - 2023-06-09

(2023-06-09, 09:41)beatmasterrs Wrote:
(2023-06-09, 09:21)Cinephile Wrote: Regarding this feature:
Quote:jumpbar with letters for quick jump in views
I noticed that whenever I press on the letter S it jumps to movies starting with P instead, despite my library having plenty of titles starting with S. Other letters seem to work fine. Is this a common issue?

Are you using the old jumpbar? In skin settings > extras > use old jumpbar. With this enabled, i was able to reproduce the issue you have.
Yep, that's exactly my setup. Is it simple enough to fix?


RE: Arctic: Zephyr - Reloaded - roden - 2023-06-12

Is this skin still being worked on?


RE: Arctic: Zephyr - Reloaded - izprtxqkft - 2023-06-12

(2023-06-12, 16:28)roden Wrote: Is this skin still being worked on?

look above the first post, it states "This post was last modified: 2023-03-13"
the last commit to the changelog was Apr 17 - https://github.com/beatmasterRS/skin.arctic.zephyr.mod/blob/master/changelog.txt
and the last update on github was a week ago - https://github.com/beatmasterRS/skin.arctic.zephyr.mod

by those observations it would indicate that it is indeed being worked on ...


RE: Arctic: Zephyr - Reloaded - roden - 2023-06-12

(2023-06-12, 16:38)jepsizofye Wrote:
(2023-06-12, 16:28)roden Wrote: Is this skin still being worked on?

look above the first post, it states "This post was last modified: 2023-03-13"
the last commit to the changelog was Apr 17 - https://github.com/beatmasterRS/skin.arctic.zephyr.mod/blob/master/changelog.txt
and the last update on github was a week ago - https://github.com/beatmasterRS/skin.arctic.zephyr.mod

by those observations it would indicate that it is indeed being worked on ...

Excellent, just spent a few days setting this skin up, apart from a few tiny bugs its amazing, very clean and crisp with many options, loving it.


RE: Arctic: Zephyr - Reloaded - beatmasterrs - 2023-06-12

(2023-06-12, 16:38)jepsizofye Wrote:
(2023-06-12, 16:28)roden Wrote: Is this skin still being worked on?

look above the first post, it states "This post was last modified: 2023-03-13"
the last commit to the changelog was Apr 17 - https://github.com/beatmasterRS/skin.arctic.zephyr.mod/blob/master/changelog.txt
and the last update on github was a week ago - https://github.com/beatmasterRS/skin.arctic.zephyr.mod

by those observations it would indicate that it is indeed being worked on ...

Yes, the skin is still being worked on. At the moment unfortunately very little, because I have to do offline much with my hobby, but there comes again the time in which I work more on the skin Smile


RE: Arctic: Zephyr - Reloaded - jose_404 - 2023-06-15

Hi, and thank you for this awesome skin!

I would like to know if there is an option to change the color of the "Settings" word on the power menu of "Arctic Zephyr Skin Setting"? Because when it's highlighted i can't see the beginning.
I've seen that there is a code on the setting but don't know what to do.
ImageImageImage


RE: Arctic: Zephyr - Reloaded - beatmasterrs - 2023-06-15

(2023-06-15, 12:47)jose_404 Wrote: Hi, and thank you for this awesome skin!

I would like to know if there is an option to change the color of the "Settings" word on the power menu of "Arctic Zephyr Skin Setting"? Because when it's highlighted i can't see the beginning.
I've seen that there is a code on the setting but don't know what to do.

There is no option for that. Just edit the label to your needs Smile E.g. delete the whole string and add "Reloaded Skin-Settings"


RE: Arctic: Zephyr - Reloaded - Cinephile - 2023-06-17

(2023-06-09, 09:47)Cinephile Wrote:
(2023-06-09, 09:41)beatmasterrs Wrote:
(2023-06-09, 09:21)Cinephile Wrote: Regarding this feature:
I noticed that whenever I press on the letter S it jumps to movies starting with P instead, despite my library having plenty of titles starting with S. Other letters seem to work fine. Is this a common issue?

Are you using the old jumpbar? In skin settings > extras > use old jumpbar. With this enabled, i was able to reproduce the issue you have.
Yep, that's exactly my setup. Is it simple enough to fix?

@beatmasterrs do you know if this is a skin issue, or related to one of the helper addons?