diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 13:49:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 13:49:32 +0900 |
| commit | a311b30a10e90e3f878937bcf722daa8e75b68c1 (patch) | |
| tree | 01bc6e3d6f14bb41aed0539976079163d0b56bcc /mac/.config/mpv/scripts/navigator.lua | |
| parent | 67dabe8e3427b5f0ab251fe7c35a3192bf3e5c0a (diff) | |
updates
Diffstat (limited to 'mac/.config/mpv/scripts/navigator.lua')
| -rw-r--r-- | mac/.config/mpv/scripts/navigator.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mac/.config/mpv/scripts/navigator.lua b/mac/.config/mpv/scripts/navigator.lua index 4533f60..91f9208 100644 --- a/mac/.config/mpv/scripts/navigator.lua +++ b/mac/.config/mpv/scripts/navigator.lua @@ -35,11 +35,9 @@ local settings = { --favorites in format { 'Path to directory, notice trailing /' } --on windows use double backslash c:\\my\\directory\\ favorites = { - "/media/" .. user, - "/mnt/second/videos", home .. "/Downloads", home .. "/Torrents/complete", - home .. "/Videos", + home .. "/Movies", home .. "/.config/mpv/playlists", }, --list of paths to ignore. the value is anything that returns true for if-statement. |
