ocarina/design/header.txt
Anna Schumaker 31e6bcef3b design: Modifications needed by the GUI
This patch writes out various modifications the GUI will require the
back-end library to make.  This includes:

- Rename playlists to playqueues and groups to playlists.
- Make library information accessable.
- Use try/catch style errors instead of returning bool in a few places.
- Extra playqueue accessablity functions.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:57 -04:00

18 lines
831 B
Plaintext

== Files ==
ocarina/
design.txt
===============================================================================
= =
= Ocarina 6.0 =
= =
===============================================================================
Ocarina 6.0 is the 6th (re)writing of the Ocarina music player - a lightweight,
GTK+ based music player. Improvements over the 5.x series will include the
existence of both a design document and unit tests, two items that will help
the main developer stay focused and make maintenance easier.
Ocarina 6.0 will use Gstreamer 1.0 for audio playback and GTK-MM 3 for user
interface development.