Quoting Bruce Tucker <[EMAIL PROTECTED]>: > Hmm. > I looked at it but don't really know where to start. How do you define a > file type in the Slimserver for midi and point it toward a specific player > module?
types.conf determines what the file types are by extension. this will get it indexed. convert.conf for contruction a command line. the problem is that slimserver still needs a duration, bitrate and audio-data size information on the file before it will allow playback. This is done by adding a %tagFunctions handler for the type in Slim/DataStores/DBI/DBIStore.pm not overly difficult, but also not for the uninitiated. -kdf _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
