Avalon community Mods (1 Viewer)

Dragy

Portal Pro
April 27, 2009
778
333
33
Home Country
Netherlands Netherlands
Re: AW: Avalon community Mods

Weather on BasicHome did not work using the latest files by Dragy. Then I copied the basichome.weather.xml from Avalon's GitHub repo and it worked.
You are right.. I accidently copied the file from StreamedMP into the zip.. OOPS
I uploaded a new zip with the correct file :)
 

ibmonkey

MP Donator
  • Premium Supporter
  • December 1, 2007
    231
    43
    Home Country
    United Kingdom United Kingdom
    Hi

    There was a bit of an error in the onlinevideos xml file, in that the % buffering did not show when you were on list view when looking at the videos. This is the first time I've had a play around with the skin files but I got it to show eventually, so I've attached the modified version of the file in case others want it showing again.

    The only changes I made were to one of the controls, there are 2 controls for the buffering label, one seems to be for the listview, and the other for the icon or big icon view. Here's the first control. All I changed was adding a plus sign to the visible statement, and changing the posX value so it didn't overlap some other text.

    Code:
        <control>
    		<description>Buffering Label</description>
    		<type>label</type>
    		<id>0</id>
    		<posX>185</posX>
    		<posY>875</posY>
    		<align>left</align>
    		<font>AvalonLight12</font>
    		<textcolor>6aa5cb</textcolor>
    		<label>#OnlineVideos.buffered % #OnlineVideos.Translation.Buffered.Label</label>
    		<visible>string.equals(#OnlineVideos.IsBuffering, true) + [facadeview.list]</visible>
    		<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
    		<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
        </control>
     

    Attachments

    • myonlinevideos.zip
      2.1 KB

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    @ Dragy: Looks good, I have just changed the following locally to be compatible with the latest night release - V 0.32

    <control>
    <description>current wind label</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>1365</posX>
    <posY>255</posY>
    <width>433</width>
    <label>#WorldWeather.TodayWindSpeed - #WorldWeather.TodayWindDirection</label>
    <font>AvalonLight14</font>
    <visible>string.equals(#WorldWeather.View,Condition)</visible>
    <animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
    </control>

    Now I get to see the wind in "knots" (my preferred unit) rather than Mp/hr :)
     

    bribbon

    MP Donator
  • Premium Supporter
  • September 11, 2008
    469
    101
    Home Country
    Switzerland Switzerland
    AW: Avalon community Mods

    is someone working for a MyEmulators skinfile?
     

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    World Weather plugin - Nightly build v0.3.3

    is someone working for a MyEmulators skinfile?

    Not me sorry, I don't use that plugin.

    Re: World Weather plugin - Nightly build v0.3.3 ( details of new features).To run this version install Dragys weather files from here and then paste the attached file into the Avalon directory.

    No doubt Dragy will update the weather files when the next official version is released - the nightly builds are just for testing so use with caution.

    EDIT: Added updated language file from Micropolis's release (just in case you forgot to check for a new file when installing the nightly build)

    EDIT2: Slightly modified WorldWeather file uploaded - not a major change though. There seems to be a problem going down the menu from "Browser Map" to the "Refresh" button - I have noted this in the World Weather thread.

    Bleazle
     

    Attachments

    • strings_en.xml
      4 KB
    • WorldWeather.xml
      9.9 KB

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    Online Videos

    A couple of updates for the Online Videos files:

    @ibmonkey: I used your file but added the "Now Playing" overlay.

    + Added "Now Playing" button to the hidden menu.

    Bleazle
     

    Attachments

    • myonlinevideos.xml
      16.9 KB
    • myonlinevideos.hiddenmenu.xml
      13.9 KB

    llambion

    Portal Pro
    January 20, 2009
    92
    22
    Oviedo
    Home Country
    Spain Spain
    I posted in original thread of Avalon my suport for HTPCinfo.
     

    Attachments

    • htpcinfo_03.jpg
      htpcinfo_03.jpg
      395 KB
    • htpcinfo_02.jpg
      htpcinfo_02.jpg
      509.2 KB
    • htpcinfo_01.jpg
      htpcinfo_01.jpg
      487.2 KB
    • htpcinfo_04.jpg
      htpcinfo_04.jpg
      359.2 KB
    • HTPCinfo.zip
      6.7 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,756
    1,243
    Alingsås
    Home Country
    Sweden Sweden
    @Bleazle, you did something wrong with your skin file :) I fixed it, now the menu works.

    Very nice. Shouldn't the menu disappear once you've used it though? Now If I press Geo clock for example, the menu doesn't go away but keeps blocking the picture. ;)

    Emph
     

    Users who are viewing this thread

    Similar threads

    FYI, you can also play with these settings: show TV Server Configuration shortcut => Right-click => Properties => Compatibility => Change High DPI settings That way you don't have to change the whole scaling of Windows just for this particular application
    FYI, you can also play with these settings: show TV Server Configuration shortcut => Right-click => Properties => Compatibility =>...
    Hi all Please see attached after new install just now. Win 11 - Also new build. TV 3.5 Any thoughts as to where how I fix this...
    Replies
    4
    Views
    1K
    Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
    Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
    Hi there I've recently tried to get the Bootstrap 0.7.255 skins working in a new WebMediaPortal environment but ran into several...
    Replies
    6
    Views
    3K
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    https://forum.team-mediaportal.com/threads/tv-movie-epg-import-mssql-error.141463/post-1303569
    https://forum.team-mediaportal.com/threads/tv-movie-epg-import-mssql-error.141463/post-1303569
    Hi, after updating to MP 1.37 TVMovie EPG Import doesn´t work anymore. I´ve found this error in the log: TV Movie importer ERROR -...
    Replies
    9
    Views
    4K
    I solved it myself, by modifying the host IP-address in the server table of the database, MariaDB [(none)]> use mptvdb; Database changed MariaDB [mptvdb]> SELECT * FROM Server; +----------+----------+--------------+----------+ | idServer | isMaster | hostName | rtspPort | +----------+----------+--------------+----------+ |...
    I solved it myself, by modifying the host IP-address in the server table of the database, MariaDB [(none)]> use mptvdb; Database...
    Hello everyone, I'm going to need help from the community to resolve a TV server crash issue. I encountered a problem with my...
    Replies
    4
    Views
    2K
    Top Bottom