View Single Post
Old 08-24-2011, 01:20 AM   #5
ryran
Connoisseur
ryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with othersryran plays well with others
 
Posts: 79
Karma: 2718
Join Date: Aug 2011
Device: Kindle 3G
Quote:
Originally Posted by Jeton View Post
Could someone post a code snippet to paste it in launchpad.ini ?
1.) First, make sure you get the latest version from this newer post.

2.) Assuming your music is in the music folder, you could put in two lines like so:
Code:
Z = !cd /mnt/us/music ; ../system/kinamp -loop 0 */*
Z X = !cd /mnt/us/music ; ../system/kinamp -shuffle -loop 0 */*
The above will launch mplayer on repeat with the Shift+Z shortcut and.. [hopefully obviously] launch mplayer in shuffle mode with Shift+Z+X, assuming your files are organized like so:
Code:
music/album1/file1.mp3
music/album1/file2.mp3
...
music/album2/file1.ogg
...
If you only have loose files in music, change the end of the line to a single asterisk only.

PS: I use a bit more scripting magic to make it possible to skip back & forward between album folders. Once you've tried the above out successfully, let me know if you're interested.

Last edited by ryran; 08-30-2011 at 01:17 AM.
ryran is offline   Reply With Quote