- moved elements to compatibility with mediaserver.

- adapted files to mediaserver.
- added mediaserver banner images.
- added mediaserver code.
This commit is contained in:
alfa_addon_10
2017-08-12 23:06:13 +02:00
parent 1444becee5
commit 6318ef0850
395 changed files with 10254 additions and 1856 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
import traceback
import logger
from platformcode import logger
try:
import json
@@ -82,7 +82,7 @@ def get_node_from_file(name_file, node, path=None):
@rtype: dict
"""
logger.info()
from core import config
from platformcode import config
from core import filetools
dict_node = {}
@@ -156,7 +156,7 @@ def update_node(dict_node, name_file, node, path=None):
"""
logger.info()
from core import config
from platformcode import config
from core import filetools
json_data = {}
result = False