[WiP] 5154: MediaPortal 1 - x64 - SharpDX (9 Viewers)

Pablik

Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    OnlineVideos and WorldWeatherLite packages moved to the first post.
    From now all additional packages will be attached to the first post.

    WorldWeatherLite package update:
    • added MoonRise & MoonSet times (added lib CoordinateSharp.dll)
    • fixed not showing condition icons
    • remapped weather condition translations
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,022
    2,114
    South of France
    Home Country
    France France
    I made a training.
    Only few errors found :

    [2023-04-11 17:42:46,121] [Error ] [MPMain ] [ERROR] - PlaceScene: RenderLayers: HRESULT: [0x8876086C], Module: [SharpDX.Direct3D9], ApiCode: [D3DERR_INVALIDCALL/InvalidCall], Message: Unknown
    [2023-04-11 17:43:13,583] [Error ] [MPMain ] [ERROR] - BassAudioEngine: DisposeAndCleanUp Impossible de charger la DLL 'bass_wadsp': Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E)
     

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,638
    1,988
    Home Country
    Germany Germany
    I'm using the latest Weather from first post but it does not show the phase of the moon, whereas screenshots from others do show it.
    Is the wind speed in m/s correct?
    Also as you can most likely tell I am not at all familiar even with the original Weather plugin, can someone guide me on how to include and have displayed the various media options?
    wweather.jpg
     
    Last edited:

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    [2023-04-11 17:42:46,121] [Error ] [MPMain ] [ERROR] - PlaceScene: RenderLayers: HRESULT: [0x8876086C], Module: [SharpDX.Direct3D9], ApiCode: [D3DERR_INVALIDCALL/InvalidCall], Message: Unknown
    The error shows up sometimes upon start of the playback when madVR is in use when calling BeginScene on the Device. Actually this is not x64 SharpDX related. The error shows on x86 too just under different error log. Checked by my self.
     

    TLD

    Portal Pro
    October 26, 2007
    962
    395
    Rainy Washington
    Home Country
    United States of America United States of America
    I'm using the latest Weather from first post but it does not show the phase of the moon, whereas screenshots from others do show it.
    Is the wind speed in m/s correct?
    Also as you can most likely tell I am not at all familiar even with the original Weather plugin, can someone guide me on how to include and have displayed the various media options?
    View attachment 211439
    I have the latest from the first page and is showing moon phase.
     
    Last edited:

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    I'm using the latest Weather from first post but it does not show the phase of the moon, whereas screenshots from others do show it.
    Is the wind speed in m/s correct?
    It looks like an issue with language file. I see that 'strings_uk.xml' doesn't include moon phase words. What language are you using?
    You can check the correct wind value by using provider url in web browser. The data format is xml.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    700
    1,125
    Home Country
    Czech Republic Czech Republic
    Also as you can most likely tell I am not at all familiar even with the original Weather plugin, can someone guide me on how to include and have displayed the various media options?
    Media images parameters:
    • Enable: the image is processed if checkbox is checked
    • Description: just a text attached to the image on the GUI
    • URL: main url image - can by any image supported by MediaPortal including animated gif
    • URL Background: just another image merged with main image as background
    • URL Overlay: the same as Background but image is apllied on top of main image

    Multimage: it is actually a sequence of individual images (similar to the gif). Some parameters can be passed to the url.
    • Period: is the time period between each image (in mins)
    • Safe period is time period substracted from current time before generating the first image url (in mins)
    • MI: checkbox - when checked the image is considered as multiimage

    Date time parameters for url:
    {yyyy} - year
    {MM} - month
    {dd} - day in the month
    {hh} - hour
    {mm} - minute

    Example:
    Code:
    https://www.in-pocasi.cz/data/chmi_v2/{yyyy}{MM}{dd}_{hh}{mm}_r.png

    Then generated urls are:
    Code:
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1440_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1430_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1420_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1410_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1400_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1350_r.png
    https://www.in-pocasi.cz/data/chmi_v2/20230411_1340_r.png

    The current total time duration of multiimage is limited to 1 hour and 10 images.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom