Why are there so few actor thumbnails - 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: Why are there so few actor thumbnails (/showthread.php?tid=374019) |
RE: Why are there so few actor thumbnails - lesrhorer - 2023-09-19 (2023-08-27, 08:53)Karellen Wrote: No, it is NOT, explained in those pages, which is my entire point. It explains DVD and BluRay folders. It explains single movie folders. It does not detail where to put artwork for systems using single folders for multiple movies. Quote:If you are hoping that you can dump a whole lot of images somewhere on your drive, and that Kodi will go hunting for them, searching every folder, on your hard drives or network, then you are sadly mistaken.I never once have, but this is precisely the nonsensical conclusion that must be made when one combines your two definitions above with a file system that has directories with dozens of unrelated movies. You are the one who is (in effect) saying this, not me. Let me try one more time. Below is one of the movie directories. Where should the artwork be placed or alternately, what should the files be named for movies whose titles begin with the letter "A"? -rwxr--r-- 1 root lrhorer 4582199135 Apr 29 2022 About Last Night (Recorded Thu Apr 28, 2022, STARZHD-E).mp4
RE: Why are there so few actor thumbnails - Karellen - 2023-09-19 (2023-09-19, 07:37)lesrhorer Wrote: It does not detail where to put artwork for systems using single folders for multiple movies.Its the same as for Single Movie folders... Could you please point me to where you have asked that exact question? I cringe thinking that I completely overlooked the statement that you wanted to know where to put the actors folder when using multiple movies in a single folder. Also, your example looks fine except for the following comments... 1. You have .mp4.jpg. It should be just .jpg. The extension from the video file does not need to be repeated. In fact, that would probably cause problems as the file name is no longer exactly matching. Extensions are not filenames. 2. The (Recorded.... ) bits will cause problems with the scraper. Most likely some will scrape correctly, most won't. But you are using nfo files, so it will be ok. RE: Why are there so few actor thumbnails - lesrhorer - 2023-09-19 (2023-09-19, 08:13)Karellen Wrote: Could you please point me to where you have asked that exact question?It is all throughout he thread. I think the first time I detailed my file structure in this thread was my post of 2023-08-14 at 20:15, where in the very first sentence I specifically say, "I don't use a separate directory for each movie.", and I referred to it again and again throughout this thread. So I take it I have to create a .actors directory in each main movie directory? The options would seem to be: 1. Duplicate the entire actor database in each .actors directory. Using a symlink or hard link to a single central directory would prevent me from having to duplicate each file ad nauseum, but would having that many actor files in every single movie folder slow down KODI? If not, it is not a terrible thing to manage, at all. 2. Create specific files for each group of movies. That would be a bit of a nightmare. I could make my scraper create the links easily enough, but moving or deleting them when I move or change a movie would be ghastly. Quote:1. You have .mp4.jpg. It should be just .jpg. The extension from the video file does not need to be repeated.It does for the scraper I wrote and for the systems I am using in addition to KODI. I recognize the fact it is not used by KODI, of course. Quote:2. The (Recorded.... ) bits will cause problems with the scraper.Since I am using the scraper I wrote myself for movies, that's not really an issue. (I don't recall whether I mentioned that previously in this thread or not, so don't sweat it.) |