On Sep 19, 2007, at 5:04 AM, fackamato wrote: > > Hi, I'm not a coder/programmer or anything, but I've discovered that > InguzDSP doesn't work with Internet radio. So I had an idea, in the > new > slimserver 7, add a thing to the API so plugins would know the source, > i.e. if the source is internet radio then disable the plugin, and if > the source is mp3/flac etc files on a local storage device (such as a > PC) then enable the plugin. > > Is this even possible? :)
The Track object has a field called remote, it will be 1 for remote content like radio, and 0 for local content. You could also check for a URL that starts with file:// _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
