akai10tsuki / mkvbatchmultiplex

Batch multiplex video files using MKVToolnix generated command line
MIT License
50 stars 3 forks source link

File titles are removed #19

Open Tendodeku opened 2 months ago

Tendodeku commented 2 months ago

I noticed the program removes titles even if they were properly set in mkvtoolnix.

Example: This is the command gotten from mkvtoolnix.

"C:\Program Files\MKVBatchMultiplex_internal\embed\mkvtoolnix\mkvmerge.exe" --ui-language en --priority lower --output ^"C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu - S2 EP11.mkv^" --attachments 2,3,4,5,6,7,8,9,10,11,12,13,14,15 --language 0:und --track-name 0: --display-dimensions 0:1920x1080 --language 1:ja --sub-charset 2:UTF-8 --language 2:en ^"^(^" ^"C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu 2nd Season\Tsuki ga Michibiku Isekai Douchuu - S2 EP11.mkv^" ^"^)^" --title ghjjhgjh --track-order 0:0,0:1,0:2

Title was changed to "ghjjhgjh" on this particular episode, Episode 11

This is the command created for Episdoe 11. Title has been reset to the default value

_['C:/Program Files/MKVBatchMultiplex/internal/embed/mkvtoolnix/mkvmerge.exe', '--ui-language', 'en', '--priority', 'lower', '--output', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu - S2 EP11.mkv', '--attachments', '2,3,4,5,6,7,8,9,10,11,12,13,14,15', '--language', '0:und', '--track-name', '0:', '--display-dimensions', '0:1920x1080', '--language', '1:ja', '--sub-charset', '2:UTF-8', '--language', '2:en', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu 2nd Season\Tsuki ga Michibiku Isekai Douchuu - S2 EP11.mkv', '--title', 'S02E11-Summer of Growth and New Skills', '--track-order', '0:0,0:1,0:2']

These are the commands created for other episodes in the directory. Title section is empty

_['C:/Program Files/MKVBatchMultiplex/internal/embed/mkvtoolnix/mkvmerge.exe', '--ui-language', 'en', '--priority', 'lower', '--output', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu - S2 EP12.mkv', '--attachments', '2,3,4,5,6,7,8,9,10,11,12,13,14,15', '--language', '0:und', '--track-name', '0:', '--display-dimensions', '0:1920x1080', '--language', '1:ja', '--sub-charset', '2:UTF-8', '--language', '2:en', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu 2nd Season\Tsuki ga Michibiku Isekai Douchuu - S2 EP12.mkv', '--title', '', '--track-order', '0:0,0:1,0:2']

_['C:/Program Files/MKVBatchMultiplex/internal/embed/mkvtoolnix/mkvmerge.exe', '--ui-language', 'en', '--priority', 'lower', '--output', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu - S2 EP13.mkv', '--attachments', '2,3,4,5,6,7,8,9,10,11,12,13,14,15', '--language', '0:und', '--track-name', '0:', '--display-dimensions', '0:1920x1080', '--language', '1:ja', '--sub-charset', '2:UTF-8', '--language', '2:en', 'C:\Users\PC1\Desktop\Tsuki ga Michibiku Isekai Douchuu 2nd Season\Tsuki ga Michibiku Isekai Douchuu - S2 EP13.mkv', '--title', '', '--track-order', '0:0,0:1,0:2']

hrywlms commented 1 month ago

I have a similar but lesser issue in that the CRC is appended to file names all the time even with the option toggled off.