📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

bfysong

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfysong

Node module and CLI to beaurify song files (.mp3) by filling all the metadata (or id3 tags) automatically using iTunes API and FFmpeg.

1.0.0
latest
npm
Version published
Maintainers
1
Created
Source

bfysong - Beautify song files

Node module and CLI to beaurify song files (.mp3) by filling all the metadata (or id3 tags) automatically using iTunes API and FFmpeg.

Uses node-ffmetadata fork with included FFmpeg for Mac and Windows.

CLI usage examples

Beautify single "song.mp3" file:

$ bfysong song.mp3

Beautify several files:

$ bfysong song1.mp3 song2.mp3 song3.mp3

Beautify all files in a directory:

$ bfysong my_ugly_songs/

Module functions

TODO: add functions' descriptions. For now you can just view index.js, it is commented properly.

FAQs

Package last updated on 21 Feb 2015

Did you know?

Socket

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