This page will contain ideas for next development whenever that is.
- Make installation simpler (check python distutils).
- Improve documentation.
- Improve command line interface (Check python module "cmd").
- Write a class to encapsulate a player. It should have methods to:
- play a song.
- stop the current song.
- init().
- Explore better interaction with players with current behaviour as
default.
- ability to stream songs from a server. ability to play songs on a different machine.
Essentially, a host can be one or more of the following three roles: Server, Client, PlayerHost.
Use "Pyro" for remote calls.
- Use python Logger.