libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.11k stars 1.82k forks source link

(DB) Pick the .m3u file for multiple CD games for scanning #2292

Open sergiobenrocha2 opened 8 years ago

sergiobenrocha2 commented 8 years ago

RA should pick the .m3u file instead when scanning multiple CD games, like Final Fantasy VII (PlayStation).

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27716661-pick-the-m3u-file-for-multiple-cd-games-in-the-scan-process?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
sergiobenrocha2 commented 8 years ago

A .m3u entry in the playlist does not have any info. Is it reasonable to have info from all the CDs inside the m3u?

johanbcn commented 6 years ago

Are there any plans on how to handle this? Or are you open to suggestions?

I might want to give it a try as my first contribution to an open source project, but I can't promise anything.

RobLoach commented 6 years ago

How would this work? CD media usually uses .cue files?

.m3u files are just a list of titles and filenames, arn't they? It's possible that we could target the individual files instead of the playlist files.