
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This script creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser.
This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a destination directory on first copy, in the future this setting will be saved in a configuration file.
***Update***
This script works with amaroK 1.3beta3 and above.
15 years ago
0.8
Add support for Creative Nomad Jukebox devices using the kionjb kioslave. Thanks to Ralf T for the patch.
0.7
Code cleanup, and provide dependency checks.
0.6
Checking if files will fit on the destination is now optional. This requires a reconfigure. (The script will reconfigure on first copy if it is not done before.)
0.5
Do a check to see if the files will fit on the USB device. If all the files won't fit a nice dialog warns you with the option to attempt to transfer anyway.
0.4b
Transfer all files in one go instead of one at a time, this gives a nice progress dialog to look at when you copy a lot of files.
Show disk use in the status bar of the destination directory after a completed transfer.
15 years ago
0.8
Add support for Creative Nomad Jukebox devices using the kionjb kioslave. Thanks to Ralf T for the patch.
0.7
Code cleanup, and provide dependency checks.
0.6
Checking if files will fit on the destination is now optional. This requires a reconfigure. (The script will reconfigure on first copy if it is not done before.)
0.5
Do a check to see if the files will fit on the USB device. If all the files won't fit a nice dialog warns you with the option to attempt to transfer anyway.
0.4b
Transfer all files in one go instead of one at a time, this gives a nice progress dialog to look at when you copy a lot of files.
Show disk use in the status bar of the destination directory after a completed transfer.
dinghds
14 years ago
I imagine this could be done with rsync, but I'd like to know in advance if it's possible at the moment with a script.
Thanks.
Report
geekydude
15 years ago
I have Amarok 1.3 beta2 installed but it does not recognize or transfer files to my ipod nano.
I'm wondering, if I have Amarok 1.3 beta2 installed, do I have to install this script to make it work?
I have kipodslave installed as well, but I still haven't managed to get it to transfer to my ipod nano.
Is there a trick to getting it all to integrate and work?
If so, can you please provide step-by-step instructions a newbie can follow?
Note: I'm using Xandros 3.02 OCE with kernel 2.6.11 & KDE 3.3.2.
Report
spase
15 years ago
Report
skypa
15 years ago
Report
DoM
15 years ago
Report
Nivuahc
15 years ago
The only thing I would love to see is the ability to transfer music onto my Sony Mini-Disc player. I know this is largely up to Sony, and I know that it will be a long time coming before they allow people like me to use my hardware the way I'd like to. Still, one can dream, can't they?
Report
Bertolini
15 years ago
I only know that there is a sqlite db managing plylist and so on, but I can't understand how.
Thanks,
Matteo
Report
madpenguin8
15 years ago
transfer_type
else
read_config
transfer_type
and change to
transfer_type
gogear $destination/*.mp3
else
read_config
transfer_type
gogear $destination/*.mp3
Find there README here http://opengogear.sarovar.org/README
I can not say how well this software works as I don't have the hardware to test it on, good luck.
Report
sigdrifa
14 years ago
this didn't work for me :(
The files were copied alright, but weren't added to the database.
The OpenGogear Suite provides a script to do that, and I've been using this so far, but unfortunately this works only one by one, and that makes transferring a large number of mp3s almost impossible.
Do you think there's a way of integrating the appropirate command into your script?
It's
gogear_add database target
where the database is called MyDB and target means the mp3 to add.
The database is found in
_system/media/audio
on the GoGear, and that's also the directory where the mp3s have to be stored. So the full command would be
e.g.
gogear_add /media/usbdisk/_system/media/audio/MyDB /media/usbdisk/_system/media/audio/my_song.mp3
I'm not a programmer, so there's no way I could do this myself, but I thought it would be cool if there's a way to make Amarok support the GoGear series. It was a bit of a dissapointment to find out that you can't just copy your mp3s over, and that the software that comes with the player is for Windows only (what else?)
Tanja
Report
kanotixfan
15 years ago
Report
madpenguin8
15 years ago
Or you can grab beta2 if you want just USB support.
Report
Superstoned
15 years ago
Report
madpenguin8
15 years ago
Report
smart2128
15 years ago
Report
madpenguin8
15 years ago
Report
smart2128
15 years ago
http://advbash.activeventure.net/localization.html
I hope this can be helpfully.
Report
juanlutz
15 years ago
if yes than is a great jump into better funtionallity.
regards,
juan-lutz
Report
madpenguin8
15 years ago
Report
denisq
15 years ago
Report
madpenguin8
15 years ago
1) I had to add new DCOP functions to amaroK for adding files in the transfer queue, and for the actual transfer.
2) It's obvious you have never tried to transfer any files from the playlist while leaving the Context Browser open.
So in all I bring you more robust DCOP functionality to amaroK, and to top it off the script makes amaroK more useable.
With this script you no longer need to select files, open the Media Device browser, drag the files into the queue, then finally cicking transfer. This also doesn't take into account the need to click the tab for the browser you were originally at to return to where you were. Now you need only select files, and click "Transfer to" -> "iPod".
So please look again before making claims as this script is also easily extended to support uploading to regular USB mass storage devices.
Report
MerlinTC
15 years ago
Report
madpenguin8
15 years ago
I have a working version for reqular USB devices, so it should be pretty easy to merge the two.
Report
rlepage
15 years ago
Report
seb
15 years ago
Report
madpenguin8
15 years ago
Report