Summary: | [Patch Attached] Juk should be able to exclude folders | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | Tom Li <biergaizi2009> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | mpyne |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/juk/2f18ba1e02bd5ef10cec2ab7d9a1e0f96c70e763 | Version Fixed In: | 4.11 |
Sentry Crash Report: | |||
Attachments: | Juk will be able to exclude folders |
Description
Tom Li
2013-04-30 09:37:44 UTC
Created attachment 79567 [details]
Juk will be able to exclude folders
Git commit 2f18ba1e02bd5ef10cec2ab7d9a1e0f96c70e763 by Michael Pyne, on behalf of Tom Li. Committed on 12/05/2013 at 12:15. Pushed by mpyne into branch 'master'. folder-scan: Support a list of folders to ignore when auto-scanning. Feature initially authored by Tom Li (see the Review Request and bug for more details). The idea is that the Manage Folders dialog now will have a list of folders that should not be automatically searched (which would override the list of folders to scan on startup). This way you can avoid having to completely change up your music layout on-disk just to keep JuK from automatically grabbing songs you don't want or need managed from within JuK. I ended up having to rework a bit to fix some corner cases (such as the directory watcher which might flag new files under an excluded directory after JuK startup), and avoid accidentally removing the ability to manually select files under these excluded directories for addition to the collection. If a user does want to remove files that are already in the collection list, they can enable the "File Name (Full Path)" column and then use the search bar to find the offending path name, and select and remove the files that are shown. Note for posterity that the "Fixed In" version specifies the next KDE-wide Software Compilation release, not the internal JuK version. Thanks again to Tom for drafting the initial patch and being extraordinarily patient while I tried to find time to review, re-review, and make the finishing touches. GUI: REVIEW:110273 FIXED-IN:4.11 M +45 -0 directorylist.cpp M +7 -1 directorylist.h M +91 -8 directorylistbase.ui M +10 -5 playlist.cpp M +64 -9 playlistcollection.cpp M +8 -0 playlistcollection.h http://commits.kde.org/juk/2f18ba1e02bd5ef10cec2ab7d9a1e0f96c70e763 |