mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

Support roms in subdirectories V 2.7.0 not working #745

Open linuxarcade opened 1 year ago

linuxarcade commented 1 year ago

This was a function I wanted for a long time, as I have a karaoke project using a frontend. As I'm a fan of AM, I tried with version 2.7.0, as reported in the changelog:

spilinek (2 commits) Support roms in subdirectories Fix video related crashes

Here's the configuration I'm using, but without success:

# Generated by Attract-Mode v2.7.0 # executable D:\Program Files\VideoLAN\VLC\vlc.exe args --fullscreen --play-and-exit --aspect-ratio=16:9 --no-video-title-show "[romfilename]" rompath E:\BackupKaraoke\roms\karaoke\2-INTERNACIONAL romext .mp4;.MP4;.mkv;.MKV;.webm;.WEBM artwork flyer artwork marquee artwork snap artwork wheel

Maybe I'm making some mistake. Please save me. Thanks a lot in advance.

spilinek commented 1 year ago

In order to use subdirectories you have to use [name] in the rompath.

Example: rompath $HOME/roms/psx/[name]

The other requirement is you have to create subdirectories named for each room.

linuxarcade commented 1 year ago

Let me give more details about my case. Maybe I'm setting something up wrong. My folder structure is like this:

Screenshot_52

Inside the 2-INTERNATIONAL folder there are 27 folders, which correspond to the letters of the alphabet and one for roms starting with 0-9.

Screenshot_10

I included the [name] parameter in the rompath -rompath E:\BackupKaraoke\roms\karaoke\2-INTERNACIONAL\[name] - but when generating the list, I get this message:

Screenshot_12

I believe it's something simple that I'm failing, so I thank you in advance for your patience and exemplary work with this frontend.