Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 147
Release Aura
@jurialmunkey 

Minor bug:

For a few milliseconds the season,episode and name appears just before exiting TV show info
This is a simulation because it happens too quickly to capture a screenshot

Image

just before exiting 
Image
Setup: LG OLED65B7 | Onkyo TX-RZ50 | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | Dune HD Homatics Box R 4K Plus | KEF T205
My Favourite Skin: Arctic Fuse mod
Reply
(2018-03-21, 23:23)jurialmunkey Wrote:
(2018-03-21, 22:19)braz Wrote: @jurialmunkey Thanks for highlighting some of the skin features...I wasn't planning on changing, but ended up settling on the simple color scheme with gradient backgrounds. Looks great!

I have Global Search 8.04 installed, but for some reason the list doesn't load when I do a search. I get the categories at the top but that's it, haven't investigated too much yet. Also, the list in the Event Log window doesn't load for me on Leia.

Just checked the favorites dialog, looks like there is still about 2px of the third line of label text showing.

Thanks!

I'm using Global Search 8.0.4 and it is working fine for me on Leia. I can't see why it wouldn't work Huh
Event Log is fixed. Looks like there were some changes for Leia that weren't documented in the Skinning Changes thread.
Can you check if favourites is now fixed? Hopefully should be.    
Not sure why Global Search isn't working for me in Aura. If I rename the Global Search xml, it runs fine using its default skin. I can confirm the Event Log is fixed here too, thanks!

Update: Global Search loads correctly when I comment out the View_Forced include. Weird that one of those visibility conditions would hide the list for me, but not for you.

Still seeing a little bit of text on the third row in the favorites dialog...third time's the charm! Smile

Image
Reply
@braz - Can you test latest git. I think I fixed globalsearch. I accidentally left the "lock view" code in. If you had locked any views then the skin would have been trying to force a view that doesn't exist for that window.
EDIT: Seems we caught what was causing it at the same time! It wasn't doing it for me because I didn't have any views locked - the view lock code hides a view if it doesn't match the the viewname set for that particular container.content type. If there is no viewname set then it doesn't do anything.

Hopefully favourites is now fixed too! Wink Tongue

@Blurayx - Yeah I've known about that one for a while. It is because the label condition changes instantly but the window is still animating. Hopefully should be fixed now.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
@jurialmunkey Global Search works fine here now, thanks! The favorites dialog still looked the same to me though...changing the height of the textbox to 68 appears to fix it.
Reply
(2018-03-22, 02:46)braz Wrote: @jurialmunkey Global Search works fine here now, thanks! The favorites dialog still looked the same to me though...changing the height of the textbox to 68 appears to fix it.
Excellent!

Haha, I'm an idiot! I was changing the <bottom> tag of the textbox not realising that I had set a <height> tag rather than a <top> tag. Rofl
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2018-03-22, 02:53)jurialmunkey Wrote:
(2018-03-22, 02:46)braz Wrote: @jurialmunkey Global Search works fine here now, thanks! The favorites dialog still looked the same to me though...changing the height of the textbox to 68 appears to fix it.
Excellent!

Haha, I'm an idiot! I was changing the <bottom> tag of the textbox not realising that I had set a <height> tag rather than a <top> tag. Rofl 
Ha, I wondered why it didn't seem to change. Wink
Reply
@jurialmunkey 

info bug fixed, working great.

I really like the gradients on backing panels  Smile
Image
Setup: LG OLED65B7 | Onkyo TX-RZ50 | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | Dune HD Homatics Box R 4K Plus | KEF T205
My Favourite Skin: Arctic Fuse mod
Reply
@jurialmunkey One thing I just noticed...the new Global Search results don't honor the "simple" color theme, still see the light outline. Thanks!

Update: Nevermind, my mistake. Forgot that I have to reselect the simple theme after switching back from another skin. Smile
Reply
Sir jurial, I am facing a lot of lag in Leia version. I am not sure whether it is because Leia is still in development or if it is skin issue. Is it happening on your end too? On Krypton no issue at all though.

PS: My PC has a 16 gb RAM and an 8-core processor.
Reply
*Removed*
Reply
One more thing. When I change the name of widget, it doesn't work. Also, could you change the term from TvShows to TV Shows in default widgets, if possible because it is more appropriate. Thanks

Image

Image
Reply
"I won't be skinning Krypton global search. There were massive changes between krypton and Leia versions which means it is like skinning two completely separate addons - it is way too much work to do twice (and plus the krypton version is a pain to skin whereas the Leia version is much easier due to a number of improvements made by ronie)"

ok thats a real shame .... I am using the top search button mostly but my Context menu addon that sends the "Artist" or "Track Title" to the global search script still shows an unskinned middle page once you click on the artist say on this page you get the second set of results in your skin ..... any chance you can point me in the right direction so I can have a look at skiing that middle results page ?
Reply
@VikkiXavier - I'm not experiencing lag on Leia running Fedora (Linux) on an i5 1.6ghz 8gb ram. There can be a lot of variation between nightly versions of kodi when in the alpha stage.
Widget renaming should be working now.
Changed the labels

@Silki - The global search readme in the Krypton branch of its github page tells you all the IDs that you need to skin in script-globalsearch.xml
https://github.com/ronie/script.globalse...README.txt
You will also need to skin its own info dialog and context menu, as it has its own windows in Krypton (in Leia globalsearch uses the standard info dialog and context menu so you don't need to skin it there).
Really though, if you don't know where to start then its not really something I can guide you through without doing the whole thing myself. Add-ons are usually the things that are a little harder to skin and require a bit more knowledge of how the skinning engine works. It is not a cut and paste type of job.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
@jurialmunkey

Would it be possible to implement an option to remove the stars from the ratings section? They look a bit out of place imo.

Thanks! Smile
Reply
(2018-03-22, 21:10)LtFrankDrebin Wrote: @jurialmunkey

Would it be possible to implement an option to remove the stars from the ratings section? They look a bit out of place imo.

Thanks! Smile

Added.

Skin Settings > Library > Enable / disable ratings > Star rating.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 147

Logout Mark Read Team Forum Stats Members Help
Aura19