mplayer icon indicating copy to clipboard operation
mplayer copied to clipboard

Results 14 mplayer issues
Sort by recently updated
recently updated
newest added

This regex fixex issue with 'fileName' field in 'status' object. Current regex doesn't handle file names like this: 'artist_albumName 01. song.mp3'.

@noodny when trying to play video using mplayer volume is not working. Even I am not able to mute or unmute it. Video just completes without audio. I am working...

Could you provide an option/method for setting eventEmitter setmaxlistener. Its too mainstream to go and edit nodemodule itself.

Hi, how can I configure the binary (`mplayer.exe`) location? Or do I need to add mplayer to the PATH?

Hey I have added duration setup for player status.

At last, after many many long hours and days I think I have found a windows node mp3 player that emulates the audio module of html5. I can't tell you...

Trying to play a file in loop does not seem to work.

Without this, the duration in the *status* object is 0 for audio files. Now the correct duration is displayed. For video files, it shouldn't matter anyways.

player.openFile("sample.wav",{volume:0}); I was looking in player.status with a console.log and output is volume is 0. But still plays at full volume.