[contrib] add a xbmc plugin that interracts with videoob

This commit is contained in:
Bezleputh 2014-09-02 16:48:17 +02:00
commit d1839bfcd4
23 changed files with 1036 additions and 0 deletions

View 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"