MiniMeedia v0.95 Released (19/08/2009)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #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
find quote
skunkm0nkee Offline
Team Razorfish
Posts: 1,887
Joined: Aug 2007
Location: London
Post: #32
I think XBMC was updated to get around the problem
find quote
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #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.
find quote
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #34
Its fixed according to jmarshall in

http://forum.xbmc.org/showpost.php?p=410268&postcount=8
find quote
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #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
(This post was last modified: 2009-10-01 23:07 by vajonam.)
find quote
phirstube Offline
Junior Member
Posts: 13
Joined: Jun 2009
Reputation: 0
Post: #36
Problem Fixed.
(This post was last modified: 2009-10-03 22:50 by phirstube.)
find quote
pmootrey Offline
Junior Member
Posts: 15
Joined: Feb 2009
Reputation: 0
Post: #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.
find quote
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #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.
find quote
vajonam Offline
Donor
Posts: 347
Joined: Sep 2008
Reputation: 0
Location: Toronto, Canada
Post: #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>
(This post was last modified: 2009-10-07 15:45 by vajonam.)
find quote
skunkm0nkee Offline
Team Razorfish
Posts: 1,887
Joined: Aug 2007
Location: London
Post: #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
find quote
Post Reply