hgd icon indicating copy to clipboard operation
hgd copied to clipboard

Hackathon Gunther Daemon :: Opensource Multi-User Jukebox

Results 20 hgd issues
Sort by recently updated
recently updated
newest added

hgd-mk-pydoc is hardcoding path in text version

bug

a "fix" for githubs issue tracker.

Release Blocker

As it stands, you just see "python error", which is not much help.

Improvement

We need to separate out common.c into client.c, daemon.c, ... The client binary should not need sqlite, but it does due to poor code separation.

Improvement

Implement Uninstall Targets

New Feature

At the moment, a user can have a maximum number of tracks in the queue, but if Sav gets any madder, we could conceivably end up with 5 copies of...

New Feature

To create a scrobbler, a client must know how much of a song has played. Is this possible? Thanks, Tris

New Feature

if you use kill -HUP and the pid of the main server. Have to use pkill to get it to work.

bug

Tracks seem to keep their paused state, so could there be a way to know this in clients over the network protocol?

Improvement

One of the lphack features we don't have in hgd yet is dequeuing tracks.

New Feature