From 84da08d7b7fcda12c85caeb5a10b4903770a6f69 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/dub/design.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 noatun-plugins/dub/design.txt (limited to 'noatun-plugins/dub/design.txt') diff --git a/noatun-plugins/dub/design.txt b/noatun-plugins/dub/design.txt new file mode 100644 index 0000000..618c849 --- /dev/null +++ b/noatun-plugins/dub/design.txt @@ -0,0 +1,43 @@ +Design +------ + +Dub Playlist +------------ + +Dub considers the filesystem as its database. User specifies one or more +directories as the directories in which dub will scan for all or particular +media types. + +The scanning is initiated on demand, so that dub does not perform redundant +disk access which is expensive. + +Design Goals +------------ + +v1.0 +---- + +User interface: + + * settings: select directories that contain media files. + + * list/tree view to browse files: this should scan directories like a file +manager would, consider re-using code from elsewhere + + * add file: symlink to a directory as Njaard suggests + +v2.0 +---- + +implement filters: directory-wise filtering of media types. + +implement database: for storing properties of media files, such as tags in +mp3s so that alternative queries can be made. + +user interface: improved tree view that accesses the db to fetch info +about files + +v3.0 +---- + +music playing: implement an automated dj process. -- cgit v1.2.1