(2021-09-15, 10:11)black_eagle Wrote: (2021-09-14, 21:26)larrycook99 Wrote: All of my DVDs (1000+ disks) are in ISO format
That's fine. Kodi will play your ISO's quite happily, complete with the DVD menu's.
(2021-09-14, 21:26)larrycook99 Wrote: finding out how to best use the system without having to re-rip everything to another format has seemed to be difficult so far.
The key here is your directory structure and file naming. Basically, you want a top level directory containing directories for each DVD which each contain the DVD ISO. Each directory should be named name of film (year)
and each ISO should be named name of film (year).iso
.
Then you add the top level directory as a source in Kodi, tell it that it contains movies and make sure that "movies are in separate folders that match the movie title" and "scan recursively" are both enabled. Kodi will then scan in all your DVD's, pulling in whatever metadata is available and build your library.
When you click on a film, the iso should automatically launch, playing any intro's etc and ultimately ending up on the DVD menu (if there is one).
If you have a read of https://kodi.wiki/view/Naming_video_files/Movies paying attention to #2 and #3. Just imagine that .mkv in the example is .iso ! This is how I have set up my ISO's and they all work as expected.
Thank you black_eagle for the post. This is exactly what I was looking for.
The info about directory structure and naming is what I needed. I have started in that direction but there are some things that from the documentation is was uncertain about. Your comments about that help. Also, Kodi is very flexible with lots of settings that should allow it to do what I want but finding which settings to use is not easy because there are so many.
All I want to do at this moment is move from WDTV to Kodi without changing "everything". I picked Kodi specifically because it will handle ISOs. I may eventually move to MKVs or some other format but at this moment I have a sh*t-load of ISOs and I want to spend my time using and learning Kodi, not re-ripping ISOs. Each one of those ISOs took 15+ minutes to create and from what I have seen using MakeMKV and a couple of other tools, re-ripping them will take that much time again...not yet convinced it's worth it.
What I have done so far:
1. Copied 8+ TB of ISOs from external USBs to a Synology NAS. Still have about that much more in ISOs uncopied. Will probably add another NAS.
2. Created Kodi system using RPi4 (from Canakit) and LibreElec.
3. Added Amber skin.
4. Started playing with settings and directory structures and images to get the UI that I want.
Current directory structure:
top-level-NAS-directory
TV Shows 1 // Kodi source directory/folder
thumb.jpg // image shown when hover over "TV Shows 1" folder
Jonny Quest (1965) // main directory/folder of a tv show
Season 1 // directory of Season 1 discs/isos
Jonny Quest (1965) S01E01-E07.iso // Disc 1 iso
Jonny Quest (1965) S01E01-E07-thumb.jpg // image shown when hover over Disc 1 iso
Jonny Quest (1965) S01E08-E14.iso // Disc 2 iso
Jonny Quest (1965) S01E08-E14-thumb.jpg // image shown when hover over Disc 2 iso
Jonny Quest (1965) S01E15-E21.iso // Disc 3 iso
Jonny Quest (1965) S01E15-E21-thumb.jpg // image shown when hover over Disc 3 iso
Jonny Quest (1965) S01E22-E26.iso // Disc 4 iso
Jonny Quest (1965) S01E22-E26-thumb.jpg // image shown when hover over Disc 4 iso
thumb.jpg // image shown when hover over "Season 1" folder
thumb.jpg // image shown when hover over "Jonny Quest (1965)" folder
Movies 1
TV Shows 2
...
The above comments are when I use the Amber skin and access the files via Videos->Files view. This is taking me in the direction that I want to go for now. I don't like the thumb.jpg files. I think that I should be able to use a naming like works for the ISOs and is descriptive of what the content of the JPG is but I haven't figured that out yet.
One problem that I am having is, that once Kodi displays a JPG file, it appears to cache it and if I change the JPG image the icon displayed does not change. I need a way to kill/clear that cache, preferably from the Amber or Kodi settings.