[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
10
contrib/plugin.video.videoobmc/resources/lib/constants.py
Normal file
10
contrib/plugin.video.videoobmc/resources/lib/constants.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
DISPLAY_MENU = "display_menu"
|
||||
DISPLAY_COLLECTION_MENU = "display_collection_menu"
|
||||
DISPLAY_BACKENDS = "display_backends"
|
||||
|
||||
SEARCH = "search"
|
||||
VIDEO = "video"
|
||||
DOWNLOAD = "download"
|
||||
UPDATE = "update"
|
||||
Loading…
Add table
Add a link
Reference in a new issue