I too can verify that this is the correct mapping for the Netflix version, much appreciated!unab0mb wrote: Tue Jun 13, 2017 10:51 pm Correct title for Netflix version:
Title information
Name: John Wick Chapter 2 (English)
Source file name: 00934.mpls
Duration: 2:02:22
Chapters count: 16
Size: 19.8 GB
Segment count: 20
Segment map: 502,505,512,504,516,515,513,506,509,510,514,518,511,501,520,503,519,508,507,517
File name: John_Wick_Chapter_2_t369.mkv
John Wick Chapter 2
Re: John Wick Chapter 2
Re: John Wick Chapter 2
Hello,
John Wick 2 UHD from Trilogy Box (France) is complaining with this message :
The volume key is unknown for this disc - video can't be decrypted
Sended Dump to svq@makemkv.com
Now waiting
John Wick 2 UHD from Trilogy Box (France) is complaining with this message :
The volume key is unknown for this disc - video can't be decrypted
Sended Dump to svq@makemkv.com
Now waiting
Re: John Wick Chapter 2
Just wanted to say THANK YOU for this.. I got the John Wick Trilogy pack (US) and this seems to be the map and Source File Name for that version as well.hvnphoto wrote: Fri Jun 16, 2017 12:50 amThe segment map is correct.cmehling wrote:Yes... it is
502, 508, 501, 514, 506, 503, 505, 515, 513, 512, 504, 507, 511
Title information
Name: John Wick Chapter 2
Source file name: 00440.mpls
Duration: 2:02:22
Chapters count: 16
Size: 33.8 GB
Segment count: 13
Segment map: 502,508,501,514,506,503,505,515,513,512,504,507,511
File name: John_Wick_Chapter_2_t142.mkv
The Redbox version is the same as the Retail version.
Re: John Wick Chapter 2
thank you internet stranger!realshadow wrote: Fri Jan 21, 2022 6:00 pm There was another disk in Canada starting with 514. Took me a day but I was able to figure it out. the right data is:
hope that helps someone.Code: Select all
Title information Name: John Wick Chapter 2 (English) Source file name: 00796.mpls Duration: 2:02:22 Chapters count: 16 Size: 33.8 GB Segment count: 13 Segment map: 514,501,503,502,511,504,515,505,513,508,507,506,512 File name: John_Wick_Chapter_2_t273.mkv
Re: John Wick Chapter 2
Sorry to revive, but also a Canadian and struggling with this movie because of all the different possible playlists. It did say in MakeMkv: "Using Java runtime from /usr/lib/jvm/java-21-openjdk-amd64/bin/java", but it did not identify the correct playlist unfortunately.
I have none of the segment maps as in this thread. In VLC, it says "playing title182". When I run the following command while it's playing in terminal, I get this:
This has a runtime of 2:04:08, the only one with a runtime this long. The others are 2:02:22.
When I go to MakeMKV, the segment map for this entry is: 514,3848,502,511,501,503,505,510,512,507,515,506,508,504,509,513. Which is fake (according to Gemini), but I do not know any better.
When I run this:
Title 182 corresponds to this segment map: 514,502,503,501,511,504,505,508,515,513,506,507,512 (00488.mpls)
I am unsure how to proceed in identifying the real file, if it is even one of these two.
Using Linux Mint XCFE.
I have none of the segment maps as in this thread. In VLC, it says "playing title182". When I run the following command while it's playing in terminal, I get this:
Code: Select all
BD_DEBUG_MASK=0x40 vlc 2>&1 | grep mpls
bluray.c:2462: Title 00487.mpls selectedWhen I go to MakeMKV, the segment map for this entry is: 514,3848,502,511,501,503,505,510,512,507,515,506,508,504,509,513. Which is fake (according to Gemini), but I do not know any better.
When I run this:
Code: Select all
makemkvcon -r info file:.../JOHN_WICK_CHAPTER_2/BDMV/ | grep -E "Title id|source file|Segments" | awk '
/Title id/ {id=$3; gsub(/[^0-9]/, "", id)}
/source file/ {split($0, a, ": "); pl=a[2]; gsub(/[ \t\r\n]/, "", pl)}
/Segments/ {split($0, b, ": "); seg=b[2]; gsub(/[ \t\r\n]/, "", seg); print id "," pl ",\"" seg "\""}
' >> ~/Desktop/john_wick_segment_maps.csv
I am unsure how to proceed in identifying the real file, if it is even one of these two.
Using Linux Mint XCFE.