Feature Requests & Bug Reports (3 Viewers)

Status
Not open for further replies.

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Ah, what the hell. MOCKUP TIME. :D It would be really cool if you could have a minimalistic view like this that somehow could be expanded to show more info. Like a hidden window (slide in animation?) that shows artist/album info. This way, you see almost the complete fanart, and then you have the info in an overlay with transparency.

    Edit: Did you notice in my screen below that the label for "Playing now" isn't translated, but static, cul8er?

    Emph
     

    Attachments

    • mockup.jpg
      mockup.jpg
      193.5 KB

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi cecet23,

    I have allready added support for File Explorer and it will be part of next release;) see attached screenshot. About the MkMail, I have no immediate plans to integrate it into the skin but perhaps in some future release.

    best regards
    cul8er
     

    Attachments

    • a2.jpg
      a2.jpg
      94.7 KB

    cecet23

    MP Donator
  • Premium Supporter
  • March 18, 2009
    137
    16
    Perugia
    Home Country
    Italy Italy
    Hi cecet23,

    I have allready added support for File Explorer and it will be part of next release;) see attached screenshot. About the MkMail, I have no immediate plans to integrate it into the skin but perhaps in some future release.

    best regards
    cul8er

    :eek: wow... thats a great news.. thanks a lot.. I'm waiting the next release.. :D
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    Dear Cul8er, thanks a lot for a good job :).

    I wanna give you some small proposal.
    In common.overlays.xml (and in other similar files) you are using dummy controls to distinguish audio overlay from video overlay.
    In case of using "Album" tag we can make a mistake while playing WAV-files without tags.
    In case of using "DIrector" tag we can make a mistake while playing video files which are not registered in DB (demos, clips etc).

    So, you can use Player.HasAudio & Player.HasVideo in conditional visibility.

    Although it is specified in MediaPortal Skin Manual that these conditions are not implemented yet (MediaPortal1_Development/SkinArchitecture/skin_conditional_visibility - MediaPortal Manual Documentation) but in my MP 1.1 beta it works fine.
    -----------------------------------
    Also, I modded your MyMusicPlaylist a little :).
    Now it has a 4-state-opacity background.
    The reason of this changeble opacity is that background fullscreen pics (fanart, nice wallpapers etc) are of different brightness etc.
    And opacity level is changing every minute automatically.
    Code:
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-70.png</texture>
    		<visible>string.contains(#time,:01:)|string.contains(#time,:07:)|string.contains(#time,:13:)|string.contains(#time,:19:)|string.contains(#time,:25:)|string.contains(#time,:31:)|string.contains(#time,:37:)|string.contains(#time,:43:)|string.contains(#time,:49:)|string.contains(#time,:55:)</visible>
    	</control>
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-75.png</texture>
    		<visible>string.contains(#time,:02:)|string.contains(#time,:08:)|string.contains(#time,:14:)|string.contains(#time,:20:)|string.contains(#time,:26:)|string.contains(#time,:32:)|string.contains(#time,:38:)|string.contains(#time,:44:)|string.contains(#time,:50:)|string.contains(#time,:56:)</visible>
    	</control>
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-80.png</texture>
    		<visible>string.contains(#time,:03:)|string.contains(#time,:09:)|string.contains(#time,:15:)|string.contains(#time,:21:)|string.contains(#time,:27:)|string.contains(#time,:33:)|string.contains(#time,:39:)|string.contains(#time,:45:)|string.contains(#time,:51:)|string.contains(#time,:57:)</visible>
    	</control>
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-85.png</texture>
    		<visible>string.contains(#time,:04:)|string.contains(#time,:10:)|string.contains(#time,:16:)|string.contains(#time,:22:)|string.contains(#time,:28:)|string.contains(#time,:34:)|string.contains(#time,:40:)|string.contains(#time,:46:)|string.contains(#time,:52:)|string.contains(#time,:58:)</visible>
    	</control>
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-80.png</texture>
    		<visible>string.contains(#time,:05:)|string.contains(#time,:11:)|string.contains(#time,:17:)|string.contains(#time,:23:)|string.contains(#time,:29:)|string.contains(#time,:35:)|string.contains(#time,:41:)|string.contains(#time,:47:)|string.contains(#time,:53:)|string.contains(#time,:59:)</visible>
    	</control>
    	<control>
    		<description>music overlay image</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>0</posY>
    		<width>1280</width>
    		<height>720</height>
    		<texture>music_playlist_bg (+thumb)-75.png</texture>
    		<visible>string.contains(#time,:06:)|string.contains(#time,:12:)|string.contains(#time,:18:)|string.contains(#time,:24:)|string.contains(#time,:30:)|string.contains(#time,:36:)|string.contains(#time,:42:)|string.contains(#time,:48:)|string.contains(#time,:54:)|string.contains(#time,:60:)</visible>
    	</control>
    If in your setup it is specified to display time string without seconds - remove second ":" from conditions.

    P.S. Of course this feature looks very crazy :) and wastes some CPU & RAM resources :).
    But I see no delays in my config (Intel C2D E8400 + RAM 2Gb)
     

    Attachments

    • music_playlist_bg (+thumb)-70.png
      music_playlist_bg (+thumb)-70.png
      55.4 KB
    • music_playlist_bg (+thumb)-75.png
      music_playlist_bg (+thumb)-75.png
      55.3 KB
    • music_playlist_bg (+thumb)-80.png
      music_playlist_bg (+thumb)-80.png
      55.4 KB
    • music_playlist_bg (+thumb)-85.png
      music_playlist_bg (+thumb)-85.png
      55.5 KB
    • music_playlist_bg (+thumb).psd
      30.7 KB

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    rivera said:
    So, you can use Player.HasAudio & Player.HasVideo in conditional visibility
    I must admit that in MP 1.0.2 these conditions DO NOT work :(.
    rivera said:
    If in your setup it is specified to display time string without seconds - remove second ":" from conditions
    These conditions (string.contains) also will work only in MP 1.1
     

    cane

    MP Donator
  • Premium Supporter
  • October 20, 2007
    129
    48
    Zagreb
    Home Country
    Croatia Croatia
    I installed MyWorldmap plugin (from mpe1 archive - link) and for me search in x-factor doesn't work. When I click on search nothing happens, yet options work fine. Anybody have some clue about this?
     

    clanmackenzi

    MP Donator
  • Premium Supporter
  • April 7, 2008
    93
    6
    Paris, France
    Home Country
    Scotland Scotland
    Blank screen

    If I touch my mouse all graphics and text disappears. It returns if I move the mouse to the top left corner of my screen or I hit a direction arrow on my remote. Is this a bug or have I missed a setting somewhere.
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    If I touch my mouse all graphics and text disappears. It returns if I move the mouse to the top left corner of my screen or I hit a direction arrow on my remote. Is this a bug or have I missed a setting somewhere.
    It's very strange.
    Do you observe the same behaviour with Blue3 skin?
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    If I touch my mouse all graphics and text disappears. It returns if I move the mouse to the top left corner of my screen or I hit a direction arrow on my remote. Is this a bug or have I missed a setting somewhere.

    This is a known bug in MediaPortal for mouse users in the skins that use MultiImage backgrounds. Don't use your mouse, and you'll be fine.

    Emph
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Similar threads

    Hi, my answers to your questions: I use MariaDB 10.5 and Mediaportal 1.33 x86 as a user, not an administrator. MP. When I start Mediaportal, no TV service appears to have started. If I start Mediaportal as administrator everything is ok. Starting the TV service separately is only possible as an administrator. If I then start...
    Hi, my answers to your questions: I use MariaDB 10.5 and Mediaportal 1.33 x86 as a user, not an administrator. MP. When I start...
    I updated to 1.33 today and I thought everything went smoothly except on restarting MediaPortal requests me to specify the IP...
    Replies
    14
    Views
    2K
    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload your debug log files, if you want to solve the issue.
    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    6
    Views
    2K
    • Sticky
    All good now!!
    All good now!!
    We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
    Replies
    2
    Views
    956
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal...
    Replies
    33
    Views
    8K
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core: Fix FrameGrabbing for EVR [MP1-5222] - TV Server: Fix ISO-8859-10/14 DVB text encodings [MP1-5224] - Fix Card "CancelTune" request Since Pre-Release : New: Since Pre-Release : Improvement / Rework...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    Replies
    0
    Views
    2K
    Top Bottom