!! MyFirstApp The app should ease it to send mp3 files to our mpd server (via ssh/scp preferably).\\ This mp3 file is sitting somewhere on the mobile device, and should be "pickable" by a music app or file explorere type app, long pushing it and sending it to MyFirstApp. \\ The app should also allow you to modify the ID3 tags before (saving and) sending it to the mpd. ! Resources * [jaudiotagger|http://www.jthink.net/jaudiotagger/] - a library to read/write ID3 tags * [Ganymed ssh2|http://www.cleondris.ch/opensource/ssh2/] * [JSch|http://www.jcraft.com/jsch/] [Jsch manual|http://wiki.jsch.org/index.php?Manual] [Jsch Java API|http://epaul.github.com/jsch-documentation/javadoc/] ! TODO's / whishlist * renaming an mp3 file * %%strike to which activity should we return after saving/sending the file ?/% ==> just finish() * facilitating preferences for : ** server hostname/address ** server port ** login user ** login password ** pub/private key ? ** mpd directory (/var/lib/mpd/music) * logging ? * look and feel * name? => ''send2mpd'' * disabled filename field, and automatically update it when artist and title are typed * check for valid mp3 file name before sending it.