Commit Graph

9 Commits

Author SHA1 Message Date
9f28664f68 [frontend] Accept tl_track in track_playback_started
All checks were successful
Deploy to mopidy1 / deploy (push) Successful in 26s
Mopidy's CoreListener calls track_playback_started(tl_track=...), but the
method took a positional `track`, so every playback start raised
TypeError and the smart queue never refilled on track changes. Add a
regression test.
2026-09-24 00:00:59 -04:00
1501d7e3e9 [generators] Add chronological artists lists of all albums 2026-06-29 09:22:12 -04:00
b6c2066b91 [web] Remove decade mix UI 2026-06-26 12:59:47 -04:00
9a2d4f5d7e [generators] Big imporvements 2026-06-26 12:50:51 -04:00
ebc971c6ce [queue] Add smart queue
Some checks failed
CI / Build (push) Failing after 4m52s
CI / pyright (push) Failing after 5s
CI / pytest (3.13) (push) Failing after 5s
CI / ruff check (push) Failing after 5s
CI / ruff format (push) Failing after 5s
CI / pytest (3.14) (push) Failing after 6s
2026-06-24 22:43:36 -04:00
f2dec14665 [bug] Fix issue with Ref objects
Some checks failed
CI / Build (push) Failing after 4m55s
CI / pyright (push) Failing after 5s
CI / pytest (3.13) (push) Failing after 5s
CI / ruff check (push) Failing after 5s
CI / ruff format (push) Failing after 5s
CI / pytest (3.14) (push) Failing after 6s
2026-06-24 22:20:35 -04:00
62a28c7c33 [html] Properly display them
Some checks failed
CI / Build (push) Failing after 4m55s
CI / pyright (push) Failing after 5s
CI / pytest (3.13) (push) Failing after 5s
CI / ruff check (push) Failing after 5s
CI / ruff format (push) Failing after 5s
CI / pytest (3.14) (push) Failing after 5s
2026-06-24 21:04:04 -04:00
51e0c8a9ad [deps] Fix so it works with older mopidy
Some checks failed
CI / Build (push) Failing after 4m58s
CI / pyright (push) Failing after 6s
CI / pytest (3.13) (push) Failing after 5s
CI / ruff check (push) Failing after 5s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 7s
2026-06-24 19:43:20 -04:00
a054575dea Initial project skeleton for mopidy-smartplaylists
Some checks failed
CI / Build (push) Failing after 18m47s
CI / pyright (push) Failing after 3m39s
CI / pytest (3.13) (push) Failing after 6s
CI / ruff check (push) Failing after 6s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 6s
2026-06-24 19:11:02 -04:00