Skip to content

[Enhancement] More HDDVD info in medainfo #299

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

Open
LostRager opened this issue Jan 24, 2025 · 18 comments · Fixed by #301 · May be fixed by #396
Open

[Enhancement] More HDDVD info in medainfo #299

LostRager opened this issue Jan 24, 2025 · 18 comments · Fixed by #301 · May be fixed by #396

Comments

@LostRager
Copy link

LostRager commented Jan 24, 2025

Heyo/

I've made a request for mediainfo to add more info to hddvd's, but it will probably not be done. Or it if is it will take a long time.
MediaArea/MediaInfo#1013

Any chance you could add it as a feature to the UA so it injects the info into the mediainfo file when it does the parsing?
Also currently it just searches for largest .evo file, but most movies are split, so it would be nice if it could add the mediainfo for all parts.

For movies all the ones i've seen either starts with feature*.evo or pevob*.evo and if it does not start with that it should look for largest size.

@Audionut
Copy link
Owner

Even if they updated this, still need the existing language issue to be sorted before UA can update.

I'll have to hunt down some HDDVD to make any changes.

@Audionut
Copy link
Owner

What are you looking for with the combination of MI for all parts, just an accurate runtime?

@LostRager
Copy link
Author

LostRager commented Jan 25, 2025

What are you looking for with the combination of MI for all parts, just an accurate runtime?

Yeah, accurate runtime was my goal with that.

Injecting the correct time also works tho.

@Audionut
Copy link
Owner

Yeah, the existing code does scan each EVO, but dumps as seperate track in the meta. Issue sprung immediately since the existing audio path expects the first audio track at track 2 in MI, but that's not the case with how multiple EVOs are being inserted into the meta, and/or the second SD video track.

The HDDVD playlist is super rich and has all of the information.

Upon initial checks, seems the best solution is to just overwrie duration and size in the first MI, since everything else will be the same.

I'll work on parsing language info from the playlist, and probably chapter info also.

@Audionut Audionut mentioned this issue Jan 25, 2025
@Audionut
Copy link
Owner

I've only a single source atm, but the linked PR seems to satisfy the requirements here.

The disc I have doesn't have language info in the MI (see ATH (29452)), but I'll look at that later.

@LostRager
Copy link
Author

Here are some i just tried with the pr. LST 71019, 71020, 71021.

For some reason the sub info is not in the first part but in the second part mediainfo for 71020 and 21.

@Audionut
Copy link
Owner

It clearly grabbed the wrong playlist on 71019 also.

Have in client, will look tomorrow.

@Audionut
Copy link
Owner

Audionut commented Jan 28, 2025

Not quite the same source, but still same issues (in the source):

71351 / 71355

@LostRager
Copy link
Author

Nice, getting closer. Tried 3 more disks. 71420 | 71421 | 71422

@Audionut
Copy link
Owner

Audionut commented Feb 4, 2025

Pushing existing code as I need a clean synced state to ensure #316 goes as smoothly as possible.

If I understand correctly, the existing issue is that all of the associated playlist item tracks are still not being captured correctly, particularly in the mediainfo output?

I plan to handle this better at a later date, where I'll also merge DVD mediainfo so that MI boxes on site, better reflect the actual content, without having the look at both ifo/vob mi's. cbf'd working out how to fix the mediainfo code, and they don't seem overly interested, so will just merge the correct info here instead.

@Audionut Audionut reopened this Feb 4, 2025
@LostRager
Copy link
Author

Have you done anything further with this yet?

Think the only thing thats missing too make it usuable for uploading is making it so if it cant find audio or subtitle tracks in the mediainfo it just adds it to the mediainfo anyway. and also adds the chapters to the mediainfo.

Thansk for your continued work <3

@Audionut Audionut linked a pull request Mar 16, 2025 that will close this issue
@Audionut
Copy link
Owner

I had this firmly in the backseat even though DVD was basically done.

Will finish this soon™

@Audionut
Copy link
Owner

78212

Appreciate your feedback from the linked PR.

@LostRager
Copy link
Author

