A GTK+ / GStreamer based music player
Go to file
Anna Schumaker ad1c3d6f9d library: Scan fixes
- Double check that track->valid == true before notifying the UI that
  there is a new track.
- Use primary_key() instead of manually calculating the full filepath.

Signed-off-by: Anna Schumaker <anna@ocarinaproject.net>
2014-04-08 08:15:32 -04:00
gui audio: Save and load current trackid 2014-04-06 19:57:06 -04:00
include database: don't iterate if there are no entries 2014-04-06 19:57:06 -04:00
lib library: Scan fixes 2014-04-08 08:15:32 -04:00
share Create a .desktop file 2014-04-06 19:57:06 -04:00
tests database: don't iterate if there are no entries 2014-04-06 19:57:06 -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
config Update PKGBUILD 2014-04-06 19:57:06 -04:00
DESIGN database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -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 Introduce README 2014-04-06 19:57:04 -04:00
Sconstruct build: Improve aliasing for tests 2014-04-06 19:56:51 -04:00
TODO TODO: Remove already implemented features 2014-04-06 19:57:04 -04:00

Build:
	$ scons

Clean:
	$ scons -c

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests