<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>289303</bug_id>
          
          <creation_ts>2011-12-18 19:08:46 +0000</creation_ts>
          <short_desc>iPod nano playlists don&apos;t show up in Amarok when not plugged before Amarok starts</short_desc>
          <delta_ts>2012-03-03 15:25:30 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>amarok</product>
          <component>Collections/iPod iPhone</component>
          <version>2.4.3</version>
          <rep_platform>openSUSE</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>2.6</target_milestone>
          
          <blocked>289304</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter>bergspitzen.for.ever</reporter>
          <assigned_to name="Amarok Bugs">amarok-bugs-null</assigned_to>
          <cc>bart.cerneels</cc>
    
    <cc>matej</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin>2.6</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1201538</commentid>
    <comment_count>0</comment_count>
    <who name="">bergspitzen.for.ever</who>
    <bug_when>2011-12-18 19:08:46 +0000</bug_when>
    <thetext>Version:           2.4.3 (using KDE 4.7.2) 
OS:                Linux

When i plug in my iPod, it don&apos;t appears in stored play lists. I have to shut down amarok and start it again that it shows up.

Reproducible: Always

Steps to Reproduce:
Start Amarok an open &quot;stored playlists&quot;. Plug in iPod.


Expected Results:  
iPod should show up without restarting of Amarok.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1201761</commentid>
    <comment_count>1</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2011-12-19 08:32:52 +0000</bug_when>
    <thetext>Which iPod exactly? There are a lot of differences between the models</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1201809</commentid>
    <comment_count>2</comment_count>
    <who name="">bergspitzen.for.ever</who>
    <bug_when>2011-12-19 10:07:13 +0000</bug_when>
    <thetext>Oh sorry, I &apos;ve forgotten to write this.This is the Model: iPod nano
(3. Generation)Thanks

Am 19. Dezember 2011 09:32 schrieb Myriam Schweingruber &lt;myriam@kde.org&gt;:
&gt; https://bugs.kde.org/show_bug.cgi?id=289303
&gt;
&gt;
&gt; Myriam Schweingruber &lt;myriam@kde.org&gt; changed:
&gt;
&gt;           What    |Removed                     |Added
&gt; ----------------------------------------------------------------------------
&gt;             Status|UNCONFIRMED                 |NEEDSINFO
&gt;                 CC|                            |matej@laitl.cz
&gt;         Resolution|                            |WAITINGFORINFO
&gt;
&gt;
&gt;
&gt;
&gt; --- Comment #1 from Myriam Schweingruber &lt;myriam kde org&gt;  2011-12-19 08:32:52 ---
&gt; Which iPod exactly? There are a lot of differences between the models
&gt;
&gt; --
&gt; Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
&gt; ------- You are receiving this mail because: -------
&gt; You reported the bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1201855</commentid>
    <comment_count>3</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2011-12-19 12:14:00 +0000</bug_when>
    <thetext>Thanks for your report, I can reproduce this, which means it will get fixed, unfortunately it won&apos;t make it into Amarok 2.5.

This is a valuable piece of information, by the way, I always knew iPod playlists were erratic in Amarok, but never went to track it down like this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232599</commentid>
    <comment_count>4</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2012-03-03 15:25:30 +0000</bug_when>
    <thetext>Git commit 3a9b36fe04dafe8c95d5bbdcbb84945e7cf469e6 by Matěj Laitl.
Committed on 03/03/2012 at 15:55.
Pushed by laitl into branch &apos;master&apos;.

Playlist browser: drag &amp; drop and plugged playlists cleanups

This change fixes a couple of bugs:
 * it is now possible to drop tracks &amp; playlists to playlist providers
   in Saved Playlists
 * When a new empty playlist provider appears or disappears when Amarok is
   running, the view is correctly updated.

FEATURES:
  * &quot;Crop playlist&quot; functionality implemented using drag &amp; drop.

CHANGES:
  * Drag &amp; drop of tracks and playlists to Saved Playlists works in all cases.

BUGFIXES:
  * iPod playlists now appear even when plugged in while Amarok is running.
Related: bug 267729, bug 211811, bug 239950
FIXED-IN: 2.6

M  +3    -0    ChangeLog
M  +19   -16   src/browsers/playlistbrowser/PlaylistBrowserModel.cpp
M  +1    -0    src/browsers/playlistbrowser/PlaylistBrowserModel.h
M  +98   -130  src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp
M  +2    -11   src/browsers/playlistbrowser/PlaylistsByProviderProxy.h
M  +1    -0    src/core-impl/playlists/providers/user/UserPlaylistProvider.h
M  +2    -0    src/core/playlists/PlaylistProvider.h
M  +12   -4    src/playlistmanager/PlaylistManager.cpp
M  +2    -1    src/playlistmanager/PlaylistManager.h

http://commits.kde.org/amarok/3a9b36fe04dafe8c95d5bbdcbb84945e7cf469e6</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>