LostRager commented Mar 16, 2025

Seems to work most of the time. Would you be able to add the chapters to the mediainfo aswell? And for atleast 1 upload i tried mediainfo does not detect the subs, but there definitly are some. Could you also add them to the mediainfo.

A reason for them to be added is so people can easily see if there are chapters/subs/audio that can be used for remuxes.

[Debug] Processing Subtitle Track: 1
        Language: English
        Langcode: en
[Debug] No matching MediaInfo block found for Subtitle Track 1.
[Debug] Processing Subtitle Track: 2
        Language: Spanish
        Langcode: es
[Debug] No matching MediaInfo block found for Subtitle Track 2.
[Debug] Processing Subtitle Track: 3
        Language: French
        Langcode: fr
[Debug] No matching MediaInfo block found for Subtitle Track 3.

Another issue i found was for a bonus disc where it could not find a feature, so it picked largest evo, but it did not inject mediainfo for the fallback file. 78329

Playlist processing failed: Expected 1-8 alphanumeric characters, got '*'. Falling back to largest EVO file detection.

from the xpl file:

<Title id="HeroesJourney1" titleNumber="23" type="Advanced" selectable="true" titleDuration="00:23:55:02" onEnd="MainMenu1" alternativeSDDisplayMode="letterbox">
	<PrimaryAudioVideoClip titleTimeBegin="00:00:00:00" clipTimeBegin="00:00:00:00" titleTimeEnd="00:23:55:02" src="file:///dvddisc/HVDVD_TS/MAKING_OF.MAP" seamless="false" description="">
		<Video track="1" mediaAttr="1"/>
		<Audio track="1" streamNumber="1" mediaAttr="1"/>
		<Subtitle track="1" streamNumber="1" mediaAttr="1"/>
		<Subtitle track="2" streamNumber="2" mediaAttr="1"/>
		<Subtitle track="3" streamNumber="3" mediaAttr="1"/>
		<Subtitle track="4" streamNumber="4" mediaAttr="1"/>
	</PrimaryAudioVideoClip>
	<ApplicationSegment titleTimeBegin="00:00:00:00" titleTimeEnd="00:23:55:02" src="file:///dvddisc/ADV_OBJ/Assets.aca/BonusMenu.xmf" sync="hard" zOrder="0" autorun="true" description="">
		<ApplicationResource src="file:///dvddisc/ADV_OBJ/Assets.aca" size="13000000" priority="1" multiplexed="false" loadingBegin="00:00:00:00" description=""/>
	</ApplicationSegment>
	<ChapterList>
		<Chapter titleTimeBegin="00:00:00:00" />
	</ChapterList>
	<TrackNavigationList>
		<VideoTrack track="1" selectable="true"/>
		<AudioTrack track="1" selectable="true" langcode="en:01"/>
		<SubtitleTrack track="1" selectable="true" forced="false" langcode="en:01"/>
		<SubtitleTrack track="2" selectable="true" forced="false" langcode="en:05"/>
		<SubtitleTrack track="3" selectable="true" forced="false" langcode="fr:01"/>
		<SubtitleTrack track="4" selectable="true" forced="false" langcode="es:01"/>
	</TrackNavigationList>
</Title>

@Audionut
Copy link
Owner

The linked pr is ready for your opinion again, thanks.

@LostRager
Copy link
Author

Playlist processing failed: Expected 1-8 alphanumeric characters, got '*'. Falling back to largest EVO file detection.
Generating MediaInfo for ....
Error in gather_prep: An error occured while opening . with libmediainfo
Traceback (most recent call last):
  File "C:\uplod\upload.py", line 94, in process_meta
    meta = await prep.gather_prep(meta=meta, mode='cli')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\uplod\src\prep.py", line 78, in gather_prep
    meta['is_disc'], videoloc, bdinfo, meta['discs'] = await self.get_disc(meta)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\uplod\src\prep.py", line 742, in get_disc
    discs = await parse.get_hddvd_info(discs, meta)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\uplod\src\discparse.py", line 584, in get_hddvd_info
    evo_mediainfo = MediaInfo.parse(evo_file, output='STRING', full=False)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File
