Jump to content

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


quickmic

Recommended Posts

quickmic

Yes, also let me know if the connect to Emby server is still fine. As you had problems in the past and I changed two minor things in the login modules, I hope it's still fine.

Also new content notification is now working.

 

  • Agree 1
Link to comment
Share on other sites

quickmic

Update:

The realtime update progress bar is counting backwards and shifts back to forward (hard to describe) if the update was pulled while watching a video.

It doesn't break the actual update procedure. It's just a glitch in the progress bar, so not worry. I put it on the list.

Edited by quickmic
Link to comment
Share on other sites

CharleyVarrick
40 minutes ago, quickmic said:

Update:

The realtime update progress bar is counting backwards and shifts back to forward (hard to describe) if the update was pulled while watching a video.

It doesn't break the actual update procedure. It's just a glitch in the progress bar, so not worry. I put it on the list.

Not sure what this means (counting backward), but SRT issue seem resolved

Link to comment
Share on other sites

quickmic
6 minutes ago, CharleyVarrick said:

Not sure what this means (counting backward), but SRT issue seem resolved

Progress, reverse counting... 100%...99%...98%

Windows style 😆   ... I should declare it as a feature

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

CharleyVarrick
5 minutes ago, quickmic said:

Progress, reverse counting... 100%...99%...98%

Windows style 😆

Meaning this? It used to give a number or something WAAAAAY before but not anymore, and progress bar start small on left and progress right as expected

image.png.81396885377a0f6a91584c42c768f930.png

Edited by CharleyVarrick
Link to comment
Share on other sites

quickmic
1 minute ago, CharleyVarrick said:

this? It used to give a number or something before but not anymore, and progress bar start small on left and progress right as expected

image.png.81396885377a0f6a91584c42c768f930.png

Yes that, but not on initial sync. Only on realtime sync. Emby server content is updated while Kodi is running.

I only observed a reverse counting when Realtime updates were pushed while video is playing.

While video playing, updates are queued. After playback stop, queue is processed and that's when it happened to my Kodi box.

  • Like 1
Link to comment
Share on other sites

CharleyVarrick
10 minutes ago, quickmic said:

Yes that, but not on initial sync. Only on realtime sync. Emby server content is updated while Kodi is running.

I only observed a reverse counting when Realtime updates were pushed while video is playing.

While video playing, updates are queued. After playback stop, queue is processed and that's when it happened to my Kodi box.

Ah, OK, I'll keep an eye out but I rarely add media while watching, dont lose sleep over that.

