Req Functionality: Home and Clean Library - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142) +---- Thread: Req Functionality: Home and Clean Library (/showthread.php?tid=376260) |
Functionality: Home and Clean Library - Klatue - 2024-02-13 Hello, Is it possible to add a Home function to the library view menu?
Is it possible to add the Clean Library function to the library view menu?
I am currently using the Aeon Nox: Silvo skin (latest version). Thank you in advance for your time and consideration. RE: Functionality: Home and Clean Library - izprtxqkft - 2024-02-13 (2024-02-13, 22:28)Klatue Wrote: It would be nice to able return to the first movie in my collection with the click of a button rather than scrolling through all the pages. Kodi has this functionality already, map a remote button to perform the "Home" key press (2024-02-13, 22:28)Klatue Wrote: A page Go To function would be nice. You would type the page number into the text field and voilà you go to that page in your library. skin specific (2024-02-13, 22:28)Klatue Wrote: need a custom context addon https://kodi.wiki/view/Context_Item_Add-ons (2024-02-13, 22:28)Klatue Wrote: The Update Library function is there but I don't understand why the Clean Library function isn't. recommended https://kodi.wiki/view/Add-on:Library_Watchdog for "Clean library after update" on this feature request https://forum.kodi.tv/showthread.php?tid=374478 which is very similar (2024-02-13, 22:28)Klatue Wrote: I am currently using the Aeon Nox: Silvo skin (latest version). recommend raising some of these feature requests with the skin developer since they are not Kodi Core requests https://forum.kodi.tv/forumdisplay.php?fid=142 RE: Functionality: Home and Clean Library - Karellen - 2024-02-14 (2024-02-13, 22:28)Klatue Wrote: Is it possible to add the Clean Library function to the library view menu?I used to have it in Estuary, but instead I removed it and went for a keyboard combination. I added the following to the <global> section of the keyboard.xml file which allows me to use ctrl-shift c to run the Video clean library. <c mod="ctrl,shift">CleanLibrary(video)</c> I think this is easier and quicker than skinning views. But, if you still want the left sideblade code, it follows. This is for Estuary, so you will need to figure out where to place it for Aeon Nox. Edit MyVideoNav.xml and insert this on line 136...
RE: Functionality: Home and Clean Library - Klatue - 2024-02-14 (2024-02-14, 02:31)Karellen Wrote:(2024-02-13, 22:28)Klatue Wrote: Is it possible to add the Clean Library function to the library view menu?I used to have it in Estuary, but instead I removed it and went for a keyboard combination. Hello @mikeSiLVO , I hope you are well. Is it possible to make this happen with your next update? Thanks for your time. |