Commit graph

46 commits

Author SHA1 Message Date
vincent
eff25672d9 improve research by artist 2020-11-02 16:08:50 +01:00
Stein Magnus Jodal
128ba8173f Fix all flake8 warnings 2020-03-08 12:43:10 +01:00
Stein Magnus Jodal
cd22b5f694 Sort imports with isort 2020-03-08 12:31:00 +01:00
Stein Magnus Jodal
1b04266d92 Format with Black 2020-03-08 12:30:34 +01:00
Stein Magnus Jodal
b067352a00 Run pyupgrade to Python 3.7+ 2020-03-08 12:30:14 +01:00
Aaron B. Gallagher
e27563edaf Add support for python3
Mopidy no longer supports Python 2.7.
These changes remove support for Python 2.7 in subidy as well
2020-01-29 20:31:52 -08:00
Frederick Gnodtke
8d7cd3ff01 Merge pull request #20 from hhm0/appname_extname
extension name as subsonic API client name
2017-08-14 07:53:36 +02:00
hhm
f95af9c977 B"H use mopidy extension name as subsonic API app name 2017-08-13 03:17:03 -04:00
hhm
3f8a3d709e Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into writable_playlists 2017-06-19 17:56:12 -04:00
hhm
8f5d3e0216 B"H shuffle code a bit to make it clearer 2017-06-04 22:52:50 -04:00
hhm
a7eef84b2a Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into writable_playlists 2017-06-04 22:45:01 -04:00
hhm
ff66d4fa40 Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into album_obj_numtracks 2017-06-04 22:36:29 -04:00
hhm
7592036c7f B"H rewrite playlist from scratch instead of adding more tracks 2017-05-19 02:18:42 -04:00
hhm
de69905c54 B"H add playlist writing code 2017-05-18 23:25:44 -04:00
hhm
6a87ebe8e2 B"H add track count to Album model 2017-05-17 02:10:58 -04:00
Jolny
f8e1311866 Added API version setting for backward compatability 2017-05-15 00:12:49 +02:00
hhm
64938a8c7e B"H lookup return subdir songs too, artist lookup fn to iter - rebase 2017-03-27 16:48:08 -04:00
hhm
5bfe185ef0 B"H use consistent name (same as playlist_as_songs) - rebase 2017-03-27 16:47:55 -04:00
hhm
127cd030d8 B"H lookup directory - rebased 2017-03-27 16:47:48 -04:00
hhm
9ac788b69b B"H lookup artists - rebase 2017-03-27 16:47:38 -04:00
hhm
f43711a346 B"H url encoding: fix var name 2017-03-22 17:49:10 -04:00
hhm
9e8116713c Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into urlencode_uris 2017-03-22 16:07:37 -04:00
Frederick
7e538fbd1e Use 1 as default for tracks without numbers 2017-03-22 08:56:03 +01:00
hhm
e004816794 B"H split subsonic uri params to make clearer 2017-03-18 23:51:18 -04:00
hhm
314002237d B"H urlencode subsonic api urls 2017-03-17 02:21:27 -04:00
hhm
ea98c7e270 B"H sort albums of artist 2017-03-17 00:54:07 -04:00
hhm
17432857a6 B"H browse by albums 2017-03-17 00:54:07 -04:00
hhm
e7209a4f35 B"H get_raw_albums 2017-03-17 00:54:06 -04:00
hhm
a9aa13cdb0 B"H add album songs retrieval 2017-03-17 00:54:05 -04:00
hhm
68d469bdeb B"H use subsonic dir api for browsing 2017-03-17 00:51:24 -04:00
hhm
5db17c3862 B"H split string num sort to own function 2017-03-14 00:12:45 -04:00
hhm
49f69b0bba B"H add diritem_sort_key() 2017-03-14 00:05:29 -04:00
hhm
e9c1fa1587 B"H use list instead of tuple for key function readability 2017-03-13 23:52:19 -04:00
hhm
87344967c2 B"H subsonic_api: sort strings with numbers case insensitive function 2017-03-08 00:32:23 -05:00
hhm
064bbb6cc2 B"H sort raw dirs api result in case not already sorted by server 2017-03-07 00:02:17 -05:00
hhm
3b99657021 B"H add py-sonic 0.6.1 requirement so keyword argument works 2017-02-28 01:09:47 -05:00
Frederick
9af3ce8637 legacyAuth cannot be a keyword argument. 2017-02-27 07:46:48 +01:00
Frederick
647bcaeccc Fix legacy auth 2017-02-27 07:43:03 +01:00
hhm
2147bf0960 Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into legacy_auth 2017-02-23 10:28:43 -05:00
hhm
d0d988dc76 B"H add missing functioncall 2017-02-12 17:33:32 -05:00
hhm
7989432894 B"H add py-sonic legacy auth support 2017-02-09 23:34:30 -05:00
Frederick
baaacf3e16 Added additional debug log when playing back a song from subsonic containing the url (without username and password). 2016-11-03 16:14:23 +01:00
Frederick
296f55510d Handle None in various type-conversion methods. 2016-11-02 08:49:55 +01:00
Frederick
b1fa8920c4 Made connection to subsonic more safe by handling exceptions occuring from python-pysonic. 2016-11-02 08:44:57 +01:00
Frederick Gnodtke
d8cbb503a5 Added full browsing, playlist and search support. 2016-09-18 18:19:08 +02:00
Frederick Gnodtke
d58b5b94d3 Initial commit. 2016-09-18 04:33:46 +02:00