Category Archives: My Media System

bzr 1.0 out now

The bzr guys just released 1.0 yesterday. Congrats guys! bzr is truly awesome, as in just works, and for the past 1 or 2 years have been been working really good for MMS.

Posted in Free Software, My Media System, VCS | Comments Off

MMS 1.0.8.5 released

New release of the stable branch of MMS. As with all the other releases in the 1.0.8 series, the upgrade should be perfectly safe. No config changes has been made and the focus has been on fixing bugs instead of … Continue reading

Posted in HTPC, My Media System | Comments Off

Boost part 2

In the quest for improving the quality of the MMS code in 1.1.0 I’ve done several things, one of which was to convert all the source to the boost foreach statement. Since I liked the result of the foreach cleanup … Continue reading

Posted in boost, cpp, My Media System, Programming | Comments Off

Touch screen input in MMS 1.1.0

Really wanted to make navigating MMS on the nokia easier so I implemented mouse input which is luckily also what a touch screen is. Yay!

Posted in HTPC, My Media System, tablet | Comments Off

bzr bundles

Stumbled upon this guide today for how to create better patches when the project in question is using bzr (such as MMS ).

Posted in Free Software, My Media System, On the web | Comments Off

My Media System 1.1.0 alpha 2 released

New alpha release out. This new version fixes a bunch of bugs and adds support for submitting your listening pattern to last.fm and also adds a movie info library that will parse your movies and display stuff like the duration, … Continue reading

Posted in HTPC, My Media System | Comments Off

It’s all the little things

Having been coding in c# for some time now, what is really nice about the language compared to c++ is the foreach statement. The syntax is really natural and easy to read: foreach (string s in strings) Compare this to … Continue reading

Posted in My Media System, Programming | 2 Comments

CXFE 0.9.2 released

A long time ago, Rett D. Walters created a console frontend for Xine so that we could use that in MMS. I’ve since the last release created quite a few patches for it, and because Rett wasn’t actively maintaining it … Continue reading

Posted in Free Software, My Media System | Comments Off

mms 1.1.0 alpha 1 released

Finally, after god knows how many hours of development we have a version of 1.1.0 ready for a public consumption, albeit for now in the form of an alpha release. Information about the release What is new (lots of screenshots … Continue reading

Posted in HTPC, My Media System | Comments Off

My Media System 1.0.8.4 released

A new stable release of MMS is out. This is a bugfix release and so 15 bugs have been fixed and no new features implemented. Upgrading is recommended.

Posted in HTPC, My Media System | Comments Off