Skip to content
Commit 220c110b authored by Yerrey Dev's avatar Yerrey Dev Committed by Nate Graham
Browse files

Support saving playlist with relative paths

Adds the support for saving playlists with relative paths in cases where
the music files are located in the same folder as the playlist to be saved.
This setting is "Prefer relative paths" by default as that seems to be
common with most music players.

A new persistent config `alwaysUseAbsolutePlaylistPaths` is created, which
is then checked in `MediaPlayListProxyModel::savePlaylist`. With a false
value, music files in the same folder as the playlist are pathed with just
the filename, otherwise with absolute paths. With a true value an absolute
path is always used.

BUG: 449262
FIXED-IN: 22.12
parent 0fcddb0d
Pipeline #222910 passed with stage
in 4 minutes and 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment