MP1-4341 Add possibility to Deploy Tool to upgrade MySQL dB (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #51
    @michael_t do we need also the attached files for TVE35 (i have try to make it but maybe not needed)
    Thanks :)
     

    Attachments

    • TvServiceThread.zip
      4.9 KB

    michael_t

    Portal Pro
    November 30, 2008
    1,258
    813
    Home Country
    Germany Germany
    @michael_t do we need also the attached files for TVE35 (i have try to make it but maybe not needed)
    Thanks :)
    This code segment
    Code:
      catch (ThreadAbortException)
      {
        Log.Info("TvService is beeing stopped");
      }
    is not needed since the termination of the Tvservice thread is not initiated by abort() (as in TVE3) but by a wait handle. So there is no more need for catching the abort exception. The other changes are "nice to have", but I did not want to change more than necessary.

    Michael
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #53
    Jira updated with installer based on 1.7.1 Hotfix :)
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Jira updated with installer based on 1.7.1 Hotfix :)

    Seb - since Jira indicates that this is ready to merge, what needs to be done to sort this? Do we need to liaise with @mm1352000 in case anything is needed for TVE35? I think TVE35 is already ahead of us so I don't think anything will need doing, but I'd prefer to check.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #55
    Yep TVE3.5 branch exist but need to be updated against recent change from TVE3 :)
     

    Users who are viewing this thread

    Top Bottom