Skip to content

EQ4/musicd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musicd v0.3.0-dev
=================
Author: Konsta Kokkinen <kray@tsundere.fi>
Website: http://tsundere.fi/musicd

musicd is a daemon for indexing music collection and providing searching and
streaming of that music for standalone clients.

Clients
=======
A reference client QMDC is available at http://github.com/Kray/qmdc

Requirements
============
  * C compiler (tested with gcc, tcc won't do because libav requires C99)
  * libav (also known as ffmpeg) new enough
  * libsqlite3
  * FreeImage
  * curl

Copyright
=========
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Compilation
===========
A standard GNU Makefile is used. Assuming you have dependencies installed in
standard location and have gcc in path:

    $ make
    $ make install PREFIX=/usr

About

A music collection indexing and streaming daemon.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.2%
  • Makefile 0.8%