-
|
I was trying to use mpv in a way that I regularly use VLC, to play files in another location in a random order from a playlist. However, whenever I invoke it, it assumes the entries in the playlist, rather than being absolute paths, are in the directory the playlist resides and always errors out. Is there a way to get mpv to read playlist entries as absolute paths and not files that are in the same directory as the playlist? I've done some searching and read around in the manual, but can't find any such option. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Absolute paths in playlists work as expected for me. What does your playlist look like? |
Beta Was this translation helpful? Give feedback.
Ah okay, it's if I have the full path in quotes that it does the thing. I need to exclude the quotes and escape any spaces and etc in the path. Thanks!