Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

options: add --archive-exts and --playlist-exts #15551

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guidocella
Copy link
Contributor

options: add --archive-exts

And add archive to --directory-filter-types' default.

Fixes #15550, fixes #15096.

options: add --playlist-exts

And add playlist to --directory-filter-types' default.

Fixes #15096 (comment), fixes #15508

Copy link

github-actions bot commented Dec 20, 2024

Download the artifacts for this pull request:

Windows
macOS

@@ -1037,6 +1039,12 @@ static const struct MPOpts mp_default_opts = {
"avif", "bmp", "gif", "heic", "heif", "j2k", "jp2", "jpeg", "jpg",
"jxl", "png", "qoi", "svg", "tga", "tif", "tiff", "webp", NULL
},
.archive_exts = (char *[]){
"zip", "rar", "7z", NULL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be nice to have comic book archives too (cbz, cbr, etc.).

@guidocella guidocella force-pushed the archive-playlist-exts branch 2 times, most recently from 63b9b7c to a906d18 Compare December 22, 2024 08:39
And add archive to --directory-filter-types' default.

Fixes mpv-player#15550, fixes mpv-player#15096.
And add playlist to --directory-filter-types' default.

Fixes
mpv-player#15096 (comment),
fixes mpv-player#15508
@guidocella guidocella force-pushed the archive-playlist-exts branch from a906d18 to 65a29ee Compare December 22, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically create a playlist of archives like rar,zip,etc mpv fails to play archive underneath directory
2 participants