Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cue behavior for m3u files, too #236

Open
MickL opened this issue Oct 10, 2018 · 0 comments
Open

Add cue behavior for m3u files, too #236

MickL opened this issue Oct 10, 2018 · 0 comments

Comments

@MickL
Copy link

MickL commented Oct 10, 2018

The following files are scraped fine:

  • game (track 1).bin
  • game (track 2).bin
  • game.cue

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:

  • game (disc 1).bin
  • game (disc 2).bin
  • game (disc 1).CD1
  • game (disc 2).CD2
  • game.m3u

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

  • Find m3u files and use file-list as cue files
  • Generate a single entry for m3u file
  • Generate no entry for bin files

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant