• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 16
v18 Lyrebird MOD 0.9.9 (UPDATE: 2019-09-09)
@Rufoo For at least the change in #1 with overlays...How long would it take you to do those changes? Is it pretty much done and you just have to code it in? I'd also be ok with a toggle overlay on/off like Jondar said so that everyone can have it the way they like. I do think though if you are only doing one or the other, the overlay does need to brighten up a lot more. Smile

Can't wait to see your ideas you have!
Reply
@gman12 

Technically it wouldn't be that hard to implement, and as @Jondar suggested it could quite easily be put in as a modifier - user can choose between the standard haze and then something that allows for more illumination. Some views require slight modification to support the more lush backdrops as . The previews I will post will highlight this. I'll get them up here tonight for review. Smile

EDIT: Delayed slightly. Issues with connection.
Reply
@Rufoo this is the look I think you should go for with Lyrebird... notice there is a strong emphasis on clean aesthetics, and the big beautiful background images:

 https://i.imgur.com/0PL1nMV.png

https://images-ext-2.discordapp.net/exte...screen.png

https://images-ext-2.discordapp.net/external/c60JMWG5C8uccZjIHKVC3cp0x8SsmEbRDpE0dffd-zw/https/i.imgur.com/Nm5UNei.png?width=1026&height=578​​​​​​​

https://images-ext-1.discordapp.net/external/yYdWnU25hFxYseASPCiW-YRCqzruaTHmwzQJAGxX0NY/https/i.imgur.com/veHV058.png?width=1026&height=578​​​​​​​
Reply
@Rufoo Any update on the changes and previews?
Reply
(2019-10-02, 21:44)astlouis44 Wrote: @Rufoo this is the look I think you should go for with Lyrebird... notice there is a strong emphasis on clean aesthetics, and the big beautiful background images:

 https://i.imgur.com/0PL1nMV.pnghttps://images-ext-2.discordapp.net/exte...screen.pnghttps://images-ext-2.discordapp.net/exte...height=578https://images-ext-1.discordapp.net/external/yYdWnU25hFxYseASPCiW-YRCqzruaTHmwzQJAGxX0NY/https/i.imgur.com/veHV058.png?width=1026&height=578​​​​​​​

if anything.. those should be thier own view. .. i think the orginal creator of thsoe called it a netflix view.
Reply
@Rufoo How's the Upload coming? That's some slow internet..lol Rofl Joking of course. I appreciate what you are doing for the skin and dying waiting for previews/changes. Hope all is well and you have time soon to upload and maybe add the update to skin or even the slide switch so those who want the more lush look can have and others who want haze can keep to. Hope to hear back.
Reply
Yeah, I'll be getting back into it all shortly. Just been busy with life and another project which required my attention. I've just gone ahead and added the option as a modifier to change the haze presence.

The older you get, the less free time you have or so it feels. Tongue
Reply
deleted
Reply
(2019-05-04, 11:10)randallspicher Wrote:
(2019-04-18, 07:23)Rufoo Wrote: @randallspicher 

That sounds pretty ace. If you want to fork Lyrebird and push your changes I'm happy to bring them into the fold or if you just wanna dump your XMLs in a zip and have me fetch it, happy to do that too. Full credits given, of course. Smile

If it is something that is viable for the average user, it would be greatly appreciated.
Hi Rufoo.
Hey, I created a fork.  https://github.com/randallspicher/skin.lyrebird.rmod.  I dropped a release for it there as well.

