Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Scraping DVD
#1
Merry Christmas everyone  Cool

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 Smile
Reply
#2
(2023-12-25, 09:21)devilish2o Wrote: how do I scrape a DVD concert to look like one and same movie
What 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 Smile
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
Okie, was wondering the same... will try with UniConverter on my mac.

Now that we're set, thanks a lot !
Reply

Logout Mark Read Team Forum Stats Members Help
Scraping DVD0