hi,
I'm running "j2re1.4" on a Debian sarge
and when i do a "sh jshuffle.sh -m /mnt/ipod --list" (with the new jshuffle.jar that I've downloaded from Files section )
I receive
jshuffle v0.2-RC1 for iPod Shuffle
This software released under the term of GPL.
Mar 18, 2006 10:49:25 AM com.landak.ipod.iTunesDB load
INFO: Number of musics: 206
Mar 18, 2006 10:49:25 AM com.landak.ipod.iTunesSD load
INFO: Musics in iTunesSD: 207
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 206, Size: 206
at java.util.ArrayList.RangeCheck(ArrayList.java:507)
at java.util.ArrayList.get(ArrayList.java:324)
at com.landak.ipod.iTunesDB.applyplayorder(iTunesDB.java:97)
at com.landak.ipod.iTunesDB.load(iTunesDB.java:196)
at com.landak.jshuffle.Cli.loaddb(Cli.java:298)
at com.landak.jshuffle.Cli.main(Cli.java:159)
I have similar problems with other commands than --list ...
thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
I'm running "j2re1.4" on a Debian sarge
and when i do a "sh jshuffle.sh -m /mnt/ipod --list" (with the new jshuffle.jar that I've downloaded from Files section )
I receive
jshuffle v0.2-RC1 for iPod Shuffle
This software released under the term of GPL.
Mar 18, 2006 10:49:25 AM com.landak.ipod.iTunesDB load
INFO: Number of musics: 206
Mar 18, 2006 10:49:25 AM com.landak.ipod.iTunesSD load
INFO: Musics in iTunesSD: 207
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 206, Size: 206
at java.util.ArrayList.RangeCheck(ArrayList.java:507)
at java.util.ArrayList.get(ArrayList.java:324)
at com.landak.ipod.iTunesDB.applyplayorder(iTunesDB.java:97)
at com.landak.ipod.iTunesDB.load(iTunesDB.java:196)
at com.landak.jshuffle.Cli.loaddb(Cli.java:298)
at com.landak.jshuffle.Cli.main(Cli.java:159)
I have similar problems with other commands than --list ...
thanks for your help!
Please try downloading test/macos
then replace jshuffle.jar
I will fix this in next version