File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ Each key and phrase must have a space between them.
2929 set bind_reload=r reload
3030 set bind_randomizer=
3131
32+
33+ ### Manual Mode ###
34+ Following v1.4.2, Manual Mode lets you choose what search mode you want upon each run.
35+ By Default, this is disabled.
36+
37+ set manual_mode=0
38+ 0 - Disabled
39+ 1 - Enabled
40+
3241### Search Criteria ###
3342Following v1.4.1, you can choose what file types you want to open.
3443
@@ -38,8 +47,11 @@ Following v1.4.1, you can choose what file types you want to open.
3847 ::3 = Music
3948 ::4 = Images, Videos, Music
4049 ::5 = Every possible file type (CAUTION: Will literally open anything)
50+ v1.4.2
51+ ::5 = Your preferred file type (CAUTION: Will literally open anything)
4152
4253Here is list of search criteria types:
54+ Pre v1.4.1
4355
4456 ::Image file types
4557 set file_type1.1=.png
@@ -57,6 +69,17 @@ Here is list of search criteria types:
5769 set file_type3.3=.wav
5870 set file_type3.4=.wma
5971
72+ v1.4.2 and beyond:
73+
74+ ::Image file types
75+ set file_image=.png .jpg .jpeg .webp
76+ ::Video file types
77+ set file_video=.mp4 .mkv .mov .webm
78+ ::Music file types
79+ set file_music=.mp3 .m4a .wav .wma
80+ ::Invalid file types or keywords to save you headache on avoiding certain files. Can be left empty.
81+ set file_filter=.exe
82+
6083### Timeout Search Limit ###
6184Following v1.4.1, you can set how many times you want the Randomizer to shuffle.
6285Default shuffle count: 250
You can’t perform that action at this time.
0 commit comments