Jump to content

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


quickmic

Recommended Posts

838Joel
23 hours ago, quickmic said:

Yes, it should.

ok I may give a try!

Link to comment
Share on other sites

ecrispy

This is not strictly about this addon but I hope its ok to ask - what Kodi skin are people using with this, and what is the best way to set it up? I know back in the old days Embuary used to auto discover special Emby nodes etc, is that still the case? Does anyone use the Netflix style skins?

Link to comment
Share on other sites

quickmic
7 hours ago, ecrispy said:

This is not strictly about this addon but I hope its ok to ask - what Kodi skin are people using with this, and what is the best way to set it up? I know back in the old days Embuary used to auto discover special Emby nodes etc, is that still the case? Does anyone use the Netflix style skins?

Please open a new thread for skinning info, thanks.

Link to comment
Share on other sites

DarWun
On 3/29/2024 at 2:02 AM, quickmic said:

I think I found the issue and yes, it's  Kodi 21 bug. Even stock Kodi should have this issue under special circumstances. -> Related to Kodi database design flaws.

I try to fix it in next version, by removing (widget) bookmarks sync from Kodi.

 

@quickmicAfter a few days of using E4K 10.0.12 with Kodi 21 (LibreElec 12 (Omega) Beta 1), this issue seems to be resolved. Thanks!!!

  • Like 1
Link to comment
Share on other sites

ntls2000

If I delete a movie from playing manually (resume playing) in emby, the movie is not deleted on kodi. No working

On kodi, if i delete movie from resume , movie is deleted on emby. Is working

Kodi 21 & E4K 10.0.12
 

Edited by ntls2000
  • Like 1
Link to comment
Share on other sites

quickmic
15 hours ago, ntls2000 said:

If I delete a movie from playing manually (resume playing) in emby, the movie is not deleted on kodi. No working

On kodi, if i delete movie from resume , movie is deleted on emby. Is working

Kodi 21 & E4K 10.0.12
 

I think you are talking about reset resume position and not deleting the complete movie, right?

How do you reset the resume position via Emby server?

Link to comment
Share on other sites

FrostByte

Clicking "Remove from continue watching" doesn't reset the resume position.  It only removes the movie/show from continue watching section on the Home page.

You can reset the resume position by toggling the Played status twice which puts the movie/show back to the status it was before playing and the marker is at the beginning.

So, it depends on which you want to do.  Resetting/toggling the Played status will of course do both.

Edited by FrostByte
  • Like 2
Link to comment
Share on other sites

ntls2000

thank you,

i will test when i get home

Link to comment
Share on other sites

FrostByte

That's how it works in Emby server anyway.  Not sure how Kodi/e4k does it.

Link to comment
Share on other sites

OpenHT

Is it possible that SyncedNodes are broken with KODI 21.0 (stable) and Emby Nextgen 10.0.12 ?

After the initial sync everything seems to be fine, all of my emby server nodes (e.g. Movies, TV Shows, Kids, ..) are shown when navigating to "Synced nodes (emby)" but after a KODI restart they are gone and won't come back.

(only the "static" SyncNodes['root'] are shown but no library nodes anymore)

 

Any idea? Thanks!

  • Like 1
Link to comment
Share on other sites

quickmic
Posted (edited)
3 hours ago, OpenHT said:

Is it possible that SyncedNodes are broken with KODI 21.0 (stable) and Emby Nextgen 10.0.12 ?

After the initial sync everything seems to be fine, all of my emby server nodes (e.g. Movies, TV Shows, Kids, ..) are shown when navigating to "Synced nodes (emby)" but after a KODI restart they are gone and won't come back.

(only the "static" SyncNodes['root'] are shown but no library nodes anymore)

 

Any idea? Thanks!

I'll check that, I had an issue in my current development version. Not sure if 10.0.12 was also affected.

 

EDIT:

Yes, 10.0.12 seems to be affected too. I'll fix that in next version.

Edited by quickmic
  • Like 2
Link to comment
Share on other sites

whisperer

Hi, I wonder if this is a bug. The recentlyplayed node displays recently added movies, but not recently played ones.

Edited by whisperer
  • Like 1
Link to comment
Share on other sites

quickmic
5 minutes ago, whisperer said:

Hi, I wonder if this is a bug. The recentlyplayed node displays recently added movies, but not recently played ones.

That would be a bug, yes. I'll check it too.

Link to comment
Share on other sites

RaptorCentauri

Has E4K implemented support for Kodi’s native multiversion support? I know it was mentioned in the past but I don’t remember a specific timeline. I’m still running a 9.x install.

Link to comment
Share on other sites

quickmic
7 hours ago, RaptorCentauri said:

Has E4K implemented support for Kodi’s native multiversion support? I know it was mentioned in the past but I don’t remember a specific timeline. I’m still running a 9.x install.

