It is currently April 19th, 2024, 7:46 pm

Help with @Include

Get help with creating, editing & fixing problems with skins
magroski
Posts: 2
Joined: April 9th, 2019, 8:06 pm

Help with @Include

Post by magroski »

I read the docs, but it's not clear to me if @Include can be used to extend sections.

Example:

Skin.ini
[Metadata]
@Include=#@#Metadata.inc
Name=Disk
Information=Displays disk usage.
Metadata.inc
[Metadata]
Author=magroski
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0
But when I check the skin information on Rainmeter, it only shows this information:
Name=Disk
Information=Displays disk usage.
Everything else that was Included is not shown.

Is there a way to do this?
User avatar
balala
Rainmeter Sage
Posts: 16146
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help with @Include

Post by balala »

[Metadata] is a quite different then other sections of the skin. You can't include those information, as you are including for example variables.
Details into this topic: https://forum.rainmeter.net/viewtopic.php?f=5&t=14106&p=80309&hilit=include+metadata#p80303
magroski
Posts: 2
Joined: April 9th, 2019, 8:06 pm

Re: Help with @Include

Post by magroski »

Thanks
User avatar
balala
Rainmeter Sage
Posts: 16146
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help with @Include

Post by balala »

You're welcome. Unfortunately that's it...