1033 Commits

Author SHA1 Message Date
Sumner Evans
ab173c9616 Merge branch 'develop' into albums-cache 2019-10-27 21:36:17 -06:00
Sumner Evans
cca7e385a6 Fixed issue where refresh was forced on app startup 2019-10-27 21:27:54 -06:00
Sumner Evans
2906732e62 Got albums working 2019-10-27 21:16:15 -06:00
Sumner Evans
d3856a5252 Resolves #54 fixes the explosions when no server is configured 2019-10-27 20:21:21 -06:00
Sumner Evans
8911d8886b Fixed error with MPRIS when no song is playing 2019-10-27 19:54:04 -06:00
Sumner Evans
a860847f51 Merge branch '55-self-signed-cert' into develop 2019-10-27 19:38:43 -06:00
Sumner Evans
e185104108 Added option to disable cert verification 2019-10-27 19:35:19 -06:00
Sumner Evans
ce96017b6d Update image location in CI script 2019-10-27 19:34:41 -06:00
Sumner Evans
835f15bbae Added dockerfile for Flatpak build 2019-10-20 17:10:59 -06:00
Sumner Evans
c83fd171b0 Working on paging 2019-10-20 14:05:53 -06:00
Sumner Evans
1eba5e87d1 Added some Installation instruction placeholders 2019-10-19 21:23:42 -06:00
Sumner Evans
04a6745c95 Integrated cover art grid into the Albums panel 2019-10-19 21:22:57 -06:00
Sumner Evans
bf04f1144d Fix from rename rebase 2019-10-19 20:11:48 -06:00
Sumner Evans
265a28c82e Removed unnecessary function 2019-10-19 20:11:01 -06:00
Sumner Evans
2deb90f9fa Trying to make the album caching better 2019-10-19 20:11:01 -06:00
Sumner Evans
fbdc8113b7 Fix issue when page has nothing in it 2019-10-19 20:11:01 -06:00
Sumner Evans
a18ee58582 Started laying framework for paging 2019-10-19 20:11:01 -06:00
Sumner Evans
8261f0d9c5 Refactored CacheManager to have create_future 2019-10-19 20:10:02 -06:00
Sumner Evans
06fbad8012 Fixed issue with playlist cache 2019-10-19 20:10:01 -06:00
Sumner Evans
e491437d77 Code Cleanup 2019-10-19 20:10:01 -06:00
Sumner Evans
1b6703adb0 [Resolves #6] Save selected album 2019-10-19 20:10:01 -06:00
Sumner Evans
4143f33c0b Cached albums per search type; save search state on albums panel 2019-10-19 20:10:01 -06:00
Sumner Evans
fbc62510b3 Added GitLab Pipeline for deployment to PyPi 2019-10-19 20:10:01 -06:00
Sumner Evans
2c2bc9380d Renamed from Libremsonic to Sublime Music 2019-10-19 20:09:11 -06:00
Sumner Evans
c82373aaab Merge branch 'cicd-fixes' into 'develop'
CI/CD Fixes

See merge request robozman/libremsonic!3
2019-10-17 15:26:07 +00:00
Sumner Evans
ff062b79ed CI/CD Fixes 2019-10-17 15:26:07 +00:00
Sumner Evans
bb20c358d6 Fixed bugs when Artist or Album not supplied for song 2019-10-13 21:08:23 -06:00
Sumner Evans
d6936e15ec [#42] Added a list of Features to README 2019-10-13 18:00:46 -06:00
Sumner Evans
16dee2bc36 A couple of updates to the README 2019-10-13 17:45:40 -06:00
Sumner Evans
350709d1ca Format README 2019-10-13 17:40:32 -06:00
Sumner Evans
594a51f17a Merge branch 'mpris-dbus-support' 2019-10-12 23:57:48 -06:00
Sumner Evans
91c79bac26 Cleanup 2019-10-12 23:57:09 -06:00
Sumner Evans
d66da573b4 Implement the Playlists interface 2019-10-12 23:32:01 -06:00
Sumner Evans
978f61d97a TrackList.TrackListReplaced signal 2019-10-12 22:31:21 -06:00
Sumner Evans
4e53bbcedd Fixed issues with the TrackList interface 2019-10-12 21:37:17 -06:00
Sumner Evans
8fd4b12083 More work on various DBus methods 2019-10-12 21:26:07 -06:00
Sumner Evans
5070088487 Added Seeked signal 2019-10-12 19:00:30 -06:00
Sumner Evans
39e2df0ab5 Fixed PropertiesChanged 2019-10-12 16:49:11 -06:00
Sumner Evans
2030e8e38f Trying to get DBus PropertiesChanged propagation working 2019-10-12 01:12:04 -06:00
Sumner Evans
0f24824673 Improved CanGo(Next|Previous) logic 2019-10-10 16:37:23 -06:00
Sumner Evans
43986be4bd Added a few more DBUS implementations 2019-10-08 20:45:33 -06:00
Sumner Evans
fab385a778 Fix bug with updating scrubber 2019-10-08 19:46:10 -06:00
Sumner Evans
91a2f06a45 Added comment about downloading 2019-10-08 12:50:54 -06:00
Sumner Evans
f8a5d2eca5 Update the yapf style to split_before_first_argument 2019-10-06 21:27:37 -06:00
Sumner Evans
85654a6c5f Added MPRIS specs to package data 2019-10-06 21:19:57 -06:00
Sumner Evans
7469430fc8 Rudimentary MPRIS support 2019-10-05 01:14:12 -06:00
Sumner Evans
9839e04322 Resolves #8 Volume saved per player, and proper volume-mute combo used instead of volume-old volume 2019-10-04 20:40:43 -06:00
Sumner Evans
465309de62 Resolves #26 Playlist list now updates when the playlist is edited/deleted 2019-10-04 19:56:51 -06:00
Sumner Evans
5d9df23b7d Added action to notification which I think works maybe? 2019-09-29 14:50:38 -06:00
Sumner Evans
e03f6585d7 Resolves #36: Added try-except around notification code in case a daemon is not running. Added uninit for notification cleanup 2019-09-29 14:37:56 -06:00