Skip to content

Instantly share code, notes, and snippets.

@ashlinaronin
Last active September 13, 2022 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashlinaronin/0cacdd1cd48ce996f13bca127bc83be2 to your computer and use it in GitHub Desktop.
Save ashlinaronin/0cacdd1cd48ce996f13bca127bc83be2 to your computer and use it in GitHub Desktop.
singing fish raspberry pi media player setup
# idea from https://forums.raspberrypi.com/viewtopic.php?t=17051
# I added the --loop param which will loop the whole playlist (as opposed to --repeat which will repeat individual tracks)
[Desktop Entry]
Type=Application
Exec=vlc --loop /media/ashlin/HI/singing-fish/singing-fish-usb-playlist.m3u
#EXTM3U
file:///media/ashlin/HI/singing-fish/singing-fish-betty-2022.mp3
file:///media/ashlin/HI/singing-fish/singing-fish-riviera-004.wav
@ashlinaronin
Copy link
Author

ashlinaronin commented Sep 13, 2022

File locations:

  • /home/ashlin/.config/autostart/autovlc.desktop (this should go in your user folder, mine happens to be ashlin)
  • /media/ashlin/HI/singing-fish/singing-fish-usb-playlist.m3u (HI is my usb drive)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment