User Tools

Site Tools


servio_plugins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
servio_plugins [2014/06/19 07:42]
illico [Development] remove Spam
servio_plugins [2016/03/19 07:10]
aaru_bui [Development] running with java
Line 56: Line 56:
  
 __On Linux:__ __On Linux:__
-From your serviio install folder (eg /usr/bin/serviio-0.6.2) and with a s4c.groovy file installed in plugins:+From your serviio install folder (eg /usr/bin/serviio-0.6.2) and with a S4c.groovy file installed in plugins:
  
 +<code>
 groovy -cp lib/serviio.jar:lib/slf4j-api.jar:lib/slf4j-log4j12.jar:lib/log4j.jar:lib/org.restlet.jar plugins/S4c.groovy groovy -cp lib/serviio.jar:lib/slf4j-api.jar:lib/slf4j-log4j12.jar:lib/log4j.jar:lib/org.restlet.jar plugins/S4c.groovy
 +</code>
  
-And of course you can use the [[http://forum.serviio.org/viewforum.php?f=22|Plugin development forum]] if you get stuck+Or with Java and groovy-all.jar:
  
 +<code>
 +java -cp lib/serviio.jar:lib/slf4j-api.jar:lib/slf4j-log4j12.jar:lib/log4j.jar:lib/org.restlet.jar:lib/groovy-all.jar groovy.ui.GroovyMain plugins/S4c.groovy
 +</code>
 +
 +And of course you can use the [[http://forum.serviio.org/viewforum.php?f=22|Plugin development forum]] if you get stuck
 ====== Logging ====== ====== Logging ======
 Logging is configured through conf/log4j.xml.  You could change the priority of all packages to DEBUG but this is very verbose. Logging is configured through conf/log4j.xml.  You could change the priority of all packages to DEBUG but this is very verbose.
servio_plugins.txt ยท Last modified: 2017/06/24 21:44 by techwhizz