PleXBMC add-on / skin integration support - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203) +---- Thread: PleXBMC add-on / skin integration support (/showthread.php?tid=175995) |
RE: PleXBMC add-on support - smacrae - 2013-10-29 Hi Pecinko, Just wondering if you forgot to put in a version jump from 3.2.3 to 3.2.4? I don't seem to be able to get the latest to show as PleXBMC 3.2.4...assuming it was just forgotten? -SM RE: PleXBMC add-on support - pecinko - 2013-10-29 (2013-10-29, 00:45)smacrae Wrote: Hi Pecinko, It actually should be 3.2.5? Should be bumped on git couple of hours ago. I forgot initialy, you are right. RE: PleXBMC add-on support - smacrae - 2013-10-29 I'll re-grab now and hopefully it'll show 3.2.5.... Hmmm, I tried un-installing 3.2.3, before installing your latest from GIT (3.2.5) and it refuses to change from 3.2.3...any ideas? Forget it...I restarted XBMC in-between updates and it's all good now...sorry about that... RE: PleXBMC add-on support - pecinko - 2013-10-29 (2013-10-29, 01:30)smacrae Wrote: I'll re-grab now and hopefully it'll show 3.2.5.... Are you sure you are downloading ZIP from https://github.com/pecinko/plugin.video.plexbmc/tree/section-endpoints Make sure to snatch right branch. I'll merge it to main branch once I do a few more things so it will be a bit easier. If you are using right location but it still refuses to install - just copy it over older one. RE: PleXBMC add-on support - smacrae - 2013-10-29 Just wondering, is there any reason you don't include the cursor.wav and reference to it in sounds for left, right, up and down clicks? I usually manually add it in but with all the skin changes I am doing it often and just wondered if there was a reason you didn't use it? RE: PleXBMC add-on support - pecinko - 2013-10-29 (2013-10-29, 02:03)smacrae Wrote: Just wondering, is there any reason you don't include the cursor.wav and reference to it in sounds for left, right, up and down clicks? Two reasons - it is sooo boring to hear that sound every time you move left/right... Second it is _very annoying_ sound you hear when you hold left/right to fast scroll. I'm sure you have your own good reasons why you want it but for me it would be like self imposed torture. RE: PleXBMC add-on support - smacrae - 2013-10-29 ok...no worries...I'll keep adding it in... RE: PleXBMC add-on support - freedom80 - 2013-10-29 Big thanks to Pecinko and all involved developing this great alternative to Plex Media Center. I am happily using PleXBMC and Amber for some month now (long time Plex user) and one thing I am still not getting to work properly is the recently added / recently aired sections accessible on the horizontal submenus. It is working for my movie sections but sadly not with tv shows. I have no idea what I am doing wrong. RE: PleXBMC add-on support - im85288 - 2013-10-29 (2013-10-28, 22:10)pecinko Wrote:(2013-10-28, 18:51)im85288 Wrote: Brilliant work, I really like your integration of plexbmc into Amber. I have a query though which I hope you can help me with. Thanks for the advice, however it is not working as expected. Maybe this is because everything is local (i.e. all in the same house) but no matter what I put into the plexbmc settings the on deck status is always the one of the default server.I tested with the plex web UI to see what the difference was in the calls to get the on deck sections and noticed this: This is from PleXBMC: Oct 29, 2013 11:33:22 [0x10b473000] DEBUG - Request: GET /library/sections/2/onDeck [192.168.1.249:41426] (5 live) Oct 29, 2013 11:33:22 [0x10b473000] DEBUG - It took 0.002802 sec to serialize a list with 28 elements. And this is from the Plex Web UI: Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - Request: GET /library/sections/2/onDeck?type=4&X-Plex-Container-Start=0&X-Plex-Container-Size=72 [86.145.194.148:38439] (5 live) Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - * type => 4 Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - * X-Plex-Container-Start => 0 Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - * X-Plex-Container-Size => 72 Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - We found auth token (TAUEP9CRxcNsMLXx9xsq), enabling token-based authentication. Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - Checking permission for token TAUEP9CRxcNsMLXx9xsq in section 2 => 1 Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - Setting container serialization range to [0, 71] (total=-1) Oct 29, 2013 11:31:41 [0x10bb9a000] DEBUG - It took 0.000263 sec to serialize a partial list with 2 elements (2 total). I have no idea if that makes sense in debugging? Does this work for anyone else? RE: PleXBMC add-on support - freedom80 - 2013-10-29 Pecinko, would it be possible to hide the PleXBMC addon from Video Addons or place it in the services category where the plexbmc helper is placed? RE: PleXBMC add-on support - pecinko - 2013-10-29 (2013-10-29, 13:52)freedom80 Wrote: Pecinko, would it be possible to hide the PleXBMC addon from Video Addons or place it in the services category where the plexbmc helper is placed? No, that is controlled by XBMC. RE: PleXBMC add-on support - freedom80 - 2013-10-30 (2013-10-29, 14:24)pecinko Wrote: No, that is controlled by XBMC. Thanks for letting me know. Any clues what could lead to my empty recently added / recently aired sections in tv shows? RE: PleXBMC add-on support - pecinko - 2013-10-30 (2013-10-30, 10:19)freedom80 Wrote:(2013-10-29, 14:24)pecinko Wrote: No, that is controlled by XBMC. Send me a PM with your debug log (enable debug in plexbmc settings) and I'll have a look. RE: PleXBMC add-on support - bigbadrabbit - 2013-10-30 I used to be able to mark something as watched or unwatched via the context menu. Now if i choose watched/unwatched from context the status dosen't change any more. RE: PleXBMC add-on support - tube82 - 2013-10-30 Hi, the PleXBMC setting "Shelf items" in the "Look and feel" category doesn't work correctly for me. It works when I set it to "Both" (Recently added and on deck), but doesn't for the other two settings. When set to "Recently added", it still shows both in my TV Shows section and when set to "On Deck", it shows the on deck items twice, as shown in the screenshot: I am using the PleXBMC version from this thread and an Amber GIT version from (I think) yesterday. Any idea what causes this? |