Differences
This shows you the differences between two versions of the page.
| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
servio_plugins [2016/03/19 07:10] aaru_bui [Development] running with java |
servio_plugins [2024/06/07 18:22] (current) |
| Serviio plugins provide access to online sources such as Youtube or Regional Catchup TV services (e.g. BBC Iplayer). A DLNA client will be able to browse these streams in a similar fashion to local movies and music. | Serviio plugins provide access to online sources such as Youtube or Regional Catchup TV services (e.g. BBC Iplayer). A DLNA client will be able to browse these streams in a similar fashion to local movies and music. |
| |
| This feature was made available as part of Serviio 0.6, the plugins [[http://www.serviio.org/index.php?option=com_content&view=article&id=42|plugins announcement]] page describes the feature in some detail as well as this [[serviio_groovy_plugins_explained|wiki page]]. | This feature was made available as part of Serviio 0.6, the plugins [[http://www.serviio.org/index.php?option=com_content&view=article&id=42|plugins announcement]] page describes the feature in some detail as well as this [[pc5dczc_groovy_plugins_explained|wiki page]]. |
| |
| Serviio doesn't include any plugins as part of the install but you can... | Serviio doesn't include any plugins as part of the install but you can... |
| |
| __On Windows:__ | __On Windows:__ |
| | Please make sure the Serviio folder is located in either Program Files or Program Files (x86). |
| | |
| groovy -cp "C:\Program Files (x86)\Serviio\lib\serviio.jar;C:\Program Files (x86)\Serviio\lib\slf4j-api.jar;C:\Program Files (x86)\Serviio\lib\slf4j-log4j12.jar;C:\Program Files (x86)\Serviio\lib\log4j.jar" "C:\Program Files (x86)\Serviio\plugins\CNN.groovy" | groovy -cp "C:\Program Files (x86)\Serviio\lib\serviio.jar;C:\Program Files (x86)\Serviio\lib\slf4j-api.jar;C:\Program Files (x86)\Serviio\lib\slf4j-log4j12.jar;C:\Program Files (x86)\Serviio\lib\log4j.jar" "C:\Program Files (x86)\Serviio\plugins\CNN.groovy" |
| |
| @echo "Testing %1 plugin" | @echo "Testing %1 plugin" |
| %GROOVY_HOME%\bin\groovy.exe -cp "%ServiioPath%\lib\serviio.jar;%ServiioPath%\lib\slf4j-api.jar;%ServiioPath%\lib\slf4j-log4j12.jar;%ServiioPath%\lib\log4j.jar;%ServiioPath%\lib\org.restlet.jar" "%1" | %GROOVY_HOME%\bin\groovy.exe -cp "%ServiioPath%\lib\serviio.jar;%ServiioPath%\lib\slf4j-api.jar;%ServiioPath%\lib\slf4j-log4j12.jar;%ServiioPath%\lib\log4j.jar;%ServiioPath%\lib\org.restlet.jar" "%1" |
| | |
| | rm "If this did not compile, check the ServiioPatch in this file to make sure the Serviio folder is in Program Files (x86) or in Program Files." |
| @pause | @pause |
| </code> | </code> |