Reimplemented broadcaster so it can send 503 when a connection is in

place.
Removed qcma/cmaserver class and reimplemented them in cmaclient.
Make sure that the scanned files are sorted by filename.
Implement filters so the database doesn't pick up unsupported formats.
Implement album cover display for album listing in the vita.
Fixed bug with streaming of pictures in wireless mode.
Some code refactoring.
This commit is contained in:
codestation
2013-08-19 09:46:03 -04:30
parent 0d8c0a2b24
commit d93de053e9
18 changed files with 581 additions and 269 deletions

View File

@@ -44,12 +44,13 @@ public:
private:
volatile bool started;
volatile bool started;
char hostname[256];
//used to emit a signal from a static method
static BroadcastSignal *this_object;
signals:
void createdPin(int);
void receivedPin(int);
public slots:
void stopBroadcast();