configs/arch-config/scripts/archive/sc-play-music

9 lines
221 B
Plaintext
Raw Normal View History

2022-12-01 16:42:22 +01:00
#!/usr/bin/env bash
2022-12-04 18:47:41 +01:00
mpv --volume=80 \
2022-12-01 16:45:38 +01:00
--af=lavfi=[loudnorm=I=-30:TP=-2:LRA=7] \
--vid=no \
--shuffle \
2023-09-29 12:46:51 +02:00
--loop-playlist=inf \
2022-12-01 16:45:38 +01:00
'https://www.youtube.com/playlist?list=PLw1D9N29TD5KnTi9IWPjsJI1RfcIDf_hU'