var MPlayer = require('mplayer'); var player = new MPlayer(); var song = 'D:/theen/git/cyb3r-youtube-downloader/___.mp3'; player.openFile(song);