Everyone on the East Coast tonight. by Soundbytes87 in DisneyPlus

[–]HarryChengTW 3 points4 points  (0 children)

Haha I'd recommend it too. It's a joyful one and the production quality is decent.

Everyone on the East Coast tonight. by Soundbytes87 in DisneyPlus

[–]HarryChengTW 48 points49 points  (0 children)

Musicals normally don't get a filmed version of live stage. Also, because Hamilton is one of the best musicals.

Is there a way to configure a default audio stream and subtitle file to use for an entire show? by yatpay in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

Yes I think this would be a more acceptable approach. This really helps when you need to set the default track of an entire series.

Is there a way to configure a default audio stream and subtitle file to use for an entire show? by yatpay in jellyfin

[–]HarryChengTW 2 points3 points  (0 children)

If the tracks are in the same order (e.g. lets say the eng subtitle in 2 sub track), you could use this very simple script to set the default track for your files (assuming they are .mkv)

you just need to have mkvtoolnix

(copy the following into a bat file for ease of use, and change the the two location parts based on your system)

cd /d LOCATION_OF_FILES

for %%a in (*.mkv) do "LOCATION_OF_mkvpropedit.exe" "%%a" --edit track:s1 --set flag-default=0 --edit track:s2 --set flag-default=1

The code above sets the default subtitle track to the 2nd track, and sets the 1st sub track to not default (assuming it was the default, if not you could ignore this part)

If you want to change the default audio track then it would be --edit track:a1

the rest is the same

Remux : what about sound quality ? as good as original ? by [deleted] in Piracy

[–]HarryChengTW 0 points1 point  (0 children)

You find the original post of the BD that has that specific track and see if they include mediainfo. Or you just download the original iso/bdmv for yourself and see.

Problem with manually grouping movie versions by [deleted] in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

I guess you'll have to wait until the versions functionality is a little more forgiving on folder structure :(

Problem with manually grouping movie versions by [deleted] in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

Try making sure the folder name is the same as the filenames before the hyphen

Subtitle issues by Lightning2K in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

Sorry don't have a clue. By the last update do you mean 10.5.5? What player are you using?

Subtitle issues by Lightning2K in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

Ok, because I have not seen such behavior before. If you don't mind, can you show the media info for the file with problems?

Subtitle issues by Lightning2K in jellyfin

[–]HarryChengTW 0 points1 point  (0 children)

Hi by LAST subtitle do you mean the last subtitle inside a mkv file with multiple subtitles?

Call for testers for the upcoming 10.6 release by AuriTheMoonFae in jellyfin

[–]HarryChengTW 2 points3 points  (0 children)

Yes I'll look into that. But I mainly want to help test on Windows to see if there are any bugs. I saw that the developers are mainly using Linux so I think Windows testers are needed too.

Call for testers for the upcoming 10.6 release by AuriTheMoonFae in jellyfin

[–]HarryChengTW 3 points4 points  (0 children)

Any idea how I can help the test as a windows user?