[contrib] add a xbmc plugin that interracts with videoob
This commit is contained in:
parent
d479a86c4d
commit
d1839bfcd4
23 changed files with 1036 additions and 0 deletions
11
contrib/plugin.video.videoobmc/resources/settings.xml
Normal file
11
contrib/plugin.video.videoobmc/resources/settings.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings>
|
||||
<!-- GENERAL -->
|
||||
<category label="$LOCALIZE[128]">
|
||||
<setting label="30510" type="folder" id="downloadPath" default="" />
|
||||
<setting label="30520" type="enum" id="nbVideoPerBackend" default="1" values="10|25|50|100" />
|
||||
<setting label="30530" type="bool" id="nsfw" default="False" />
|
||||
<setting label="30550" type="action" action="RunScript(plugin.video.videoobmc, plugin.video.videoobmc, action=update)"/>
|
||||
</category>
|
||||
</settings>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue