Summary: | transfer tracks to media device (ipod) from playlist | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | brice rebsamen <brice.brice> |
Component: | Collections/iPod iPhone | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aumuell, kat.amsterdam, kde, matej, nhn, pjbrs, teo, trlanzi |
Priority: | NOR | ||
Version: | 2.4-GIT | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: |
Description
brice rebsamen
2010-01-19 13:37:13 UTC
Amarok 2.4-GIT, kubuntu 10.10 Amarok looks like it has capability of copying playlist directly to device. However, doesn't seem to function with iPod devices. The drag icon changes into a slashy circle when attempting to copy playlist to media device in the collection pane. Able to copy tracks from the playlist to local file system in dolphin. Just not to iPod. Thanks for testing. I just came from https://bugs.kde.org/show_bug.cgi?id=266899, which tracked a related issue. I tested amarok 2.4.1 and I could not save a playlist to my ipod. The save playlist button _does_ offer the option to save to a media device if my ipod is connected (and mounted). However, nothing happens when I select this option. As a user, I would expect the following to happen when clicking the save playlist to media device button: * A new playlist is saved to the itunesdb. * The tracks in the playlist that are not on the ipod are copied to the ipod and the ipod's itunesdb. Incidentally, I wonder whether the severity should be wishlist or normal, since the user interface indeed suggests that the feature of saving a playlist to an ipod exists. P.S., I have an 8GB ipod nano, not a shuffle. It is a wish since that feature has never been implemented in the Amarok 2.x series. Is this feature on anyone's todo-list right now? Is there anyone who might need beta-testers? Because I could certainly oblige. Unfortunately, I cannot code myself. I did try to read the code, and it seemed as if a lot of the basics are already there... It certainly is on the ToDo list, but the main problem for the developers is a lack of time. So would another 250 euro donation to the Amarok fund help create more time? Or is bug squash sponsoring 'not done'? That is definitely something you should ask on amarok-devel@kde.org, maybe it helps :) Okay I put out a bug bounty of 250 euro to amarok-dev@kde.org Git commit fffc1ea983281e6cb1f6ce2129f046e598fe01c4 by Bart Cerneels. Committed on 07/06/2011 at 09:43. Pushed by shanachie into branch 'master'. Enable drag and drop tracks to any collection. Works inside the collection browser and from The Playlist. Tested to/from USB, iPod and MySQL-collections. funds += €250 http://mail.kde.org/pipermail/amarok-devel/2011-May/009047.html ? BUG:223400 CCMAIL:amarok-devel@kde.org M +64 -0 src/browsers/CollectionTreeItemModel.cpp M +4 -1 src/browsers/CollectionTreeItemModel.h M +1 -1 src/browsers/CollectionTreeView.cpp M +1 -1 src/core/collections/CollectionLocation.cpp http://commits.kde.org/amarok/fffc1ea983281e6cb1f6ce2129f046e598fe01c4 (In reply to comment #11) > Git commit fffc1ea983281e6cb1f6ce2129f046e598fe01c4 by Bart Cerneels. > Committed on 07/06/2011 at 09:43. > Pushed by shanachie into branch 'master'. > > Enable drag and drop tracks to any collection. > > Works inside the collection browser and from The Playlist. > Tested to/from USB, iPod and MySQL-collections. > > funds += €250 http://mail.kde.org/pipermail/amarok-devel/2011-May/009047.html ? > > BUG:223400 > CCMAIL:amarok-devel@kde.org > > M +64 -0 src/browsers/CollectionTreeItemModel.cpp > M +4 -1 src/browsers/CollectionTreeItemModel.h > M +1 -1 src/browsers/CollectionTreeView.cpp > M +1 -1 src/core/collections/CollectionLocation.cpp > > http://commits.kde.org/amarok/fffc1ea983281e6cb1f6ce2129f046e598fe01c4 Good work, Bart, thanks a lot! I've tested it and it crashes in some situations, see bug 275219. |