Split into multiple lines
This commit is contained in:
parent
4a8287790a
commit
c637f2263f
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
mpv --volume=70 --af=lavfi=[loudnorm=I=-30:TP=-2:LRA=7] --vid=no --shuffle 'https://www.youtube.com/playlist?list=PLw1D9N29TD5KnTi9IWPjsJI1RfcIDf_hU'
|
||||
mpv --volume=70 \
|
||||
--af=lavfi=[loudnorm=I=-30:TP=-2:LRA=7] \
|
||||
--vid=no \
|
||||
--shuffle \
|
||||
'https://www.youtube.com/playlist?list=PLw1D9N29TD5KnTi9IWPjsJI1RfcIDf_hU'
|
||||
|
Loading…
Reference in New Issue
Block a user