marcrobledo / retroarch-playlist-editor

This web app allows you to create and edit .lpl playlist files for RetroArch.
https://www.marcrobledo.com/retroarch-playlist-editor/
Other
117 stars 14 forks source link

Offer export option "Keep core as-is" (core_path and core_name remain unchanged) #20

Closed porg closed 2 years ago

porg commented 2 years ago
Playlist export option core as Android Playlist export option core as DETECT

Playlist v1 5 and how its exported as v1

marcrobledo commented 2 years ago

What would be the advantages for this?

Any time you add/merge a playlist, its content's core path are added to the select dropdown (and selected automatically). So the core paths are kept. Unless you want to mix various different core paths in a single playlist, but I don't think no one wants to do that.

porg commented 2 years ago

Submission of my issue is already 2 months ago, so I hope I recall correctly, but AFAIR:

marcrobledo commented 2 years ago

I've got a Mega Man playlist with various NES, SNES and PSX cores made with (the now old!) Retroarch Playlist Editor and it works flawlessly. As long as all cores are installed under the same directory, you can use mixed cores in the same playlist. When saving the playlist, the chosen core path gets the * replaced with the content core filename when saving the playlist.

porg commented 2 years ago

Cool! So you implemented the feature.

How is this shown to the user? Core Path: [ Keep core as-is ▾ ]

marcrobledo commented 2 years ago

This was already implemented. User doesn't need to do anything but choose the playlist core path for his/her device. All core file names will be set correctly when saving.