Bug 243984 - Give KGet intelligent groups by default
Summary: Give KGet intelligent groups by default
Status: REPORTED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: 0.8.1
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 23:30 UTC by Marcus Harrison
Modified: 2010-07-11 16:57 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 Marcus Harrison 2010-07-08 23:30:43 UTC
Version:           0.8.1 (using Devel) 
OS:                Linux

At the moment, all downloads, regardless of what they are, go straight to your downloads folder by default. However, KGet is able to use groups to specify download locations for specific kinds of files (or more pedantically, files matching a regular expression), though the user may never be aware of this.

This suggestion is to have sane groups, such as Images, Videos and Documents, created automatically by KGet on its first start-up and to have folders inside the Downloads folder pertaining to each group, I.E. Images go in the Downloads/Pictures folder, Videos into the Downloads/Videos folder, Documents into the Downloads/Documents folder etc.

This helps to organize the user's downloads in a way that's sensible and predictable as well as exposing the feature to the user, who might otherwise be unaware of its presence.

Reproducible: Didn't try




OS: Linux (i686) release 2.6.32-24-generic
Compiler: cc
Comment 1 Adrián Chaves (Gallaecio) 2010-07-09 01:56:17 UTC
I think this is something that should be distro-dependent. I mean, by default there should be not group at all (which, btw, looks impossible, since I can't remove the "My Downloads" one).
Comment 2 stefan Kallweit 2010-07-09 12:19:39 UTC
This feature could make use of systemsettings > personal information > folders(? re-translated from my German KDE so it might be a bit off ^^)

Which i believe also solves Adrián's problem and therefore make it a non-distro specific feature.
Comment 3 Matthias Fuchs 2010-07-09 14:00:20 UTC
I am not sure if we should implement this by default.

Imo one of the reasons to have a download directory is to have a single point where files are being stored by default. The files inside that directory aren't sorted yet according to the users' preferences.

If we had a group for pictures by default, when this could add to mess on the users' systems. E.g. you have a picture directory with 5 folders inside like "Family", "Work", "Festival XY" or whatever.
A problem arises if the user does not care to sort the downloads right away. The root videos, pictures directories could become a mess very fast in contrast to just one directory being a mess (Downloads).

In any case we should maybe implement easier creation of filters by categories e.g. a buttongroup "All | Pictures | Videos | Text | Archives".
Comment 4 Matthias Fuchs 2010-07-09 14:03:18 UTC
Btw. my concerns mentioned above are especially about using the xdg-dirs ($HOME/Pictures etc.) other than download by default.
Having a pictures directory in the download directory would not have the issues I mentioned.
Comment 5 Marcus Harrison 2010-07-11 16:57:54 UTC
Yeah: that's exactly why I suggested directories in the Downloads folder, since that's where people expect their downloads to go. Thing is, if you're e.g. buying music, downloading videos and grabbing images, having them all in Downloads/ tends to make it very cluttered. We already have a method of reducing the clutter (that the user can remove if they want to), all it needs is to be implemented.