clementine-music-library

1.0.1 • Public • Published

Clementine Music Library Access for Node.js

Load track data from your Clementine music library with Node.js

Build Status NPM

Install

$ npm install clementine-music-library

Be aware that this is not pure javascript, it relies on SQLite3 binaries. The correct binary should be automatically downloaded but there can be issues, for example when running under Electron it is necessary to run electron-rebuild.

Usage

require("clementine-music-library");

clementineMusicLibrary.getSongs({ played: true }, function(song) {
	console.log(song)
}).then(function() {
	console.log("Loaded all played songs from Clementine")
});

Package Sidebar

Install

npm i clementine-music-library

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • polarisation