Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File titles are removed #19

Open
Tendodeku opened this issue Apr 15, 2024 · 3 comments
Open

File titles are removed #19

Tendodeku opened this issue Apr 15, 2024 · 3 comments

Comments

@Tendodeku
Copy link

Tendodeku commented Apr 15, 2024

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
Copy link

hrywlms commented May 6, 2024

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.

@accrown
Copy link

accrown commented Sep 3, 2024

I have the same issue with the CRC being appended irregardless of option selected. Any known workarounds or fixes yet?

@shelltar
Copy link

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.

Yup, same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants