warwickh
|
1d3181fe4e
|
Initial Matrix Compatible commit
|
2021-06-22 16:35:39 +10:00 |
heru
|
30d0e8641e
|
Make sure password and username are always strings
|
2017-11-25 18:12:53 +01:00 |
Silas Cutler
|
e966b5bfa2
|
Removed pop-up option
|
2017-04-02 11:44:14 -04:00 |
Silas Cutler
|
9e7e542585
|
Added Search
|
2017-04-02 09:06:49 -04:00 |
rickybiscus
|
e6b00afc27
|
version update
|
2017-01-14 12:38:50 +01:00 |
rickybiscus
|
2482e56fdc
|
minor
|
2017-01-09 11:36:23 +01:00 |
rickybiscus
|
3a0efadebb
|
use Addon().get_localized_string (simpleplugin)
|
2017-01-09 10:48:30 +01:00 |
rickybiscus
|
ebf82b8218
|
fixes for localized strings
|
2017-01-09 10:46:11 +01:00 |
rickybiscus
|
d9a18d41e3
|
reorganize code
|
2017-01-09 10:45:12 +01:00 |
rickybiscus
|
c6e9cc92e8
|
Browse/Library menus (file structure vs ID3 tags)
|
2017-01-09 01:02:37 +01:00 |
rickybiscus
|
3ed7b231cc
|
if there is only one media folder, return list_indexes() directly
|
2017-01-08 11:35:53 +01:00 |
rickybiscus
|
7d26333ce0
|
WIP : list_indexes function (not working yet)
|
2017-01-08 11:11:05 +01:00 |
rickybiscus
|
d9210dcaef
|
new 'Browse' top menu to list media folders
|
2017-01-08 11:09:54 +01:00 |
rickybiscus
|
7e67edd64a
|
removed some strings
+ typos
+ changelog
|
2017-01-03 21:14:00 +01:00 |
Moshkopp
|
4a057ba83c
|
Add files via upload
Added multilanguage support
|
2016-12-28 14:33:26 +01:00 |
rickybiscus
|
4179ca8ada
|
Fixed images when listing entries
|
2016-10-15 01:33:43 +02:00 |
gordielachance
|
68a8fec4f8
|
try to fix https://github.com/gordielachance/plugin.audio.subsonic/issues/2
|
2016-10-04 17:08:05 +02:00 |
gordielachance
|
2285d5ca0b
|
minor
|
2016-10-04 16:56:36 +02:00 |
gordielachance
|
b66129b448
|
temporary disable sorting stuff
|
2016-10-04 15:13:57 +02:00 |
gordielachance
|
8bbeabc0dc
|
removed list_artist_albums() + colorize starred items labels
|
2016-10-04 15:12:06 +02:00 |
gordielachance
|
5117218f86
|
hide artist in lists if it is unique
|
2016-10-04 14:57:24 +02:00 |
gordielachance
|
f80b6458a1
|
improved Sort by
|
2016-10-04 14:47:01 +02:00 |
gordielachance
|
8bae5abd88
|
new function get_track_entry_label()
|
2016-10-04 12:53:53 +02:00 |
gordielachance
|
c026d31836
|
better stars/unstar code
now update/get a stars (persistent) cache to handle the starred items
|
2016-10-04 12:45:01 +02:00 |
gordielachance
|
f905da4f43
|
better import modules
|
2016-10-04 11:15:12 +02:00 |
gordielachance
|
73c6bd5721
|
Added Random Tracks
+ minor fixes
|
2016-10-04 02:52:42 +02:00 |
gordielachance
|
5c1ba5015b
|
doc update
|
2016-10-04 02:20:17 +02:00 |
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 |