-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
682c4e7
commit 3c0de71
Showing
5 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,19 @@ | ||
# RetroArch Playlist Editor | ||
This web app allows you to create and edit .lpl playlist files for RetroArch. | ||
This web app allows you to easily create and edit .lpl playlist files for RetroArch. | ||
|
||
**Features:** | ||
* drag and drop existing playlists and/or content | ||
* sort scontent manually or automatically | ||
* filters content | ||
* massive replace content name | ||
* massive edits content path and core | ||
* renames unknown content automatically by opening a .rdb database, useful when creating playlists for MAME or FB Alpha (see below) | ||
* compatible with old LPL (<1.7.5) and new JSON (>1.7.6) formats | ||
* useful for editing playlists for handheld and console RetroArch versions | ||
* sorts playlist content | ||
* edits content path and core massively | ||
* remove region and language tags massively | ||
* internal databases can set correct content names for Arcade playlists (MAME or FB Neo) | ||
* compatible with both LPL formats (JSON and Legacy) | ||
* useful for arranging and editing playlists for handheld and console RetroArch versions | ||
* made in vanilla JS, compatible with all current web browsers | ||
|
||
### Usage | ||
RetroArch Playlist Editor interface tries to be as minimalist as possible and it's mostly self-explanatory. | ||
|
||
**Import content button:** allows you to browse your files and add content to the current playlist (or just drag and drop them in the window). Alternatively, this button can also be used to open an existing .lpl playlist. | ||
|
||
**Selecting items:** multiple selection in the playlist can be done by holding Ctrl or Shift keys | ||
|
||
**Edit content button:** lets you edit massively the selected items (set core, content path...) | ||
|
||
|
||
|
||
|
||
### Rename content by .rdb database | ||
RetroArch does not identify content names in some systems like MAME or FB Alpha when importing content. e.g.: ```mslug3.zip``` should be named **Metal Slug 3**. | ||
RetroArch Playlist Editor can fix that for you. | ||
1. Open your .lpl playlist file (e.g.: ```MAME.lpl```) | ||
2. Drag and drop the needed .rdb database (e.g.: ```databases/MAME.rdb```) | ||
3. Done! | ||
All content will be identified by its filename and will be renamed correctly (and get the crc tag too). Database files are found in every RetroArch distribution. | ||
|
||
**Edit content button:** lets you edit massively the selected items (rename, set core, content path...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters