>In Perl, 128000 is the same thing as 128_000, underscores can be added
>to improve readability.

The plugin returns the bitrate as '128_000', the stream fails.  When I change 
this to return '128000', the stream is fine.

Is it because it's returning a string, rather than number, and a string to 
float conversion doesn't like _ characters?

Phil
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to