mpd - Alle Songs in zufälliger Reihenfolge abspielen
Posted by wnf on Tuesday, 12 April 2022
#! /bin/bash # Playlist leeren, bis auf den aktuellen song mpc crop # Alle Songs an die aktuelle Playlist anhängen mpc ls | mpc add # Mischt alle Songs der Playlist. mpc shuffle # Die Playlist abspielen mpc play