shime / play-sound

Play sounds by shelling out to one of the available audio players.
MIT License
207 stars 31 forks source link

Play mp3 on Windows computer #53

Open RS208 opened 10 months ago

RS208 commented 10 months ago

Hello, I would like to play mp3 files on a Windows computer. I have installed the MPlayer and it also works when I call a track explicitly mplayer "C:\Users\xyz\Downloads\MP3\Rock\test.mp3"

When I start the test, I get the message "Error playing back file C:\Users\xyz\Downloads\MP3\Rock/test.mp3: 1" \ and / are mixed and nothing is playing.

How do I have to store the directory and the files in the node?

here are some more questions: How can I play the whole directory? can I deposit my playlists? can I use the commands start / stop / next / pause etc.?

I would be very happy about a feedback Thanks already Roland