Skip to content

alanszlosek/node-daapd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-daapd

A DAAP Server written for Node.js

Make sure you have: python2, gcc, make, nss-mdns, avahi. You may also need to install dbus and libavahi-compat-libdnssd-dev. Make sure avahi is running. On arch linux, I had to restart dbus.

Required npm modules: mdns, walk, musicmetadata (for reading metadata from mp3, ogg, flac files)

The only argument it takes is the absolute path to your music folder. Start the server with: node index.js MUSICFOLDER

About

Share your MP3s with iTunes from linux! This is a node.js DAAP server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Makefile 0.2%