Skin.ini change fronts

Hello
i don t understand how to have bigger front, i can do it on Play List
i have to write
[Playlist]
ArtistFontName=Arial
ArtistFontSize=10
ArtistFontStyle=0
TitleFontName=Arial
TitleFontSize=10
TitleFontStyle=1

for carwalls it works also

[CartWall]
NameFontName=Arial
NameFontSize=10
NameFontStyle=1
StateFontName=Arial
StateFontSize=0
StateFontStyle=0
TimeFontName=Arial
TimeFontSize=15
TimeFontStyle=1
ArtistFontName=Arial
ArtistFontSize=15
ArtistFontStyle=0
TitleFontName=Arial
TitleFontSize=15
TitleFontStyle=0

but i want to have the same in database and there is nothing
it says The settings go either into the [DatabaseLibrary] (Library list only),
[DatabaseTree] (Library tree), [LibraryPlaylist] (playlist) or [Database] (all three) section.

but i can t do in the skin.ini
what i have to do for the same on database???

[Database]
ArtistFontName=Arial
ArtistFontSize=60
ArtistFontStyle=1
TitleFontName=Arial
TitleFontSize=60
TitleFontStyle=1

Thanks for help

Nobody have answer to my question?

As far as I know, it is not possible to edit the database in the skin.ini.

so why in reference skin ini
they say

Database Window

For the Library browser and Playlist view in the mAirListDB window, there are

Font The font to use
NodeHeight Node height – increase when using a bigger FontSize

The settings go either into the [DatabaseLibrary] (Library list only), [DatabaseTree] (Library tree), [LibraryPlaylist] (playlist) or [Database] (all three) section.

My mistake… Sorry! Advanced settings do not work here in the skin.ini for the database, but Font, however, does. I did it with…

[Database]
NodeHeight=15
FontName=Cascadia Code
FontSize=10

…and it works.

The only thing that doesn’t work are special conditions like you tried:

So it only works with Font[...]. Artist and title cannot be set separately here.

Yes it works ,thanks

1 Like

it works for database
[Database]
NodeHeight=40
FontName=Arial
FontSize=12
FontStyle=1

for library it works[DatabaseLibrary]
NodeHeight=40
FontName=Arial
FontSize=12
FontStyle=1

it works for tree
[DatabaseTree]
NodeHeight=40
FontName=Arial
FontSize=12
FontStyle=1

but for olny playlist it doesn t work why? i have done

[LibraryPlaylist]
NodeHeight=40
FontName=Arial
FontSize=12
FontStyle=1

OK i ve found for having olny playlist you have to write
[DatabasePlaylist]
NodeHeight=30
FontName=Cascadia Code
FontSize=12
FontStyle=0