Scraping DVD - 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: Scraping DVD (/showthread.php?tid=375526) |
Scraping DVD - devilish2o - 2023-12-25 Merry Christmas everyone Been using this wonderful software for years, running on three RaspberryPIs with samba storage, db, replication and what not. I have around 10 clients connecting without any glitch. I have one question : how do I scrape a DVD concert to look like one and same movie (3 folders = part1+part2+extras) ? I don't care about the extras tbh. Folder structure : Indochine - 2011 - Putain De Stade - DVD/ ├── Indochine - 2011 - Putain De Stade - DVD1 │ └── VIDEO_TS │ ├── VIDEO_TS.BUP │ ├── VIDEO_TS.IFO │ ├── VIDEO_TS.VOB │ ├── VTS_01_0.BUP │ ├── VTS_01_0.IFO │ ├── VTS_01_0.VOB │ ├── VTS_01_1.VOB │ ├── VTS_01_2.VOB │ ├── VTS_01_3.VOB │ ├── VTS_01_4.VOB │ ├── VTS_01_5.VOB │ ├── VTS_01_6.VOB │ ├── VTS_01_7.VOB │ ├── VTS_02_0.BUP │ ├── VTS_02_0.IFO │ ├── VTS_02_0.VOB │ └── VTS_02_1.VOB ├── Indochine - 2011 - Putain De Stade - DVD2 │ └── VIDEO_TS │ ├── VIDEO_TS.BUP │ ├── VIDEO_TS.IFO │ ├── VIDEO_TS.VOB │ ├── VTS_01_0.BUP │ ├── VTS_01_0.IFO │ ├── VTS_01_0.VOB │ ├── VTS_01_1.VOB │ ├── VTS_01_2.VOB │ ├── VTS_01_3.VOB │ ├── VTS_01_4.VOB │ ├── VTS_01_5.VOB │ ├── VTS_02_0.BUP │ ├── VTS_02_0.IFO │ ├── VTS_02_0.VOB │ ├── VTS_02_1.VOB │ ├── VTS_02_2.VOB │ └── VTS_02_3.VOB └── Indochine - 2011 - Putain De Stade - DVD3 └── VIDEO_TS ├── VIDEO_TS.BUP ├── VIDEO_TS.IFO ├── VIDEO_TS.VOB ├── VTS_01_0.BUP ├── VTS_01_0.IFO ├── VTS_01_0.VOB ├── VTS_01_1.VOB ├── VTS_01_2.VOB ├── VTS_01_3.VOB ├── VTS_01_4.VOB └── VTS_01_5.VOB 7 directories, 45 files Any help or link most welcome RE: Scraping DVD - Karellen - 2023-12-25 (2023-12-25, 09:21)devilish2o Wrote: how do I scrape a DVD concert to look like one and same movieWhat you have done with the naming is correct- Indochine - 2011 - Putain De Stade - DVD1 and Indochine - 2011 - Putain De Stade - DVD2 The only problem being that the feature is currently broken for DVD, ISO and Bluray folders... https://github.com/xbmc/xbmc/issues/16109 Your workaround is to convert those DVD rips into mkv files and name them the same and it should work. ps... you don't really want to use dvd and bluray folders. It is an antiquated system for optical disks, not for hard drives. And you don't lose any quality by converting to a single file if done correctly. (Handbrake is a no-no for this job) Merry Christmas RE: Scraping DVD - devilish2o - 2023-12-25 Okie, was wondering the same... will try with UniConverter on my mac. Now that we're set, thanks a lot ! |