Regressions, fixes
OK, I wanted to track down two issues quickly, and I didn’t feel like it was worth making a whole new release (yet, at least). This binary (please uncompress with “bzip2 -d” and replace OSXBMC.app/Contents/MacOS/XBMC) should fix the following two issues:
- FIX: Greek characters (and really any non-ASCII characters) in a file name in the results of a smart search made the file not show up. How excessively anglo-centric of me.
- REG: People reported that 720p MKV files showed excessive frame droppage and trouble skipping around. I *believe* I’ve fixed it, but I’d like confirmation.
You can find the new binary here and the source has been pushed to GitHub. Please let me know if these issues are fixed.
As an aside, I used the magic of “git bisect” to help me pinpoint when exactly the regression was introduced. It’s like a time machine that keeps cutting the search space in half and you simply recompile, test, and tell it if the problem exists or not. Simply magnificent.
I know this isn’t a formal release, but perhaps you’ll be quicker to forgive the regression if Barkley makes an appearance.
12 Comments so far
Leave a reply
Thanks again for an ultra-delorean88mph-fast, pre-WWDC-Jobsian-epic, ouzo-rocks, Barkley-code-licking bug-fix release!
I’m stunned. This team of fine coders is just amazing!
Keep up the good work, guys! You make a good role model to every other open source project out there
Sincerely,
Olle
Don’t forget to make this file executable…
How about an auto update future in the program? It is possible/easy to add?
Yeah… whats the timeline for integrating sparkle for updates? Would make a very nice Mac specific feature.
sorry for the nob question but, how I make the file executable? ..
Hi betto77. You have to use the terminal to the best of my knowledge. First replace the XBMC file. Then open the Terminal and go to the same folder as the XBMC file, e.g. /Applications/OSXBMC.app/Contents/MacOS/
Then you type the command “chmod u+x XBMC” . If everything went OK, OSXBMC.app will now launch!
OK – that seems to have fixed the mkv frame dropping (using my “Hairspray” test)..
I’ll try and get a few tests done to see if an earlier beta performed better than the patched b6.. attention-seeking-toddler-permitting of course..
@Weavus: I don’t think we’re going to end up using Sparkle. Stay tuned for something better in its place.
So it sounds like the MKV frame dropping regression is fixed? Going once. Going twice…
I replace the XBMC file with the new one, but nothing happens. I tried to open Terminal as written above, but no luck. Why not upload a upgraded build or can some one please tell me exactly how to make the file work and open. I am very new to mac. Windows owner all my life, sorry.
Apples .mov HD trailers, both 720p and 1080p have problems with this fix and b6. Some work some don’t.
They played fine with b5 release.
Hope this info helps.
@Robert – Reopen the Finder window in the directory you replaced the XBMC file in (/Applications/OSXBMC.app/Contents/MacOS/).
Launch Terminal.
Type “chmod u+x ” (don’t type the quotes and note the trailing space after the x).
From the Finder window you have open, drag the XBMC file onto the Terminal window (you will then see the path to the file written).
Hit Enter, launch XBMC…