Search the Community
Showing results for tags 'TVTunes'.
-
Hi there, long time no see! Hoping everyone doing great. After jurialmunkey released Arctic Zephyr 2 skin I' ve started to use my Kodi+Emby setup again. I am running on 18.5 Leia/Windows 10 and 4.1.16 version of the Kodi Add-on. Emby backend is on 4.3.0.30 stable version. When I manually try to update thememedia (for using Tvtunes both script and newly introduced service version.) I got below errors on Kodi log. Both Kodi client and Emby server is on the same LAN. Emby server is accessible via Web browser without any problems. (looks like I don't have firewall issue on server) 2019-12-04 00:46:39.612 T:23528 NOTICE: Emby.emby.core.connection_manager -> testing connection mode 2 with server ServerName 2019-12-04 00:46:39.616 T:23528 NOTICE: Emby.emby.core.connection_manager -> tryConnect url: http://{emby-server}/emby/system/info/public 2019-12-04 00:46:39.679 T:23528 NOTICE: Emby.emby.core.connection_manager -> calling onSuccessfulConnection with connection mode 2 with server ServerName 2019-12-04 00:46:39.741 T:23528 NOTICE: Emby.emby.client -> User is authenticated. 2019-12-04 00:46:39.914 T:1116 NOTICE: Emby.emby.core.ws_client -> Websocket url: ws://{emby-server}/embywebsocket?api_key={emby-token}&device_id=AC262A228CBC4A0E84E0B8691Cxxxxxxx 2019-12-04 00:46:39.921 T:11020 NOTICE: EMBY.hooks.monitor -> -->[ q:monitor/LoadServer ] 2019-12-04 00:46:39.923 T:11020 NOTICE: EMBY.hooks.monitor -> --[ post capabilities/ab830a458c254fc2b52e67dxxxxxxxxx ] 2019-12-04 00:46:39.943 T:23528 NOTICE: EMBY.setup -> ---<[ setup ] 2019-12-04 00:46:39.971 T:18592 NOTICE: EMBY.library -> --->[ library ] 2019-12-04 00:46:39.978 T:1116 NOTICE: Emby.emby.core.ws_client -> --->[ websocket ] 2019-12-04 00:46:40.263 T:21376 NOTICE: EMBY.entrypoint.service -> [ onNotification/plugin.video.emby/ServerOnline ] 2019-12-04 00:46:40.667 T:20600 ERROR: Window Translator: Can't find window videolibrary 2019-12-04 00:46:41.671 T:12908 NOTICE: script.tv.show.next.aired --> Update complete 2019-12-04 00:46:42.241 T:18592 NOTICE: EMBY.database -> [emby] 1 rows updated. 2019-12-04 00:46:43.837 T:20600 NOTICE: Previous line repeats 11 times. 2019-12-04 00:46:43.837 T:20600 ERROR: Window Translator: Can't find window videolibrary 2019-12-04 00:46:44.168 T:18592 NOTICE: EMBY.helper.wrapper -> Processing None 2019-12-04 00:46:44.174 T:18592 NOTICE: EMBY.library -> --[ retrieve changes ] 2019-12-03T21:14:17z 2019-12-04 00:47:33.699 T:20600 ERROR: Window Translator: Can't find window videolibrary 2019-12-04 00:47:38.474 T:10384 WARNING: Unable to determine channel type. Defaulting to TV. 2019-12-04 00:47:59.877 T:20200 WARNING: Previous line repeats 2 times. 2019-12-04 00:47:59.877 T:20200 NOTICE: Emby -> ---[ START EMBYCLIENT ]--- 2019-12-04 00:47:59.935 T:20200 NOTICE: EMBY.entrypoint.default -> path: params: {} 2019-12-04 00:47:59.971 T:20200 NOTICE: EMBY.default -> ---<[ default ] 2019-12-04 00:48:06.135 T:8948 NOTICE: Emby -> ---[ START EMBYCLIENT ]--- 2019-12-04 00:48:06.192 T:8948 NOTICE: EMBY.entrypoint.default -> path: ?mode=managelibs params: { "mode": "managelibs" } 2019-12-04 00:48:06.215 T:8948 NOTICE: EMBY.default -> ---<[ default ] 2019-12-04 00:48:08.733 T:15968 NOTICE: Emby -> ---[ START EMBYCLIENT ]--- 2019-12-04 00:48:08.791 T:15968 NOTICE: EMBY.entrypoint.default -> path: ?mode=thememedia params: { "mode": "thememedia" } 2019-12-04 00:48:08.828 T:15968 NOTICE: EMBY.entrypoint.default -> TV Tunes custom path is enabled and set. 2019-12-04 00:48:38.552 T:10384 WARNING: Unable to determine channel type. Defaulting to TV. 2019-12-04 00:51:14.060 T:15968 WARNING: Previous line repeats 8 times. 2019-12-04 00:51:14.060 T:15968 NOTICE: Emby.emby.core.http -> ERROR:: HTTPConnectionPool(host='192.168.1.10', port=8096): Read timed out. (read timeout=30) 2019-12-04 00:51:14.061 T:15968 NOTICE: EMBY.default -> ERROR:: Traceback (most recent call last): File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\default.py", line 41, in <module> Events() File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\entrypoint\default.py", line 176, in __init__ get_themes() File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\entrypoint\default.py", line 977, in get_themes result = EMBY['api'].get_items_theme_video(view) File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 249, in get_items_theme_video 'Recursive': True File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 86, in users return self._get("Users/{UserId}%s" % handler, params) File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 53, in _get return self._http("GET", handler, {'params': params}) File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 50, in _http return self.client.request(request) File "C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\http.py", line 129, in request raise HTTPException("ReadTimeout", error) HTTPException 2019-12-04 00:51:14.061 T:15968 NOTICE: EMBY.default -> ---<[ default ] 2019-12-04 00:51:38.741 T:10384 WARNING: Unable to determine channel type. Defaulting to TV. Any idea about what is wrong with the sync?
-
theme videos/music not working with "sync theme media" using addon paths
noakd8601 posted a topic in Kodi
TVTunes music and video themes don't seem to be working correctly. Hitting sync theme media in the emby addon gives a success message after about 10-15 seconds, but neither video backdrops nor music themes are playing at all for movies or tv shows. My local trailers do not play either with that option enabled in TVTunes. Backdrops WILL play if I use native paths, but in order to use Cinema mode I have to use add-on paths. Play video in background is enabled. I use Arctic:Zephyr and Aura skins primarily. In the path /storage/.kodi/userdata/addon_data/plugin.video.emby/library/ MOVIE folders containing tvtunes.nfo have been created- but nothing in regard to tv shows at all. Server 4.0.1.0 Addon 4.0.5 Shield Android TV Kodi - Leia After addon updated to 4.0.5 I tried to repair libraries and re-sync theme media, still no love. @@Angelblue05 any idea what might be causing this?-
- Android TV
- video backdrops
-
(and 2 more)
Tagged with:
-
I have The video back drop themes and would use the themes in kodi. What Kodi skins support Video back drops? Is there any setup involved with TVtunes needed? Thanks for any help and guidance Monkeyslapper
- 11 replies
-
- skins
- video backdrop
-
(and 2 more)
Tagged with:
-
Dear, Excuse the question. Maybe stupid, but now it's time for the kodi and emby. I would like to know if it works perfectly with tvtune with the emby? What to do to play my themes. in addition to installing the 02 addons