Excellent work as always!
Nice to finally have proper chapters.
Question: Why would we want to change the Kodi Cache/Buffer settings? ![]()
Excellent work as always!
Nice to finally have proper chapters.
Question: Why would we want to change the Kodi Cache/Buffer settings? ![]()
Oh good lord no, the native Plex appās UI is awful. PlexModās is perfect just the way it is.
Has been added ![]()
Heya! I was wondering if the fix for the embedded subtitles not showing until after 10 seconds, will be added to the main release? Iām using the latest 0.6.0-RC1, and encountering the well-reported problem of subtitles not showing until 10 seconds in.
Iām sorry if I missed something! Iām not very technically adept, but trying my best to keep up!
Is there any way to hide a library similar to unpinning in the Plex Android TV app?
I have some libraries I would like to hide from the UI in PlexMod for the main account.
Iād like to have this feature too.
Well-reported where? Please open an issue here and post logs with Kodi DEBUG logging and PM4K DEBUG logging enabled, thank you!
From the library selection or the home screen, or both?
By home screen, do you mean rows such as ārecently released moviesā etc?
At the very least Id like to hide certain libraries from the library selection at the very top of the home screen. But ideally, yes iād like to hide certain libraries entirely from showing up anywhere (hidden from library selection and its content hidden from any other rows)
And then you (I think) figured it out in May. At least the person below you said it worked. But it was in a separate branch you were working on, not the main build you were patching, so it would have been necessary to manually install that version to get it. I also asked about the fix being merged a year later, so it would be easier to install, and didnāt get a reply.
Weird, I never got around to merging that change, as it seems. Iām reinvestigating the issue and the next release will incorporate it.
Most notable is the rewrote connection logic, which also automatically tries to use locally detected servers if possible. As long as a server connectionās domain returned by plex.tv/resources resolves to a local IP, PM4K will try to use the server (so no manual connection necessary).
Local+insecure servers now also have a little icon in the serverlist, which additionally also is now āliveā (reacts to reachability changes during reachability tests) and significantly less broken. The refresh servers button has been removed and any changes to network settings in the plugin are now live.
Ah, and the last used server is remembered per user now.
Binge mode has been hardened (and the setting actually works per user now, was broken), together with a refactoring of marker handling and a countdown just before a chapter/marker would be autoskipped.
Chapters and markers/virtual chapters also get merged automagically now, when both are available and they donāt individually overlap.
When āEnable video preview thumbnailsā is enabled in the PMS and a library, virtual chapters will now use the generated BIF preview images automatically.
A long standing embedded subtitles issue has been fixed as well, which I missed when merging years ago, sorry!
Well, Iām just reiterating the changelog now, here it is:
0.6.2
Sorry @panni - I think Iāve found a bug in your latest release. I have kodi log viewer set to show the log whenever one occurs. When I play music from my server, it spits out an error as each track starts to play.
Iād have sent you a screenshot if I knew how to but Iām pretty sure youāll be able to recreate this for yourself. If not, let me know and Iāll teach myself screenshotting.
Thank you once again for your work on this, I love it.
Oh wow, I just browsed through the media part handling of P4K, which Iāve rarely touched in the past. Thereās basically no separation of media versions and/or parts. For the media preplay view it just takes the first media item and part, and then gets all streams across all items/parts. Someone was very lazy there.
The only place where it actually selects a media part is when using āplay versionā.
Iāll have to rewrite that completely. Thatāll probably also fix multi part resume.
Will be fixed in the next version. I didnāt properly double check the embedded subtitles fix - apparently Audio canāt set a subtitle ![]()
Do you want a 0.6.2-1 fix release for this or is it working well enough for now?
Edit: Iāve drafted (but not published) 0.6.2-1, if you want to use it in the meantime (For Kodi 19 and above with the issue fixed). You can just overwrite your local one and the next official release will auto update again.
Wow, thatās so kind. Iād intended to wait for the release and just turn off the error log reporting. Iāve downloaded your .zip and will use it in the interim.
Edit, just to say it works as expected with no errors.
Thank you @panni !
I discover your forum this afternoun and i just finished to install the app on my nvidia shield pro 2019 with kodi nexus 20.2.
It is working with remux 4k bluray, m2ts files with pgs subtitles wich is not supported by the current android app from plex.
Iāve just seen a graphical bug, when choosing an audio track or subtitles pist, on different not all movies (besides the fact that they are all hevc m2ts files), the number of track or subtitles options is double what it should be. For example i see 4 english tracks and 4 french tracks whereas i should see only 2 and 2.
Itās not a big deal because now i can enjoy 4k hdr m2ts files with pgs sub.
Let me know if you need anything in order to debug this, iāll be happy to help.
Sure, please open up an issue on Github, so we donāt clutter this thread up with a discussion, thanks!
Iām currently working on the pretty broken preplay media handling - it would be helpful if you could open an issue and post some MediaInfo of the items in question.
Letās use this as a central point to work on this issue.
Fix late display of embedded subtitles
Thank God this has finally been fixed! I brought it up on Kodiās forums over a year ago, maybe even 2, never got a reply.
Iām currently working on the pretty broken preplay media handling
This sounds interesting. Looking forward to it. Any chance of fixing how extras handle their audio and subs as well? Right now weāre unable to enable subtitles or change audio tracks. Also Iāve just noticed that scrolling to the end of a seasonās episodes doesnāt automatically move back to the first episode anymore.
Well, Kodi has nothing to do with this, why would they answer? ![]()
Edit: Hmm, might actually be a Kodi issue, though.
Maybe.
Whoops, I might have āover hardenedā the episodePaginator on that one, will investigate.
Proper media selection comes first, though. This is a major blocker IMHO.