[HOW TO] Library Node Examples - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: [HOW TO] Library Node Examples (/showthread.php?tid=257378) |
[HOW TO] Library Node Examples - leepenny - 2021-08-24 Thanks for confirming this. I'll have to come up with a solution. I'll let you know if I get a workaround RE: [HOW TO] Library Node Examples - leepenny - 2021-08-31 (2021-08-24, 15:37)leepenny Wrote: Thanks for confirming this. I'll have to come up with a solution. I'll let you know if I get a workaroundSolution was simple create a playlist for all letters and numbers and create a node rule IS NOT playlist. RE: [HOW TO] Library Node Examples - OnyxCody - 2021-11-03 (2021-06-17, 11:49)Offsprin Wrote:(2021-01-24, 17:20)Offsprin Wrote:Thanks this is super helpful, but I have a follow-up question that I don't know if I asked previously. I've got my 4K and SD/HD libraries split in terms of folders, and I can get the movies to separate properly outside of the "Recently Added", but I can't for the life of me figure out how to split the TV shows apart so that the both have the metadata AND they are separate. Were you able to do something similar?(2021-01-24, 11:20)OnyxCody Wrote: @ronie Thanks for this. The way you explained this earlier was great, and this simple example you gave was just thing I needed to know. This is information which should be added to the Video Nodes wiki page.I would love to see how you did it, though for use with Amber instead of Aeon Knox Silvio. I'm starting to think I need to use a combination of smart playlists and custom nodes like you're doing to achieve the results I want, so looking at what you've got would be a huge help. Good afternoon @Offsprin . Sorry I'm just now seeing this message. I had a busy summer. If you haven't already got this figured out for yourself, regarding your statement, I'm assuming that you want to separate out your SD (standard def), HD (high & full high def) and 4K (ultra high def) TV Shows content each into their own main menu item. If that is the case, you should be able to go through by way of using nodes and/or smart playlists where you utilize the "video aspect" and/or "video codec" rule fields to break up your TV Shows content those various buckets. Thanks RE: [HOW TO] Library Node Examples - PamelaFields - 2021-11-16 [font][font]Bonjour, je suis nouveau [/font][/font] [font][font]@Zapper merci pour toutes vos informations ça m'aide beaucoup[/font][/font] RE: [HOW TO] Library Node Examples - Karellen - 2021-11-16 @PamelaFields We are an English forum. Please post a translation. Google Translate RE: [HOW TO] Library Node Examples - Offsprin - 2021-12-27 Thanks Onyx. It turns out, with the help of Karellen, that I needed to change how the episodes/shows were imported, and which default metadata scraper to use to actually break them apart. I've since done that, but I'm running into an issue where the nodes for In Progress and Recently Added are including all of the shows, and not respecting the rules I added to try and make it so it's only the SD/HD/FHD episodes. This is what my inprogress.xml looks like: Code: <node order="20" type="folder"> But as I said, it's including all of the episodes, which I'm trying to not do. RE: [HOW TO] Library Node Examples - marantz - 2022-01-18 Ok, so If I dont want to include library:// (becouse I want everything included in skin) and yet keep those library buttons at the top, I need to just present those icons as clickable icons somehow? <icon>DefaultRecentlyAddedMovies.png</icon> RE: [HOW TO] Library Node Examples - DiMag - 2022-02-26 Is it possible to add a node for a single addon to video nodes? And, even better, a folder containing a customized selection of addons (something like an addons set, but in nodes not in the main menu)? RE: Library Node Examples - CornBread96 - 2022-03-04 (2016-01-26, 14:42)DarkHelmet Wrote: this is the closest to what I want to do. what I would like to do is exclude any files shorter that a set duration. I would like to just add the correct line(s) of code to the titles.xml file. I just don't know what exactly to add. I thank you in advance for your help. RE: Library Node Examples - CornBread96 - 2022-03-04 (2022-03-04, 23:08)CornBread96 Wrote:Sorry I meant to mention that this is for local movie library(2016-01-26, 14:42)DarkHelmet Wrote: RE: [HOW TO] Library Node Examples - Karellen - 2022-03-05 (2022-03-04, 23:08)CornBread96 Wrote: what I would like to do is exclude any files shorter that a set durationSomething like this?
RE: [HOW TO] Library Node Examples - Karellen - 2022-03-05 (2022-03-04, 23:15)CornBread96 Wrote: Sorry I meant to mention that this is for local movie libraryAh, movies...
RE: [HOW TO] Library Node Examples - CornBread96 - 2022-03-05 Code:
RE: [HOW TO] Library Node Examples - Karellen - 2022-03-05 (2022-03-05, 04:35)CornBread96 Wrote: and it would only show files between 45 min and 4 hours?Nope, you have your rules backwards. This will work. Change the values to what you need.
RE: [HOW TO] Library Node Examples - DiMag - 2022-03-10 (2022-02-26, 14:57)DiMag Wrote: [1] Is it possible to add a node for a single addon to video nodes?[ANSWER AFTER TESTING WITH LIBRARY NODES EDITOR:] [1] YES; provided this addon is a plugin. Most --if not all-- video addons are of this type. The node is of type "folder". [2] I suppose it is possible to create a parent node and populate it with a selection of single-plugin nodes. (I won't try it myself because I use flat video nodes). But creating a node pointing to a pre-selected set of addons, NO, it is not possible. I suppose it could be done if it were possible to create a custom group of addons. Presently, there are only two such groups: installed (My Addons) and recently updated. |