Testbuilds for Native MP2 TV - Updated for 10th AE Update 1 (2014-09-13)! (4 Viewers)

commander197

Portal Pro
December 23, 2008
97
7
Hi Morpheus,

here are my Logfiles.

Thx,
commander
 

Attachments

  • Server.zip
    415.6 KB
Last edited:

huha

Extension Developer
January 3, 2008
890
556
Home Country
Germany Germany
I tried to install it under Windows 8, but got the following error message when starting the server. Is there a trick to run it with Win8?

[2013-01-21 19:36:22,181] [939 ] [Main ] [DEBUG] - SlimTvService: Adding SlimTvService to MP2 backend root device
[2013-01-21 19:36:22,182] [940 ] [Main ] [INFO ] - PluginManager: Plugin 'SlimTv Service Plugin' (id '6ac9a48c-57dc-4ce2-97eb-81073582ea0a') activated.
[2013-01-21 19:36:22,182] [940 ] [Main ] [DEBUG] - PluginManager: Trying to enable plugin 'SQLCEDatabase' (id '2a8624ca-6e65-414f-a0db-22fb62a36dc7')
[2013-01-21 19:36:22,182] [940 ] [TVService] [DEBUG] - TVService v2.0.0.0 is starting up on UNKNOWN [6.2.9200.0]
[2013-01-21 19:36:22,183] [941 ] [Main ] [INFO ] - PluginManager: Plugin 'SQLCEDatabase' (id '2a8624ca-6e65-414f-a0db-22fb62a36dc7') enabled.
[2013-01-21 19:36:22,184] [942 ] [Main ] [DEBUG] - PluginManager: Trying to activate plugin 'SQLCEDatabase' (id '2a8624ca-6e65-414f-a0db-22fb62a36dc7')
[2013-01-21 19:36:22,184] [942 ] [TVService] [ERROR] - *******************************************
[2013-01-21 19:36:22,186] [944 ] [Main ] [INFO ] - PluginManager: Plugin 'SQLCEDatabase' (id '2a8624ca-6e65-414f-a0db-22fb62a36dc7') activated.
[2013-01-21 19:36:22,188] [946 ] [TVService] [ERROR] - * ERROR, OS can't be used for MediaPortal *
[2013-01-21 19:36:22,189] [947 ] [TVService] [ERROR] - *******************************************
[2013-01-21 19:36:22,188] [946 ] [Main ] [DEBUG] - PluginManager: Trying to enable plugin 'Tve3RecordingMetadataExtractor' (id '89f8dd04-1cd5-4f78-8105-6979157e8936')
[2013-01-21 19:36:22,189] [947 ] [Main ] [INFO ] - PluginManager: Plugin 'Tve3RecordingMetadataExtractor' (id '89f8dd04-1cd5-4f78-8105-6979157e8936') enabled.
[2013-01-21 19:36:22,190] [948 ] [Main ] [DEBUG] - PluginManager: Trying to enable plugin 'VideoMetadataExtractor' (id '21fc7331-8e52-4ced-ad3b-8b27b050d6c5')
[2013-01-21 19:36:22,190] [948 ] [Main ] [INFO ] - PluginManager: Plugin 'VideoMetadataExtractor' (id '21fc7331-8e52-4ced-ad3b-8b27b050d6c5') enabled.

Greetings, huha
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #63
    Did you try the attached build here?

    If so, please check out the MP2 "dev"-branch, there is a version included that was merged with MP1-master. So it contains the newer OS checks that allow running on W8.
     

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    morpheus_xx, i am not able to compile the "dev"-branch.
    Client and server are all OK, but the MSBUILD_Rebuild_Release_Setup.bat gives 7 errors. The first one is:
    Solution directory = G:\TVE3.5\MediaPortal\Setup\., target directory = G:\TVE3.5\MediaPortal\Bin\MP2-Setup\bin\x86\Release\.

    -------------------------------------------------------------------------------
    ROBOCOPY :: Robustes Dateikopieren fr Windows
    -------------------------------------------------------------------------------

    Gestartet: Sonntag, 27. Januar 2013 18:32:37
    Quelle : G:\TVE3.5\MediaPortal\Setup\Base\Server\
    Ziel : G:\TVE3.5\MediaPortal\Bin\MP2-Setup\bin\x86\Release\

    Dateien : *.*

    Optionen: *.* /S /E /DCOPY:DA /COPY:DAT /NP /R:1000000 /W:30

    ------------------------------------------------------------------------------

    2013/01/27 18:32:37 FEHLER 3 (0x00000003) Zugriff auf Quellverzeichnis G:\TVE3.5\MediaPortal\Setup\Base\Server\
    Das System kann den angegebenen Pfad nicht finden.


    I checked and there is no "Base" at G:\TVE3.5\MediaPortal\Setup

    I have attched the full log. The source was downloaded last week end. Any ideas what's going wrong here? I followed the MP2 prerequisites for compiling in the WIKI and did download and install the WiX Toolset.
     

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    Morpheus,
    thanks for your help. The issue was that I did use the zip function on the git webpage.
    Now I installed TortoiseGit and MSysGIT (I had to manually change the path in the path variable from "Program Files" to "Program Files (x86)" and it is working now for the MP2 version). I could create for the first time a .msi file.
    I still do not know what URL I need to use in git to get the branch for Win8 and TVE3.5.
    It works for
    git clone "https://github.com/MediaPortal/MediaPortal-2.git"
    I tried "https://github.com/MediaPortal/MediaPortal-1/tree/EXP-TVE3.5-MP1-MP2" or "https://github.com/MediaPortal/MediaPortal-1/tree/EXP-TVE3.5-MP1-MP2.git", but this gave me an error.
     
    Last edited:

    commander197

    Portal Pro
    December 23, 2008
    97
    7
    Hi huha,

    you need only create the msi file from the dev branch of MP2. In the dev branch the tv stuff is included.

    commander
     
    Last edited:

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #69
    Huha, you can either do it after clone operation from git command (inside your local working copy):
    Code:
    git checkout dev
    (see: http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html)

    Or better use a GUI like TortoiseGIT (explorer integration) or GITExtensions (said to be more reliable than first option).
     
    Last edited:

    sab-to-go

    Portal Pro
    October 18, 2012
    80
    3
    Home Country
    Australia Australia
    hi am tring to get this working have copied files/folders.
    run tv-setup it says"cannot find or cannot load \tuningpramaters\*.xml" i have checked the programdata\slimtv the tuningparamaters - dvbt folder and xml files are all there?
    any ideas thanks
     

    Users who are viewing this thread

    Top Bottom