You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/MpvNet.Windows/Resources/editor_conf.txt
+25-16
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,11 @@ default = yes
21
21
option = yes
22
22
option = no
23
23
24
-
name = video-file-extensions
25
-
file = mpvnet
26
-
directory = General
27
-
width = 500
28
-
help = Video file extensions used to create file associations and used by the auto-load-folder feature. (mpv.net option)
29
-
30
-
name = audio-file-extensions
31
-
file = mpvnet
32
-
directory = General
33
-
width = 500
34
-
help = Audio file extensions used to create file associations and used by the auto-load-folder feature. (mpv.net option)
35
-
36
-
name = image-file-extensions
37
-
file = mpvnet
24
+
name = image-exts
25
+
file = mpv
38
26
directory = General
39
27
width = 500
40
-
help = Image file extensions used to create file associations and used by the auto-load-folder feature. (mpv.net option)
28
+
help = Image file extentions to try to match when using --cover-art-auto, --autocreate-playlist or --directory-filter-types. By mpv.net used to create file associations and used by the auto-load-folder feature.
41
29
42
30
name = menu-syntax
43
31
file = mpvnet
@@ -790,6 +778,12 @@ file = mpv
790
778
directory = Video/Screenshot
791
779
help = <0-5> Set the filter applied prior to PNG compression. 0 is none, 1 is 'sub', 2 is 'up', 3 is 'average', 4 is 'Paeth', and 5 is 'mixed'. This affects the level of compression that can be achieved. For most images, 'mixed' achieves the best compression ratio, hence it is the default.
792
780
781
+
name = video-exts
782
+
file = mpv
783
+
directory = Video
784
+
width = 500
785
+
help = Video file extentions to try to match when using --autocreate-playlist or --directory-filter-types. By mpv.net used to create file associations and used by the auto-load-folder feature.
786
+
793
787
name = volume
794
788
file = mpv
795
789
directory = Audio
@@ -833,6 +827,12 @@ default = yes
833
827
option = yes
834
828
option = no
835
829
830
+
name = audio-exts
831
+
file = mpv
832
+
directory = Audio
833
+
width = 500
834
+
help = Audio file extentions to try to match when using --audio-file-auto, --autocreate-playlist or --directory-filter-types. By mpv.net used to create file associations and used by the auto-load-folder feature.
835
+
836
836
name = slang
837
837
file = mpv
838
838
directory = Subtitle
@@ -1097,10 +1097,19 @@ file = mpv
1097
1097
directory = Playback
1098
1098
help = <N|inf|force|no> Loops playback N times. A value of 1 plays it one time (default), 2 two times, etc. inf means forever. no is the same as 1 and disables looping. If several files are specified on command line, the entire playlist is looped. The force mode is like inf, but does not skip playlist entries which have been marked as failing. This means the player might waste CPU time trying to loop a file that doesn't exist. But it might be useful for playing webradios under very bad network conditions.
1099
1099
1100
+
name = autocreate-playlist
1101
+
file = mpv
1102
+
directory = Playback
1103
+
help = When opening a local file, act as if the parent directory is opened and create a playlist automatically.\n\nno: Load a single file (mpv default).\n\nFilter: Create a playlist from the parent directory with files matching --directory-filter-types. (mpv.net default)\n\nsame: Create a playlist from the parent directory with files matching the same category as the currently loaded file. One of the *-exts is selected based on the input file and only files with matching extensions are added to the playlist. If the input file itself is not matched to any extension list, the playlist is not autogenerated.
1104
+
default = filter
1105
+
option = no
1106
+
option = filter
1107
+
option = same
1108
+
1100
1109
name = auto-load-folder
1101
1110
file = mpvnet
1102
1111
directory = Playback
1103
-
help = For single files automatically load the entire directory into the playlist. (mpv.net option)
1112
+
help = For single files automatically load the entire directory into the playlist. (deprecated mpv.net option, autocreate-playlist can be used instead)
0 commit comments