forked from extern/nix-config
mpv: Use tmp directory for total playtime
The /tmp/ directory is quite useful.
This commit is contained in:
parent
cc59ab4c58
commit
9062ef8e9a
2
mpv/.config/mpv/scripts/total_playtime.lua
vendored
2
mpv/.config/mpv/scripts/total_playtime.lua
vendored
@ -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'
|
||||
|
||||
-----------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user