sselph / scraper

A scraper for EmulationStation written in Go using hashing
MIT License
449 stars 88 forks source link

Add cue behavior for m3u files, too #236

Open MickL opened 5 years ago

MickL commented 5 years ago

The following files are scraped fine:

It will generate one entry for game.cue and skip the bin files. The exact same behavior should be integrated when using m3u files to connect multiple disks as described in the documentation:

while game.m3u is just a simple list of the cue files (which have been renamed):

game (disc 1).CD1
game (disc 2).CD2

Current behavior: Scraper does not find a cue file and will create an entry for each bin file. Also it will create no entry for the m3u file.

Desired behavior

Link to Retropie Documentation on using M3U playlist for Multi-disc Games