Search the Community
Showing results for tags 'Fixed'.
-
With the new multi-version TV support, I just was testing a series. Navigated to episode 1, hit play, it correctly asked me if I wanted the HD version or the SD version. But if I hit the back button on the remote or if I hit cancel, I get an error message from the Emby addon. It then (based on my Kodi settings to continue to the next episode after playback) attempts to play episode 2 and shows me the selector again. If I select an episode and then watch it or hit stop, that of course works. 3.1.43c, with Kodi 18.0 RC5 (on Android/Shield TV), connecting to Server 4.0.0.2.
-
Hi, The problem I'm having is as follows: Set a playlist or instant mix of music to stream to a Kodi installation from Emby web interface or Emby Android App, the artwork (album/background fanart) shows up on the first song but then when the next song comes on (from a natural ending of the previous song) the artwork doesn't appear. Note you have to let the song finish on it's own, if you skip the song in Kodi or Emby the artwork appears correctly for the next song. I am using the latest Emby server (3.5.3) on Windows 10 with up to date patches. Kodi is the latest release candidate 18 RC5 although this has happened with the other RCs emby kodi plugin is beta version 3.1.42a but has happened with the previous beta builds as well Not sure if this is a problem with Emby or Kodi or the Plugin.
-
Heading says it all.... "A Patch Has Been Applied" notification banner pops up on boot and doesn't go away. Win 10 / Kodi 17.6 / E4K 3.1.43a A log is attached, but this line sticks out to me: ERROR: XFILE::CDirectory::GetDirectory - Error getting zip://C%3a%5cUsers%5cKodi%5cAppData%5cRoaming%5cKodi%5cuserdata%5caddon_data%5cplugin.video.emby%5cemby%5c171076025.zip/ I just don't know what to do about it. TIA kodi.log
-
Fixed Can't Playback DVD Rips in Folders (All other formats play fine)
ptzink posted a topic in Kodi
Hello. For some reason I can no longer play DVD rips (using VIDEO_TS structure) in Kodi. All other videos such as MKVs, MP4s, etc play fine. I thought initially it may be a Kodi for Android TV issue, but it happens on a Windows client as well. Also, it started happening initially with Stable Versions of Kodi, Emby for Kodi Plugin, and Emby server. I have since tried using the Kodi Leia RC and Emby for Kodi Plugin Beta as well as combinations of stable and beta versions of both and have seen the same results. Here is an excerpt from the log: -
13:15:54.935 T:11988 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.ImportError'> Error Contents: No module named libraries.dateutil Traceback (most recent call last): File "C:\Users\muhul\AppData\Roaming\Kodi\addons\plugin.video.emby\service.py", line 22, in <module> from resources.lib.helper.utils import copytree File "C:\Users\muhul\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\__init__.py", line 4, in <module> from utils import addon_id File "C:\Users\muhul\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\utils.py", line 20, in <module> from libraries.dateutil import tz, parser ImportError: No module named libraries.dateutil -->End of Python script error report<-- Log generated when error occurred
-
I'm on the latest beta, and I reset my database and tried to sync and I repeativly get this crash 17:47:29.148 T:3834639088 NOTICE: EMBY.full_sync -> starting sync with [u'57703e1cea529d7d07ec197b8fb217ef', u'Boxsets:57703e1cea529d7d07ec197b8fb217ef', u'1936c337f4d60279d1f0c0ef7d365fce', u'Boxsets:1936c337f4d60279d1f0c0ef7d365fce', u'a4f992b298a695e23dd4772b5716f9df', u'Boxsets:a4f992b298a695e23dd4772b5716f9df', u'7c6b1294b30d4c722993e4036d0425ac', u'7420614390edd3b1d53096584a86cf7d', u'60c6bb241c9195d4b536e84e02b31783'] 17:47:29.196 T:3834639088 NOTICE: EMBY.helper.wrapper -> Processing Kids Movies: 57703e1cea529d7d07ec197b8fb217ef 17:47:29.599 T:3834639088 NOTICE: EMBY.database -> ERROR:: type: <class 'sqlite3.OperationalError'> value: no such table: movie 17:47:32.663 T:3834639088 NOTICE: Previous line repeats 1 times. 17:47:32.663 T:3834639088 NOTICE: EMBY.full_sync -> ERROR:: full sync exited unexpectedly 17:47:32.677 T:3834639088 NOTICE: EMBY.library -> ERROR:: no such table: movie Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/library.py", line 493, in add_library FullSync(self, library_id, update=update) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 62, in __init__ self.start() File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 158, in start self.process_library(library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 215, in process_library media[library['CollectionType']](library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 38, in wrapper result = func(self, dialog=dialog, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 254, in movies obj.movie(movie, library=library) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 97, in wrapper return func(*args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 110, in wrapper return func(self, item, e_item=e_item, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 167, in wrapper return func(self, item, *args, **kwargs) File "/home/osmc/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/movies.py", line 68, in movie obj['MovieId'] = self.create_entry() File "/home/osmc/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/kodi/movies.py", line 36, in create_entry self.cursor.execute(QU.create_movie) OperationalError: no such table: movie 17:47:34.549 T:3619689200 NOTICE: EMBY.entrypoint.default -> path: ?content_type=video params: { "content_type": "video" } I'm on OSMC, Vero 4k leia, latest emby everything. Thanks
-
Fixed Emby for Kodi not auto updating libraries after server update 4.0.0.0
rapteev posted a topic in Kodi
Hi Happen again Libraries not auto updating after server update to 4.0.0.0 If I restart Kodi it finds the updates and update ok. -
Fixed All of a sudden I'm having "NOTICE: EMBY.library -> ERROR:: no such table: bookmark"
djhifi posted a topic in Kodi
I really don't have bookmarks on this specific profile but this is also the first time the plugin seems to be processing such table. What the hell? Full log attached. kodi.log -
Fixed Documentaries library gets multiple items when I run Update Library
bozrdnag posted a topic in Kodi
Aside form the usual Movies and TV libraries, I also have a Concert Videos and Documentaries (mixed content) libraries. All but the Documentaries library show new content in Kodi after scanning the library from within Emby. For some reason the Documentaries library does not. After scanning the libraries, new documentary shows will appear in Emby but not Kodi. So I went into Addons>Video add-ons>Emby>Update libraries, selected Documentaries and clicked OK. After the scan, it found the new Documentary series but also then showed duplicates for all the previously existing documentary series. It did not do this for any previously existing documentary movies. Why is this happening? On a secondary note, what happened to the incremental sync option from before? That was a fast way to find new content that may have been missed for some reason. Is there an equivalent now? -
Using Kodi v18 RC (both 1 and 2) with Emby for Kodi 3.1.35a. Server 3.5.3.0 Fresh install of Kodi. Just added emby addon, and select syncing the TV library, get an unexpected error on first item. Seems to be related to "ERROR:: 11 values for 12 columns" in logfile. When trying Movie library, no problem. Attached a logfile with the issue showing. No problem on previous install of Kodi v17 with emby for kodi 3.1.35a. Is it something easy I am missing possibly? kodi.error.debug.log
-
Hi. I've been using emby now for about a year on kodi (currently Leia beta 5) on Xbox without a problem. I just bought a new pc and reinstalled emby server. I installed emby again on the xbox kodi and when it starts I get a message asking if I want to resume previous sync. When I click on yes I get an error message saying something went wrong. Any help would be appreciated. Log: https://paste.kodi.tv/azavupopoz I can connect to the server and play movies when I go through the add-on. Emby v. 3.1.35a
-
Fixed Home Videos Library - Inconsistent Thumbnails in Wide View
feerlessleadr posted a topic in Kodi
Hi - not sure if this is an Emby for Kodi bug, Embuary bug, or EmbyCon bug, but I noticed something strange today while navigating my library. I have a home videos & photos library set up on my server for some downloaded youtube videos for offline playback. I use embuary on Kodi RC2, and when I navigate to the home videos library shortcut on my homescreen going through emby for kodi, when viewing the videos in the 'wide' view, all of the video thumbnails show the the xxxx-landscape.jpg for each video (which is a generic file I put into each folder for each video, and isn't a thumb of the actual video), instead of the xxxx-poster.jpg for each video (which is a thumbnail of each individual video, and is auto-generated by the emby server). However, when I navigate to the the same library shortcut on my homescreen, but this time go through embycon, the video thumbnails all show the thumbnail of the actual video, which indicates to me that embuary is showing the xxxx-poster.jpg. Here is a screenshot of both views to show what I'm talking about: Emby for Kodi: https://photos.app.goo.gl/Ksu3yXVYAn9AJYa79 EmbyCon: https://photos.app.goo.gl/riQYcyVBT4qMkY5g8 Ultimately, I would like to have the emby for kodi view match up to the embycon view. I would just use embycon for this view and call it a day, but on my main box (I discovered this on my test machine), I use embycon for my daughter's emby profile so that she is able to watch her shows/movies, while at the same time keeping them separate from my wife and my shows/movies, and this library is not added to my daughter's profile. Here is a log of me navigating both views (clean install, other than installing emby for kodi, embycon, & embuary): https://paste.ubuntu.com/p/SmvH3y28cx/ Here is a screenshot of what the file structure looks like on my server: https://photos.app.goo.gl/3g3wYg8zg9stQgks9 Thanks for your help- 5 replies
-
- emby for kodi
- embuary
-
(and 1 more)
Tagged with:
-
Latest beta everything. Just noticed that any newly added TV (haven't tried a movie yet) is not being picked up automatically anymore. If I do a full library sync the new shows show up. What logs do you need again? Server logs attached here. Emby logs.txt
-
Hi developers I run latest beta emby server on windows server 2016 and use emby for Kodi for playback on nvidia shield. If I add 2 movies with group versions and one of them is in strm format , the one with strm format do not playback while the other version on mkv plays ok. This is normal behavior? Thank you. PS: The strm file plays ok if not inside group.
-
Fixed 3.1.35a seems to be interfering with auto-displaying subtitles on KODI
djhifi posted a topic in Kodi
https://forum.kodi.tv/showthread.php?tid=337983&pid=2797559#pid2797559 and also https://forum.kodi.tv/showthread.php?tid=337929&pid=2797489#pid2797489 Both these posts, are reporting the following error (which is also affecting me): When I playback a movie or tv show, the external (or internal) subtitles, are auto-turned-off. They only display once I manually force them on per-playback. Setting "default for all media" in the "Video" section of the OSD, does nothing. I have 3 NVidia Shields. 2 were running RC2 and running RC3 did nothing to fix. The other NVidia Shield was running RC1 with 3.1.34a and as soon as I updated to 3.1.35a it also started getting affected by the above. Only seems to work with 3.1.34a despite the Leia version, from my testings. As soon as 3.1.35a gets installed, subtitles are auto-turned off on each playback. Not been able to memorize "set default for all media" with .35. With .34 it works as expected. I'm using Native Path and no transcoding on all 3 of the machines. Can't find any thing in the logs. -
Hi, Emby Server version is 3.6.0.73, when i sync the themes with Emby for Kodi 3.1.34a, nothing will happen, no folder with the tvtunes.nfo file will be created in /storage/.kodi/userdata/addon_data/plugin.video.emby/library/. When i downgrade to version 3.0.34, it works normally. And is it possible in the future, when i have a new movie/tvshow, that the theme will also be automatically added to Kodi? It's irritating to sync every movie separately. thanks in advance
-
Can we have an option that emby for kodi doesn't update while media is being played. While I'm watching something on kodi, and the plugin starts to run updates, it causes audio stuttering badly and sometimes video stutter / buffering
-
Hi, I'm on Kodi master and version 3.1.34a of the plugin. My music library is syncing according to the logfile (see attachment), but somehow it won't show up in de GUI. Movies and Series are working as it should. The logfile was captured when running "update libraries" trough the emby addon.
-
Dear Community, i am using the last Kodi Beta Version (Kodi 18 Beta 5) with the last Emby Plugin Alpha Version (3.1.32a) on a Huawei Mediapad M5 Lite. My Problem is that the Music Library is always empty. The following steps that i have already done: - Installed different Plugin Versions - Installed different Kodi Versions - Updated the database manually - Repaired the database manually - Reinstalled Kodi If i removing the "Musik" Folder from the Kodi Library via. long touching on it (Remove Library from Kodi), i can acess the Media via. a "Musik (dynamic)" folder. While there are problems with the Music Synchronizing, the Movie Synchronizing works perfect. I attached some Screenshots for describing the Problem better, hope it helps. Log: http://paste.kodi.tv/yeriluseyi Greetings, Mr. Burns
-
Fixed Unable to play anything since latest Kodi Plugin/Server Update
rwinstock posted a topic in Kodi
Evening! KODI 18, Plugin version v3.1.33a, Server 3.6.0.61. Getting the following error when attempting to play anything: 20:35:10.886 T:18446744072290584864 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.KeyError'> Error Contents: 'LocationType' Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby.movies/default.py", line 29, in <module> Events() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/default.py", line 72, in __init__ Actions(server).play(item, params.get('dbid'), playlist=params.get('playlist') == 'true') File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/actions.py", line 58, in play source = play.select_source(play.get_sources()) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/helper/playutils.py", line 79, in get_sources 'Profile': self.get_device_profile() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/helper/playutils.py", line 427, in get_device_profile if self.info['ForceTranscode'] or self.item['LocationType'] == 'Remote': KeyError: 'LocationType' -->End of Python script error report<-- Problems started either after plugin update yesterday or server update this morning Full log attached Regards Richard -
I'm a bit confused - today I did a reset of my Kodi DB and now some strange ratings started to show up for approx half of my movies (as far as I can tell on a scale from 0 to 100 - stored in the "your rating" field of kodis movie information). I've never seen them before. Is this a new feature? If yes, why do only certain movies get these ratings? I'm using an emby 3.5.3.0 server, Kodi for emby 3.1.32a and Kodi 17.6
-
Hi, @@im85288 told me to ask @@Angelblue05 (i think he mean here) for help with this Issue: i tried to use your mod with the Embuary skin but it dont work. I see the popup-windows but when i click on "watch now" nothing happens and the episode ends. I use Kodi with Emby on a Libreelec (current version) system (Nuc N3700) Emby is set to Addon mode. Logfile: https://pastebin.com/5trJfvL6 Greetings
-
Hello, For a while now (I believe with the beta addon - currently 3.1.31a) I can't control Kodi remotely from the Android app. It just never shows in the "play on" dropdown. I can see the devices in Emby dashboard, but not in the Android app. Anything more I can add?
-
Fixed `global name 'default' is not defined` after switching Kodi profiles
Saviq posted a topic in Kodi
Hey, this started happening maybe a week ago for me, am testing the beta version of the plugin (currently 3.1.31a). Often after switching Kodi profiles playback won't work and this traceback ends up in the logs: 22:41:15.232 T:3146773408 NOTICE: EMBY.entrypoint.default -> path: ?dbid=…&mode=play&id=…&filename=… params: { "dbid": "…", "filename": "…", "mode": "play", "id": "…" } 22:41:15.237 T:3146773408 NOTICE: EMBY.downloader -> ---[ contact MU-TH-UR 6000/GetItem ] 22:41:15.258 T:3146773408 NOTICE: EMBY.downloader -> Abandon mission! A black hole just swallowed [ GetItem/… ] 22:41:15.264 T:3146773408 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.NameError'> Error Contents: global name 'default' is not defined Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.emby.tvshows/default.py", line 29, in <module> Events() File "/storage/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/default.py", line 71, in __init__ item = TheVoid('GetItem', {'Id': params['id'], 'ServerId': server}).get() File "/storage/.kodi/addons/plugin.video.emby/resources/lib/downloader.py", line 348, in get return default NameError: global name 'default' is not defined -->End of Python script error report<-- 22:41:15.669 T:4095168512 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.emby.tvshows/…/?dbid=…&mode=play&id=…&filename=…] Logging out and straight back in fixes this. -
External subtitles detected but can't be open because path problem Here's the log short log.txt