Kodi Community Forum
Release Composite (A Plex client) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Composite (A Plex client) (/showthread.php?tid=351179)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27


RE: Composite (A Plex client) - anxdpanic - 2020-04-29

@webmaher
Similar was reported by another user but I haven't received a log from an affected user yet. If you're able to provide a debug log of entering the add-on with the connection test (clear caches will trigger this), I'll be happy to take a look.
Since you're logged in, the log might need a bit of sanitation.
Find and replace any server ips with .'s or -'s, and any *Token=<token>. The add-on hides this as best as possible but some can leak through with Kodi's logging. You're also welcome to pm/email(same name at gmail) the link to the log in case you're worried about sanitation results.


RE: Composite (A Plex client) - webmaher - 2020-04-29

Here we go:
https://pastebin.com/ZbTMZYrQ

yes, this is also Remote Not Secure...


RE: Composite (A Plex client) - frequenzy - 2020-04-30

Image
@anxdpanic 
like the setting above on Plex addon " Start Plex on Kodi Startup"


RE: Composite (A Plex client) - frequenzy - 2020-04-30

@anxdpanic 
the reason I'm asking if it's possible to add that setting is because I have a number of kodi boxes that only runs Plex client addon. They are for non-technical users, so when they power on the box it goes straight to Plex and ready to watch.


RE: Composite (A Plex client) - komplex - 2020-04-30

Tried to test this today and it keeps saying my server's offline
Image
https://paste.ee/r/x413S

I have no problems with the server I can access it from https://app.plex.tv/ or from localhost, I can connect to the server from my phone or tablet too.


RE: Composite (A Plex client) - webmaher - 2020-05-02

(2020-04-29, 21:55)webmaher Wrote: Here we go:
https://pastebin.com/ZbTMZYrQ

yes, this is also Remote Not Secure...

@anxdpanic  any progress... or not possible...


RE: Composite (A Plex client) - FXB78 - 2020-05-03

EDIT - Clearing cache in the addon fixed my issue Smile


RE: Composite (A Plex client) - FXB78 - 2020-05-04

I posted about this yesterday but clearing cache resolved the issue, but now it's happening again.

Up Next doesn't want to work, it seems to be unable to calculate the file duration.

The log file is here https://paste.kodi.tv/eyonuzijuy.kodi and media info for one of the files here https://paste.kodi.tv/xicolososu. There is nothing unusual about the files, and as I said I managed to solve it by clearing cache on the addon, but of course I don't want to be doing that every day Smile


RE: Composite (A Plex client) - mardup - 2020-05-05

Hello
In Plex I have several movies libraries ( Kids, Parents, etc... )
How can i choose the only librarie i want to import/view in Kodi  ( or How can I exclude some Plex libraries )

Also, is it possible to create in kodi several movies sources , lynked each one to a plex library ? ( Kodi movie source "Parents" >>> Plex libray "Parents" ,  Kodi movie source "Kids" >>> Plex libray "Kids" , etc... ) With this, it is easy to make customs home menu.

Thank you


RE: Composite (A Plex client) - FXB78 - 2020-05-05

(2020-05-05, 14:44)mardup Wrote: Hello
In Plex I have several movies libraries ( Kids, Parents, etc... )
How can i choose the only librarie i want to import/view in Kodi  ( or How can I exclude some Plex libraries )

Also, is it possible to create in kodi several movies sources , lynked each one to a plex library ? ( Kodi movie source "Parents" >>> Plex libray "Parents" ,  Kodi movie source "Kids" >>> Plex libray "Kids" , etc... ) With this, it is easy to make customs home menu.

Thank you
Using the addon directly you should be able to organise this in pretty much any skin except estuary by using shortcuts on the home menu. You could also add widgets for On Deck etc.

If you are using Library integration you could use nodes, but direct access to the addon is the way I do it.


RE: Composite (A Plex client) - mardup - 2020-05-05

(2020-05-05, 15:09)FXB78 Wrote:
(2020-05-05, 14:44)mardup Wrote:  
Using the addon directly you should be able to organise this in pretty much any skin except estuary by using shortcuts on the home menu. You could also add widgets for On Deck etc.   
Thanks !!!!! I had not seen this way of doing things. You are right.
It's much better.
I can do what I want.
This add-on is amazing !


RE: Composite (A Plex client) - anxdpanic - 2020-05-06

@sonofdibnah
alpha4 should fix the issue with by Folder. It was an issue anytime there were folders and files mixed together.

@frequenzy
You can do this with most add-ons, 
create an Autoexec.py (wiki) with the contents:
Code:
import xbmc
xbmc.executebuiltin('RunAddon(plugin.video.composite_for_plex)')

@komplex 
I missed the log, would need another. Sorry about that

@webmaher
I haven't been able to figure out what is causing it, the server is responding with 'Bad request' but the same requests are working here.
Hopefully someone experiencing the issue can help us out.

@FXB78
This should be fixed with alpha4


I've updated post #2 with 1.0.1~alpha4
Code:
~alpha4
[fix] Up Next when duration is unavailable
[clean up] resolve deprecation warnings

~alpha3
[fixup] browsing mixed by folder content
[upd] improve debug logging and masking of private data
...
.


RE: Composite (A Plex client) - komplex - 2020-05-07

(2020-05-06, 20:28)anxdpanic Wrote: I missed the log, would need another. Sorry about that

Here you go https://paste.ee/r/kYnsG


RE: Composite (A Plex client) - FXB78 - 2020-05-07

Thanks @anxdpanic The Next Up seems to be working now Smile I was also having problems where sometimes it wouldn't resume but it would start from the beginning of the show, I've tested that now & it seems to be working. Would that also be connected to this fix?


RE: Composite (A Plex client) - number1fan - 2020-05-08

Is there any way to Shuffle episodes in a TV Show the way you can currently do in Plex? Keep up the great work.