FAQ  •  Register  •  Login

Instructions for testing plugins in plugins-readme.txt

<<

wae3iejohhohZae5

Streaming enthusiast

Posts: 27

Joined: Sun Apr 29, 2012 9:10 pm

Post Sat May 05, 2012 8:35 pm

Instructions for testing plugins in plugins-readme.txt

Plugins usually carry a "static void main(args)" method that is used for testing whether the plugin/feed is working correctly.

It would be useful if plugins/plugins-readme.txt would carry instructions about how to run those methods for testing.
<<

wae3iejohhohZae5

Streaming enthusiast

Posts: 27

Joined: Sun Apr 29, 2012 9:10 pm

Post Sat May 05, 2012 9:10 pm

Re: Instructions for testing plugins in plugins-readme.txt

I had to use this to make it work
  Code:
for x in lib/*.jar; do libpath=$x:$libpath; done; groovy -cp $libpath plugins/LiveFeeds.groovy

This is bash on Ubuntu 12.04 with the groovy package installed.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat May 05, 2012 9:53 pm

Re: Instructions for testing plugins in plugins-readme.txt

You will find the instructions in the wiki http://wiki.serviio.org/doku.php?id=servio_plugins
<<

wae3iejohhohZae5

Streaming enthusiast

Posts: 27

Joined: Sun Apr 29, 2012 9:10 pm

Post Sat May 05, 2012 10:33 pm

Re: Instructions for testing plugins in plugins-readme.txt

jhb50 wrote:You will find the instructions in the wiki http://wiki.serviio.org/doku.php?id=servio_plugins

Thanks. Maybe a link to this page should be added to the readme file.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun May 06, 2012 10:29 am

Re: Instructions for testing plugins in plugins-readme.txt

will add it, thanks

Return to Feature requests

Who is online

Users browsing this forum: Google [Bot] and 59 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.