Win Library yields massive redundant title entries: IFO file issues? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Win Library yields massive redundant title entries: IFO file issues? (/showthread.php?tid=359411) |
Library yields massive redundant title entries: IFO file issues? - Gweilojake - 2020-12-28 Hello, I have pulled a DVD rip into the library. The result: 1 perfect title, inclusive of all data and images from the NFO file I cobbled together, with an additional 20+ titles (same name) that appear to have derived from the IFO or BUP files in the VIDEO_TS folder. I manually remove them one by one from the library, but they re-appear at each time the KODI program is opened. I am not sure if the NFO file has some editing required? I am still a novice, relying on scraping to do the heavy lifting. In this case, its a relatively obscure music video DVD, so no such luck. Any insights are GREATLY appreciated.
RE: Library yields massive redundant title entries: IFO file issues? - Karellen - 2020-12-28 Your nfo file is missing the most important item - the Unique ID. See... NFO files (wiki) But that would not cause your problem. Provide a Debug Log of you scanning that movie and I might spot the issue. You might need to remove it from your library first. RE: Library yields massive redundant title entries: IFO file issues? - Gweilojake - 2020-12-29 (2020-12-28, 06:33)Karellen Wrote: Your nfo file is missing the most important item - the Unique ID. See... NFO files (wiki) Thanks for the reply. I knew this obscure content would not be in any scraper database. Do I still need the line entry, even if empty? I will load it in the NFO. I'll run a debug log (not familiar with that, but will gather information). It appears that the issue is not uncommon. Thanks again. Truly appreciate it. RE: Library yields massive redundant title entries: IFO file issues? - Karellen - 2020-12-29 (2020-12-29, 20:52)Gweilojake Wrote: Do I still need the line entry, even if empty?I did say it is the most important item, right? Why would it be empty? Did you read the wiki page I posted which will explain how to use it? RE: Library yields massive redundant title entries: IFO file issues? - Gweilojake - 2020-12-30 (2020-12-29, 21:14)Karellen Wrote:Whoa! Easy there, mate. I did mention that I was a novice, right? And my query specifically relates to the fact that there is no attributed "ID" in the formal sense: TVBD, IMDB, etc. So, from what I gathered, I would input a null value, "0", etc. of some sort? Would some random alpha-numeric suffice? Or even, "video1" or would this result in an error. That's all I am trying to figure out. Apologies for setting you off, there. Happy 2021!(2020-12-29, 20:52)Gweilojake Wrote: Do I still need the line entry, even if empty?I did say it is the most important item, right? Why would it be empty? Did you read the wiki page I posted which will explain how to use it? RE: Library yields massive redundant title entries: IFO file issues? - Karellen - 2020-12-30 (2020-12-30, 02:57)Gweilojake Wrote: I did mention that I was a novice, right?Yes you certainly did. And I pointed you to the wiki page where every one of your questions is answered. Though a registration date of 2012 does indicate otherwise. (2020-12-30, 02:57)Gweilojake Wrote: And my query specifically relates to the fact that there is no attributed "ID" in the formal sense: TVBD, IMDB, etc. So, from what I gathered, I would input a null value, "0",What does the wiki say? That exact question is answered for you, so copy and paste the explanation from the wiki and tell me what you don't understand and I can, hopfully, make it clearer for you. RE: Library yields massive redundant title entries: IFO file issues? - Gweilojake - 2020-12-30 (2020-12-30, 03:31)Karellen Wrote:(2020-12-30, 02:57)Gweilojake Wrote: I did mention that I was a novice, right?Yes you certainly did. And I pointed you to the wiki page where every one of your questions is answered. Though a registration date of 2012 does indicate otherwise. RE: Library yields massive redundant title entries: IFO file issues? - Gweilojake - 2020-12-30 Hey, Karellen...it was not I who pissed in your cereal bowl, so what's with you? I started using KODI back then. And gave up after encountering technical issues, returning only now with the same Jarvis edition to load into a home entertainment center. So, your attempts at forensic deductions are off. Why would I twice state, "I am a novice" if it were otherwise? I'd suggest merely ignoring inquiries that are too bothersome, rather than using them as a pretext for fatuous comments thrown at somebody humbly seeking your insights. Points for your homage to Arthur C Clarke's "Childhood's End". Just need work on those interpersonal skills in 2021. RE: Library yields massive redundant title entries: IFO file issues? - Karellen - 2020-12-30 @Gweilojake Twice I have pointed you to the answer to your question about the uniqueID, but rather than reading it, you come back wanting to know what is up with me?? I'll tell you what is up with me, I get annoyed when people come here for assistance, which I am always happy to help members where I can, then they choose to ignore the information I have given them. and not even respond to the questions I ask or requests I make, in return for my good-faith help as you have done. (did you even look at the nfo page... honestly??) So here is your spoon-fed answer... The UniqueID is an ID that uniquely identifies the movie, tv show or episode in the library and usually comes from the scraper site. Missing this entry can eventually break your library. The ID is in the format <uniqueid type="xxxx" default="true">some value</uniqueid> where type="xxxx" = Identifier of the ID. Examples of identifier include...
Anyway, there is your answer. Hope it all works for you. |