Kodi Community Forum
Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod (/showthread.php?tid=302448)

Pages: 1 2 3 4 5 6


RE: Videolyrics for Aeon Nox 5 (Krypton) - BigNoid - 2017-01-01

(2017-01-01, 22:34)braz Wrote:
(2017-01-01, 14:06)manfeed Wrote:
(2017-01-01, 11:52)braz Wrote: I was curious which fonts are used, took a peek and it looks like they are all open source, right? Is there a particular site you got them from? Just wanted to double check the licenses if I'm going to submit this to the Kod repo.

Most of them are for sure, but I don't know about them all... I'm extremely picky about fonts, colors, timing... I've spent countless hours searching here and there on internet to find the ones I like most, so you'll do well to double checkWink
Just finished checking the fonts, several are open source and some are free for personal use, not sure if there are any issues with distributing the personal use ones with a skin. The first one, All Round Gothic, is a commercial font though, and won't be allowed in the repo. I replaced a few fonts, seems to still be working well. You're right though, took a while to find ones with a similar look and height.

And I shamelessly copied your commit. Thx @braz Smile


RE: Videolyrics for Aeon Nox 5 (Krypton) - djdirty60 - 2017-01-02

(2017-01-01, 20:23)_Andy_ Wrote: @sanity and all Madnox user. Use this link for a Madnox version of the Video Lyrics. GREAT THX and all credits goes to manfeed.

To activate the Video Lyrics go into skin settings / customizers / music visualisation settings / Video Lyrics

Image

https://drive.google.com/open?id=0B0jBz9WdV21yWlc5bEY4ZTRZTkk

good evening

I've tried it, but if I font.xml filler than all my characters are gone and I see nothing, and if I put back the original back then everything is back to normal but then it does not work ....

anyone bother?


RE: Videolyrics for Aeon Nox 5 (Krypton) - sanity - 2017-01-02

Djdirty60

I tried it out just now and I got the same problem unfortunatly.


RE: Videolyrics for Aeon Nox 5 (Krypton) - _Andy_ - 2017-01-03

I missed one line during copy/paste.
open the font.xml with a text editor.
at the top you see
Code:
<?xml version="1.0" encoding="utf-8"?>
<fonts>
    <fontset id="Default" idloc="31390">
    
    <name>lyrics1</name>
    <filename>lyrspin03.ttf</filename>
    <style>lowercase</style>
    <linespacing>0.9</linespacing>
    <size>120</size>
    </font>

change font.xml like this and save.
Code:
<?xml version="1.0" encoding="utf-8"?>
<fonts>
    <fontset id="Default" idloc="31390">
    <font>    
    <name>lyrics1</name>
    <filename>lyrspin03.ttf</filename>
    <style>lowercase</style>
    <linespacing>0.9</linespacing>
    <size>120</size>
    </font>

now it should work.


RE: Videolyrics for Aeon Nox 5 (Krypton) - sanity - 2017-01-03

That partly did the trick for me.
Now the font is back everywhere in kodi but the lyrics looks awful.
All lyrics have the same font and size.


RE: Videolyrics for Aeon Nox 5 (Krypton) - _Andy_ - 2017-01-04

I just checked all again. I did a fresh install of Kodi 17 RC and downloaded the skin from github from mikesilvo164 (Madnox for Krypton).
After that i simple copied all the files and folders from the zip into the madnox folder. Clicked yes to overwrite.

I simple enabled the video lycris and played a song.

The lyrics looks fine as it should.

So i guess you are using the wrong Kodi or Skin or mabye you missed some files from the zip file.


RE: Videolyrics for Aeon Nox 5 (Krypton) - Skiller1 - 2017-01-04

Can I use this Videolyric style in Aeon Nox Silvio? When I copy the files in the Aeon Nox Silvio skin folder nothing happens Sad


RE: Videolyrics for Aeon Nox 5 (Krypton) - manfeed - 2017-01-04

No, in addition you will break other stuff of the mod when overwriting...


RE: Videolyrics for Aeon Nox 5 (Krypton) - Skiller1 - 2017-01-04

Ok Sad, there was nothing to overwrite.


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - manfeed - 2017-01-04

(2017-01-04, 14:31)Skiller1 Wrote: Ok Sad, there was nothing to overwrite.

See the updated first post...


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - Gade - 2017-01-04

Amazing work.

As you already know, I took the liberty of adding this to the Rapier skin.

Thanks again!


@BigNoid: there seems to be missing a "ttf" for font lyrics8b i Font.xml

https://github.com/BigNoid/Aeon-Nox/blob/master/1080i/Font.xml#L100

It's missing for all font sets.


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - BigNoid - 2017-01-04

thx @Gade for spotting that Smile


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - braz - 2017-01-05

@BigNoid, I posted a feature request that would be a big benefit for manfeed's lyrics...

Allow includes in skins' Font.xml


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - Mike_Doc - 2017-01-06

Hi manfeed,

Good to see you're still working away on improving Kodi, this is yet again another excellent additon.

I've added it into Madnox now:

watch gallery


Thanks again manfeed.

Mike.


RE: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod - manfeed - 2017-01-06

(2017-01-06, 16:21)Mike_Doc Wrote: Hi manfeed,

Good to see you're still working away on improving Kodi, this is yet again another excellent additon.

I've added it into Madnox now:

Thanks again manfeed.

Mike.

Thanks Mike, glad to see you like it Nod