XBMC Community Forum
MiniMeedia v0.95 Released (19/08/2009) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: MiniMeedia (/forumdisplay.php?fid=114)
+---- Thread: MiniMeedia v0.95 Released (19/08/2009) (/showthread.php?tid=56584)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


0.95 in SVN - vajonam - 2009-10-01 17:18

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


- skunkm0nkee - 2009-10-01 18:25

I think XBMC was updated to get around the problem


- vajonam - 2009-10-01 22:40

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.


- vajonam - 2009-10-01 22:43

Its fixed according to jmarshall in

http://forum.xbmc.org/showpost.php?p=410268&postcount=8


- vajonam - 2009-10-01 22:55

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


- phirstube - 2009-10-03 22:05

Problem Fixed.


- pmootrey - 2009-10-04 20:17

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.


- vajonam - 2009-10-05 22:17

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.


- vajonam - 2009-10-07 15:16

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>



- skunkm0nkee - 2009-10-07 15:56

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