tchapi / shairport-sync-ui

A simple metadata UI for shairport-sync in C++ using Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shairport-sync UI

A simple metadata UI for shairport-sync, in C++ using Qt4.

See this article for further reference.

Based on shairport-sync-metadata-reader by Mike Brady

The interface compiled on Mac Os X

Compiling

You need to create a Makefile for your specific device with qmake, and then build the program:

qmake
make

Or simply :

./compile.sh && ./run-gui.sh

Codes

I created a readable list of all DMAP and DAAP codes in markdown format here : DMAP_DAAP_Codes.md

License

MIT.

About

A simple metadata UI for shairport-sync in C++ using Qt

License:MIT License


Languages

Language:C++ 96.3%Language:QMake 3.1%Language:Shell 0.5%