Disable video output

This commit is contained in:
RealStickman 2022-12-01 16:44:40 +01:00
parent 8bff32555a
commit 4a8287790a

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
mpv --volume=70 --af=lavfi=[loudnorm=I=-30:TP=-2:LRA=7] --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'