Release script.embuary.helper - a skin helper service / widgets alternative - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.embuary.helper - a skin helper service / widgets alternative (/showthread.php?tid=345471) |
RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-06 @nessus Please check the editor again. I've changed a lot and added a new context menu with new options. I need more testings with the .nfo writing, etc. Note: nfo gets written after the editor has been closed to reduce the amount of file accessing. RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-06 @sualfred , I have been testing the metadata editor script, thank you for this! I have tested both from a button in the skin and from the context menu. In both scenarios the script works well for movies. I have not had any issue saving info back to the nfo files (which is really important in my case, as I only use local scraping from NFOs). Again, thanks a lot for this! Regards, Bart EDIT: @sualfred , Once I started testing with tv shows, I am getting the following error when I try to edit the metadata for an episode:
I am also getting that error for tv shows, but not always. I did notice that for all tv shows I tried, the field "status" always showed "value could not be fetched". Please let me know if you need additional info. Thanks. RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-06 Can you provide me your videodb file and let me know which tvshows are causing the issue? As far as I understand Kodi correctly all video items have the ratings table now but I'm not sure. The "status" valued is not returned by Kodi. I can set it but no way for me to get the value that is stored. RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-06 (2019-11-06, 22:44)sualfred Wrote: Can you provide me your videodb file and let me know which tvshows are causing the issue? @sualfred , I sent you a PM with a link to my video db file. You can see the issue for example with tv show Batwoman. After looking further, it seems that any item which does not have a rating in the video db causes the script exception, whether it is a tv show or episode (all of my movies have a rating from IMDB). The vast majority of my episodes does not have a rating in my videodb, and many of my tv shows do not have one either. The script works fine for my tv shows that have a tvdb rating in the video db. You can see this with tv show The Good Doctor, for example. Don't worry about the status field. The field is empty in most of the NFOs for my tv shows. Please let me know if you need additional info. Thanks. Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-06 Thanks. Should be fixed now. RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-06 (2019-11-06, 23:13)sualfred Wrote: Thanks. Should be fixed now.@sualfred , indeed it is fixed, thanks a lot. Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-06 @sualfred , would you consider writing back to the NFO the year from the premiered/released date in the <year> tag? Thanks. Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-06 Year tag deprecated. It is ignored by Kodi. Does your .nfo editor read this tag? RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-06 (2019-11-06, 23:35)sualfred Wrote: Year tag deprecated. It is ignored by Kodi. Does your .nfo editor read this tag?@sualfred , I did not know that, thanks. I use Media Companion to scrape information and create the NFOs, and it populates that tag. Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-07 Anyway, to be sure I've added it. RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-07 (2019-11-07, 00:01)sualfred Wrote: Anyway, to be sure I've added it. Thanks! Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-07 Script has its own thread now: https://forum.kodi.tv/showthread.php?tid=349035 RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-11 @sualfred, I updated the embuary helper script to the latest Git version today, and I am getting the following error in the log when Kodi starts:
Please let me know if you need any additional info. Thanks. Regards, Bart RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2019-11-11 Ups, forgot these. Strange why I haven't faced this exception. Anyway, update is on the repo. RE: script.embuary.helper - a skin helper service / widgets alternative - bsoriano - 2019-11-11 (2019-11-11, 23:09)sualfred Wrote: Ups, forgot these. Strange why I haven't faced this exception. @sualfred, thanks! I confirm the issue is fixed. Regards, Bart |