Author Topic: media.<filetype>  (Read 3186 times)

cassette

  • Full Member
  • ***
  • Posts: 170
  • Karma: +1/-0
    • View Profile
media.<filetype>
« on: January 27, 2019, 08:34:49 AM »
I'm looking to modify the medium_artwork path for a collection, but I've been unsuccessful so far. The documentation says to modify "media.<filetype>" (http://www.retrofe.nl/wiki/doku.php?id=settings.conf), but I've tried:
Code: [Select]
media.medium_artwork = M:/Media/Games/Metadata/Super Nintendo/medium_artwork
media.<filetype> = M:/Media/Games/Metadata/Super Nintendo/medium_artwork
meda.medium_artwork = M:/Media/Games/Metadata/Super Nintendo/medium_artwork
meda.<filetype> = M:/Media/Games/Metadata/Super Nintendo/medium_artwork
all without success.

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: media.&lt;filetype&gt;
« Reply #1 on: January 27, 2019, 08:57:35 AM »
Those paths are per filetype (and per collection), so you need to set one for each type (logo, video, etc.). What exactly are you trying to do?

cassette

  • Full Member
  • ***
  • Posts: 170
  • Karma: +1/-0
    • View Profile
Re: media.<filetype>
« Reply #2 on: January 27, 2019, 05:56:39 PM »
I'm loading screenshot_1, screenshot_2, and fanart placed in "metadata/<collection>/medium_artwork/" with this:
Code: [Select]
<reloadableImage type="screenshot_1" x="370" y="780" xOrigin="center" yOrigin="center" height="200" layer="4">It works for all collections beacuse the collection name always matches a folder in "metadata", but this one doesn't. So I want to load "metadata/Super Nintendo/medium_artwork/fanart" images for a collection called"Super Nintendo Alternative".

edit: aaaand like you say, I have to do it per type, so "M:/Media/Games/Metadata/Super Nintendo/medium_artwork/screenshot_2" is the complete path, thanks !
« Last Edit: January 27, 2019, 06:01:09 PM by firewater »