[SOLVED] RocketLauncher can't read MAME genres for media?

Status
Not open for further replies.

bleasby

RocketLauncher Developer
Developer
Metalzoic,
RocketLauncher v1.0.1.5 will include code to replace any database invalid filename character to fix the issue that you found.

The rule will be:
Code:
/,*,| are replaced by "-"
: is replaced by " - "
?,",<,> are removed
Any double blank spaces are removed to search for media files

Also, the subfolders found on the fade _default folder will be replaced by RocketLauncher Media folders for Genre, Publisher, Developer, Rating and Year (for example: RocketLauncher\Media\Genre\Sports-Wakeboarding.png).
This will allow to a better organization and also to share this media among other RocketLauncher features (and not only fade as it is right now).
 

brolly

Administrator
Developer
Bleasby wait, for the genres / and | should be replaced with \ so we can have them stored in sub-folders following the genre tree!
 

Metalzoic

New member
RL Member
Metalzoic,
RocketLauncher v1.0.1.5 will include code to replace any database invalid filename character to fix the issue that you found.

The rule will be:
Code:
/,*,| are replaced by "-"
: is replaced by " - "
?,",<,> are removed
Any double blank spaces are removed to search for media files

Also, the subfolders found on the fade _default folder will be replaced by RocketLauncher Media folders for Genre, Publisher, Developer, Rating and Year (for example: RocketLauncher\Media\Genre\Sports-Wakeboarding.png).
This will allow to a better organization and also to share this media among other RocketLauncher features (and not only fade as it is right now).

Nice. Thanks guys!
 
Status
Not open for further replies.
Top