You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I randomly select an audio track in a folder to loop playback
(for example I have 5 songs that I want to play at random in a folder called "music")
The text was updated successfully, but these errors were encountered:
you will have to modify the folder locations and frequency listed but this will take your mp3s shuffle them and broadcast them over and over and over until you eventually want to curl up in a ball at disney world because the five nation army song just came on for the 200000000 time.
i got a little off topic there in short, use code above modify the folder from "/mnt/Music" to your music folder (yes nested work but may be slow on massive networked libraries) and modify the frequency as needed it is currently set in this post to 93.5mhz
hope this helps even though i am a little late to this thread
edit save the code above as a file named "shuffle.sh" then make it executable "chmod +x" and then you can run it with "./shuffle.sh"
How do I randomly select an audio track in a folder to loop playback
(for example I have 5 songs that I want to play at random in a folder called "music")
The text was updated successfully, but these errors were encountered: