refactor: renamed next_file_on_end to autoload

This commit is contained in:
tomasklaen
2022-09-23 11:59:00 +02:00
parent 3226a0d33e
commit 612e2a5cc4
3 changed files with 6 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ window_border_opacity=0.8
# If there's no playlist and file ends, load next file in the directory
# Requires `keep-open=yes` in `mpv.conf`.
next_file_on_end=no
autoload=no
# Enable playlist/directory navigation shuffling
# This is required to implement shuffling that works as expected, including
# directory navigation, since mpv's built in `shuffle` option is essentialy unusable.