[FIXED] No CD cover displayed in the HomeBasic (1 Viewer)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    I think most of mine came from fanart handler.

    In basic home there is logic to switch the album and artist images in an animation, this logic (skin condition) is failing most likely.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Found the issue, for some reason this fails now when being evaluated by the skin engine:
    Code:
    string.equals(#Play.Current.thumb,)

    This means check if '#Play.Current.thumb' is empty (because the value after the comma is an empty.string. Now I have seen some wacky expressions omitting the comma when checking for an empty string:

    Code:
    string.equals(#Play.Current.thumb)

    What do you know, it works! It should be an epic fail in my opinion as that is not a valid expression. I have no idea why the above expression no longer works in MediaPortal 1.6...and you know what's even weirder? It only fails when used in BasicHome, it works in other overlays !!!!!.

    Solution:
    1. Edit the file common.basichome.overlay.xml
    2. Replace "string.equals(#Play.Current.thumb,)" with "string.equals(#Play.Current.thumb)"
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    I had to re-work the conditions all together and throw aways checks using 'string.equals(#Play.Current.thumb)', because that fails under some scenarios and my old one worked! So for consistency everywhere I removed them, they were there for a reason but im not going to get into that so in next version it should all just work although not the best implementation.
     

    axlt2002

    Portal Pro
    September 20, 2012
    100
    23
    48
    Home Country
    Italy Italy
    You have changed the thread title in the correct way ltfearme!!!! I have just updated the skin and the bug has disappeared!!!! ;)

    Thanks a lot for your kind help!!! (y)
     

    Users who are viewing this thread

    Similar threads

    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use just to control volume and standby, will no longer put my devices (TV & AVR) to sleep when the HTPC is put in standby. Also when I wake up the HTPC MP closes or crashes (not sure which) as per the example in...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Replies
    0
    Views
    464
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at all. I just wanted to: understand current Status & Situation understand my Options for a stable System improve my Knowledge & learn from Experts Especially because your limited Dev Resources and the...
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at...
    Hello Folks, Yesterday I upgraded to Mediaportal 2.5 via uninstalling 2.4.1 first and then install the latest .NET6 Variant of...
    Replies
    12
    Views
    2K
    I eventually came across the TwinHan driver CD that was included with the original product. The CD contains numerous drivers for the different TwinHan tuner models, but the drivers are for Win 2K (32-bit only) and Win XP (32-bit and 64-bit). The drivers install directly on Vista, and the drivers can be installed on Win 7 and Win 10...
    I eventually came across the TwinHan driver CD that was included with the original product. The CD contains numerous drivers for...
    Hi, went from a 1.29 install (working, reinstalled for other reasons) on a fairly fresh and fully updated Windows 10 system for a...
    Replies
    24
    Views
    3K
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings, advanced options, I switched to UNC paths instead of the default RSS, and it's working very well. Sure I had to figure out the paths, but no big deal. Maybe helpful for someone in the future. Thanks for the...
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings...
    Hi folks. I have an issue with a new install/integration into my mediaportal system. I have a “mediaportal server” which has the TV...
    Replies
    5
    Views
    577
    Concerning the HDHomerun Expand. This has 4 tuners, and is DVB-C It has, of course, latest software from Silicondust already installed, version name 20230713. BDA compatibility mode is set to MediaPortal. Advanced --- BDA driver set to InjectCVCT plus automatically select from tuners recommended.
    Concerning the HDHomerun Expand. This has 4 tuners, and is DVB-C It has, of course, latest software from Silicondust already...
    I have set up MP1 .34 on Win 11 Pro. I have a HDHomerun Expand DVB-C tuner, which I have used for about 10 years. Until about 2021...
    Replies
    13
    Views
    1K
    Top Bottom