Discussion: Find and Download Subtitles (1 Viewer)

elorentz

Portal Pro
July 6, 2006
58
2
Hi,

I just want to add my voice to the need for subtitles support, my situation currently is that I have years and years of movies&series recorded with MP1 that has DVB&Teletext subtitles in them, and as far as I can see there is no way to activate these in MP2, hoping this is within scope of the development of this plugin.
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    DVB subtitles are supported in MP2 already (TsReader.ax / DvbSub3.ax based on MP1 included).

    For teletext I'm not sure, code is there, but I'm missing example files to check it.
     

    elorentz

    Portal Pro
    July 6, 2006
    58
    2
    DVB subtitles are supported in MP2 already (TsReader.ax / DvbSub3.ax based on MP1 included).

    For teletext I'm not sure, code is there, but I'm missing example files to check it.

    Ok, is there some spesifics needed to activate the feature or is it happening automatically, I have made a datasource for the movies and got them imported, but when I start playing a movie I find nowhere to enable or change subtitles in the OSD, the only reference to subtitles I find in settings is in the DVD section I believe.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Can you please post MP2-Client log files? There are log entries for enumerated streams (audio, subtitles), maybe I see something wrong here.

    If MP2 detects subs, the "[...]" button for subtitle selection appears inside video OSD.
     

    elorentz

    Portal Pro
    July 6, 2006
    58
    2
    Can you please post MP2-Client log files? There are log entries for enumerated streams (audio, subtitles), maybe I see something wrong here.

    If MP2 detects subs, the "[...]" button for subtitle selection appears inside video OSD.

    Attached client log, I deleted all log files, then started MP2, went to movies and started a movie, watched the movie for some minutes verifying no subtitle option in OSD then stopped movie and exited MP2. I verified same file in VLC player for teletext subtitles.

    EDIT> Same results with Live TV, no option to enable the subtitles.
     
    Last edited:

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    EDIT> Same results with Live TV, no option to enable the subtitles.
    I forgot that TsReader handles subtitles differently to all other splitters. I've added a log line more for enumerating subtitles. Here in my example it looks like:
    [2015-05-07 20:54:14,473] [5909 ] [Thread7 ] [DEBUG] - LiveTvPlayer: Initializing for stream 'rtsp://192.168.2.97:554/stream4.0'
    [2015-05-07 20:54:14,514] [5950 ] [Thread7 ] [DEBUG] - Stream TsReader|0: MajorType 73647561-0000-0010-8000-00aa00389b71; Name deu; PWDGroup: 1; LCID: 3079
    [2015-05-07 20:54:14,517] [5953 ] [Thread7 ] [DEBUG] - Stream TsReader|1: MajorType 73647561-0000-0010-8000-00aa00389b71; Name mis; PWDGroup: 1; LCID: 0
    [2015-05-07 20:54:14,517] [5953 ] [Thread7 ] [DEBUG] - Stream TsReader|2: MajorType 73647561-0000-0010-8000-00aa00389b71; Name deu; PWDGroup: 1; LCID: 3079
    [2015-05-07 20:54:14,520] [5956 ] [Thread7 ] [DEBUG] - StreamInfoHandler: Enable stream 'deu (MPEG1 2ch)'
    [2015-05-07 20:54:14,522] [5958 ] [Thread7 ] [DEBUG] - Stream TsReader|0: Subtitle; Name: deu; LCID: 3079
    [2015-05-07 20:54:14,522] [5958 ] [Thread7 ] [DEBUG] - StreamInfoHandler: Enable stream 'deu (MPEG1 2ch)'
    [2015-05-07 20:54:14,720] [6157 ] [Thread7 ] [DEBUG] - LiveTvPlayer: OnVideoFormatChanged: StreamType: 2 1280x720 [16/9 @ 15000000 interlaced: 0]
    [2015-05-07 20:54:14,727] [6164 ] [Thread7 ] [DEBUG] - LiveTvPlayer: Run graph
    Please try the attached client plugins (based on latest Weekly build) and post log files.

    To show how it should look like, see:
    01_OSD.jpg View attachment 164480 03_Subs.jpg
     

    Attachments

    • Plugins.7z
      930.1 KB

    elorentz

    Portal Pro
    July 6, 2006
    58
    2
    Hi,

    Did the following, moved out and replaced plugins with the attached,

    Started MP2

    Started a TS recording from MP1 trough the movies library, no subtitles or option to enable, files is verified to contain teletext subtitles in several languages trough VLC player

    Started a DVD rip from movies library, subtitle option is available and can be enabled and I get to choose subtitle language

    Started liveTV, selected a channel with know teletext subtitles, same channel that recording in test1 comes from, no subtitles or option to enable available

    Exited MP2

    Logs attached
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    In this log extract you see the difference to my one: there are no subtitle streams enumerated by TsReader, so the GUI doesn't offer you a selection.
    Code:
    [2015-05-07 21:44:31,971] [28888  ] [Thread9  ] [DEBUG] - TsVideoPlayer: Initializing for stream '\\MEDIASERVER08\Filmer\Filmer\21\21.ts'
    [2015-05-07 21:44:31,990] [28907  ] [Thread9  ] [DEBUG] - Stream TsReader|0: MajorType 73647561-0000-0010-8000-00aa00389b71; Name UNK; PWDGroup: 1; LCID: 0
    [2015-05-07 21:44:31,994] [28911  ] [Thread9  ] [DEBUG] - Stream TsReader|1: MajorType 73647561-0000-0010-8000-00aa00389b71; Name UNK; PWDGroup: 1; LCID: 0
    [2015-05-07 21:44:31,997] [28914  ] [Thread9  ] [DEBUG] - StreamInfoHandler: Enable stream 'UNK (MPEG1 2ch)'
    [2015-05-07 21:44:31,999] [28916  ] [Thread9  ] [DEBUG] - StreamInfoHandler: Enable stream 'UNK (MPEG1 2ch)'
    [2015-05-07 21:44:32,007] [28924  ] [Thread9  ] [DEBUG] - TsVideoPlayer: OnVideoFormatChanged: StreamType: 1 720x576 [16/9 @ 15000000 interlaced: 1]
    [2015-05-07 21:44:32,027] [28944  ] [Thread9  ] [DEBUG] - TsVideoPlayer: Run graph

    Can you please open the file with the MediaInfo gui and post the output as text here?
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    In this log extract you see the difference to my one: there are no subtitle streams enumerated by TsReader, so the GUI doesn't offer you a selection.
    Could that be because the file contains teletext subtitles rather than DVB subtitles?
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Probably yes, this is what I tried to find out by MediaInfo output. Next question would be, if TsReader supports this correctly (as I don't know this). Maybe @Owlsroost already can tell us?
     

    Users who are viewing this thread

    Top Bottom