David Sansome
|
35a61de0a4
|
Refactor ScriptInfo into another class, add some (currently unused) code to read scripts from archives.
|
2011-01-17 20:01:16 +00:00 |
Paweł Bara
|
a883630ab3
|
duplicate remover script (fixes #21)
fix a scripting crash when one native object was registered more than once
veto mechanism for inserting songs into playlist
|
2011-01-16 23:46:58 +00:00 |
David Sansome
|
4e0cf13b26
|
Add python bindings for RadioService, RadioModel, MergedProxyModel, TaskManager and SettingsDialog. Make sure radio services are removed from the model when they are deleted (eg. when their python script gets unloaded)
|
2011-01-12 21:20:20 +00:00 |
David Sansome
|
a79ca8c556
|
Let scripts register actions at predefined locations in the UI
|
2011-01-02 18:10:26 +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
|
11f4157f6f
|
Let scripts show a settings dialog
|
2011-01-01 19:03:33 +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 |