From 9a72a1ebfa808ad282397ae862fec1a47e15162b Mon Sep 17 00:00:00 2001 From: Ripley <25407678+LouiseRipley@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:56:33 +0100 Subject: [PATCH] Update config.example.yml The "media" list is not at the right indentation level. It should be under the "scan" section, not under "priority". --- examples/config.example.yml | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/config.example.yml b/examples/config.example.yml index 2b733d067..f870f8c6f 100644 --- a/examples/config.example.yml +++ b/examples/config.example.yml @@ -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: