Fic mpxplayer block
This commit is contained in:
parent
b05f18aeea
commit
8acb0d670e
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ socket="${SOCKET:-/tmp/mpvsocket}"
|
|||
#esac
|
||||
|
||||
|
||||
echo '{ "command": ["get_property_string", "filtered-metadata"] }' | socat - /tmp/mpvsocket | jq '.data' | sed 's/"{\\"icy-title\\":\\"//g' | sed 's/\\"}"//g'
|
||||
echo '{ "command": ["get_property_string", "filtered-metadata"] }' | socat - "${socket}" | jq '.data' | sed 's/"{\\"icy-title\\":\\"//g' | sed 's/\\"}"//g'
|
||||
echo ""
|
||||
echo "#00FF00"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue