1
0
forked from extern/nix-config

mpv: Use tmp directory for total playtime

The /tmp/ directory is quite useful.
This commit is contained in:
Donovan Glover 2022-12-15 11:02:55 -05:00
parent cc59ab4c58
commit 9062ef8e9a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,7 +29,7 @@
key_binding = 'F12'
-- save probed files for future reference -- ${fname} \t ${duration}
save_probed = true
saved_probed_filename = '~/.config/mpv/scripts/total_playtime.list'
saved_probed_filename = '/tmp/mpv_total_playtime.list'
-----------------------------------