From 3866d69a3df22daa2615516c8efe27fd3983499b Mon Sep 17 00:00:00 2001 From: Marty Date: Sun, 12 Jun 2022 10:50:18 +0300 Subject: [PATCH] update script opts dir in the comment iina using mpv was not looking for opts in ~./mpv/script-opts/lastfm.conf, but ~/.config/mpv/script-opts/lastfm.conf works fine --- last.fm/mpv-lastfm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last.fm/mpv-lastfm.lua b/last.fm/mpv-lastfm.lua index 4cbb2bd..eacbbf4 100755 --- a/last.fm/mpv-lastfm.lua +++ b/last.fm/mpv-lastfm.lua @@ -4,7 +4,7 @@ -- put this file in ~/.config/mpv/scripts -- put https://github.com/hauzer/scrobbler somewhere in your PATH -- run `scrobbler add-user` and follow the instructions --- create a file ~/.mpv/script-opts/lastfm.conf with the following content: +-- create a file ~/.config/mpv/script-opts/lastfm.conf with the following content: -- username= local msg = require 'mp.msg'