Now I don’t have to : right-click > english audio and right-click > french subtitle. It launches every video of the season ready to go. It was worth it, right?
Now it’s time to enjoy my day. Oh wait! (it’s 6 am here)

39 points
*

You could have saved hours by just using mkvpropedit writing a simple 3 line bash script that loops through your files.

Just saying 🤷🏼

permalink
report
reply
20 points

Maybe it took ten hours to find this solution?

permalink
report
parent
reply
14 points

9 hours and 59 minutes to find the solution, 60 seconds to write the code.

permalink
report
parent
reply
4 points
*

Maybe try c+v and do it in 10 seconds?

9h 59m and 10s

You’re welcome !

permalink
report
parent
reply
2 points

That’s what I already did. And finding the good mkvpropedit command was long.
But here I wanted to automate that and just having to choose the audio and subtitles languages and it executes the mkvpropedit command.

permalink
report
parent
reply
2 points

Thanks for sharing your script :) I never thought you would need such a complex (not a programmer so it’s complex for me xD) script. This seems a full automation and looks great ! Well done, it was worth it !

permalink
report
parent
reply
2 points

Thank you very much. It’s nice to hear it. I have to say that it’s very satisfaying to have a “complete” script with clean code and comments.

permalink
report
parent
reply
1 point

I’m not sure if it’s fixed now but a few years ago Plex ignored the properties and played the first audio stream it found. I had Scooby Doo with Portuguese as the first audio track and although mkvpropedit worked when playing back in VLC, in Plex it would still play Portuguese as default. I had to re merge the streams with English as the first track for Plex to play English by default.

permalink
report
parent
reply
2 points

Plex has a built in solution for that now

permalink
report
parent
reply
2 points
*

I’m thinking of 2 3 issues here.

Either your file had the propertie flag --forced-display-flag for the audio track 1 and this would force the audio 1 to play even if you changed the flag-default with mkvpropedit. In that case you have no other choice to remux your file with mkvmerge and change the flag to --forced-display-flag 1:no (if it’s the audio track 1) I have no idea why someome would force an audio track…

Or you didn’t used the --edit track:s1 flag with the flag-default propertie, which uses mkvmerge under the hood. Reading through my notes there is a superuser.com link talking specifically about that, and how it could fuck up your tracks order if you don’t use the track flag.

Edit: This is only true if your player is capable to select the audio based on the flag default or forced. Otherwise you have to remux the file and change the order of tracks with the --track-order flag with mkvmerge. This could be the case for Plex, you can probably find that info in the plex documentation !

Edit2: Plex seems to use both but I would suspect plex or bad flags being the culprit here rather than mkvtools.

permalink
report
parent
reply
2 points

Yes, the problem was Plex. Other players were fine.

permalink
report
parent
reply
26 points

Share your code? (Or is it like mine, and shameful)

permalink
report
reply
29 points

I could but I would have to comment it a little more. If I don’t forget I’ll share it later in response of your message.

permalink
report
parent
reply
16 points

Or you could just post it and then fix it up later

permalink
report
parent
reply
1 point
*

I know but I didn’t feel completely at ease to share some mildly clean code. Now it’s good. I put it in the comments.

permalink
report
parent
reply
1 point
*

Why not share it and then let others comment it? Something like that should work.

permalink
report
parent
reply
2 points

I know but I didn’t fell completely at ease to share some mildly clean code. Now it’s good. I put it in the comments.

permalink
report
parent
reply
3 points
*

Here it is. I took the time to comment it well and rearrange some things.
It’s in 2 files :
https://pastebin.com/FQ7xqNSt
https://pastebin.com/6S3qesWc
Keep the file names I chose when copy/pasting. Read the loop file to see how to use it quickly.
I forgot to say in the loop script’s quick explanations that you need mkvmerge and mkvpropedit from MKVToolNix (put it in the PATH variable if needed) and nodejs to make that script work.

permalink
report
parent
reply
2 points
Deleted by creator
permalink
report
parent
reply
19 points

Why waste 5 seconds every time to want to watch a video, when you can waste 10 hours writing a script to automate it?

That’s just how we programmers roll

permalink
report
reply
2 points

Exactly!

permalink
report
parent
reply
10 points

but did you make the script agpl3?

permalink
report
reply
1 point

I think you’re talking about the licence and for the moment I didn’t have time to think about what licences I should use and primarly what are the licences existing.

permalink
report
parent
reply
1 point

agplv3 is the most copyleft one

permalink
report
parent
reply
1 point

Ok, thanks. I’ll note this. I have to begin to understand this if I want to put some code online more “seriously”.

permalink
report
parent
reply
5 points

You didn’t ask ChatGPT to write it for you???

permalink
report
reply
4 points

Maybe he wanted something that could actually run?

permalink
report
parent
reply
6 points

you can massage LLM code into working faster than doing it from scratch if you do it right

permalink
report
parent
reply
2 points

I wanted to do it myself, learn and getting used to dev things again. AI are often wrong on some details but I used it sometimes and it can help a lot for parts of code or understanding some things.

permalink
report
parent
reply

Memes

!memes@lemmy.ml

Create post

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

Community stats

  • 8.7K

    Monthly active users

  • 13K

    Posts

  • 288K

    Comments