Jump to content

embyforkodi (next-gen) 6.X.X support


quickmic

Recommended Posts

Gofran

Thank you for the reply i did that i loged in but when i want to add tv show or somthing i only see picture in the begining i could only choose user than servername than see second picture mine tvshow are not there when checking

I did not add mine server 1 picture

20210319_181947.jpg

20210319_181928.jpg

Edited by Gofran
Link to comment
Share on other sites

quickmic

Hmm, this seems you are not logged in at all.

Have you used emby-next gen before?

If not (and I assume you have a backup!!!):

Reset all settings (THIS WILL WIPE ALL DATA AND REQUIRES A KODI DB REBUILD (not emby Server DB)):

plugin -> configuration -> Advanced -> "Reset local Kodi database" and answer all questions with yes.

The rest should be guided.

 

Edited by quickmic
Link to comment
Share on other sites

quickmic

ok, then try:

shutdown Kodi (important!): Don't do it while running

delete the content of this folder (completely), but keep the folder:

/home/USERNAME/.kodi/userdata/addon_data/plugin.video.emby-next-gen/

on libreelec it's:

/storage/.kodi/userdata/addon_data/plugin.video.emby-next-gen/

restart Kodi:

Link to comment
Share on other sites

quickmic

Can please somebody else drop the link. I don't have a Windows Kodi installation at hand.

Edited by quickmic
Link to comment
Share on other sites

quickmic

I assume you must enable "show hidden files" in Windows

Edited by quickmic
Link to comment
Share on other sites

quickmic

ok, then just start kodi now

btw, I cannot upload a video. Password is plaintext 😞

Edited by quickmic
Link to comment
Share on other sites

CharleyVarrick
7 minutes ago, quickmic said:

ok, then just start kodi now

btw, I cannot upload a video. Password is plaintext 😞

I believe E4K next gen uses same p/w as Emby user, correct?

If so you could go in your dashboard emby user, temporarly replace your proper password with a temporary easy one (for video purpose)

Once you're done, go back in emby and put back your proper password.

 

Edited by CharleyVarrick
Link to comment
Share on other sites

t123thomas
1 hour ago, quickmic said:

https://github.com/MediaBrowser/plugin.video.emby/releases/tag/5.2.02

At the bottom there is a Assets link "Source Code (zip)"

You can use that, due python is a scripting language, there is no difference between source and "binaries".

Link is:

https://github.com/MediaBrowser/plugin.video.emby/archive/refs/tags/5.2.02.zip

Summary:

Tested on windows 10 /Kodi 19 details are in the log,

CPU is super quiet, playback response is better than previous based on visual observations, DELETE ERRORS still remain which is a known issue

See attached log, let me know which fuctions that you wish to test

Besides, have you been able to research additional codes in the Titan skin that have been impacted due the changes in your logic for the -next-gen, so far those that your suggested earlier work fine for Titan Matrix

Thanks for the quick turnaround

kodi.log

Edited by t123thomas
Link to comment
Share on other sites

t123thomas

could this be right, I did a side load of 5.2.02 but the installed is showing plugin.video.emby-next-gen v5.2.01 does it make any diff?

Link to comment
Share on other sites

t123thomas

Are these skin related errors?

 

Thanks

021-03-19 14:44:18.674 T:8368     INFO <general>: EMBY.library.Library -> -->[ q:download/2226635196304 ]
2021-03-19 14:44:20.343 T:9680  WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-03-19 14:44:20.991 T:3584    ERROR <general>: Skipped 2 duplicate messages..
2021-03-19 14:44:20.991 T:3584    ERROR <general>: ----------------------------------------
2021-03-19 14:44:20.991 T:3584    ERROR <general>:
                                                   
2021-03-19 14:44:20.991 T:3584    ERROR <general>: Exception happened during processing of request from
2021-03-19 14:44:20.991 T:3584    ERROR <general>:  
2021-03-19 14:44:20.991 T:3584    ERROR <general>: ('127.0.0.1', 58859)
2021-03-19 14:44:20.991 T:3584    ERROR <general>:
                                                   
2021-03-19 14:44:20.993 T:3584    ERROR <general>: Traceback (most recent call last):
                                                   
2021-03-19 14:44:20.993 T:3584    ERROR <general>:
2021-03-19 14:44:20.993 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 650, in process_request_thread
                                                       self.finish_request(request, client_address)
                                                   
2021-03-19 14:44:20.993 T:3584    ERROR <general>:
2021-03-19 14:44:20.993 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 360, in finish_request
                                                       self.RequestHandlerClass(request, client_address, self)
                                                   
2021-03-19 14:44:20.993 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
                                                       SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 647, in __init__
                                                       super().__init__(*args, **kwargs)
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 720, in __init__
                                                       self.handle()
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 427, in handle
                                                       self.handle_one_request()
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 415, in handle_one_request
                                                       method()
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
                                                       self.do_GET()
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
                                                       raise Exception("UnknownRequest")
                                                   
2021-03-19 14:44:20.994 T:3584    ERROR <general>:
2021-03-19 14:44:20.994 T:3584    ERROR <general>: Exception: UnknownRequest
                                                   
