Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - latreides

Pages: [1]
1
General Discussion & Help / Crash on startup with no speakers
« on: April 07, 2018, 07:11:01 AM »
When I launch RetroFE on Windows 10 with no speakers or headphones connected, it crashes instantly.

2
RetroFE would be even better if it could automatically load m4u play list files and exclude the files in the playlist.  To the best of my knowledge, such a feature does not yet exist in RetroFE.

For example, lets say my directory looks like this:
Code: [Select]
Game A.cue
Game B.cue
Game C (Disc 1).cue
Game C (Disc 2).cue
Game C.m4u

Assuming Game C.m4u looks like this:
Code: [Select]
Game C (Disc 1).cue
Game C (Disc 2).cue

Then the ideal "list" generated from this is:
Code: [Select]
Game A.cue
Game B.cue
Game C.m4u

To do this:

RetroFE should load a list of all of the files as it normally would, with the addition of m4u files.  Lets call this Set A.
It should then read the contents of all of the m4u files in Set A.  Lets call this Set B.
The final list should be Set A minus everything in Set B.

Pages: [1]