Quoting gharris999 <[EMAIL PROTECTED]>: > Can anyone offer me any advice? I'm tearing my hair out by the > fist-full. >
The plugin API will require that all plugins are rewritten and packaged, so the first thing I'll point out (which I'm sure you already know) is that what you are doing is entirely unsupported. Third part plugins should not go in Slim/Plugin, but I can see the temptation as it is 'simpler' than creating the folder structure that will be required for third party plugins in the Plugins folder. I'm surprised that simple change worked for shadowplay as the API does require other changes internal to the plugin modules themselves, including references to functions given the relocation of plugin modules. Check the wiki for the overview on what needs to be changed to make plugins fit with 7.0 Also, get used to running manually from the command line (rather than a startup script) so that you can see terminal output instead of just relying on the log (which may not have the right debug or level settings) -kdf _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
