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
112 stars 13 forks source link

Preserve playlist options #19

Closed porg closed 2 years ago

porg commented 2 years ago

Reproduction

  1. Import a playlist in version 1.5 format which also has playlist options like this:
    {
    "version": "1.5",
    "default_core_path": "…",
    "default_core_name": "…",
    "label_display_mode": 5,
    "right_thumbnail_mode": 0,
    "left_thumbnail_mode": 0,
    "sort_mode": 0,
    "items": [
    {… }, {… }, {… },  # Playlist items
    ]
    }
  2. Perform your playlist operations.
  3. Click "Save playlist".
  4. Inspect the resulting playlist.

Actual

Expected

Workaround

Screenshot

Playlist v1.5 and how its exported as v1

marcrobledo commented 2 years ago

Done!