Hi list,<br><br>I noticed some Amarok users (and dev's) also have a music phone. I have a SonyEricsson that I've been using for listening to podcasts for more than a year now.<br>Here is a Python script I use to transfer podcast episodes, downloaded using Amarok to my phone using the Objext Exchange protocol over USB.
<br>The script uses OpenOBEX, Obexftp and it's Python bindings.<br><br>Here is how I use this with Amarok 1.4:<br> - I created a generic audio player wich has ~/tmp/podcasts as mountpoint and ~/bin/obex_transfer ~/tmp/podcasts as post-disconnect command.
<br> - I plug in my SonyEricsson K610i using the USB cable that came with it and select Telephone Mode on the phone.<br> - When all files are transferred to the local folder I press "Disconnect" in the mediadevice browser.
<br>Now the files are transferred to the phone using the OBEX over USB protocol. Unfortunately Amarok doesn't fork the disconnect command and blocks while the script is running. Another option is to run the script manually from the command line, so Amarok keeps functioning.
<br><br>There are a few things hardcoded in the script, like the location of the podcasts on the phone. I put them on my 1GB MS Micro using the path "Memory Stick/Music", one folder per podcasts channel. Also, only the first USB OBEX device is used. This could theoretically be done over Bluetooth and IR, but I didn't try that yet.
<br><br>More info and a link to the script on this blog post: <a href="http://commonideas.blogspot.com/2006/09/sony-ericsson-k610i-hbh-ds970-linux.html">http://commonideas.blogspot.com/2006/09/sony-ericsson-k610i-hbh-ds970-linux.html
</a><br><br>Hope it's useful.<br><br>Bart