A GTK+ / GStreamer based music player
Go to file
Anna Schumaker bfefd1761a Think out the design for each tag class
This gives me a chance to write out more information about each class,
so I'll have an easier time knowing what is going on if I ever need to
revisit the design.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-09 21:10:07 -04:00
gui audio: Save and load current trackid 2014-04-06 19:57:06 -04:00
include database: Don't write out unnecessary spaces 2014-04-09 19:22:51 -04:00
lib lib: Don't try to load a track that doesn't exist 2014-04-09 19:32:46 -04:00
share Update version 2014-04-09 21:10:07 -04:00
tests Rename config -> Sconstruct 2014-04-09 21:09:49 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore gui: Move ocarina6.glade to share/ocarina/ 2014-04-06 19:57:04 -04:00
DESIGN Think out the design for each tag class 2014-04-09 21:10:07 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD 2014-04-06 19:57:06 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Update version 2014-04-09 21:10:07 -04:00
TODO TODO: Remove already implemented features 2014-04-06 19:57:04 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests