mpv: fix music auto-profile detection when mpv is invoked inside the ~/Music directory itself

This commit is contained in:
2024-11-25 13:07:31 +00:00
parent e60faa08ea
commit ba8c3f8123

View File

@@ -128,7 +128,7 @@ image-display-duration=2
[music] [music]
# never resume music files (but still resume other audio files e.g. podcasts) # never resume music files (but still resume other audio files e.g. podcasts)
profile-cond=get("path", ""):find("Music/") profile-cond=(get("working-directory", "") .. "/" .. get("path", "")):find("Music/")
watch-later-options-remove=start watch-later-options-remove=start
# XXX(2024/11/25): resume-playback option is processed early -- before auto-profiles are fully evaluated, # XXX(2024/11/25): resume-playback option is processed early -- before auto-profiles are fully evaluated,
# but watch-later-options-remove=... or save-position-on-quit=... are processed later # but watch-later-options-remove=... or save-position-on-quit=... are processed later