Grab a beer instead (here its just about perfect time of day for that

 

If I get this right you need to be watching something on Kodi, and at the same time dump significant amount of new media (dont remember the E4K trigger point to get a progress bar, but maybe 10 new items or more).

Disclaimer: You might burn your popcorn if you watch and add media simultaneously. 🤣

Edited by CharleyVarrick
Link to comment
Share on other sites

wanderjarra

Synchronizing fast, now no longer gives errors when playing files to lock and close Kodi. The libraries continue to recognize it, even though it is not gathering all the seasons in the case of the series, but now they appear.
Great evolution, when I correct the problem of the seasons of the series I can migrate to Kodi 19, I am just waiting for that.
Good work and I appreciate the effort and dedication.

emby1.JPG

Edited by wanderjarra
add picture
  • Like 1
Link to comment
Share on other sites

quickmic
Quote

not gathering all the seasons in the case of the serie

Yes, still on my review list.

Link to comment
Share on other sites

t123thomas

HI Quckmic,

These errors are from 5.1.17

It appearred when I changed the skin to Titan Matrix,  can you please advise if these are caused by the e4k addon or skin ralated, and what changes do I need to make in the skin addon to correct the errors.

 

Thanks

 

2021-03-21 15:43:01.578 T:7860  WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-03-21 15:43:02.050 T:12904   ERROR <general>: Skipped 2 duplicate messages..
2021-03-21 15:43:02.049 T:12904   ERROR <general>: ----------------------------------------
2021-03-21 15:43:02.050 T:12904   ERROR <general>:
                                                   
2021-03-21 15:43:02.050 T:12904   ERROR <general>: Exception happened during processing of request from
2021-03-21 15:43:02.050 T:12904   ERROR <general>:  
2021-03-21 15:43:02.050 T:12904   ERROR <general>: ('127.0.0.1', 63073)
2021-03-21 15:43:02.050 T:12904   ERROR <general>:
                                                   
2021-03-21 15:43:02.052 T:12904   ERROR <general>: Traceback (most recent call last):
                                                   
2021-03-21 15:43:02.052 T:12904   ERROR <general>:
2021-03-21 15:43:02.052 T:12904   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-21 15:43:02.052 T:12904   ERROR <general>:
2021-03-21 15:43:02.053 T:12904   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-21 15:43:02.053 T:12904   ERROR <general>:
2021-03-21 15:43:02.053 T:12904   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-21 15:43:02.053 T:12904   ERROR <general>:
2021-03-21 15:43:02.053 T:12904   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 647, in __init__
                                                       super().__init__(*args, **kwargs)
                                                   
2021-03-21 15:43:02.053 T:12904   ERROR <general>:
2021-03-21 15:43:02.053 T:12904   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 720, in __init__
                                                       self.handle()
                                                   
2021-03-21 15:43:02.053 T:12904   ERROR <general>:
2021-03-21 15:43:02.053 T:12904   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 427, in handle
                                                       self.handle_one_request()
                                                   
2021-03-21 15:43:02.054 T:12904   ERROR <general>:
2021-03-21 15:43:02.054 T:12904   ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 415, in handle_one_request
                                                       method()
                                                   
2021-03-21 15:43:02.054 T:12904   ERROR <general>:
2021-03-21 15:43:02.054 T:12904   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-21 15:43:02.054 T:12904   ERROR <general>:
2021-03-21 15:43:02.054 T:12904   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-21 15:43:02.054 T:12904   ERROR <general>:
2021-03-21 15:43:02.054 T:12904   ERROR <general>: Exception: UnknownRequest
                                                   
2021-03-21 15:43:02.054 T:12904   ERROR <general>:
2021-03-21 15:43:02.055 T:12904   ERROR <general>: ----------------------------------------
2021-03-21 15:43:02.055 T:12904   ERROR <general>:

 

2021-03-21 16:11:54.180 T:5820  WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-03-21 16:11:54.275 T:8544     INFO <general>: Skipped 2 duplicate messages..
2021-03-21 16:11:54.275 T:8544     INFO <general>: CPythonInvoker(61, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-03-21 16:11:54.304 T:5344    ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting -
2021-03-21 16:11:54.308 T:3576     INFO <general>: Skipped 1 duplicate messages..
2021-03-21 16:11:54.308 T:3576     INFO <general>: initializing python engine.
2021-03-21 16:11:55.236 T:8544     INFO <general>: Python interpreter stopped
2021-03-21 16:11:55.675 T:7176     INFO <general>: CPythonInvoker(60, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
2021-03-21 16:11:56.637 T:7176     INFO <general>: Python interpreter stopped
2021-03-21 16:11:56.847 T:5820     INFO <general>: CPythonInvoker(62, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-03-21 16:11:56.868 T:7040     INFO <general>: initializing python engine.
2021-03-21 16:11:57.775 T:5820     INFO <general>: Python interpreter stopped
2021-03-21 16:11:59.041 T:10372    INFO <general>: script.module.thetvdb --> Initialized
2021-03-21 16:11:59.067 T:10372    INFO <general>: script.module.thetvdb --> Exited
2021-03-21 16:11:59.067 T:10372    INFO <general>: CPythonInvoker(58, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py): script successfully

Link to comment
Share on other sites

embyL0VER

Using "Pre-Beta" build 5.2.03 things become to work nicely again. Testing/watching now for about two hours on FTV Cube, files with srt subs working and emby context menu is also working again. Nice!

If I should help with some Logs for testing purposes, let me know.

  • Like 2
Link to comment
Share on other sites

CharleyVarrick

@TeamB

Can you or another admin pin this thread close, if not to the very top, at it is very current work-in-progress ?

Right now its not pinned and sitting at # 9 or more in the list (below many quieter thread)

Thanks in advance

 

Edited by CharleyVarrick
Link to comment
Share on other sites

TeamB
27 minutes ago, CharleyVarrick said:

@TeamB

Can you or another admin pin this thread close, if not to the very top, at it is very current work-in-progress ?

Right now its not pinned and sitting at # 9 in the list (below many quieter thread)

Thanks in advance

 

@Luke @quickmic should be a moderator of this kodi forum

  • Like 1
Link to comment
Share on other sites

t123thomas
1 hour ago, quickmic said:

Please disabled next aired plugin for a moment and test again.

Thanks the change that you suggest resolved cpu overload, and the skin performs better.

However, I am still seeing these errors, is there somecodes change that I can make or its for you to make?

 

6.906 T:1604  WARNING <general>: Skipped 1 duplicate messages..
2021-03-21 17:39:16.906 T:1604  WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-03-21 17:39:17.182 T:4660    ERROR <general>: Skipped 5 duplicate messages..
2021-03-21 17:39:17.182 T:4660    ERROR <general>: ----------------------------------------
2021-03-21 17:39:17.182 T:4660    ERROR <general>:
                                                   
2021-03-21 17:39:17.182 T:4660    ERROR <general>: Exception happened during processing of request from
2021-03-21 17:39:17.182 T:4660    ERROR <general>:  
2021-03-21 17:39:17.182 T:4660    ERROR <general>: ('127.0.0.1', 50072)
2021-03-21 17:39:17.183 T:4660    ERROR <general>:
                                                   
2021-03-21 17:39:17.183 T:4660    ERROR <general>: Traceback (most recent call last):
                                                   
2021-03-21 17:39:17.183 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    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-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    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-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    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-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 647, in __init__
                                                       super().__init__(*args, **kwargs)
                                                   
2021-03-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\socketserver.py", line 720, in __init__
                                                       self.handle()
                                                   
2021-03-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 427, in handle
                                                       self.handle_one_request()
                                                   
2021-03-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.184 T:4660    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\http\server.py", line 415, in handle_one_request
                                                       method()
                                                   
2021-03-21 17:39:17.184 T:4660    ERROR <general>:
2021-03-21 17:39:17.185 T:4660    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-21 17:39:17.185 T:4660    ERROR <general>:
2021-03-21 17:39:17.185 T:4660    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-21 17:39:17.185 T:4660    ERROR <general>:
2021-03-21 17:39:17.185 T:4660    ERROR <general>: Exception: UnknownRequest
                                                   
2021-03-21 17:39:17.185 T:4660    ERROR <general>:
2021-03-21 17:39:17.185 T:4660    ERROR <general>: ----------------------------------------
2021-03-21 17:39:17.185 T:4660    ERROR <general>:
                                                   
2021-03-21 17:39:17.185 T:10616   ERROR <general>: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/284253/284253-trailer.mp4
2021-03-21 17:39:17.186 T:10616    INFO <general>: CPythonInvoker(29, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\default.py): script successfully run
2021-03-21 17:39:17.363 T:10616    INFO <general>: Python interpreter stopped
2021-03-21 17:39:17.431 T:1604

Link to comment
Share on other sites

t123thomas
16 hours ago, quickmic said:

"it will be damn fast" was mostly addressing the playback initialization.

There is still lot of room for improvement. Currently I focusing on stabilization releasing a new stable version in the next weeks. I hope the next beta will be a big step into that direction.

I think most of the known bug will be fixed (not the current limitations). There are still several pending.

Great, you can always count on me to test, I have various devices, Librelec Generic, Windows 10 and Coreelc, but I mostly test on Windows 10 which convinient.

 

Link to comment
Share on other sites

quickmic
1 hour ago, t123thomas said:

Great, you can always count on me to test, I have various devices, Librelec Generic, Windows 10 and Coreelc, but I mostly test on Windows 10 which convinient.

 

Have you tried the latest version on page one of this thread?

Link to comment
Share on other sites

t123thomas
4 minutes ago, quickmic said:

Have you tried the latest version on page one of this thread?

Nope I will and report my findings 

  • Thanks 1
Link to comment
Share on other sites

t123thomas
6 minutes ago, t123thomas said:

Nope I will and report my findings 

I just installed, Kodi freezed upon installed, then I restart it loaded fine, and play fine, with not issue, will you suggest that I rebuild the DB? And what specific you whant me to test and report on.

Link to comment
Share on other sites

t123thomas
2 minutes ago, t123thomas said:

I just installed, Kodi freezed upon installed, then I restart it loaded fine, and play fine, with not issue, will you suggest that I rebuild the DB? And what specific you whant me to test and report on.

 

 

kodi.log

kodi.old.log

 

 

Link to comment
Share on other sites

quickmic

Not sure why it freezes, on first start. There should be a msg that says, network timeouts modified, Kodi needs to reboot.

No DB restet is required, you can keep it.

Just perform some playback tests and check if everything is fine.

If this works, you can try installing nextaired addon. I think it will crash again. If so, Ill start a review.

  • Thanks 1
Link to comment
Share on other sites

t123thomas
3 minutes ago, quickmic said:

Not sure why it freezes, on first start. There should be a msg that says, network timeouts modified, Kodi needs to reboot.

No DB restet is required, you can keep it.

Just perform some playback tests and check if everything is fine.

If this works, you can try installing nextaired addon. I think it will crash again. If so, Ill start a review.

I am not particular about the nextaired, it was just several addons that comes with Titan Skin which itself is still at the development stage ( Thanks for pointing to araes which need to change for Emby _nest_gen to work properly).

I just did a play back and it's fast one can't expect more that this especially on wireless, I will have to test on Libreelec Kodi 18.9 later in the week, I will continue to probe it the new version and report any issues as they emerged.

 

Thanks

 

  • Like 1
Link to comment
Share on other sites

quickmic

It's a bug when a TVshows/Episode was removed. I'll check that.

btw, same was also reported by @CharleyVarrick

Edited by quickmic
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...