Mod Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon] - 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: Mod Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon] (/showthread.php?tid=257970) |
RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Airwolfuk - 2016-05-20 (2016-05-12, 17:36)Jurre Wrote:(2016-05-12, 07:56)bambule Wrote: Oh ok, thank you. confim the bootloop is still there openelec 6.95.3 - fresh install from 3.2.10 zip - boot loop after RPi3 reboot reinstallng 3.2.11 to see if that works RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Nekromantik - 2016-05-20 update fixed my issue. thanks RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - quixote23 - 2016-05-21 Any way to manually turn off the Info Banner overlay in the OSD until the code is fixed, to get rid of the 8sec of flicker on video playback start? RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Guardian Hope - 2016-05-21 (2016-05-20, 19:38)livs Wrote:(2016-05-20, 14:58)Guardian Hope Wrote: Via Enterprise CDN (Krypton - Danvers) https://embycdn.northebridge.com/AZFA/danvers/4.0.01/skin.arctic.zephyr.fromashes-4.0.01.zip Updated. I left ".danvers" out of the link. Via Enterprise CDN (Krypton - Danvers) https://embycdn.northebridge.com/AZFA/danvers/4.0.01/skin.arctic.zephyr.fromashes.danvers-4.0.01.zip All posts now reflect the proper link. -- @Nekromantik - glad to hear it resolved. @quixote23 - It's disabled in 3.2.11 and 4.0.01. I commented out the code. @Raspberry-Pi/OSMC Users - I will need your help! I don't own a Raspberry Pi and therefore cannot debug and correct the issue. I will need people with these devices and have experience with them to go through and see. This problem is very specific to a set of conditions: you must be a Raspberry-Pi user running OSMC. I can't emulate either of those like I can Android, Windows, Linux, and OS X. Please note: I will be gone this upcoming week. I am not ignoring any of you; I am simply in the midst of buying a home. RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - quixote23 - 2016-05-21 (2016-05-20, 14:58)Guardian Hope Wrote: @quixote23 - It's disabled in 3.2.11 and 4.0.01. I commented out the code. I've updated to 3.2.11 and I'm still seeing it happening. Hm. Maybe I messed up the installation somehow... I'll try installing it again and see if it fixes the problem. Edit: Yep, that did the trick. Entirely my fault. =) Thanks! RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - faugusztin - 2016-05-21 (2016-05-21, 03:37)Guardian Hope Wrote: @Raspberry-Pi/OSMC Users - I will need your help! I don't own a Raspberry Pi and therefore cannot debug and correct the issue. I will need people with these devices and have experience with them to go through and see. This problem is very specific to a set of conditions: you must be a Raspberry-Pi user running OSMC. It happens with LibreELEC too FYI. RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - justrusty - 2016-05-21 I tried installing 3.2.11 from the repo but got the stuck at 18% issue and installing directly from zip also fails. I've tried unzipping and copying the directory to the addons folder and it seems to work but then I get a permissions error when it's building shortcuts and then a popup saying it can't write the menu. Any ideas how to get this installed? Thanks much UPDATE: Running Kodi as administrator works to solve this issue... Changing file permissions didn't though. Is it necessary for this skin to run Kodi as admin always? 10:28:52 T:7156 DEBUG: script.skinshortcuts: Profile found: Master user (special://masterprofile/) 10:28:52 T:7156 DEBUG: script.skinshortcuts: Hash list does not exist 10:28:52 T:2384 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0 10:28:52 T:2384 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up 10:28:52 T:2384 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0 10:28:52 T:2384 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up 10:28:52 T:7156 DEBUG: script.skinshortcuts: Building menu for profile Master user 10:28:52 T:2384 DEBUG: ------ Window Init () ------ 10:28:53 T:7156 DEBUG: script.skinshortcuts: Failed to write menu 10:28:53 T:7156 ERROR: Traceback (most recent call last): 10:28:53 T:7156 ERROR: File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 95, in buildMenu 10:28:53 T:7156 ERROR: self.writexml( profilelist, mainmenuID, groups, numLevels, buildMode, progress, options, minitems ) 10:28:53 T:7156 ERROR: File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 671, in writexml 10:28:53 T:7156 ERROR: tree.write( path, encoding="UTF-8" ) 10:28:53 T:7156 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 802, in write 10:28:53 T:7156 ERROR: file = open(file_or_filename, "wb") 10:28:53 T:7156 ERROR: IOError: [Errno 13] Permission denied: u'C:\\Program Files (x86)\\Kodi\\addons\\skin.arctic.zephyr.fromashes\\16x9\\script-skinshortcuts-includes.xml' 10:28:53 T:7156 NOTICE: Disabled debug logging due to GUI setting. Level 0. 10:28:53 T:7156 NOTICE: Log level changed to "LOG_LEVEL_NORMAL" RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Airwolfuk - 2016-05-21 Another fresh openelec 6.95.3 on RPi 3 Fresh AZ:FA from repo, no other addons installed and bootloop after reboot of RPI RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - buxtonlad - 2016-05-21 Hi. Love the theme. Running it on spmc. When I activate lyrics the osd does not go away. Hitting the back Button takes off the lyrics and osd. Am I missing some thing please?? RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Edworld - 2016-05-22 Not sure what the problem is but I can't load from repo. If I download manually, the rotten tomato button on dialogvideoinfo doesnt work. RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - minus0 - 2016-05-22 @Edworld If installing from repo doesn't work then download from Github or Enterprise CDN. Links are on 1st page of thread. Then just direct your install from your download folder. If you read Guardian's change log you will see that Rotten Tomatoes does not work at present. Buttons are there, but at this time do not work. Guardian is working on the problem. I'm sure he will keep everyone up on his progress Sent from my SM-T550 RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) - fabrizio5680 - 2016-05-22 Neither 3.2.10 or 11 shows the refresh button in the tvshow/movie information, anyone know reason? RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Ballistic - 2016-05-22 Awesome skin. I found 1 bug today though. In the PVR functionality, when option "Default select action" is set to "Show information" it does not work. Also the "Programme information" option (same window basically) does not work. RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - jakepe88 - 2016-05-23 (2016-05-20, 11:59)Guardian Hope Wrote:(2016-05-20, 11:02)jakepe88 Wrote: hello Ok i just upgrade to 3.2.11 but the flickering is still there ? RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [Just Updated Again! - 3.2.11 / 4.0.01] - Guardian Hope - 2016-05-24 (2016-05-23, 16:22)jakepe88 Wrote: Ok i just upgrade to 3.2.11 but the flickering is still there ? Everyone, I am still in CA and was answering important PMs. I will be back Satiurday and likely address all comments and concerns on Sunday or Monday. Please keep reporting issues you come across; 3.2.11 is a major update with over 6,000 changes. @jakepe88 - I hate to beat a dead bush but it is literally impossible unless you have a pre-release version of 3.2.11. The code is commented out so it can't generate the overlay at playback start and thus the glitch is null and void. Rasp-PI Users Please keep reporting and delving into the code; I want to be sure everyone gets a good experience but with no PI to test against there's no way for me to even repeat the steps in a lab environment. See you all soon |