On 1-Oct-05, at 2:48 PM, kodenine wrote:
The Log says: Can't load Plugins::HelloWorld for Plugins menu: Undefi ned subroutine &Plugins::HelloWorld::getDisplayName called at /usr/local/SlimSer ver_6_1_x_v2005-10-01/Slim/Buttons/Plugins.pm line 191. Put as you can see from the code getDisplayName is defined. Any Idea why it wouldn't be visiable?
Check that your defined strings are done properly. The whitespace is critical:
PLUGIN_DISPLAY_FILE_NAME <tab>EN<tab>Hello World <tab>NL<tab>Hallo Wereld etc. Spaces instead of tabs in those locations will not work. -k _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
