morberg;414644 Wrote: 
> Does anybody know where plugins downloaded with the extension downloader
> are stored in OS X?
Found it:
/Users/niklas/Library/Caches/SqueezeCenter/InstalledPlugins/Plugins/

Also, I think I've located the problem for OS X to the convertPath
function. The function converts file names of the type
"/this/file/name.mp3" to "\this\file\name.mp3" and then nothing works.
If I modify the function convertPath to:


Code:
--------------------
    
  sub convertPath {
  my $mmsPath = shift;    
  return $mmsPath;
  
--------------------

then SugarCube works on an OS X system with Music IP installed locally.
Of course it's not a proper fix, what should be done is to correct the
logic in the code (which only seems to take windows and unix into
account). Unfortunately I don't have a decent environment for Perl
development, but I'll try out some stuff and see what I can up with.

I'd be happy to try out suggested patches.


-- 
morberg
------------------------------------------------------------------------
morberg's Profile: http://forums.slimdevices.com/member.php?userid=8757
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to