[Twisted-Python] Twisted powered network jukebox
Bob Ippolito
bob at redivi.com
Mon Oct 6 14:15:15 MDT 2003
On Monday, Oct 6, 2003, at 15:44 America/New_York, Michael Porter wrote:
> ----- Original Message -----
> From: "Bob Ippolito" <bob at redivi.com>
> To: <twisted-python at twistedmatrix.com>
> Sent: Sunday, October 05, 2003 9:34 PM
> Subject: Re: [Twisted-Python] Twisted powered network jukebox
>
>> On Sunday, Oct 5, 2003, at 15:46 America/New_York, Michael Porter
>> wrote:
>>
>>> I've just uploaded the first public version of mpJuke, a network
>>> jukebox
>>> I've been working on. If you're interested take a look at the
>>> website:
>>>
>>> http://www.mpweb.dsl.pipex.com/
>>
>> Very cool. I'll probably port this to OS X sometime in the near
>> future. Also, I have some almost-complete code lying dormant that
>> does
>> iTunes music sharing (server and client) that might be useful for this
>> project.
>
> Glad you like it. OS X version would be good and I guess should be
> relatively easy to port assuming the packages it requires are
> available.
The packages are all available. I'd probably end up wanting to rewrite
the GUI in PyObjC/Cocoa because wxPython is slow and a bit buggy, and
more likely than not I'd also want to factor out the ResourcePackage
thing and use the native OS X way of doing it (bundles with localizable
resources) instead.. ResourcePackage is probably only used in the GUI
layer anyways, right?
-bob
More information about the Twisted-Python
mailing list