This has the following changes:
1.  Update to the PVR guide to display the tv/movie poster icons, instead of the channel icon.
2.  A tweak to allow actor-role images (requires static images in a static directory, they simply overlay (replace) the image from the kodi DB when present) I've been trying to make that use a skin property for the path (instead of hard-coding it) but apparently that isn't supported by the <texture> tag. (only ListItem props are parsed or something)
3.  I did massive changes to the MyWeather.xml, to add support for my NOAA weather plugin.  (I also split each screen out into a separate includes, rather than having one big giant monolithic crapload of XML to deal with in 1 file.  I also revamped how it loads the data (to call an include with a parameter so that the data only needs to be defined once, instead of cut/paste the data info 100 times)

Not sure how much of that (if any) you may want to roll into your master.  I'm pretty proud of my weather plugin though.

I plan on doing some more changes to the video dialog, for instance, other skins allow you to choose between searching for that actor within your library, or searching (via extendedinfo script) on themovedb.org.  I'd like to add that as well.  I've also seen other skins replace the show poster with a large version of the actor image when the actor is hilighted. 
Thanx for theese upgrades of the Lyrebird MOD! I use your rmod as my default skin, since you fixed most of the PVR problems of the original. It covers most of my needs!

Big thanks to both of you for keepin this skin family alive : randallspicher and Rufoo!
Reply
(2019-10-18, 15:03)pcextreme Wrote:
(2019-05-04, 11:10)randallspicher Wrote:
(2019-04-18, 07:23)Rufoo Wrote: @randallspicher 

That sounds pretty ace. If you want to fork Lyrebird and push your changes I'm happy to bring them into the fold or if you just wanna dump your XMLs in a zip and have me fetch it, happy to do that too. Full credits given, of course. Smile

If it is something that is viable for the average user, it would be greatly appreciated.
Hi Rufoo.
Hey, I created a fork.  https://github.com/randallspicher/skin.lyrebird.rmod.  I dropped a release for it there as well.

This has the following changes:
1.  Update to the PVR guide to display the tv/movie poster icons, instead of the channel icon.
2.  A tweak to allow actor-role images (requires static images in a static directory, they simply overlay (replace) the image from the kodi DB when present) I've been trying to make that use a skin property for the path (instead of hard-coding it) but apparently that isn't supported by the <texture> tag. (only ListItem props are parsed or something)
3.  I did massive changes to the MyWeather.xml, to add support for my NOAA weather plugin.  (I also split each screen out into a separate includes, rather than having one big giant monolithic crapload of XML to deal with in 1 file.  I also revamped how it loads the data (to call an include with a parameter so that the data only needs to be defined once, instead of cut/paste the data info 100 times)

Not sure how much of that (if any) you may want to roll into your master.  I'm pretty proud of my weather plugin though.

I plan on doing some more changes to the video dialog, for instance, other skins allow you to choose between searching for that actor within your library, or searching (via extendedinfo script) on themovedb.org.  I'd like to add that as well.  I've also seen other skins replace the show poster with a large version of the actor image when the actor is hilighted.  
Thanx for theese upgrades of the Lyrebird MOD! I use your rmod as my default skin, since you fixed most of the PVR problems of the original. It covers most of my needs!

Big thanks to both of you for keepin this skin family alive : randallspicher and Rufoo! 
any screenshots of the changed things?
Reply
Ofcourse :

The recording list under PVR is empy ( even if it is not ):
lyrebird
Image

lyrebird.rmod
Image

Under the PVR's GUIDE the picons are not displayed:
lyrebird
Image

lyrebird.rmod
Image

These are the main differences that I noticed, because I use these functions daily. I guess randallspicher could elaborate precisely what he has edited.

Once again thanks ALL the developers who are working on these skins!
Reply
Both Lyrebird and Lyrebird.rmod have this next small bug :

Under the Arcade View when reversed layout is selected, there are no ratings on the display :
Image
Image
Reply
@pcextreme 

Appreciate the support and feedback, mate. I'll add the bug in Arcade to my hitlist to fix. Smile
Reply
Hello,

Is there any <revised> expected date to add this to the Kodi (or any other) repo? Reluctant to keep downloading new commits as a zip and update manually each time?

Also, due to the the WAF / GAF I can't really load version 0.9.9 by any means, it'll need to be more stable / bug free. Don't suppose there's any view on when this will be is there?

Thanks,

(I'm living with Aeon MQ8 at the moment and can't wait to replace with Lyrebird when it's ready).
Reply
Just a small update. Development will be resuming in the next week.
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 16

Logout Mark Read Team Forum Stats Members Help
Lyrebird MOD 0.9.9 (UPDATE: 2019-09-09)2