"C:\Users\kolt343.DESKTOP-1NF43F6\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymediainfo\__init__.py",
line 496, in parse
    raise RuntimeError(
RuntimeError: An error occured while opening . with libmediainfo

@LostRager
Copy link
Author

Other then that i also seem to have problems with 79477. Seems like it failed to decode the JP lang code.

Enter the number of the playlist you want to select: 1
Generating MediaInfo for FEATURE_1.EVO...
Generating MediaInfo for FEATURE_2.EVO...
Combining MediaInfo from all EVO files...
Checking audio section: Audio #1
Found Bit rate already exists
Checking audio section: Audio #2
Found Bit rate already exists
Checking audio section: Audio #3
Found Bit rate already exists
Checking audio section: Audio #4
Found Bit rate already exists
Checking audio section: Audio #5
Found Bit rate already exists
Checking audio section: Audio #6
Found Bit rate already exists
Checking audio section: Audio #7
Found Bit rate already exists
[Debug] Processing Audio Track: 1
        Language: Unknown language
        Langcode: jp
[Debug] Found matching MediaInfo block for Audio Track 1.
[Debug] Updated MediaInfo Block for Audio Track 1:
Audio #1
ID                                       : 189 (0xBD)-192 (0xC0)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 768 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 62.500 FPS (768 SPF)
Compression mode                         : Lossy
Language                                 : Unknown language
Stream size                              : 220 MiB (3%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 2
        Language: English
        Langcode: en
[Debug] Found matching MediaInfo block for Audio Track 2.
[Debug] Updated MediaInfo Block for Audio Track 2:
Audio #2
ID                                       : 189 (0xBD)-193 (0xC1)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 7 s
Bit rate mode                            : Constant
Bit rate                                 : 1 536 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 187.500 FPS (256 SPF)
Compression mode                         : Lossy
Language                                 : English
Delay relative to video                  : 1 s 1 ms
Stream size                              : 441 MiB (6%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 3
        Language: French
        Langcode: fr
[Debug] Found matching MediaInfo block for Audio Track 3.
[Debug] Updated MediaInfo Block for Audio Track 3:
Audio #3
ID                                       : 189 (0xBD)-194 (0xC2)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 448 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Language                                 : French
Stream size                              : 129 MiB (2%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 4
        Language: Italian
        Langcode: it
[Debug] Found matching MediaInfo block for Audio Track 4.
[Debug] Updated MediaInfo Block for Audio Track 4:
Audio #4
ID                                       : 189 (0xBD)-195 (0xC3)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 448 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Language                                 : Italian
Stream size                              : 129 MiB (2%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 5
        Language: German
        Langcode: de
[Debug] Found matching MediaInfo block for Audio Track 5.
[Debug] Updated MediaInfo Block for Audio Track 5:
Audio #5
ID                                       : 189 (0xBD)-196 (0xC4)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 448 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Language                                 : German
Stream size                              : 129 MiB (2%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 6
        Language: Spanish
        Langcode: es
[Debug] Found matching MediaInfo block for Audio Track 6.
[Debug] Updated MediaInfo Block for Audio Track 6:
Audio #6
ID                                       : 189 (0xBD)-197 (0xC5)
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 448 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Language                                 : Spanish
Stream size                              : 129 MiB (2%)
Service kind                             : Complete Main
[Debug] Processing Audio Track: 7
        Language: English
        Langcode: en
[Debug] Found matching MediaInfo block for Audio Track 7.
[Debug] Updated MediaInfo Block for Audio Track 7:
Audio #7
ID                                       : 189 (0xBD)-198 (0xC6)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Commercial name                          : Dolby Digital
Format settings                          : Dolby Surround
Muxing mode                              : DVD-Video
Duration                                 : 40 min 8 s
Bit rate mode                            : Constant
Bit rate                                 : 192 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Language                                 : English
Delay relative to video                  : -8 ms
Stream size                              : 55.1 MiB (1%)
Service kind                             : Complete Main
[Debug] Processing Subtitle Track: 1
        Language: Unknown language
        Langcode: jp
[Debug] Found matching MediaInfo block for Subtitle Track 1.
[Debug] Updated MediaInfo Block for Subtitle Track 1:
Text #1
ID                                       : 189 (0xBD)-33 (0x21)
Format                                   : RLE
Language                                 : Unknown language
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Delay relative to video                  : 2 s 168 ms
[Debug] Processing Subtitle Track: 2
        Language: English
        Langcode: en
[Debug] Found matching MediaInfo block for Subtitle Track 2.
[Debug] Updated MediaInfo Block for Subtitle Track 2:
Text #2
ID                                       : 189 (0xBD)-50 (0x32)
Format                                   : RLE
Language                                 : English
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 4 s 4 ms
[Debug] Processing Subtitle Track: 3
        Language: French
        Langcode: fr
[Debug] Found matching MediaInfo block for Subtitle Track 3.
[Debug] Updated MediaInfo Block for Subtitle Track 3:
Text #3
ID                                       : 189 (0xBD)-51 (0x33)
Format                                   : RLE
Language                                 : French
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 903 ms
[Debug] Processing Subtitle Track: 4
        Language: Italian
        Langcode: it
[Debug] Found matching MediaInfo block for Subtitle Track 4.
[Debug] Updated MediaInfo Block for Subtitle Track 4:
Text #4
ID                                       : 189 (0xBD)-52 (0x34)
Format                                   : RLE
Language                                 : Italian
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 5
        Language: German
        Langcode: de
[Debug] Found matching MediaInfo block for Subtitle Track 5.
[Debug] Updated MediaInfo Block for Subtitle Track 5:
Text #5
ID                                       : 189 (0xBD)-53 (0x35)
Format                                   : RLE
Language                                 : German
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 6
        Language: Spanish
        Langcode: es
[Debug] Found matching MediaInfo block for Subtitle Track 6.
[Debug] Updated MediaInfo Block for Subtitle Track 6:
Text #6
ID                                       : 189 (0xBD)-54 (0x36)
Format                                   : RLE
Language                                 : Spanish
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 7
        Language: Portuguese
        Langcode: pt
[Debug] Found matching MediaInfo block for Subtitle Track 7.
[Debug] Updated MediaInfo Block for Subtitle Track 7:
Text #7
ID                                       : 189 (0xBD)-55 (0x37)
Format                                   : RLE
Language                                 : Portuguese
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 8
        Language: Dutch
        Langcode: nl
[Debug] Found matching MediaInfo block for Subtitle Track 8.
[Debug] Updated MediaInfo Block for Subtitle Track 8:
Text #8
ID                                       : 189 (0xBD)-56 (0x38)
Format                                   : RLE
Language                                 : Dutch
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 9
        Language: Korean
        Langcode: ko
[Debug] Found matching MediaInfo block for Subtitle Track 9.
[Debug] Updated MediaInfo Block for Subtitle Track 9:
Text #9
ID                                       : 189 (0xBD)-57 (0x39)
Format                                   : RLE
Language                                 : Korean
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 10
        Language: Swedish
        Langcode: sv
[Debug] Found matching MediaInfo block for Subtitle Track 10.
[Debug] Updated MediaInfo Block for Subtitle Track 10:
Text #10
ID                                       : 189 (0xBD)-58 (0x3A)
Format                                   : RLE
Language                                 : Swedish
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 11
        Language: Danish
        Langcode: da
[Debug] Found matching MediaInfo block for Subtitle Track 11.
[Debug] Updated MediaInfo Block for Subtitle Track 11:
Text #11
ID                                       : 189 (0xBD)-59 (0x3B)
Format                                   : RLE
Language                                 : Danish
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 12
        Language: Finnish
        Langcode: fi
[Debug] Found matching MediaInfo block for Subtitle Track 12.
[Debug] Updated MediaInfo Block for Subtitle Track 12:
Text #12
ID                                       : 189 (0xBD)-60 (0x3C)
Format                                   : RLE
Language                                 : Finnish
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 13
        Language: Norwegian
        Langcode: no
[Debug] Found matching MediaInfo block for Subtitle Track 13.
[Debug] Updated MediaInfo Block for Subtitle Track 13:
Text #13
ID                                       : 189 (0xBD)-61 (0x3D)
Format                                   : RLE
Language                                 : Norwegian
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 14
        Language: Unknown language
        Langcode: jp
[Debug] Found matching MediaInfo block for Subtitle Track 14.
[Debug] Updated MediaInfo Block for Subtitle Track 14:
Text #14
ID                                       : 189 (0xBD)-62 (0x3E)
Format                                   : RLE
Language                                 : Unknown language
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
Duration                                 : 40 min 0 s
Delay relative to video                  : 3 s 970 ms
[Debug] Processing Subtitle Track: 15
        Language: French
        Langcode: fr
[Debug] Found matching MediaInfo block for Subtitle Track 15.
[Debug] Updated MediaInfo Block for Subtitle Track 15:
Text #15
ID                                       : 189 (0xBD)-36 (0x24)
Format                                   : RLE
Language                                 : French
Format/Info                              : Run-length encoding
Muxing mode                              : DVD-Video
[Debug] Processing Subtitle Track: 16
        Language: Italian
        Langcode: it
[Debug] No matching MediaInfo block found for Subtitle Track 16.
[Debug] Processing Subtitle Track: 17
        Language: German
        Langcode: de
[Debug] No matching MediaInfo block found for Subtitle Track 17.
[Debug] Processing Subtitle Track: 18
        Language: Spanish
        Langcode: es
[Debug] No matching MediaInfo block found for Subtitle Track 18.
[Debug] Processing Subtitle Track: 19
        Language: Unknown language
        Langcode: jp
[Debug] No matching MediaInfo block found for Subtitle Track 19.
[Debug] Processing Subtitle Track: 20
        Language: English
        Langcode: en
[Debug] No matching MediaInfo block found for Subtitle Track 20.
[Debug] Processing Subtitle Track: 21
        Language: French
        Langcode: fr
[Debug] No matching MediaInfo block found for Subtitle Track 21.
[Debug] Processing Subtitle Track: 22
        Language: Italian
        Langcode: it
[Debug] No matching MediaInfo block found for Subtitle Track 22.
[Debug] Processing Subtitle Track: 23
        Language: German
        Langcode: de
[Debug] No matching MediaInfo block found for Subtitle Track 23.
[Debug] Processing Subtitle Track: 24
        Language: Spanish
        Langcode: es
[Debug] No matching MediaInfo block found for Subtitle Track 24.
[Debug] Processing Subtitle Track: 25
        Language: Portuguese
        Langcode: pt
[Debug] No matching MediaInfo block found for Subtitle Track 25.
[Debug] Processing Subtitle Track: 26
        Language: Dutch
        Langcode: nl
[Debug] No matching MediaInfo block found for Subtitle Track 26.
[Debug] Processing Subtitle Track: 27
        Language: Korean
        Langcode: ko
[Debug] No matching MediaInfo block found for Subtitle Track 27.
[Debug] Processing Subtitle Track: 28
        Language: Swedish
        Langcode: sv
[Debug] No matching MediaInfo block found for Subtitle Track 28.
[Debug] Processing Subtitle Track: 29
        Language: Danish
        Langcode: da
[Debug] No matching MediaInfo block found for Subtitle Track 29.
[Debug] Processing Subtitle Track: 30
        Language: Finnish
        Langcode: fi
[Debug] No matching MediaInfo block found for Subtitle Track 30.
[Debug] Processing Subtitle Track: 31
        Language: Norwegian
        Langcode: no
[Debug] No matching MediaInfo block found for Subtitle Track 31.
[Debug] Processing Subtitle Track: 32
        Language: English
        Langcode: en
[Debug] No matching MediaInfo block found for Subtitle Track 32.

@Audionut
Copy link
Owner

Can you fling me both playlists please.

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