Not yet, but it will come.

  • Like 1
Link to comment
Share on other sites

quickmic

New PUBLIC TESTING version available 10.0.13:

Delta changelog 10.0.12 -> 10.0.13

add uniqueids for musicvideos
add ratings for musicvideos
fix musicvideo sync issue
add option to set imdb as default rating provider
fix minor rating issue (for updated content)
fix tvshow/season sync issue
fix nodes
transcoding livetv, respect bitrate settings

Comment:

This version is not too well tested, I'm still on vacation with limited testing capabilities.

 

  • Like 3
Link to comment
Share on other sites

838Joel
3 hours ago, quickmic said:

New PUBLIC TESTING version available 10.0.13:

Delta changelog 10.0.12 -> 10.0.13

add uniqueids for musicvideos
add ratings for musicvideos
fix musicvideo sync issue
add option to set imdb as default rating provider
fix minor rating issue (for updated content)
fix tvshow/season sync issue
fix nodes
transcoding livetv, respect bitrate settings

Comment:

This version is not too well tested, I'm still on vacation with limited testing capabilities.

 

We will test it for you :)

Link to comment
Share on other sites

OpenHT

Thanks for the quick update! Nodes seem to work fine now ...

Just a very minor issue I noticed: (missing whitespace in replace)

--- views.py    2024-04-10 04:53:06.000000000 +0200
+++ views.py    2024-04-10 11:26:37.437472274 +0200
@@ -583,7 +679,7 @@
                 NodeIndex += 1

                 if view['ContentType'] == "root":
-                    NodeData = {'title': node[1].replace("EMBY:", ""), 'path': f"library://video/{node[0]}.xml", 'icon': node[2]}
+                    NodeData = {'title': node[1].replace("EMBY: ", ""), 'path': f"library://video/{node[0]}.xml", 'icon': node[2]}
                     NodeAdd = True

                     if node[0] in ('emby_collections_movies', 'emby_collections_tvshows', 'emby_collections_musicvideos'):

Schenen Urlaub! :)

Link to comment
Share on other sites

ntls2000

I have a question about a problem that I can't solve

I use the Ytrailers plugin to get the trailers for movies.

When i add movies on emby, E2K synchronize movies, it's ok, but Ytrailers download trailers 5-10 mn after, and E2K no refresh movies for add trailers. Works on emby

I need to refresh meta movies from emby manually ; is there an automatic solution, especially when I add several movies

Has anyone had a similar problem ? 

Link to comment
Share on other sites

ntls2000

2nd question
I have 5 emby users for the family.
If I delete movie by emby (delete movie), movie is not deleted on my 5 kodi (deleted from emby). is this the correct handling?

 

Last E2K, Kodi 21 & Emby last version

Edited by ntls2000
Link to comment
Share on other sites

quickmic
On 4/10/2024 at 6:08 PM, ntls2000 said:

2nd question
I have 5 emby users for the family.
If I delete movie by emby (delete movie), movie is not deleted on my 5 kodi (deleted from emby). is this the correct handling?

 

Last E2K, Kodi 21 & Emby last version

Didi you install the Kodi companion plugin on Emby server?

Link to comment
Share on other sites

quickmic
Posted (edited)
On 4/10/2024 at 11:59 AM, ntls2000 said:

I have a question about a problem that I can't solve

I use the Ytrailers plugin to get the trailers for movies.

When i add movies on emby, E2K synchronize movies, it's ok, but Ytrailers download trailers 5-10 mn after, and E2K no refresh movies for add trailers. Works on emby

I need to refresh meta movies from emby manually ; is there an automatic solution, especially when I add several movies

Has anyone had a similar problem ? 

I'm not familiar with the Ytrailers (plugin). Do you have a link? Is this a Kodi or a Emby plugin?

Or do you mean the "regular" remote/local Emby trailers?

Found it, I'll check the plugin.

Edited by quickmic
Link to comment
Share on other sites

ntls2000
3 hours ago, quickmic said:

Didi you install the Kodi companion plugin on Emby server?

yes.

After more tests,

If kodi is open on my TV, movie is deleted but if i open kodi after delete, no working

Link to comment
Share on other sites

quickmic
Just now, ntls2000 said:

yes.

After more tests,

If kodi is open on my TV, movie is deleted but if i open kodi after delete, no working

These are two different cases.

Deleting content while Kodi is running uses the realtime websocket connection.

Deleting content while Kodi is offline uses the kodi-companion plugin (after Kodi start).

So in your case, the startup-sync seems to have an issue.

You could try to set the "Incremental sync date" in plugins config menu -> sync -> incremental sync date.

Set it to a date before the content was deleted (but not too far in the past).

If this still doesn't work, it could be an issue with Kodi companion or something else.

For review I need a kodi.log where you set the sync date back (if the issue is not solved).

 

 

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...