Release Unfussy - 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: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160) +---- Thread: Release Unfussy (/showthread.php?tid=345174) |
RE: Unfussy - Franky Doparoma - 2021-03-07 Hi louis, I don´t know if this is what are you looking for, but have a look there: https://github.com/kodi-pvr/pvr.iptvsimple/releases/tag/4.9.0-Matrix. Something about catchup is there: https://github.com/kodi-pvr/pvr.iptvsimple/#catchup. Sorry for my english, hope this is what you need. :-) Cheers. RE: Unfussy - Jönke - 2021-03-08 Thanks for update ! Will you make a repo for Matrix ? RE: Unfussy - Franky Doparoma - 2021-03-08 Hi Louis, Maybe this can help to you: https://github.com/xbmc/xbmc/pull/14736/commits/ef2475c209aa8cc92cd3d44641b12ab6faeee9cf Or this one? https://github.com/xbmc/xbmc/commit/27e260f9f622fcfb06856ac2cf9ed582b10f123d#diff-4eb5a8845a4c528ec266c77ea45b65ccde245ca3241b0d2028bc098dbc9228a8 RE: Unfussy - Solo0815 - 2021-03-08 Here are some screenshots of the mentioned bugs: watch gallery
Did you have time to look into the new unfussy-helper bug from above? and btw: The WAF (wife acceptance factor) is very important to my wife also RE: Unfussy - fihc - 2021-03-08 (2021-03-07, 19:01)louis Wrote:(2021-03-02, 14:51)fihc Wrote:Hm, this seems only half of the truth Could you point me to the git commit where this feature was introduced in Estuary?(2021-03-01, 22:55)louis Wrote: Hm, i don't use iptv. Do you know where this feature is implemented in estuary? Then it would be rather easy to adopt this in unfussy...https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Variables.xml - HasArchive you need to add these on DialogPVRInfo.xml Quote:<include content="InfoDialogButton">after that you need to add has archive on variables.xml its all what you need other is api of kodi pvr RE: Unfussy - louis - 2021-03-08 @Solo0815 : hm, the "arrow icon" bug is really strange, i cannot reproduce it. In the original file the icon is definitively not displayed for this entry. Stupid question: do you really use the git version of "Custom_1102_VideoSettings.xml" ? If yes, maybe you can check this file, it is doing the display of the according menu. Could you try to reproduce the helper script bug? I was not able to... Cheers Louis RE: Unfussy - Solo0815 - 2021-03-08 OK, I'll look into Custom_1102_VideoSettings.xml How does it look like at your installation? How should it look like? Edit: found it: I have no ColorManagement (button #304) adding this at line 55 and all shows correctly: but then the navigation is broken. Can you make the button "greyed out" and not selectable anyhow? /Edit Can you give me a hint, how to debug the helper script to find the issue? and a FR: Please change the icon for "Resume Play" to something like this: Resume Play atm it is hard to see, which button is "Resume Play" and which is "Play" because both show the "Play"-icon RE: Unfussy - louis - 2021-03-08 Quote:How does it look like at your installation? How should it look like?I always refer on my current git version Quote:found it: I have no ColorManagement (button #304)Ok, now things are getting clearer. Now i should be able to fix this. Quote:Can you give me a hint, how to debug the helper script to find the issue?Just exactly describe how to reproduce the error message...then i can fix it. RE: Unfussy - Solo0815 - 2021-03-08 It appears, when the script starts or reloads. At start, after rebuilding the menu, changing widgets etc. Can you get the tvshow which fails the script? RE: Unfussy - louis - 2021-03-09 @Solo0815 could you please check if the "arrow issue" is solved with the current git version? RE: Unfussy - Solo0815 - 2021-03-09 (2021-03-09, 18:40)louis Wrote: @Solo0815 could you please check if the "arrow issue" is solved with the current git version?Yes, it is fixed Thx RE: Unfussy - Friend - 2021-03-10 Please put it with your repository. I get dependencies error when installing it. Thank you Unfussy - Zombi - 2021-03-11 Very beautiful skin easy to use and fast, for the latest updates are they available on the leia version because on git on matrix branch is updated and please may you add arial font to the skin as an option Thank you for sharing RE: Unfussy - louis - 2021-03-13 unfussy helper error for "next episodes" widget is fixed. RE: Unfussy - Solo0815 - 2021-03-13 (2021-03-13, 08:24)louis Wrote: unfussy helper error for "next episodes" widget is fixed.Thx, it works now New PR is on github. Let's discuss it over there |