From 01b51d1f7257a8fefbac070e5769adc36d03b1dd Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 17 Apr 2025 21:09:23 +0200 Subject: [PATCH] options: add cue to --playlist-exts's defaut value --- DOCS/interface-changes/playlist-exts.rst | 1 + options/options.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 DOCS/interface-changes/playlist-exts.rst diff --git a/DOCS/interface-changes/playlist-exts.rst b/DOCS/interface-changes/playlist-exts.rst new file mode 100644 index 0000000000..8adaf27c84 --- /dev/null +++ b/DOCS/interface-changes/playlist-exts.rst @@ -0,0 +1 @@ +add `cue` to `--playlist-exts`' default value diff --git a/options/options.c b/options/options.c index 86d97b443c..f25d435950 100644 --- a/options/options.c +++ b/options/options.c @@ -1072,7 +1072,7 @@ static const struct MPOpts mp_default_opts = { "zip", "rar", "7z", "cbz", "cbr", NULL }, .playlist_exts = (char *[]){ - "m3u", "m3u8", "pls", "edl", NULL + "cue", "edl", "m3u", "m3u8", "pls", NULL }, .sub_auto_exts = (char *[]){