• JetpackJackson@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    5 months ago
    #!/usr/bin/env bash
    mpc load $1
    mpc volume 80
    mpc random on
    mpc play
    

    Name it shufflenplay so then you can shufflenplay <playlist name>

  • Ephera@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    I actually even made my own bullshit-Spotify. As in, I’ve got a server running on a single-board computer which reads my music folder and serves a small music player as a webpage.

    I didn’t want to install a music player client on my work laptop, but still wanted to listen to my own songs there.

    • shimdidly@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      So real. I’ve always thought music apps like iTunes/Spotify etc. were superfluous when you already have a file system and sym links.