bendi / node-mpg123n

mpg123 bindings that compile and run under MSVC++
4 stars 5 forks source link

Frontend does not react correctly when mpg123 module does not find the file, #2

Closed kamyk-pl closed 10 years ago

kamyk-pl commented 11 years ago

In case when mpg123 module does not find a file, frontend acts as if file was found and works as nothing bad happened. Counter is increasing, you can use pause/play buttons etc. I guess when there is a problem with backend fronted should switch into error mode.

bendi commented 11 years ago

I just commited code that emits 'error' in case unrecognized mode is sent from mpg123 backend. Could you please check if it solves your problem?