Open zDEFz opened 4 days ago
The functionality of autoload.lua
already exists with the --autocreate-playlist
option.
--directory-filter-types=video
The functionality of
autoload.lua
already exists with the--autocreate-playlist
option.
Not quite sure why this is at demuxer section
--directory-filter-types=video
I am happy that I asked in GitHub. I did plow through the documentation and man file for hours and came back with nothing.
mpv Information
Other Information
Reproduction Steps
1
mpv --no-config --log-file=output.txt <video folder>
2 Wait till the current file has played and the next startExpected Behavior
After the current video is finished, the next video starts
Actual Behavior
After the current video finishes, a cover art from the current video appears, and then the next video starts
Additional Info
1
I found out that I can make use of https://github.com/occivink/mpv-scripts#blacklist-extensionslua
2
I found out that I can make use of https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua
Log File
[output.txt](https://github.com/user-attachments/files/17852540/output.txt)
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.This may be a duplicate of #2595