Page 1 of 1
plugins auto updated

Posted:
Fri Jun 22, 2012 12:56 pm
by antl
Have an SVN based repository that we continually update with the latest plugin updates.
And automatic download sync upon opening serviio with svn.
Re: plugins auto updated

Posted:
Fri Jun 22, 2012 2:26 pm
by zip
That is something I might look at at some point.
Re: plugins auto updated

Posted:
Fri Jun 22, 2012 2:39 pm
by jhb50
Lets at least all agree to put the version info in the groovy header comments along with the groovy type and some usage info so when you look at your installed plugins you will know what you have.
Here is an example from my shoutcast.groovy
- Code:
/**
* WebResource extractor plugin for shoutcast.com.
*
* Version 3 - Apr. 26, 2012
* supports all Shoutcast options
*
* @author jhb50
*
* URL http://www.shoutcast.com/
* returns top 10 Shoutcast streams.
*
* URL http://www.shoutcast.com/radio/genre
* returns top 10 genre streams.
*
* URL http://www.shoutcast.com/Internet-Radio/search_term
* returns top 10 search_term streams.
*
*/
Re: plugins auto updated

Posted:
Mon Aug 13, 2012 4:10 pm
by antl
now there's that plugin pack, which gets updated all we need to do is stick this on a SVN and either batch file it to check for a new one on start up or incorporate this in to servio
Re: plugins auto updated

Posted:
Wed Aug 22, 2012 10:18 am
by steveaj
This would be really useful !