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

Added section "Advanced Playlist Management" with 3rd party web app #697

Merged
merged 2 commits into from
Feb 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/guides/roms-playlists-thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ MAME 2003-Plus.lpl
5. CRC or Serial number for database and other matching purposes. **You can omit the CRC or Serial for a manually created playlist entry by using the word DETECT here instead, although it may limit your ability to use Netplay for this playlist entry.**
6. The name of this playlist, ending in the extension .lpl

### Advanced Playlist Management

- The 3rd party web app [Retroarch Playlist Editor](https://www.marcrobledo.com/retroarch-playlist-editor/) let's you do just what the name tells.
- You can either edit your existing playlists or create new playlists by mixing/merging existing playlists.
- You can reorder one or multiple entries by drag-n-drop.
- You can rename individually or per find and replace (also RegEx).
- It let's you do batch operations such as "Sort by name" or "Change core for selected".
- Very handy to customize your playlists. (Until one day RetroArch may offer that itself).
fpscan marked this conversation as resolved.
Show resolved Hide resolved

## Thumbnails

RetroArch can display three types of thumbnails for games in playlists, depending on the specific RetroArch menu driver in use:
Expand Down