• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8
MiniMeedia v0.95 Released (19/08/2009)
#31
Since MM in now in SVN, did it include the fix that kept crashing the skin on reccent SVN builds?

new string was added to Settings/Videos/Player in SVN 22205.

Previous SVNs are working fine, so I guess it's something minimeedia skin needs to fix to be able to fit? new string in Player submenu, as it's working in other skins without cras
Reply
#32
I think XBMC was updated to get around the problem
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#33
skunkm0nkee Wrote:I think XBMC was updated to get around the problem

Any ideas which revision it was? I will look around in trac as well thanks for the update.
Reply
#34
Its fixed according to jmarshall in

http://forum.xbmc.org/showpost.php?p=410268&postcount=8
Reply
#35
Posted a fixed SettingsCategory.xml

as r22528 is the last "stable" SVN build in the PPA. People have reported problems with 23164 etc.

http://xbmc.pastebin.com/m7c362519

Enjoy
Reply
#36
Problem Fixed.
Reply
#37
Usinig svn >23402 with latest videos on home page enabled. This makes xbmc crash when when you go into any menu then return to home window.
Reply
#38
pmootrey Wrote:Usinig svn >23402 with latest videos on home page enabled. This makes xbmc crash when when you go into any menu then return to home window.

works for me fine on 9.04.3+svn23422-jaunty1 on linux.
Reply
#39
skunk,

now that xbmc is in svn, can I just check in changes or do I have to submit patches? I have a patch to added "Chapter: nn/nn" on the VideoFullScreen.xml, I think this would be good addition to the mainline. At the moment. it's added to the bar at the bottom, I moved the finish time over a bit, would you rather have it on the top or someplace?

Now that XBMC supports MKV chapters I think this now is quite useful.

Thanks

Code:
<control type="label" id="1">
            <description>Chapters Display</description>
            <posx>294</posx>
            <width>300</width>
            <align>center</align>
            <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]</label>
            <textcolor>Unfocused</textcolor>
            <visible>Player.ChapterCount</visible>
          </control>

          <control type="label" id="1">
            <description>Finish Time Label</description>
            <posx>574</posx>
            <width>300</width>
            <align>center</align>
            <label>$INFO[Player.FinishTime,$LOCALIZE[31304]: ]</label>
            <textcolor>Unfocused</textcolor>
            <visible>!Player.Seeking + Player.ChapterCount</visible>
          </control>

          <control type="label" id="1">
            <description>Finish Time Label</description>
            <posx>434</posx>
            <width>300</width>
            <align>center</align>
            <label>$INFO[Player.FinishTime,$LOCALIZE[31304]: ]</label>
            <textcolor>Unfocused</textcolor>
            <visible>!Player.Seeking + !Player.ChapterCount</visible>
          </control>
Reply
#40
Nice one. I'll have a look if I get the chance tonight

(BTW You can't commit changes to the SVN but if you post your change proposals to the forums then I'll add them to the SVN if I think they'll benefit the majority of users and/or improve the skin)

Thanks Big Grin
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#41
i've posted the changes to

http://xbmc.pastebin.com/f2a6ae13c

VideoFullScreen.xml, I would like so show this on the VideoOverlayUI, but didn't get it work, maybe Player.ChapterCount doens't work on the main screens.

The positioning at the moment is a bit off, will fine tune it. or maybe there is better place to put the chapters. as long as its there i am cool.

Also there is a new "movie sets" feature that has been added XBMC, the UI hooks aren't checked in yet. Once that is in, I will submit my patches for supporting movie sets. i.e. adding movies to sets like Start Wars so they they are grouped and shown correctly in the lib.

ticket 7106

and related thread
Reply
#42
Chapter support has been added in SVN revision 2311.
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#43
skunkm0nkee Wrote:Chapter support has been added in SVN revision 2311.

Also found another feature to add, Icon support in the DialogKaiToast.xml


Code:
<control type="image" id="400">
        <description>icon</description>
        <width>60</width>
        <height>60</height>
        <posx>20</posx>
        <posy>20</posy>
      </control>

not sure if its omitted on purpose. But I think its looks nicer with different notification icons.
Reply
#44
Done
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply
#45
skunkm0nkee Wrote:Done

saw that coolio!


Did some clean up on the layout of that Toast..

Code:
<window id="107">

  <controls>

    <control type="group">
      <posx>790</posx>
      <posy>-10</posy>
      <animation effect="slide" time="300" tween="circle" easing="out" start="0,-130" end="0,0">WindowOpen</animation>
      <animation effect="slide" time="300" tween="circle" easing="out" start="0,-130" end="0,0">Visible</animation>
      <animation effect="slide" time="200" tween="circle" easing="in" start="0,0" end="0,-130">WindowClose</animation>
      <animation effect="slide" time="200" tween="circle" easing="in" start="0,0" end="0,-130">Hidden</animation>

      <control type="image">
        <description>Panel background</description>
        <width>500</width>
        <height>90</height>
        <include>OverlayDarkArea</include>
      </control>

        <control type="image" id="400">
        <description>Icon</description>
        <width>60</width>
        <height>60</height>
        <posx>20</posx>
        <posy>30</posy>
      </control>

      <control type="label" id="401">
        <description>Caption</description>
        <posx>100</posx>
        <posy>20</posy>
        <font>MediumTitleFont</font>
        <include>KaiDialogText</include>
      </control>

      <control type="label" id="402">
        <description>Description</description>
        <posx>100</posx>
        <posy>52</posy>
        <include>KaiDialogText</include>
        <align>left</align>
      </control>
    </control>

  </controls>
</window>



Quote:

<!-- Kai Dialog -->
<include name="KaiDialogText">
<posx>10</posx>
<width>480</width>
<height>24</height>
<label>-</label>
<align>left</align>
<aligny>center</aligny>
</include>


Did some clean up it looks better with the above settings and left justified. My plan is to have my other computer notify XBMC when there is a phone call incoming.

This is how i notify the xbmc

Code:
http://user:[email protected]:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(Notification(Incoming%20Phone%20Call,Telemarking%20Punk%2018885559558,30000,%2Fhome%2Fxbmc%2Fphone.png[/))

Here the phone.png i am using.

Image

Looks wicked cool!
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8

Logout Mark Read Team Forum Stats Members Help
MiniMeedia v0.95 Released (19/08/2009)1