Okay, I hope this is an at least halfway appropriate forum for my question:
I have my music in a folder home/gekko/tunes, most of them are spread across subfolders like /tunes/albumname but some are directly in the /tunes folder.
Now when I play music from the commandline using
Code:
madplay --verbose --shuffle --repeat /home/gekko/tunes/*/*
I was hoping that the first of the two wildcards also included all the single mp3s directly in the tunes folder to my "playlist" - but for some reason it ignores them and only plays all the songs in all the subfolders back.
Is there any way I can change the path-expression to have all the files play back?