Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: show playlist files in the file navigation menu #927

Merged
merged 1 commit into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. feat: show playlist files in the file navigation menu

    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. tomasklaen#926
    christoph-heinrich committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0e9cfce View commit details
    Browse the repository at this point in the history