Deprecated Extras Addon (Kodi 18/19 and on) - 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: Context Menus (https://forum.kodi.tv/forumdisplay.php?fid=309) +---- Thread: Deprecated Extras Addon (Kodi 18/19 and on) (/showthread.php?tid=356731) |
RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-10-14 (2020-10-14, 08:41)blacksun Wrote: Hello everyone, i have a problem with addon Extras.I need a debug log to help with this, not the standard log. Here's some info on enabling debug logging. https://kodi.wiki/view/Log_file RE: Extras Addon (Kodi 18/19 and on) - blacksun - 2020-10-15 Hi @pkscout, here is the debugging logfile. thank you for your help. https://paste.kodi.tv/exujaluley.kodi RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-10-16 (2020-10-15, 09:56)blacksun Wrote: Hi @pkscout, here is the debugging logfile.Could you try this version and see if it fixes your issue: https://github.com/pkscout/context.item.extras/archive/leia.zip I've been unable to duplicate your crash, but as I looked at the code, I saw how it could happen. In fact, your crash should happen every time, so I'm honestly perplexed about how this was ever working. Ah the joys of taking over someone else's code. Anyway, the change I made didn't make my setup *stop* working, so I'll take that as a good sign. And it should fix your issue. RE: Extras Addon (Kodi 18/19 and on) - blacksun - 2020-10-16 I testet the zip yet, but it popup an error again. Here the new Debuglogfile. https://paste.kodi.tv/owosirezem.kodi RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-10-16 (2020-10-16, 07:52)blacksun Wrote: I testet the zip yet, but it popup an error again.Thanks. The good news is it's a different error, so we fixed the initial problem. The bad news is that it's a unicode error, and in Kodi 18 those can be a bear to fix (and I thought we had fixed them all). I'll take another look today. RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-10-16 (2020-10-16, 07:52)blacksun Wrote: I testet the zip yet, but it popup an error again. OK, let's try again. https://github.com/pkscout/context.item.extras/archive/leia.zip I'm shooting in the dark a bit because I still can't duplicate your error, so all I can say for sure is that this change didn't make things worse for me. RE: Extras Addon (Kodi 18/19 and on) - blacksun - 2020-10-18 Yeah, now no error messages popup. Now i get the original folder structure of the dvd, video_ts, audio_ts and so on. i think its better i make a iso file of the dvd, because now i dont know what for a file i must start. is there no extended icon at the original film? i dont know about every film, there is a bonus dvd inside and i must click everytime on "extras" in the context menu. sorry for my bad english, i hope you understand what i mean :-) RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-10-19 (2020-10-18, 14:15)blacksun Wrote: Yeah, now no error messages popup. Now i get the original folder structure of the dvd, video_ts, audio_ts and so on. i think its better i make a iso file of the dvd, because now i dont know what for a file i must start.I think I do. No, there is no extended icon or indicator that a movie has extras. That has been requested, but it requires skins to start supporting it and some kind of substantial changes to the way Extras run, so I haven't looked into it in detail. I honestly took the maintenance for this on just to make sure it kept running in Matrix. I'm not sure I'll be adding any features to it. RE: Extras Addon (Kodi 18/19 and on) - maniyac - 2020-11-02 (2020-10-19, 17:59)pkscout Wrote:Willing to add a financial incentive to get at least some of my requests implemented.(2020-10-18, 14:15)blacksun Wrote: Yeah, now no error messages popup. Now i get the original folder structure of the dvd, video_ts, audio_ts and so on. i think its better i make a iso file of the dvd, because now i dont know what for a file i must start.I think I do. No, there is no extended icon or indicator that a movie has extras. That has been requested, but it requires skins to start supporting it and some kind of substantial changes to the way Extras run, so I haven't looked into it in detail. I honestly took the maintenance for this on just to make sure it kept running in Matrix. I'm not sure I'll be adding any features to it. I don't have a lot of spare money with COVID but I understand these things may take time and maybe we can raise some funds from other users as well to make the incentive more substantial. Opening the extras folder with a keyboard short cut - Kcobzo - 2020-11-03 Hi, in the former thread for this addon, user Kriven asked a question which was not answered, see the link below. https://forum.kodi.tv/showthread.php?tid=312338&pid=2842669#pid2842669 I'm also interested in that, because I don't like opening the folder by crawling through the context menu. My idea is to bind the call up of the extras folder to a key in the keyboard.xml. But I don't know how to do it. Is there someone wit an idea for that? RE: Opening the extras folder with a keyboard short cut - pkscout - 2020-11-03 (2020-11-03, 17:11)Kcobzo Wrote: Hi,I don't think that's going to be possible. There is no way for a keyboard shortcut to know what item is highlighted. RE: Opening the extras folder with a keyboard short cut - Kcobzo - 2020-11-04 (2020-11-03, 20:10)pkscout Wrote:Many thanks pkscout for your quick and competent reply.(2020-11-03, 17:11)Kcobzo Wrote: Hi,I don't think that's going to be possible. There is no way for a keyboard shortcut to know what item is highlighted. I agree with you: How should a Keyboard key know what item is highlighted. I should have thought more about it before asking the question. RE: Extras Addon (Kodi 18/19 and on) - bsoriano - 2020-11-18 @pkscout , I am also interested in a way to note on a media view if a movie or tv show has extras. I was looking at the old Special Features addon (https://github.com/kasamedia/plugin.video.specialfeatures), and what it did was to add a new art type, called "sflogo". Then, a skin would only need to check if an item has this art type in order to display some indicator that the item has extras. Is this something you would be willing to implement? Thanks for considering this request. Regards, Bart RE: Extras Addon (Kodi 18/19 and on) - pkscout - 2020-11-18 (2020-11-18, 17:53)bsoriano Wrote: @pkscout , I am also interested in a way to note on a media view if a movie or tv show has extras. I was looking at the old Special Features addon (https://github.com/kasamedia/plugin.video.specialfeatures), and what it did was to add a new art type, called "sflogo". Then, a skin would only need to check if an item has this art type in order to display some indicator that the item has extras. Is this something you would be willing to implement? Thanks for considering this request.That would require basically a complete rewrite of the addon. I'm not likely to have time for that amount of work on this addon. I mostly took over maintenance on it so that it could be ported to Python 3 for Matrix. The source code is available at: https://github.com/pkscout/context.item.extras I'd be happy to review a pull request if someone else wants to implement that feature. RE: Extras Addon (Kodi 18/19 and on) - bsoriano - 2020-11-18 (2020-11-18, 18:27)pkscout Wrote:@pkscout , thanks for your quick reply. Unfortunately, my python knowledge is minimal at best. Hopefully someone else can create a pull request for this feature.(2020-11-18, 17:53)bsoriano Wrote: @pkscout , I am also interested in a way to note on a media view if a movie or tv show has extras. I was looking at the old Special Features addon (https://github.com/kasamedia/plugin.video.specialfeatures), and what it did was to add a new art type, called "sflogo". Then, a skin would only need to check if an item has this art type in order to display some indicator that the item has extras. Is this something you would be willing to implement? Thanks for considering this request.That would require basically a complete rewrite of the addon. I'm not likely to have time for that amount of work on this addon. I mostly took over maintenance on it so that it could be ported to Python 3 for Matrix. The source code is available at: Regards, Bart |