Jonas Kvinge
09537d73da
Remove debian bullseye CI
2020-09-23 18:10:13 +02:00
Jonas Kvinge
99c0c0b3b1
Update Changelog
2020-09-23 17:59:51 +02:00
Pascal Below
45bc353341
Add Subsonic scrobble support ( #545 )
...
* add SubsonicScrobbler, add Scrobble method in SubsonicService
* new class SubsonicScrobbleRequest, use queue again, clean up
* add checkbox to enable server-side scrobbling to Subsonic settings page
* Check serversidescrobbling in SubsonicScrobbler::ReloadSettings instead of SubsonicService
TODO: SubsonicScrobbler::ReloadSettings needs to be called when
SubsonicSettings change.
2020-09-23 17:55:12 +02:00
Strawbs Bot
b2fc41a911
Update translations
2020-09-23 01:02:50 +02:00
Jonas Kvinge
ebefe8b6d2
Update copyright
2020-09-23 00:55:34 +02:00
Jonas Kvinge
9e3508134b
Add compilation to edit tag dialog
2020-09-23 00:52:41 +02:00
Jonas Kvinge
3166ca2127
Use QRecursiveMutex
2020-09-22 18:58:44 +02:00
Jonas Kvinge
204508478f
Don't ignore closeevent if already hidden
...
Possible fix for #277
2020-09-22 18:40:37 +02:00
Strawbs Bot
51ce674c97
Update translations
2020-09-22 01:02:29 +02:00
Jonas Kvinge
6fcde9fe5f
Add qobuz to scrobbler settings
2020-09-22 00:00:02 +02:00
Jonas Kvinge
c688e3431d
Fix debian builds
2020-09-20 15:55:25 +02:00
Jonas Kvinge
230376c7f3
Ignore unused variable in MoveToTrashRecursive
2020-09-20 14:55:52 +02:00
Jonas Kvinge
91d0a2cd0c
Fix uninitialized variable
2020-09-19 02:10:16 +02:00
Jonas Kvinge
1ffd010e4a
Add windows.h include to MM device finder
...
Fixes compile error with mingw-w64 8.0.0
2020-09-19 02:06:15 +02:00
Strawbs Bot
ae366e141f
Update translations
2020-09-19 01:01:38 +02:00
Strawbs Bot
eb869c6e97
Update translations
2020-09-18 01:08:32 +02:00
Jonas Kvinge
b559f7cd16
Fix minor code issues
2020-09-17 18:12:14 +02:00
Jonas Kvinge
375d32f08e
Add missing utilities include
2020-09-17 18:01:24 +02:00
Jonas Kvinge
89d6b7cec0
Add smart playlists, ratings and Qobuz
...
Fixes #259
Fixes #264
2020-09-17 17:50:17 +02:00
Jonas Kvinge
fdf96e8342
Update README
2020-09-17 17:49:39 +02:00
Jonas Kvinge
c5d73d7b09
Update Changelog
2020-09-17 17:49:25 +02:00
Jonas Kvinge
34b4cc2d9e
Remove unused function
2020-09-17 17:28:32 +02:00
Jonas Kvinge
40ed17e609
Change defaults for context
2020-09-17 17:12:01 +02:00
Jonas Kvinge
673d76af45
Change defaults for Tidal
2020-09-17 17:07:54 +02:00
Jonas Kvinge
c13fb6f9d5
Use QLibraryInfo::path with Qt 6
2020-09-17 17:00:45 +02:00
Jonas Kvinge
424b1e7d1f
Fix strawberry.spec for Mageia
2020-09-17 16:28:16 +02:00
Jonas Kvinge
e80c9c4101
Fix strawberry.spec for CentOS and Mageia
2020-09-16 19:21:37 +02:00
Jonas Kvinge
f75c3633e9
Add Fedora 34 CI
2020-09-16 18:11:34 +02:00
Jonas Kvinge
d535cd8276
Add Fedora 33 to CI
2020-09-16 18:08:33 +02:00
Jonas Kvinge
c13f6ab2af
Remove brew unlink python@2
2020-09-16 18:05:49 +02:00
Jonas Kvinge
d2a30bfb78
Simplify strawberry.spec
2020-09-16 18:03:34 +02:00
Jonas Kvinge
e5b17092b4
Fix stretchheaderview column widths too wide
2020-09-16 00:01:16 +02:00
Strawbs Bot
466cb4c78b
Update translations
2020-09-15 01:01:29 +02:00
Strawbs Bot
9722e1ddc4
Update translations
2020-09-13 01:01:42 +02:00
Jonas Kvinge
e3a9b0b943
Use collection settings for group by settings
2020-09-12 15:48:26 +02:00
Jonas Kvinge
d668a8aee2
Change sort text for divider keys
...
Fixes problems on Windows with specific regionale settings, where
divider keys are all on the top, while albums are on the bottom
2020-09-12 13:30:45 +02:00
Strawbs Bot
75dc0aafcf
Update translations
2020-09-12 01:02:03 +02:00
Jonas Kvinge
41b94233c6
Add group by version check in internet search view too
2020-09-12 00:32:50 +02:00
Jonas Kvinge
52cff01b9c
Fix group by version
2020-09-12 00:18:08 +02:00
Jonas Kvinge
372fc6603d
Update .github/workflows/ccpp.yml
2020-09-11 23:35:21 +02:00
Jonas Kvinge
9221797c9d
Add sqlite3.exe to nsi
2020-09-11 22:58:56 +02:00
Strawbs Bot
7501131558
Update translations
2020-09-11 01:04:26 +02:00
Jonas Kvinge
bba7be99a3
Remove override.h
2020-09-10 23:41:53 +02:00
Jonas Kvinge
abb95534d0
Add musepack to macdeploy
2020-09-10 23:06:10 +02:00
Jonas Kvinge
0b7b4c12e4
Add test for collection model container nodes
2020-09-10 22:13:20 +02:00
Jonas Kvinge
4056f00169
Only initialize translations in test when compiled with translations
2020-09-10 22:11:40 +02:00
Jonas Kvinge
10303cb9c0
Use unique keys for all container nodes in collection model
...
Fixes #539 and probably many more issues with the model.
2020-09-10 22:09:24 +02:00
Jonas Kvinge
e3587d369e
Add const
2020-09-10 22:05:12 +02:00
Jonas Kvinge
2a048502cc
Add PlaylistItem::NewFromSong function
2020-09-10 22:04:11 +02:00
Jonas Kvinge
cac01fbde9
Dont seperate compilation albums by directory in GetAlbums
...
Fixes issue where multi-disc albums are showing more than once in cover
manager.
2020-09-10 21:27:07 +02:00