Translation Support in Entertainer

August 6th, 2008 |

Multi Language WelcomeI’ve been working on implementing translation support for the Entertainer Media Center over the last couple of weeks and it finally got merged into the main source code branch today. YAY!

The translation work will be done through launchpad’s translation web interface once rockstar gets it set up at http://translations.launchpad.net/entertainer

Unfortunately I won’t be able to help much with the actual translation work because I don’t actually speak anything but English and a little Spanish and Swahili.

Hakuna Matata and Adios!

Entertainer 0.1 Released!

June 15th, 2008 |

Entertainer reached the 0.1 milestone yesterday. Download page here.

Entertainer 0.1 coming soon…

May 30th, 2008 |

The Entertainer Project (www.entertainer-project.com) is going to be releasing version 0.1 in two weeks time on the 14th June.

To test it prior to release (you’ll need bzr) get a console up and type in the following:

bzr branch lp:entertainer

Development website is over on launchpad (https://launchpad.net/entertainer/)

Using python-coverage for tests in Entertainer

April 9th, 2008 |

I recently read a blog post about python-coverage. This is a module which works out how much of a python file has been used when a python file is run.

One very helpful use it can be put to is that of working out how much of a project’s source code has been covered by unit tests and I decided to try this for the Entertainer Media Center project.

What follows is how I installed and used python-coverage to work out how much of the Entertainer Source code is actually tested when all our unittests are run. I relied upon this webpage and the command line help available from python-coverage.

Read More »

Entertainer Sprinting

March 10th, 2008 |

We had a coding sprint for entertainer this weekend, among the things completed were:

  • Lots of progress on the new ORM
  • Weather and WeatherForecasts have been written and interface with the Yahoo Weather website. Locations for weather forecasts can be edited in the configuration manager and the weather button on the main menu can be hidden. We still have the Weather Screen to create.
  • Eject CD button has been added, however it is disabled by default in content.conf
  • Code Line Counter tool has been added ;)
  • More work has been done on resolution independance of widgets
  • New tab widgets
  • Video Clips menu now works
  • Documentation has been updated and expanded
  • Lots of work on the googlecode issues

Overall, it has been a great sprint with a lot of progress being made by all the developers.

Hopefully we will be able to get the Weather Screen completed soon to finish off the development of that area for the 0.1 milestone.

Doxygen comments in Python

February 27th, 2008 |

I’ve been creating automatic documentation for the Entertainer project using Doxygen.
As you may know, Entertainer is written in python, so what follows is a short guide to commenting python code in a format that Doxygen will pick up.
Read More »

Let me Entertainer You!

February 25th, 2008 |

2288494808_6499e2a578.jpg

Lauri has written a comprehensive review of the recent work on Entertainer and the work done so far on it. I especially like the new effects for viewing albums covers that he has written recently (see the example above).

As well as continuing coding the rss feed support, I’ve added Entertainer to several project trackers including ohloh.net and cia.vc

I’m going to be working on cleaning up the rss feed code and documentation this and I’ll hopefully finish it in time for the coding sprint in early March.

Entertainer Coding Sprint

February 10th, 2008 |

We had a coding sprint on the Entertainer project over the weekend.

We got the video thumbnailer working and I’ve added liferea support to the feed viewer.

Take a look at the project at http://code.google.com/p/entertainer-media-center/

Creating Documentation from Python Source Files with Doxygen and doxypy

February 4th, 2008 |

doxygen.png

I was recently generating some documentation from the Entertainer source code and decided to share how I managed to do it.

I’m assuming python 2.4 is installed on your system.

First install doxygen and graphviz

Read More »

Entertainer Patch Committed

January 18th, 2008 |

Just committed a patch to the entertainer svn.

patch18012008.diff