Roland0 wrote: > I checked, and the File::Spec module is supposed to be present in your > perl version, as is the catfile method (there would have been a > different error in this case anyway). No clue why it's not exported, > maybe it wasn't in old versions. > Can you try the following: > Change line 47 in > /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/LMSnewGUI/Plugin.pm > from > > Code: -------------------- > > > use File::Spec 'catfile'; > -------------------- > > > to > > Code: -------------------- > > > use File::Spec; > -------------------- > > > restart the LMS server, and test if this works for you.
After trying to enter the behind the scenes file structure for quite some time, i realised that, due to my limited technical skills, I wouldn't be able to follow your advice, so I just let it sit. Yesterday, however, I was looking into another extension and saw that Now the extGUI4lms was installed. I tried to open it and it worked. I've been restarting my NAS, my LMS, my reciever, my controller, my router/modem a couple of times due to other reasons. I think maybe I at some point reached critical mass and the extension worked. Well, now I can start exploring its possibilities. Thanks for your advice. ------------------------------------------------------------------------ laralpha's Profile: http://forums.slimdevices.com/member.php?userid=59533 View this thread: http://forums.slimdevices.com/showthread.php?t=98186 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
