Commit Graph

12 Commits

Author SHA1 Message Date
gordielachance 5307f5d8c4 improved addon options 2016-10-04 02:19:56 +02:00
gordielachance ff52a69087 check for Simpleplugin when starting the plugin
Official repos are not up to date so let's force a check.
2016-10-04 01:33:22 +02:00
gordielachance 8d3d425089 tracks and albums download works
+ progress bar !
2016-10-04 01:06:52 +02:00
gordielachance c0a7386ff1 minor 2016-10-03 21:20:55 +02:00
gordielachance 3b9642ea85 now able to download tracks ! 2016-10-03 21:18:43 +02:00
gordielachance 52c2c2d2d7 improved context menus 2016-10-03 15:57:52 +02:00
gordielachance 48dc6a555b context menu : "star" and "download"
* star : implemented
* unstar : functions ready but not yet implemented
* download : function exists but not yet developed
2016-10-03 03:07:19 +02:00
gordielachance 19d39e4da6 abord when connection is False 2016-10-03 00:48:57 +02:00
gordielachance a9b2f10015 fix for "local variable 'connected' referenced before assignment" 2016-10-03 00:35:10 +02:00
gordielachance d94a6985e2 don't use Addon() but Plugin() instead
https://github.com/romanvm/script.module.simpleplugin/issues/1#issuecomm
ent-250970005
2016-10-02 22:24:03 +02:00
gordielachance d2ca6218ce @plugin.action() decorator
In v.2+ the recommended way to add actions is via @plugin.action()
decorator. This makes code more readable and Pythonic.
2016-10-02 22:20:10 +02:00
gordielachance ac9160ea2c Use SimplePlugin framework 2016-10-02 20:10:40 +02:00