Summary: | iPod database is not updated after copying tracks from Amarok file browser | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | James Dent <semajdent> |
Component: | Collections/iPod iPhone | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | edneymatias, matej, tahall256, trlanzi |
Priority: | NOR | ||
Version: | 2.4-GIT | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6 | |
Sentry Crash Report: | |||
Attachments: | 0001-media-device-collection-more-consistent-handling-of-.patch |
Description
James Dent
2010-03-25 05:40:27 UTC
Amarok 2.4-GIT, kubuntu 10.10.iPod Nano 3G. Repeated Mr. Dent's actions with similar results. Disagree with diagnosis. Tracks properly copied to device, however, cannot see the tracks through the iPod UI in *Song List*. Do see copied songs in *Movie List* When I plug my iPod back into Amarok the tracks can be seen and all tags are present. The track count on iPod is incorrect as it's not seeing the track copied off Amarok in song list. Is it possible that Amarok is not updating the on-device song list/database? Ipod Nano 2G. Repeated Mr. Dent's actions with no issues. Song properly copied. Tags still present. Song visible in both iPod song UI and Amarok UI. Thank you for testing. *** Bug 272804 has been marked as a duplicate of this bug. *** Can help testing, i have an iPod Shuffle 2nd generation. Thanks. I will look at this guys, please be patient until I find time to do so. Created attachment 66605 [details]
0001-media-device-collection-more-consistent-handling-of-.patch
Reporters, please try this patch (shloud apply on top of 2.5 beta or 2.5 final) and report back whether it worked. This is rather bigger change, so it may not make it into 2.5, but let's see.
Also, if the songs you tranfer to iPod end up in Videos on iPod, you may be hitting bug 268238. (relates to .m4a files) Git commit a8f1da1af7f3c3e2c2f99141ddb15e9dfa203932 by Matěj Laitl. Committed on 10/12/2011 at 15:27. Pushed by laitl into branch 'strohel-for-2.6'. media device collection: more consistent handling of compilations This makes handling of compilation albums consistent across: * Amarok collection * iPod viewed in Amarok * iPod viewed on itself The code used to determine best guess album artist in ScanResultProcessor was factored into ArtistHelper for reusability, ArtistHelper is now exported in amaroklib. This should definitely fix bug 232072. (or better - I'm not able to reproduce it with this patch applied) BUG: 232072 FIXED-IN: 2.6 DIGEST: compilation handling on iPod improved M +1 -0 ChangeLog M +1 -0 src/CMakeLists.txt M +3 -19 src/core-impl/collections/db/ScanResultProcessor.cpp M +0 -1 src/core-impl/collections/db/sql/CMakeLists.txt M +57 -31 src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp M +1 -1 src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.h M +26 -0 src/core-impl/collections/support/ArtistHelper.cpp M +13 -1 src/core-impl/collections/support/ArtistHelper.h http://commits.kde.org/amarok/a8f1da1af7f3c3e2c2f99141ddb15e9dfa203932 |