FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

Paths to soundfiles should be stored relative to session file #221

Closed musger closed 2 years ago

musger commented 2 years ago

I might be wrong, but does LiSP use absolute file system paths to find the soundfiles for a cue list? I was moving a directory holding the files and the session .lsp file to a different file system location and am getting red circles trying to play back a cue. Checking the file location it lists the former absolute path of the files from when I created the project. If this is the case it's a major drawback not being able to move project directories around.

FrancescoCeruti commented 2 years ago

In the upcoming version path will be relative to the session file :) See #23