Sumner Evans
97c10c877e
Update CHANGELOG
2020-08-28 06:56:28 -06:00
Sumner Evans
50ef8b7428
Fixed issue preventing Chromecast from advancing to the next song
2020-08-24 08:16:24 -06:00
Sumner Evans
73737b97d8
Fixed issues preventing Chromecast playback from working
2020-08-23 20:32:56 -06:00
Sumner Evans
e6e395f1ff
Update CHANGELOG for v0.11.8
2020-08-10 08:46:35 -06:00
Sumner Evans
a0788aef73
Added NixOS install instructions to the README
2020-08-05 15:57:38 -06:00
Sumner Evans
bb07eefbc7
Merge branch 'master' into 'master'
...
Add instructions to install on NixOS
Closes #258
See merge request sublime-music/sublime-music!50
2020-08-05 18:50:47 +00:00
albakham
89d2db7bf3
Add instructions to install on NixOS
2020-08-05 20:57:31 +04:00
Sumner Evans
e1c777156c
Closes #163 : updated screenshots
2020-08-04 09:52:43 -06:00
Sumner Evans
48bd908034
Fixed regression where you couldn't delete playlists
2020-08-04 09:52:14 -06:00
Sumner Evans
398287a820
Closes #130 : add loading indicator when loading play queue using the load play queue button
2020-08-04 09:10:33 -06:00
Sumner Evans
2feced28cf
Update CHANGELOG for v0.11.7
2020-08-02 13:33:57 -06:00
Sumner Evans
0a5faa2bde
Fixed resolve_path logic
2020-08-02 13:22:05 -06:00
Sumner Evans
103b38a18e
Remove unused import
2020-08-02 13:06:14 -06:00
Sumner Evans
a27f8a2753
#179 : created utility for resolving paths to either use local dir or /usr/share/sublime-music
2020-08-02 13:00:19 -06:00
Sumner Evans
f3e09d930d
Closes #221 : deselect selected items on download deletion when in offline mode
2020-08-02 11:38:17 -06:00
Sumner Evans
b96b009555
Fixed error where playlist artwork would continually be in a loading state if refresh failed
2020-08-02 11:15:21 -06:00
Sumner Evans
8475089850
Make search result calculation even more robust
2020-08-01 11:28:53 -06:00
Sumner Evans
44a6457cda
Update CHANGELOG for v0.11.5
2020-08-01 10:55:25 -06:00
Sumner Evans
121b86603c
Try again to fix #253
2020-08-01 10:50:42 -06:00
Sumner Evans
12dde4bedd
Add CHANGELOG for v0.11.4
2020-08-01 01:05:55 -06:00
Sumner Evans
04a5c151c1
Made finding the __init__ file relative to the doc/conf.py file rather than the cwd
2020-08-01 00:48:26 -06:00
Sumner Evans
b52b31b664
Improved the way that the version is determined for the doc build
2020-08-01 00:40:55 -06:00
Sumner Evans
5be027ceef
Fix more linter errors
2020-07-31 23:45:30 -06:00
Sumner Evans
3f3a3b37fe
Fixed linter errors and increase version to 0.11.2
2020-07-31 23:39:28 -06:00
Sumner Evans
20c8f3b8e9
Closes #28 : improved performance of song search function for playlist list
2020-07-31 23:37:51 -06:00
Sumner Evans
1dd29dbf0a
Fixed issue with deleting and re-downloading songs; fixed issue where all N songs started to download when prefetching
2020-07-31 22:41:15 -06:00
Sumner Evans
a95dff751f
Closes #253 : fixed ingestion of search results; restricted search results to just ones that won't blow up
2020-07-31 21:52:03 -06:00
Sumner Evans
0f0b8bb5b9
Update CHANGELOG for v0.11.1
2020-07-25 20:20:59 -06:00
Sumner Evans
3b370b7d00
Closes #21 : prefetch Playlists on connect
2020-07-25 19:48:14 -06:00
Sumner Evans
fee336ceeb
Closes #131 , #185 : fixed issue with next/prev in UI and dbus
2020-07-25 19:35:27 -06:00
Sumner Evans
dd7bcf71e6
Update package lock
2020-07-25 17:24:57 -06:00
Sumner Evans
21bc8b7d06
Fix linter error
2020-07-25 12:16:55 -06:00
Sumner Evans
a6ddfadf2b
Merge branch '189-use-supported-schemas'
2020-07-25 12:12:39 -06:00
Sumner Evans
96a68dad49
Improve ergonomics of getting song URIs
2020-07-25 12:11:53 -06:00
andre
340b24e910
Fixed failing unit test
2020-07-20 23:40:54 -07:00
andre
7b3f839d34
Fixed handling of status code 41 and surfacing errors on retry
2020-07-20 23:37:04 -07:00
andre
7c0adc120f
Added auto-detection for salt auth
2020-07-20 23:08:54 -07:00
Sumner Evans
221a22ee50
Fix type errors
2020-07-20 22:40:23 -06:00
Sumner Evans
2332925fcd
Unify get_cover_art_uri and get_cover_art_filename
2020-07-20 22:06:23 -06:00
Sumner Evans
e86ba55a7a
Closes #247 : Adapter config changes are now only persisted after clicking Edit
2020-07-17 13:01:57 -06:00
Sumner Evans
0f8239cf08
Increment version to v0.11.1
2020-07-13 09:56:51 -06:00
Sumner Evans
61dc839700
Fix test
2020-07-13 09:49:20 -06:00
Sumner Evans
7d1205d06d
Update CHANGELOG
2020-07-13 09:48:25 -06:00
Sumner Evans
e66c5296aa
Fix issue with LMS giving Error 30 on attempted ping
2020-07-13 09:26:20 -06:00
andre
d37bb160f6
Address merge request comments
...
1. change string.format to string interpolation when creating the auth
token
2. implemented migrate_configuration logic for salt_auth config value
3. added more explicit check of the token in the unit tests
2020-07-12 12:22:56 -07:00
Sumner Evans
e7a293cb28
Closes #203 : disable genre, year search types in Albums tab if API version < 1.10.1
2020-07-12 11:12:44 -06:00
andre
84e2a0e23c
Added subsonic server config for salt auth logic
...
Allows users to toggle between the plain password auth and the salted
auth. Salted auth is turned off by default since its only supported
after Subsonic API 1.13.0
2020-07-12 04:17:45 -07:00
Sumner Evans
b3c63ce0e0
Hide load play queue button if adapter doesn't support it
...
Related to #150
2020-07-11 17:11:34 -06:00
Sumner Evans
e6aa302200
Closes #236 : add better error message for SSL errors
2020-07-11 16:33:59 -06:00
Sumner Evans
43685be977
Use app.sublimemusic.SublimeMusic as app ID
2020-07-11 13:01:59 -06:00