I thought I'd make a short mention of a new TG site I've rolled out:
http://tunelog.com.  It's a del.icio.us-inspired approach to storing
all of your music stats, tags, reviews, etc.  It has an API for adding
and getting at all the data.  There's a Windows iTunes client to post
tracks (and a more painful WinAmp plugin).  There's also a mashup with
Pandora so you can track all the tunes Pandora plays for you.

One issue I hit when developing the API with TG is the "500 Server
Error" that it kicks back to developers when non-utf-8 characters are
passed in (since I've got the decodingFilter enabled with utf-8) or
when they don't pass in all of the required arguments.  For the second
case, I feel like I need to switch all of my API methods to (*args,
**kw) and then do some validation myself in order to return a more
useful error code.  I'm not sure what to do about generating a more
useful error for the decoding filter case.  (Note: this is released on
TG 0.8.9, so if there's something in the 0.9 line for this already then
I apologize).

Thanks!

Jeff Marshall
[EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to