[fixed] No displayed thumbnail for currently playing radio (1 Viewer)

rivera

Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    MediaPortal Version: 1.1.RC1
    MediaPortal Skin: Blue-3
    Windows Version: WinXP-SP3
    CPU Type: Intel Core 2 Duo E8400 3.0GHz
    HDD: WD 1000Gb
    Memory: 2x1024 DDR2
    Motherboard: ASUS P5K premium
    Video Card: ASUS EN9600GT Silent/HTDI 512
    Video Card Driver: 196.21
    Sound Card: internal
    MPEG2 Video Codec: Cyberlink Video/SP Decoder (PDVD 9)
    MPEG2 Audio Codec: ffdshow
    h.264 Video Codec: MPC decoder
    HTPC Case: Silverstone CW03
    Power Supply: Corsair VX450W
    Remote: Soundgraph
    TV: Pioneer PDP-5080XA
    TV - HTPC Connection: DVI-HDMI

    The issue in quite known but is neither reported as a bug nor rectified.
    During playing some radio channel a corresponding thumbnail is not displayed.
    Seems that "Play.Current.Thumb" property does not work. BTW, "selectedthumb" works.
    Of course, thumbs are present in "thumbs\Radio" folder.
    Here it was discussed too:
    https://forum.team-mediaportal.com/listen-music-99/my-radio-thumbnails-50305/#post410020
     

    Dadeo

    Docs Group Manager
  • Premium Supporter
  • November 26, 2006
    5,340
    3,321
    Himalayas, India
    Home Country
    Canada Canada
    Hey Romuz, I tried your dll and my logos still do not display in the media overlay when radio is playing. I am also using webstreams (not from TV Card).
     

    romuz

    Retired Team Member
  • Premium Supporter
  • July 26, 2008
    1,045
    250
    Moskau
    Home Country
    Russian Federation Russian Federation
    im not sure where it must be shown???
    for me dvbs radio logo showed in small box in bottomleft corner
     

    Attachments

    • radio.JPG
      radio.JPG
      50.9 KB

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    im not sure where it must be shown???
    for me dvbs radio logo showed in small box in bottomleft corner
    Instead of this I see:
    - default image on the left
    - vizualization on the left bottom

    Anyway:
    - #Play.Current.Thumb does NOT work for me
    - #selectedthumb DOES work

    I have NOT tested you dll yet. I'll do it soon...
     

    romuz

    Retired Team Member
  • Premium Supporter
  • July 26, 2008
    1,045
    250
    Moskau
    Home Country
    Russian Federation Russian Federation
    screenshot was made with original dll, not mine

    so whats wrong?

    PS im not use visualization
     

    Dadeo

    Docs Group Manager
  • Premium Supporter
  • November 26, 2006
    5,340
    3,321
    Himalayas, India
    Home Country
    Canada Canada
    Hi Romuz, yes DVB radio logos work. It is only when you use web streams that the logos do not appear and that lower box on the bottom left is empty (in all screens where it displays). If you have visualizations turned on, you will see the viz, but never the logo.

    Edit: Yes the logos are there in the Thumbs\radio folder and they do display on the list as you can see in the screenshot, but not the bigger version on the left, nor in the overlay.
     

    Attachments

    • Radio.jpg
      Radio.jpg
      72.4 KB

    romuz

    Retired Team Member
  • Premium Supporter
  • July 26, 2008
    1,045
    250
    Moskau
    Home Country
    Russian Federation Russian Federation
    Hi Dadeo
    how about this one?

    PS What skin you use?
    i can see thumb links in B3W but not in B3
     

    Attachments

    • TvPlugin.rar
      30.6 KB

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    2 romuz

    With standard TVPlugin or with your TvPlugin - does not matter...
    Look at the "myradio.xml" (Blue3wide).
    You will see one occurance of "#Play.Current.Thumb":
    Code:
            <control>
              <description>music logo</description>
              <type>image</type>
              <overlay>yes</overlay>
              <id>600</id>
              <posX>58</posX>
              <posY>426</posY>
              <width>161</width>
              <height>121</height>
              <keepaspectratio>yes</keepaspectratio>
              <centered>yes</centered>
              <texture flipY="true" diffuse="Thumb_Mask.png">#Play.Current.Thumb</texture>
              <visible>!Control.HasFocus(50)+player.hasmedia</visible>
            </control>
    Means - if yoy press "LEFT" button, you will see a menu with displayed thumb of currently played radio.
    But I see this:
    ec7e246ab917.jpg

    In "myradio.xml" replace the image with "arrow_round_down_focus.png".
    Then you will see this:
    dfa987b695b4.jpg


    Means - #Play.Current.Thumb is not working.

    The image's ID is 600. I supposed that this can be a reason.
    So I added to myradio.xml one new image control:
    Code:
           <control>
              <description>music logo</description>
              <type>image</type>
              <id>0</id>
              <posX>258</posX>
              <posY>426</posY>
              <width>100</width>
              <height>100</height>
    <!--          <texture>#Play.Current.Thumb</texture>	-->
              <texture>arrow_round_down_focus.png</texture>
              <visible>player.hasmedia</visible>
            </control>
    Now I can see this:

    If I replace arrow_round_down_focus.png with #Play.Current.Thumb, I will see this:


    So, ID=0 does not help :)
     

    Dadeo

    Docs Group Manager
  • Premium Supporter
  • November 26, 2006
    5,340
    3,321
    Himalayas, India
    Home Country
    Canada Canada
    Romuz - that last TVPlugin.dll works for me (see attached screenshot). Yahoo! Rivera - did you try it? Please do and confirm if it also works for you. If it does, Romuz can submit the fix (I will create a Mantis Issue for it)

    Romuz you are also correct, the Blue3 skin files are missing all the controls for #selectedthumb. They do display in Blue3wide. I will report this as well (they were even missing in MP 1.0.2 :p)

    Thank you so much.
     

    Attachments

    • RadioWorking.jpg
      RadioWorking.jpg
      74.9 KB

    Users who are viewing this thread

    Top Bottom