1.10.0 Azzuro various issue - TV - resume (1 Viewer)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    what ? [emoji14]

    about TVE in MP2 , i have remove after each setup. but during the install, MP2 setup start the MP2Server with TVE inside, and i stop and remove the components.
    It was a joke regards MP2. [emoji14]
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,950
    5,620
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #43
    i hope i have found the good way :

    click on the small icon "table"
    edit the hostname, and click Apply

    upload_2015-10-8_8-36-25.png
    and a new dialog open with :
    Code:
    UPDATE `mptvdb2`.`server` SET `hostName`='192.168.1.9' WHERE `idServer`='1';
    so
    Code:
    UPDATE `database_table`.`server` SET `hostName`='value_to_modify' WHERE `idServer`='1';
    upload_2015-10-8_8-38-38.png

    previously was TVE-SRV.home
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,950
    5,620
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #44
    Yes, it work, but only with the solution to remove the value inside " hostname"

    but before edit : to be sure than TVservice is not running, and kill the EXE inside taskScheduler if always present ( also if Tvservice is down by error ).

    Code:
    UPDATE `mptvdb2`.`server` SET `hostName`='' WHERE `idServer`='1';

    Start SetupTV.
    upload_2015-10-8_9-7-40.png


    upload_2015-10-8_9-7-55.png


    upload_2015-10-8_9-8-20.png


    Restart TVsetup ,and it work now.

    Thank you MM, for point me to the good way on Workbench.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,950
    5,620
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #45
    AHHHHHHHHHHHHHHHHHHHHHHHH, i have created a new wiki page, and all the work was bad saved .... :mad:
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    it seems good for you ?
    No, I don't think it is our responsibility to provide instructions for using external software. That is why I said:
    Providing specific instructions for using these tools is beyond the scope of this description.
    http://wiki.team-mediaportal.com/1_...-_get_Cards()_error#Update_TV_Server_Database

    If you provide instructions for MySQL, are you also going to provide them for SQL Server?
    Are you going to update the instructions when the Workbench GUI design changes?
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,950
    5,620
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #48
    remove workbench part can be good for you ?,
    but you think the command line can be used on "MySQL command line" ?
     
    Last edited:

    Users who are viewing this thread

    Top Bottom