Beta Amber for Leia with Skinshortcuts - 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: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203) +---- Thread: Beta Amber for Leia with Skinshortcuts (/showthread.php?tid=344403) |
RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-05 Maybe another "small" bug. When I am watching something if I fast forward the pause buttons stays as a pause button instead of changing to a play button, but when you click it, it plays not pauses. This seems to be the same using estuary, even though estuary doesn't have fast forward or rewind buttons (it has chapter skip buttons) I have mapped certain remote buttons for FF and RW and bringing up the OSD in estuary while Rewinding or FF'ing the button is also a pause button but does not pause it plays. Probably something to do with kodi RE: Amber for Leia with Skinshortcuts - edjalmo - 2019-07-05 (2019-06-22, 01:00)edjalmo Wrote: Here is translation for Brazilian Portuguese: https://github.com/edjalmobf/Traducao_PT...uage.pt_br @bsoriano, I updated the brazilian portuguese translation. RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-05, 22:09)edjalmo Wrote:@edjalmo, thanks! I am not sure how to go about something like that, I need to think about it some more. Thanks again for showing me exactly what you meant.(2019-07-05, 19:05)bsoriano Wrote: That is not a cosmetic change, that is a re-design of the view. I don't think I will do this right now. However, if you have the time, please mock up how it would look for tv shows, movies, seasons, musicvideos, artists, albums and songs, and I will see what I can do.My apologies! You're are completely right! I completely forgot all the other views (movies, musics...). Regards, Bart RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-05, 22:52)edjalmo Wrote:Thanks! I will download it and add it to the skin.(2019-06-22, 01:00)edjalmo Wrote: Here is translation for Brazilian Portuguese: https://github.com/edjalmobf/Traducao_PT...uage.pt_br RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-05, 22:36)treboR2Robert Wrote: Maybe another "small" bug.@treboR2Robert , thanks! I had not noticed that. I will take a look to see if it's something I can change in the skin. Regards, Bart RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-06 @bsoriano So there is defiantly something going on with the menu settings. The "choose item for menu" is not working correctly for 2 of my PKC libraries (Movies and TV) I select the item and it does nothing. It works fine for literally every other thing including my other libraries, i even tried selecting some widgets and they worked. I eventually figured out I could set the label and action manually. Which worked. Something fishy going on though, it didn't behave like this before. RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-06 https://drive.google.com/file/d/1-7irpunaIDLQ7lblPkZlsceTD9B8OEwz/view?usp=drivesdk This little video probably explains it better RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-06, 02:16)treboR2Robert Wrote: https://drive.google.com/file/d/1-7irpunaIDLQ7lblPkZlsceTD9B8OEwz/view?usp=drivesdk @treboR2Robert, thanks for the video. I did not change the code for menu item selection, so I am not sure what is going on there. You said this is a new install, correct? Have you tried in another machine? What version of Kodi and PKC are you using? What version of script.skinshortcuts? That last one you can find in Amber Settings, Manage Dependencies. My initial guess is that there is something going on between PKC and skinshortcuts. I will try to replicate this issue, under Windows (it’s the only OS I have to test). I will let you know what happens. EDIT: I started from scratch, new install of Kodi Matrix nightly (from yesterday) and PKC 2.8.7. I cannot replicate your issue. I deleted the Movies and TV Shows menu items that were automatically created during the sync process, and added one of my movie libraries from PKC (I have multiple in my Plex server, none named just Movies), and added my TV Shows library from PKC. Same way as you were doing on the video. I have no issues, the menu items were added correctly. The version of skinshortcuts I am using is 1.0.18. Regards, Bart RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 @treboR2Robert , I was successful with the recently added widget! In the end, I only had to modify one file from script.skin.helper.widgets. In order to use this, you need to make sure that you are using the Kodi repo version (and not MarcelVeldt's beta repo versions) of all of the skin.helper addons: script.skin.helper.service, script.skin.helper.widgets and script.module.simplecache. Make sure you disable "Auto-Update" for these addons in the addon info dialog for each addon. Then, download my modded version of script.skin.helper.widgets from my GitHub: https://github.com/bartolomesoriano/script.skin.helper.widgets. Replace your current version with this one (you can find the current one in userdata\addons). And finally, download the latest Amber from my GitHub. Please test and let me know how it goes. I just tested it with a similar configuration to yours (with PKC) and it works great Thanks. Thanks for your request, which pushed me to find a solution. Regards, Bart RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-06 (2019-07-06, 19:28)bsoriano Wrote: @treboR2Robert , I was successful with the recently added widget! In the end, I only had to modify one file from script.skin.helper.widgets. It works a treat Bart Thank you for doing this, I appreciate all of your hard work !!! If only all developers were like you. I could not find the add-on module.simplecache but i found the other 2 ( skin.helper.service and skin.helper.widgets ) in "my add-ons" and disabled the automatic updates. I assumed the versions I had were from the standard kodi repo as they were just automatically installed when I installed your skin. The location of the script.skin.helper.widgets folder was slightly different for me on CoreELEC it was in /storage/.kodi/addons/ I used WinSCP to delete the files in that folder and copy the new 1's over that I cloned from your git link. I then rebooted, updated your skin and redone the widget. Now everything is as it should be It evens shows single episodes if there is only 1 available for that season. Great work dude, I'm loving it ! Is the module.simplecache add-on not listed in kodi ? I see the folder for it in WinSCP but nothing in kodi itself. Thanks again Rob RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-06 (2019-07-06, 13:52)bsoriano Wrote:(2019-07-06, 02:16)treboR2Robert Wrote: https://drive.google.com/file/d/1-7irpunaIDLQ7lblPkZlsceTD9B8OEwz/view?usp=drivesdk I will do a clean install on my PC and see what happens there. Will let you know how it goes I don't see a skinshortcuts in my add-ons ? Where do I find it and the version number ? RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-06, 22:06)treboR2Robert Wrote:(2019-07-06, 13:52)bsoriano Wrote:(2019-07-06, 02:16)treboR2Robert Wrote: https://drive.google.com/file/d/1-7irpunaIDLQ7lblPkZlsceTD9B8OEwz/view?usp=drivesdk You should see it if you go to Amber Settings, Manage Dependencies. Regards, Bart RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-06, 22:02)treboR2Robert Wrote:(2019-07-06, 19:28)bsoriano Wrote: @treboR2Robert , I was successful with the recently added widget! In the end, I only had to modify one file from script.skin.helper.widgets. Awesome! Thanks for your kind words! Don’t worry about simplecache, I thought it would be necessary for this to work correctly, but it is not. Regards, Bart RE: Amber for Leia with Skinshortcuts - treboR2Robert - 2019-07-06 (2019-07-06, 22:08)bsoriano Wrote:Thanks it says version 1.0.17 and has no option to update(2019-07-06, 22:06)treboR2Robert Wrote:(2019-07-06, 13:52)bsoriano Wrote: @treboR2Robert, thanks for the video. I did not change the code for menu item selection, so I am not sure what is going on there. You said this is a new install, correct? Have you tried in another machine? What version of Kodi and PKC are you using? What version of script.skinshortcuts? That last one you can find in Amber Settings, Manage Dependencies. RE: Amber for Leia with Skinshortcuts - bsoriano - 2019-07-06 (2019-07-06, 22:10)treboR2Robert Wrote:(2019-07-06, 22:08)bsoriano Wrote:Thanks it says version 1.0.17 and has no option to update(2019-07-06, 22:06)treboR2Robert Wrote: I will do a clean install on my PC and see what happens there. Ok, I will try with that version, it should work as well. Regards, Bart |