Bug 62303 - Collection List tree does not update after collection load has finished
Summary: Collection List tree does not update after collection load has finished
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
: 62854 65144 82468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-07 08:43 UTC by John Firebaugh
Modified: 2004-07-24 09:15 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Firebaugh 2003-08-07 08:43:58 UTC
Version:            (using KDE 3.1.9)
Compiler:          gcc version 3.3.1 20030728 (Debian prerelease)
OS:          Linux (i686) release 2.4.20-3-k7

I started JuK, and dragged my main mp3 directory onto the "Collection List' icon. While JuK loaded the mp3s, I switched to the tree view and expanded the Artists node. I then waited for all the mp3s to be loaded. When they were finished, the Artists branch contained only artists beginning with letters A-G -- the artists that had been loaded after it was first expanded were not included. I restarted JuK and the missing entries appeared.
Comment 1 Scott Wheeler 2003-08-18 03:11:01 UTC
*** Bug 62854 has been marked as a duplicate of this bug. ***
Comment 2 Scott Wheeler 2003-09-28 23:08:57 UTC
*** Bug 65144 has been marked as a duplicate of this bug. ***
Comment 3 jsvrp.gw 2003-12-12 21:06:21 UTC
Confirmed using KDE beta 2.

Cheers,

Jeroen
Comment 4 Scott Wheeler 2004-05-29 22:25:47 UTC
*** Bug 82468 has been marked as a duplicate of this bug. ***
Comment 5 Michael Pyne 2004-07-24 09:15:33 UTC
CVS commit by mpyne: 

Change the tree view mode in JuK to create and delete playlists as needed to
keep in sync with your music collection.  What this means is that if you
should remove a song, or edit a tag such that one of the tree view categories
is empty, the category will automatically delete itself.  Also, adding tracks
or editing a new tag will automatically create the appropriate entry, even if
you've already expanded the tree view out.

This fixes a couple of bugs, and although the patch is rather large, it has been
reviewed by Scott <wheeler@kde.org>, with some of his suggestions implemented.
Of course, I would appreciate testing, I've been running it here for quite a few days.

No strings were harmed during the making of this patch. :-)

CCMAIL:62303-done@bugs.kde.org
CCMAIL:74598-done@bugs.kde.org


  M +115 -14   collectionlist.cpp   1.80
  M +32 -7     collectionlist.h   1.55
  M +2 -2      playlist.cpp   1.234
  M +0 -1      playlist.h   1.126
  M +23 -0     playlistbox.cpp   1.113
  M +4 -0      playlistbox.h   1.65
  M +3 -0      playlistsplitter.cpp   1.180
  M +50 -25    viewmode.cpp   1.31
  M +10 -3     viewmode.h   1.20