Update config.example.yml

The "media" list is not at the right indentation level.
It should be under the "scan" section, not under "priority".
This commit is contained in:
Ripley
2025-11-11 16:56:33 +01:00
committed by GitHub
parent 4c62e5fe9c
commit 9a72a1ebfa

View File

@@ -82,25 +82,25 @@ filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is
# - "fr"
# # Media assets to download
# # Only used by Screenscraper and ES-DE gamelist.xml
# media:
# # Used as alternative cover art
# - box2d # Normal cover art (always enabled)
# - box3d # 3D box art
# - miximage # Mixed image of multiple media
# - physical # Disc, cartridge, etc.
# # Added to the screenshots carousel
# - screenshot # Screenshot (enabled by default)
# - title_screen # Title screen
# - fanart # User uploaded artwork
# # Bezel displayed around the emulatorjs window
# - bezel
# # Manual in PDF format
# - manual (enabled by default)
# # Gameplay video
# - video # Video (warning: large file size)
# # Other media assets (might be used in the future)
# - marquee # Custom marquee
# - logo # Transparent logo
# media:
# # Used as alternative cover art
# - box2d # Normal cover art (always enabled)
# - box3d # 3D box art
# - miximage # Mixed image of multiple media
# - physical # Disc, cartridge, etc.
# # Added to the screenshots carousel
# - screenshot # Screenshot (enabled by default)
# - title_screen # Title screen
# - fanart # User uploaded artwork
# # Bezel displayed around the emulatorjs window
# - bezel
# # Manual in PDF format
# - manual # Manual (enabled by default)
# # Gameplay video
# - video # Video (warning: large file size)
# # Other media assets (might be used in the future)
# - marquee # Custom marquee
# - logo # Transparent logo
# EmulatorJS per-core options
# emulatorjs: