Please post here for issues related to Blu-ray discs
-
lwndow
- Posts: 13
- Joined: Thu Oct 18, 2018 1:42 pm
#1
Post
by lwndow » Sat Sep 28, 2024 11:41 pm
Hi, after receiving the pre-order from Amazon, I was sad to see a jumbled episode list after S1 (I don't have it listed here, but can go back if anyone needs me to, my disks were in-order by track, with a special in there).
So no one else has to go through it:
Code: Select all
## S2
### D1
- t00 => e11
- t01 => e10
- t02 => e03
- t03 => e02
- t04 => e01
- t05 => e09
- t06 => e08
- t07 => e07
- t08 => e06
- t09 => e05
- t10 => e04
### D2
- t00 => e22
- t01 => e21
- t02 => e14
- t03 => e13
- t04 => e12
- t05 => e20
- t06 => e19
- t07 => e18
- t08 => e17
- t09 => e16
- t10 => e15
## S3
### D1
- t00 => e10
- t01 => e09
- t02 => e08
- t03 => e06
- t04 => e03
- t05 => e02
- t06 => e01
- t07 => e07
- t08 => e04
- t09 => e05
### D2
- t00 => e20
- t01 => e19
- t02 => e18
- t03 => e16
- t04 => e13
- t05 => e12
- t06 => e11
- t07 => e17
- t08 => e21
- t09 => e14
- t10 => e15
- t12 => s00e06
## S4
### D1
- t00 => e09
- t01 => e08
- t02 => e03
- t03 => e07
- t04 => e02
- t05 => e06
- t06 => e01
- t07 => e05
- t08 => e04
### D2
- t00 => e18
- t01 => e17
- t02 => e12
- t03 => e16
- t04 => e11
- t05 => e15
- t06 => e10
- t07 => e14
- t08 => e13
- t09 => cooped-up-with-coopers
## S5
### D1
- t00 => e11
- t01 => e10
- t02 => e09
- t03 => e08
- t04 => e03
- t05 => e07
- t06 => e02
- t07 => e06
- t08 => e01
- t09 => e05
- t10 => e04
- t12 => s00e02
### D2
- t00 => e22
- t01 => e21
- t02 => e20
- t03 => e19
- t04 => e14
- t05 => e18
- t06 => e13
- t07 => e17
- t08 => e12
- t09 => e16
- t10 => e15
## S6
### D1
- t00 => e05
- t01 => e08
- t02 => e07
- t03 => e06
- t04 => e11
- t06 => e10
- t07 => e02
- t08 => e09
- t09 => e04
- t10 => e03
- t11 => e01
### D2
- t00 => e16
- t01 => e22
- t02 => e19
- t03 => e18
- t04 => e21
- t05 => e17
- t06 => e20
- t08 => e13
- t09 => e15
- t10 => e14
- t11 => e12
## S7
### D1
- t00 => e05
- t01 => e07
- t02 => e06
- t04 => e02
- t05 => e04
- t06 => e03
- t07 => e01
### D2
- t00 => e12
- t01 => e14
- t02 => e13
- t04 => e09
- t05 => e11
- t06 => e10
- t07 => e08
- t08 => e??
-
dcoke22
- Posts: 3055
- Joined: Wed Jul 22, 2020 11:25 pm
#2
Post
by dcoke22 » Thu Oct 03, 2024 6:12 am
I applaud your efforts to help others figure out which episode is which.
The _t## part that MakeMKV appends to the file name is not guaranteed to be consistent. It is just something MakeMKV does to try to ensure that every file it writes has a unique name.
MakeMKV's preferences, on the Video tab, has a setting called "Minimum Title Length". This setting controls how long a title must be before MakeMKV includes it in the list of titles. If you change this setting, it is likely to alter the number of titles in the list for any given disc. That will alter, perhaps, which title gets _t02 appended to it, for example.
A better way to map episodes for TV shows on blu-ray is to use the segment map and/or the .mpls file. In MakeMKV, when you highlight a title on the left, there will be a bunch of details about that title shown on the right. The segment map is an ordered list of the .m2ts files on the blu-ray that are source of the audio and video for that title. That list is unaffected by things like the minimum title length setting and is very likely to be the same on everyone's blu-rays.
-
KennediVon
- Posts: 1
- Joined: Fri Oct 11, 2024 7:22 am
#3
Post
by KennediVon » Fri Oct 11, 2024 7:30 am
lwndow wrote: ↑Sat Sep 28, 2024 11:41 pm
Hi, after receiving the pre-order from Amazon, I was sad to see a jumbled episode list after S1 (I don't have it listed here, but can go back if anyone needs me to, my disks were in-order by track, with a special in there).
So no one else has to go through it:
Code: Select all
## S2
### D1
- t00 => e11
- t01 => e10
- t02 => e03
- t03 => e02
- t04 => e01
- t05 => e09
- t06 => e08
- t07 => e07
- t08 => e06
- t09 => e05
- t10 => e04
### D2
- t00 => e22
- t01 => e21
- t02 => e14
- t03 => e13
- t04 => e12
- t05 => e20
- t06 => e19
- t07 => e18
- t08 => e17
- t09 => e16
- t10 => e15
## S3
### D1
- t00 => e10
- t01 => e09
- t02 => e08
- t03 => e06
- t04 => e03
- t05 => e02
- t06 => e01
- t07 => e07
- t08 => e04
- t09 => e05
### D2
- t00 => e20
- t01 => e19
- t02 => e18
- t03 => e16
- t04 => e13
- t05 => e12
- t06 => e11
- t07 => e17
- t08 => e21
- t09 => e14
- t10 => e15
- t12 => s00e06
## S4
### D1
- t00 => e09
- t01 => e08
- t02 => e03
- t03 => e07
- t04 => e02
- t05 => e06
- t06 => e01
- t07 => e05
- t08 => e04
### D2
- t00 => e18
- t01 => e17
- t02 => e12
- t03 => e16
- t04 => e11
- t05 => e15
- t06 => e10
- t07 => e14
- t08 => e13
- t09 => cooped-up-with-coopers
## S5
### D1
- t00 => e11
- t01 => e10
- t02 => e09
- t03 => e08
- t04 => e03
- t05 => e07
- t06 => e02
- t07 => e06
- t08 => e01
- t09 => e05
- t10 => e04
- t12 => s00e02
### D2
- t00 => e22
- t01 => e21
- t02 => e20
- t03 => e19
- t04 => e14
- t05 => e18
- t06 => e13
- t07 => e17
- t08 => e12
- t09 => e16
- t10 => e15
## S6
### D1
- t00 => e05
- t01 => e08
- t02 => e07
- t03 => e06
- t04 => e11
- t06 => e10
- t07 => e02
- t08 => e09
- t09 => e04
- t10 => e03
- t11 => e01
### D2
- t00 => e16
- t01 => e22
- t02 => e19
- t03 => e18
- t04 => e21
- t05 => e17
- t06 => e20
- t08 => e13
- t09 => e15
- t10 => e14
- t11 => e12
## S7
### D1
- t00 => e05
- t01 => e07
- t02 => e06
- t04 => e02
- t05 => e04
- t06 => e03
- t07 => e01
### D2
- t00 => e12
- t01 => e14
- t02 => e13
- t04 => e09
- t05 => e11
- t06 => e10
- t07 => e08
- t08 => e??
Thank you for arranging it in the right order so that later viewers like me do not have to fumble through each episode.
-
Blyth
- Posts: 16
- Joined: Tue Oct 22, 2024 10:29 pm
#4
Post
by Blyth » Wed Oct 23, 2024 9:02 am
That's great my worst nightmare is having to have to go through each episode in VLC and finding out the right order.