-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show playlist files in the file navigation menu (#927)
So far the file navigation menu would only show media files and directories, but opening playlist files via that menu is a valid use case as well. From a quick look at demux_playlist.c and a bit of testing, those seem to be the only playlist formats mpv supports. mpv can also open .txt files as playlists, but they need to be provided via the --playlist=<path> argument and thus don't work here. ref. #926
- Loading branch information
1 parent
1c38d4d
commit 3bf774b
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters