Socket
Socket
Sign inDemoInstall

clementine-music-library

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    clementine-music-library

Load track data from your Clementine music library


Version published
Weekly downloads
1
decreased by-94.12%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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")
});

Keywords

FAQs

Last updated on 05 Dec 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc