Commit Graph

44 Commits

Author SHA1 Message Date
Benjamin Schaaf
4ba2e09cf1 WIP 2021-12-20 22:09:08 +11:00
Benjamin Schaaf
56ae24b479 WIP 2021-12-20 22:07:35 +11:00
Benjamin Schaaf
d7d774c579 WIP 2021-12-20 22:07:35 +11:00
Benjamin Schaaf
c612f31f42 WIP 2021-12-20 22:07:06 +11:00
Benjamin Schaaf
e1dcf8da4c WIP 2021-12-20 22:07:06 +11:00
Jordan Newport
ae55e3d31d Fix mypy type signature 2021-12-01 23:02:11 -07:00
Jordan Newport
81c3cc0462 UI: Sort songs by track number in Browse mode
This commit may address issue #287. It simply takes the list of songs
provided by the server in Browse mode and sorts it by disc and track
number. Tests seem to have passed except for (unrelated?) mypy issues.
2021-12-01 22:31:24 -07:00
Sumner Evans
c0c76fde17 changelog: update for v0.11.16 2021-11-11 00:20:14 -07:00
Sumner Evans
91d753bd46 fix encode/decode of provider configurations again 2021-11-11 00:20:13 -07:00
Sumner Evans
04abf7208b changelog: update for v0.11.15 2021-11-10 23:35:34 -07:00
Sumner Evans
8e59702c99 Fix bugs with encoding of providers
* Made ConfigurationStore a dataclass so that it gets encoded correctly
  when using asdict
* Simplified the code around encoding providers

Fixes #325
Fixes #320
2021-11-10 23:35:15 -07:00
Sumner Evans
cf46fe8b5e changelog: update for v0.11.14 2021-11-03 00:48:58 -06:00
Sumner Evans
b3679d25fa allow for providers dictionary keys to be either a ProviderConfiguration or a dict 2021-10-18 21:46:12 -06:00
Daniel L. Wang
8eb5f73289 minimal patch for fedora34
addresses ProviderConfiguration is  not a mapping problem
2021-10-18 16:29:06 -07:00
Sumner Evans
cc9ca65fd0 Merge branch 'thelostpolaris:master' into 'master'
Fix confusing issues when hostname has no protocol

Closes #302

See merge request sublime-music/sublime-music!63
2021-06-13 08:55:14 -06:00
Sitansh Rajput
7cf13a90b5 Fix for Issue 302 2021-06-13 14:54:41 +00:00
Sumner Evans
2ed4106e5e flatpak: deprecate official support
See #309
2021-05-30 22:47:29 -06:00
Sumner Evans
08f4224014 Closes #276: util.esc -> bleach.clean
Deprecates util.esc and replaces it with bleach.clean
which is way more featureful and stable
2021-04-17 10:22:26 -06:00
Sumner Evans
55d2a2cab9 Fix versions in pyproject.toml and __init__.py 2021-02-28 09:20:48 -07:00
Sumner Evans
e8a782d76a Closes #274 fix bug where Chromecast required two clicks to activate 2021-02-27 23:20:07 -07:00
Sumner Evans
2c20cb715b Update CHANGELOG 2021-02-11 09:45:57 -07:00
Sumner Evans
75061b321e Removed hard-coded decade 2021-02-03 13:46:33 -07:00
Benjamin Schaaf
249b79fa1a Fix ampache compatibility
Ampache returns strings where integers are normally expected and full
URLs instead of IDs for some album art.

Fixes #272
2021-01-11 19:40:19 +11:00
Benjamin Schaaf
d47b4b6575 Fix exception when artist name is empty 2021-01-11 19:35:01 +11:00
Sumner Evans
c26238cf72 Fix comment 2021-01-03 13:35:35 -07:00
Sumner Evans
8fef15b1d0 Fix linter errors 2020-11-14 23:12:03 -07:00
Sumner Evans
ec2a00b000 Merge branch 'baldurmen/sublime-music-gi_warnings' into master 2020-11-14 23:06:15 -07:00
Eivind Siqveland
68bfbaffee mpris: fix covert art
According to
https://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata

artUrl must use scheme 'file://' for local files.

Fixes the issue for me in Gnome
2020-11-15 02:34:41 +01:00
Eivind Siqveland
c5a28b8afa mpris: fix artist name
https://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata says artist is a list

Fixes the issue for me in Gnome
2020-11-15 02:00:53 +01:00
Louis-Philippe Véronneau
4d60d4da57 Fix GI import warning 2020-10-24 19:44:22 -04:00
Sumner Evans
6452cf1092 A couple more ignored article fixes 2020-10-23 22:00:43 -06:00
Sumner Evans
bf6484772c Fix the version 2020-10-15 00:29:46 -06:00
Sumner Evans
b61acffa0d Use poetry instead of setup.py 2020-10-15 00:16:05 -06:00
David Florness
db49ed8c40 Don't escape song title in album songs view 2020-10-13 21:14:39 -06:00
Sumner Evans
abf3720745 development works in NixOS 2020-10-13 21:10:03 -06:00
Sumner Evans
5f2b884c56 Closes #264: Fix issue where getting ignored articles doesn't work in supysonic 2020-10-12 13:22:47 -06:00
Sumner Evans
b93be94b53 Update version 2020-09-30 14:44:28 -06:00
Sumner Evans
08ac114cd2 Fix DBus name mismatch
Fixed issue where the Flatpak couldn't respond to media keys due to a DBusname mismatch.
2020-09-30 14:35:39 -06:00
Sumner Evans
5bf302e092 Merge branch 'master' into 'master'
Added subsonic server config for salt auth logic

See merge request sublime-music/sublime-music!47
2020-09-30 15:20:41 +00:00
Sumner Evans
b63edd84b2 Force stringify of IDs from Subsonic servers 2020-09-24 08:18:39 -06:00
Sumner Evans
2cb964dc1b Cleanup 2020-09-22 12:27:12 -06:00
Sumner Evans
51b0e3d441 Fixing more CI issues 2020-09-22 11:44:23 -06:00
Sumner Evans
42c807daa4 Fix package name references 2020-09-22 11:00:09 -06:00
Sumner Evans
aec54f8a1d Rename package 2020-09-19 09:52:28 -06:00