David Sansome
|
cdac0c6c86
|
Add python bindings for Playlist and PlaylistManager
|
2011-01-02 03:25:15 +00:00 |
David Sansome
|
cfbbd3665c
|
Show the script console tab in red if an error has occurred
|
2011-01-02 02:46:16 +00:00 |
David Sansome
|
5cadf923fc
|
Unload scripts properly
|
2011-01-02 02:23:10 +00:00 |
David Sansome
|
7a7597500b
|
Set __path__ properly so scripts can import other modules, and put all scripts in a namespace
|
2011-01-02 01:33:54 +00:00 |
David Sansome
|
c8d8ef208d
|
Don't create a separate interpreter for each script (it's not very well supported), instead create a module for each one. Redirect sys.stdout and sys.stderr to the clementine console.
|
2011-01-02 01:07:19 +00:00 |
David Sansome
|
2bbbda7714
|
Add buttons to the script manager to enable and disable scripts, and remember which ones were enabled and start them on startup
|
2011-01-01 18:37:08 +00:00 |
David Sansome
|
dac0d071ea
|
Add bindings for Song, PlaylistItem, PlaylistItemPtr and EngineBase, add a "player" attribute to the clementine module
|
2010-12-31 20:29:52 +00:00 |
David Sansome
|
5b1000834f
|
Add some basic script loading support and add python bindings for the Player class
|
2010-12-31 18:13:28 +00:00 |