No subtitles download (1 Viewer)

Status
Not open for further replies.

Impreza

Portal Member
May 26, 2010
30
1
Home Country
France France
I'm trying to get subtitles download fonction to work, but without success.

Nothing happens after i click "download subtitles" using the context menu.
It won't let me start the video if "Suggest subtitles download.." is enabled, but still, no popup about subs downloading.

SubtitleDownloader.dll and 7z.dll are located in the MediaPortal folder (Program Files)
I tried different videos, skins, options.

See log.

Any ideas ?

Regards.
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Hi Impezza, I think I know what the problems is.

    Code:
    The 'OnShowContextMenu' function has generated an error: Le nom de culture 'neutral' n'est pas pris en charge.
    Nom du paramètre*: name, StackTrace :    à System.Globalization.CultureTableRecord..ctor(String cultureName, Boolean useUserOverride)
       à System.Globalization.CultureTableRecord.GetCultureTableRecord(String name, Boolean useUserOverride)
       à System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)
       à System.Reflection.Assembly.GetLocale()
       à System.Reflection.Assembly.GetName(Boolean copiedName)
       à System.Reflection.Assembly.GetName()
       à WindowPlugins.GUITVSeries.Helper.IsAssemblyAvailable(String name, Version ver)
       à WindowPlugins.GUITVSeries.Helper.get_IsSubCentralAvailableAndEnabled()
       à WindowPlugins.GUITVSeries.TVSeriesPlugin.ShowSubtitleMenu(DBEpisode episode, Boolean fromPlay)
       à WindowPlugins.GUITVSeries.TVSeriesPlugin.OnShowContextMenu()

    I believe this is because of MyBackupSettings plugin. We need to put in a try/catch for this, but in the meantime just disable that plugin.
     

    Impreza

    Portal Member
    May 26, 2010
    30
    1
    Home Country
    France France
    Thank you ! It is working like a charm now :)

    I never thought MyBackup Settings was running all the time.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom