Wednesday, February 13, 2008

Ticket details now available in the timeline

There is a configuration option within trac to enable the details of tickets to be displayed in the timeline. Simply go to the timeline and check the check box for "Ticket Details" and click Update. You can also subscribe to the RSS feed at that point and the ticket details will be included in the feed.

Take that Spammers

I added more spam keywords to the spam detection system in trac. If you subscribe to the timeline feed, sorry for all the spams in your reader lately. I made some changes last night that caught about half of the spam today, but several still got through. I have made a few more changes which should catch them all.

Friday, July 6, 2007

audioPod group on last.fm

I recently discovered the audioPod group on last.fm. They're using and discussing Lastpod, so please check it out and join up. It's great to see users excited about the application. Please help spread the word to other ipod users.

Also, if you have any problems that you know are a bug (or enhancement requests) please submit them. Or please help out by contributing a fix for one of the open issues. No login is required, just post away.

Saturday, June 16, 2007

Multi-play Track Support

Please enjoy this blog post by Taw. He describes the issue well, better than I care to do at this late hour.

This feature is available in Lastpod r79. There is a new option in the preferences menu to enable/disable it. (It is *disabled* by default.)

New version of LastPod released

A new version of LastPod has been released. It can be obtained here.

The major new features are improved status messages and support for multi-play tracks. Please see the change log for all the details.

Sunday, June 3, 2007

Implemented Mock Submissions and Tracks

I have implemented a mock setup which has mock submissions and tracks. Please review commit r71, r72, and r75 to see the implementation. Please submit your feedback if you have any.

This implementation allows me to test more easily and I have already made some usability improvements to Lastpod. (Which I have not released as binaries yet.)

Friday, May 25, 2007

Mock Submissions and Tracks

I have noticed a few "gotchas" when scrobbling tracks in a certain sequence. I am trying to develop a good way to test Lastpod without actually connecting to AudioScrobbler or having tracks on the iPod. Any ideas about how this could be accomplished? I was thinking some kind of IoC pattern and/or mock objects would work. What do you think?