summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-27 21:56:39 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-27 21:56:39 -0500
commit457a3cc1a04e45e31370d9083186436b0d12ab1d (patch)
tree7ffb9d676edd4a1b88e8f1020dd905efcfe6b83a /docs
parentf760ecedb619a55ec8ee989639ac385f27e82d98 (diff)
downloadcamu-457a3cc1a04e45e31370d9083186436b0d12ab1d.tar.gz
camu-457a3cc1a04e45e31370d9083186436b0d12ab1d.tar.bz2
camu-457a3cc1a04e45e31370d9083186436b0d12ab1d.zip
Refactor threaded waits
- Move seek to handler thread. - Cleanup and comment some stuff. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'docs')
-rw-r--r--docs/design.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/design.txt b/docs/design.txt
index 9604efb..bd73f6a 100644
--- a/docs/design.txt
+++ b/docs/design.txt
@@ -14,9 +14,11 @@ User Accounts
^^^^^^^^^^^^^
Users accounts contain 4 main concepts: lists, media lists, history, and settings.
-* *Lists*: Transient lists of media connected to a user-selected set of sinks. Resources retrived via browse/search instances get added to a list for playback. A list's active sinks can be changed on the fly.
+* *Lists*: Transient lists of media connected to a user-defined set of sinks. Resources retrived via browse/search instances get added to a list for playback. A list's set of active sinks can be changed on the fly.
-* *Media Lists*: A more organized way to collect related media. They are stored to the user's account and therefore saved to the disk.
+* *Collections*: A more organized way to collect related media. They are stored to the user's account and therefore saved to the disk.
+
+* *Packs*: [Working Idea] A more defined collection of media. Possibly being less broad, more detailed, for broader consumption, and/or archival. Something that should be easy to share.
* *History*: A detailed history that tracks what a user played and when. Also saved to a user's account.