Windows:
- a Windows Operating system
Linux:
- Wine for Linux or run from python source
For Flash plug-in (Windows):
- Flash for Internet Explorer (ie. you should be able to access grooveshark.com with your IE browser).
About a week and a half ago all of the python source code was put up at: http://code.google.com/p/turnip-town/ I'm using Python 2.5, the latest version of wxpython, pymedia, and probably a couple other things you'd need to install to get things to work correctly. It's GPL'd so please adhere to that license if you re-release anything with GrooveWalrus code. If you're a wxpython aficionado, you can check out plugin_loader.py and version_check.py which are not horrible starting points for loading plug-ins and program version updating.
What can I do next?
- add streaming support (which is kind of a murky grey area when it comes to using GrooveShark)
- make it Linux compatiable
- fix bugs, especially non-English character bugs that seem to be all over the place
- make things easier to use/understand, add help files (or something)
- integrate db updating so I can add more local stats (for X1, etc)
linux version
I am really looking forward to the linux client, what is keeping you from just releasing a linux client now. I guess you are using some windows-only libraries?
re: linux version
A few things:
1. The flash streaming only works with Windows right now (I think there may have been a webkit/safari wxpython release, that might help this).
2. Most file operations within the program are not too linux friendly and need to be updated.
3. Lazy / busy with other stuff