Eskin block segment fanart sub block - accident12123/eversion GitHub Wiki

Overview:

Fanart is special variation of image for hardware players supporting high res full screen backgrounds that will change when your scrolling through a menu.

Format:

<segment> <fanart> <file></file> <hyper></hyper> </fanart> </segment>

FILE

The path and filename (including extension) to your image. Paths are relative to your skins media folder unless variables for shared or jukebox are used.

This field is variable friendly to include images from titles or data from the title. See variables for more info.

HYPER

Hyper is the Hyperscroll draw level of your fanart. It should be a number between 1 and 4 and will be set to 1 if missing or invalid.

For more information on Hyperscroll, draw levels and recommendations see: eversion:eskins:dev

USAGE NOTES

  • fanart only supports full screen artwork.
  • There should only be 1 fanart block per segment.
  • fanart only works in segments.
  • You can also have a background block outside of the segment.

Example:

<segment> <fanart> <file>[:@jukebox:][:fanarturl:}.jpg</file> <hyper>1</hyper> </fanart> </segment>

⚠️ **GitHub.com Fallback** ⚠️