2021-03-19 14:44:20.995 T:3584    ERROR <general>:
2021-03-19 14:44:20.995 T:3584    ERROR <general>: ----------------------------------------
2021-03-19 14:44:20.995 T:3584    ERROR <general>:
                                                   
2021-03-19 14:44:20.995 T:9680    ERROR <general>: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/movies/f137a2dd21bbc1b99aa5c0f6bf02a805/f137a2dd21bbc1b99aa5c0f6bf02a805-trailer.mp4
2021-03-19 14:44:20.996 T:9680     INFO <general>: CPythonInvoker(42, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\default.py): script successfully run
2021-03-19 14:44:21.252 T:9680     INFO <general>: Python interpreter stopped
2021-03-19 14:44:21.439 T:11996 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-03-19 14:44:22.019 T:10756   ERROR <general>: Skipped 8 duplicate messages..
2021-03-19 14:44:22.019 T:10756   ERROR <general>: ----------------------------------------
2021-03-19 14:44:22.019 T:10756   ERROR <general>:
                                                   
2021-03-19 14:44:22.019 T:10756   ERROR <general>: Exception happened during processing of request from
2021-03-19 14:44:22.019 T:10756   ERROR <general>:  
2021-03-19 14:44:22.019 T:10756   ERROR <general>: ('127.0.0.1', 58861)
2021-03-19 14:44:22.019 T:10756   ERROR <general>:
                                                   
2021-03-19 14:44:22.021 T:10756   ERROR <general>: Traceback (most recent call last):
                                                   
2021-03-19 14:44:22.021 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 650, in process_request_thread
                                                       self.finish_request(request, client_address)
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 360, in finish_request
                                                       self.RequestHandlerClass(request, client_address, self)
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
                                                       SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 647, in __init__
                                                       super().__init__(*args, **kwargs)
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 720, in __init__
                                                       self.handle()
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 427, in handle
                                                       self.handle_one_request()
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 415, in handle_one_request
                                                       method()
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
                                                       self.do_GET()
                                                   
2021-03-19 14:44:22.022 T:10756   ERROR <general>:
2021-03-19 14:44:22.022 T:10756   ERROR <general>:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
                                                       raise Exception("UnknownRequest")
                                                   
2021-03-19 14:44:22.023 T:10756   ERROR <general>:
2021-03-19 14:44:22.023 T:10756   ERROR <general>: Exception: UnknownRequest
                                                   
2021-03-19 14:44:22.023 T:10756   ERROR <general>:
2021-03-19 14:44:22.023 T:10756   ERROR <general>: ----------------------------------------
2021-03-19 14:44:22.023 T:10756   ERROR <general>:

Link to comment
Share on other sites

quickmic
32 minutes ago, t123thomas said:

could this be right, I did a side load of 5.2.02 but the installed is showing plugin.video.emby-next-gen v5.2.01 does it make any diff?

Something went wrong. Please try again

It must report "5.2.02"

Edited by quickmic
Link to comment
Share on other sites

quickmic
1 hour ago, Gofran said:

Ok

 

Info for other users:

The issue was Emby server reported the wrong IP to Kodi. This can happen if you run the Emby server behind NAT. In this case it was a docker container using internally 10.X.X.X subnet and was accessible from outside via 192.X.X.X.

In similar cases you MUST set the external IP address in Emby server settings!

 

 

Edited by quickmic
  • Thanks 1
Link to comment
Share on other sites

t123thomas

I am experiencing this for the first time after I rebuild Kodi 19 side instaled 5.2.02, the UI prompted for users, non was accepted aside from the Admin very strange

I hope this log is sufficient

2021-03-19 15:54:49.838 T:8208     INFO <general>: INFO: EMBY.core.connection_manager: calling onSuccessfulConnection with connection mode 2 with server U-ROCK-PC
2021-03-19 15:54:49.914 T:4380     INFO <general>: Loading skin file: C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\resources\skins\default\1080i\script-emby-connect-users.xml, load type: LOAD_ON_GUI_INIT
2021-03-19 15:54:49.921 T:4380    ERROR <general>: Control 155 in window 13000 has been asked to focus, but it can't

 

Link to comment
Share on other sites

quickmic
4 minutes ago, t123thomas said:

I am experiencing this for the first time after I rebuild Kodi 19 side instaled 5.2.02, the UI prompted for users, non was accepted aside from the Admin very strange

I hope this log is sufficient

2021-03-19 15:54:49.838 T:8208     INFO <general>: INFO: EMBY.core.connection_manager: calling onSuccessfulConnection with connection mode 2 with server U-ROCK-PC
2021-03-19 15:54:49.914 T:4380     INFO <general>: Loading skin file: C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\resources\skins\default\1080i\script-emby-connect-users.xml, load type: LOAD_ON_GUI_INIT
2021-03-19 15:54:49.921 T:4380    ERROR <general>: Control 155 in window 13000 has been asked to focus, but it can't

 

Can we do a teamviewer session?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...