cpd73 wrote: > I've discoved ffmpegfs for Linux. This is a virtual (FUSE) filesystem > that will auto-transcode files. So, I could have this setup so that all > my m4a files appear as mp3 for MusicIP - which will allow it to analyse > them. All I then need is to write a proxy for LMS <-> MusicIP that > checks if MusicIP returned an mp3 file where it was really an m4a and > change the returned path. Sounds easy enough. But, this would (I > imagine) slow the MusicIP scanning even more... Still, if/when I get > time I might investigate this some more.
Just in-case anyone is interested I have now managed to successfully implement the above. - ffmpegfs installed on Linux to represent all files as mp3 to MusicIP - MusicIPMixer GUI run under wine to analyse tracks - with resultant default.m3lib copied to Linux user folder - MusicMagicMixer run on Linux to do mixing - Created python proxy to convert paths to/from LMS/MusicIP 30557 (Initial, not extensively tested version) This has allowed my to analyse m4a files and have them mixable in LMS. ffmpegfs maps file.m4a to file.m4a.mp3, so my proxy adds ".mp3" to ".m4a" when LMS calls MusicIP, and converts ".m4a.mp3" to ".m4a" when the response is received. I now just need to install MusicIP on my pi4, and then analyse all my tracks... +-------------------------------------------------------------------+ |Filename: MusicIP-Proxy.zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=30557| +-------------------------------------------------------------------+ *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins