Search found 2 matches
- Wed Apr 15, 2026 12:25 am
- Forum: General MakeMKV discussion
- Topic: Ripping tv series episodes in the right order
- Replies: 15
- Views: 41552
Re: Ripping tv series episodes in the right order
If you find that the mpls is in the correct order, change your filename template before ripping: e.g. here I have inserted {_s:SN} before track number. Now the files will naturally be in mpls order. {NAME1}{-:CMNT1}{-:DT}{title:+DFLT}{_s:SN}{_t:N2} See https://forum.makemkv.com/forum/viewtopic.php?t...
- Sun Apr 21, 2024 3:40 pm
- Forum: Blu-ray discs
- Topic: TV series on Blu-rays often don't have titles in episode order...
- Replies: 5
- Views: 5511
Re: TV series on Blu-rays often don't have titles in episode order...
Hi all, I just started ripping yesterday and I've been looking for a solution to this. I've been working on a python script that parses the log of makemkv: # Read the log and find the lines we're interested in with open(log) as f: mpls_title_pairs = re.findall(r'File (\S+\.mpls) was added as title #...