MiczFlor / RPi-Jukebox-RFID

A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
http://phoniebox.de
MIT License
1.37k stars 398 forks source link

How to leave MP3s on USB-Stick #22

Closed sigmaeo closed 6 years ago

sigmaeo commented 6 years ago

Sorry this is not a real issue, only a hint: You may add this to the readme, how one can use RPi-Jukebox with MP3s on an USB stick. The USB-stick is automatically mounted to /media/usb0 I leave all MP3 there and put only softlinks to the audiofile folder with this command:

ln -s /media/usb0/* /home/pi/RPi-Jukebox-RFID/shared/audiofolders/

This may help some beginners.

MiczFlor commented 6 years ago

@sigmaeo nice one, will do that.

MiczFlor commented 6 years ago

@sigmaeo added it here: https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/master/docs/MANUAL.md#playing-audio-files-from-a-usb-stick