Kodi Community Forum

Full Version: Videolyrics for Aeon Nox 5 (Krypton) and Silvo mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
(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
(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=0B0jBz9...EY4ZTRZTkk

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?
Djdirty60

I tried it out just now and I got the same problem unfortunatly.
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.
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.
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.
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
No, in addition you will break other stuff of the mod when overwriting...
Ok Sad, there was nothing to overwrite.
(2017-01-04, 14:31)Skiller1 Wrote: [ -> ]Ok Sad, there was nothing to overwrite.

See the updated first post...
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...t.xml#L100

It's missing for all font sets.
thx @Gade for spotting that Smile
@BigNoid, I posted a feature request that would be a big benefit for manfeed's lyrics...

Allow includes in skins' Font.xml
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.
(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
Pages: 1 2 3 4 5 6