v17 Pellucid [Kodi Krypton] - 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: Pellucid (https://forum.kodi.tv/forumdisplay.php?fid=267) +---- Thread: v17 Pellucid [Kodi Krypton] (/showthread.php?tid=299279) |
RE: Pellucid - thedeadman - 2017-03-30 @Gregoire: More detail please. Is it only the channel list you can't get to, or all of the PVR stuff (guide, recordings etc). Is everything working OK using the default (Estuary) skin? RE: Pellucid - solbero - 2017-03-31 I noticed that the search box, if covered by the on-screen keyboard, does not go to the background. You can see this well in the attached screenshot. I found the problem in v.1.1.0, and I haven’t checked if it is still present in v.1.2.0. RE: Pellucid - thedeadman - 2017-03-31 Thanks Solbero. It will be in V1.2 - other than predictive text, no changes have been made to the keyboard dialog. Do you mean that you feel that the dialog should retreat / fade into the background slightly when the on screen keyboard is active? Or are you saying the search text box (i.e. the bit showing "Ko") is not behaving as expected? RE: Pellucid - solbero - 2017-04-03 Quote:Do you mean that you feel that the dialog should retreat / fade into the background slightly when the on screen keyboard is active? That’s it! I’m thinking about the grey search box which is covered by the overlay. The overlay doesn’t darken the background enough. You can see in the screenshot that it is hard to differentiate the different keys on the on-screen keyboard since the grey search box blends into them. Actually, it seems like the grey search box is placed on a layer above the on-screen keyboard. RE: Pellucid - thedeadman - 2017-04-03 It does look like that doesn't it? The keyboard is the top layer, so the behaviour of the grey search box shouldn't be possible... I did think for a minute that i'd inadvertently created one of those perceptual colour illusions.. Must be a weird blending bug. No worries, I'll add it to the list. RE: Pellucid - jaymundo80 - 2017-04-04 Hi, First off, thank you for such a great skin and for all your support on this forum, it is much appreciated! I have recently upgraded to Kodi 17 Krypton (from Krypton Beta), which appears to have broken some functionality in my set-up of Pellucid (now at version 1.2.0). This is what my personalised home menu is laid out as: - TV --------------------> [TvPlayer add-on for all domestic UK live TV] - Catch-up TV ---------> [Video Add-ons menu inc. BBC iPlayer etc.] - Videos ---------------> [Movie Library + home videos, lectures/interviews etc. subfolders in file view] - Music ----------------->[Music Library + music videos etc.] - Radio/Podcasts ------>[Music Add-Ons inc. BBC iPlayer Radio, SomaFM etc.] The problem is with the Radio/Podcasts, which I've created (I think) via: Add-On > Music Add-On > Music add-ons > Create shortcut to here. So Radio/Podcasts is basically a shortcut to Music Add-Ons and throws a list of my radio and podcast plug-ins, screenshot here: (Apologies for the quality, it's a projector and looks much neater in my living room!) The debug path on top of the screen reads: Code: MyMusicNav.xml path: addons://sources/audio name: Add-ons content: addons Control: [..] But now when I click the selected item (SomaFM in this case), rather than showing me the list of SomaFM radio stations, I'm staring at a blank screen (only the folder header is shown), screenshot here: The debug xml path is: Code: MyMusicNav.xml path: plugin://plugin.audio.somafm/ name: SomaFM content: Control: I can't do literally anything on this screen -- e.g. pressing left for view options doesn't do zilch --, except escape out to the home screen. When I subsequently re-enter Radio/Podcasts I get straight back to the blank screen. This used to work like a charm before the upgrade. Interestingly, if I access the music add-ons through my Add-on browser in Settings and launch them from there, BBC iPlayer, SomaFM and the others work as expected. Any ideas? I'm happy to muck around in the xml files, but perhaps you've seen this behaviour before and can point me in the right direction? Big shout to Bristol from Leicester! Jay RE: Pellucid - thedeadman - 2017-04-04 Hi Jay, Bugger. That one slipped the net. Here's the fix: in 1080i/Includes.xml, replace the line beginning "<expression name="isMusicList"> with: Code: <expression name="isMusicList">Substring(container.foldername,Files) | container.content(files) | container.content(addons) | [container.content(playlists) + !Substring(Container.folderpath,special://profile/playlists)] | Substring(Container.folderpath,plugin://)</expression> Will be included in the next update obviously. Shout back to Leicester. Dear God I miss the curry you get up there. RE: Pellucid - jaymundo80 - 2017-04-04 Hey, You're a genius. All up and running again as before -- thanks a lot, bud! You've truly earnt yourself that curry! :-) I might be back in a while with a few smaller quibbles/questions, but right now I'm one happy camper. Cheers! J. RE: Pellucid - thedeadman - 2017-04-04 No worries! In other news, the latest code on Github has experimental and limited poster view support for plugin-based content. I know I said never, but thought i'd give it another shot just for fun. I haven't managed to break it so far.. RE: Pellucid - NobEef - 2017-04-10 Thanks for the fantastic thread! I'm a slow-pokey turtle when it comes to updating Kodi, so my last version trundled along on the now-defunct Maximinimalism, and I was very impressed by Pellucid as a replacement. However, I ran across a rather critical bug, and I'm not sure if it's a setting of mine or a quirk or what, but if anyone has ideas, I'm all ears: While tv shows and movies are correctly populated in their various menus, going into "Videos" and attempting to use the file browser is non-functioning. If I try to access a folder that has videos in it, the hourglass comes up (for at least 10 minutes, I didn't let it run longer than that). This hourglass does not come up in folders without videos. Is it trying to download a bunch of fanart or something? (They already would have had fanart from when they first entered the library?) It stumped me, and if it's an easy fix, or a whoopsie on my end, I'd love to hear about it. Still, I love Pellucid! RE: Pellucid - VelvetKevorkian - 2017-04-10 Tried out some other skins out of boredom.... most are about the same, but this one... holy crap. Nice work man. One of the best designs i've ever seen in a skin. RE: Pellucid - dogzipp - 2017-04-10 (2017-04-10, 05:22)NobEef Wrote: However, I ran across a rather critical bug, and I'm not sure if it's a setting of mine or a quirk or what, but if anyone has ideas, I'm all ears Confirmed same problem RE: Pellucid - thedeadman - 2017-04-10 @VelvetKevorkian - thanks! Glad you like it. @NobEef, @dogzipp - thanks for reporting. Definite bug, and a most peculiar one. I'll get on it asap. RE: Pellucid - NobEef - 2017-04-10 Thanks. I know that my bug report wasn't the most detailed. Let me know if I can be of more help. edit: Holy moley, it never it registered that you also made Maximinimalism! I was legit just bragging about my fav skin! Double kudos to you, thedeadman! Without exaggeration, you have made my two favourite skins! RE: Pellucid - loggio - 2017-04-11 G'day thedeadman, was playing with this skin again the other day and i really like what you've done, it's really quite simple yet stylish... One thing which really bugged me is that you have menu customisation options for main menu, video, TV shows etc but not Live TV. any chance you could add a separate configurable menu for live TV so that it can be separated from the videos menu? keep up the good work. |