Subsonic: Display the newest podcast episodes as front page recommendation (#2242)
authorEric Munson <eric@munsonfam.org>
Mon, 23 Jun 2025 10:25:43 +0000 (06:25 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Jun 2025 10:25:43 +0000 (12:25 +0200)
commit5a694eb7805455a41c732a5dd73f1a3962b65352
tree492cc32fde3d566c72b5a8bde5437f407a99c347
parente2aa58480f9c926aa4dbec651f9d27371ffb7b4e
Subsonic: Display the newest podcast episodes as front page recommendation (#2242)

* Add cover art to podcast episodes when present

We really should display cover art for each episode when we can. This
will be espeically important when we display the newest episodes from
any podcast on the front page.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
* Add newest podcast episodes RecommdationFolder

This is a simple way to easily see the latest episodes from your
subscribed feeds on the front page.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
---------

Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/parsers.py
music_assistant/providers/opensubsonic/sonic_provider.py
tests/providers/opensubsonic/__snapshots__/test_parsers.ambr
tests/providers/opensubsonic/fixtures/episodes/no-cover.episode.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/episodes/no-cover.podcast.json [new file with mode: 0644]