summaryrefslogtreecommitdiff
path: root/internal/service/podcast.go
AgeCommit message (Expand)Author
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow
2026-05-10Decompose podcastService (SRP): split subscription, episode, and feed-checker...Paul Buetow
2026-05-10internal/service: stop swallowing CreateEpisode errors in insertPodcastEpisod...Paul Buetow
2026-05-10podcast: propagate UpdateFeed error on 304 Not Modified pathPaul Buetow
2026-05-10player: log downloadCover errors in podcast subscribe and feed checkPaul Buetow
2026-05-10internal/service: fix ListEpisodes global pagination by using cross-feed SQL ...Paul Buetow
2026-05-10Add circuit breaker / backoff for failing podcast feeds in CheckFeedsPaul Buetow
2026-05-09Harden external process and network callsPaul Buetow
2026-05-09Handle background worker panics for task 42Paul Buetow
2026-05-09more on thisPaul Buetow
2026-05-09Refine media browsing and set coversPaul Buetow
2026-05-07Fix podcast browser workflows for k1Paul Buetow
2026-05-06internal/service: inject http.Client into podcastService constructor (task 41)Paul Buetow
2026-05-06internal/service: log and concurrently process podcast feeds (task 91)Paul Buetow
2026-05-06split DownloadEpisode into smaller helpers (x0)Paul Buetow
2026-05-06w0: Split SubscribeFeed into smaller helpersPaul Buetow
2026-05-05Fix podcast support critical bugs from code reviewPaul Buetow
2026-05-05Add podcast support backend: RSS/Atom feeds, episode management, cover scrapingPaul Buetow