Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Podcast Feed Provider #1732

Draft
wants to merge 22 commits into
base: dev
Choose a base branch
from

Conversation

saeugetier
Copy link

This PR provides a work progress implementation for a RSS Podcast Feed Provider. Podcasts are not officially supported for now. The provider implements the Podcast feed as "Artist" and episodes as "Tracks".

Playback of online podcast media works. But currently no sophisticated media type detection or error handling mechanism are implemented. It is just enough for playing single episodes.

This work is unfinished, but feedback would be appreciated. "Tracks" are not shown when the "Artist" is selected. I currently don't know, what is going wrong.

@marcelveldt
Copy link
Member

Nice idea!
Lets wait with this PR until after 2.3 has been released and we start the beta period for 2.4, in which we have planned to add media type support for audiobooks and podcasts. Then this would fit in much better.

So I'll get back to you on this one within 2 weeks.

@marcelveldt marcelveldt deleted the branch music-assistant:dev October 28, 2024 11:56
@marcelveldt marcelveldt reopened this Oct 28, 2024
@marcelveldt
Copy link
Member

Sorry it got accidentally closed

marcelveldt and others added 14 commits November 16, 2024 20:57
Release-As: 2.3.3
Bumps [pyblu](https://github.com/LouisChrist/pyblu) from 1.0.4 to 2.0.0.
- [Release notes](https://github.com/LouisChrist/pyblu/releases)
- [Commits](LouisChrist/pyblu@v1.0.4...v2.0.0)

---
updated-dependencies:
- dependency-name: pyblu
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…usic-assistant#1773)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.8.2 to 6.9.0.
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](borntyping/python-colorlog@v6.8.2...v6.9.0)

---
updated-dependencies:
- dependency-name: colorlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyblu](https://github.com/LouisChrist/pyblu) from 1.0.4 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/LouisChrist/pyblu/releases">pyblu's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Replace master/slave with leader/follower by <a
href="https://github.com/LouisChrist"><code>@​LouisChrist</code></a> in
<a
href="https://redirect.github.com/LouisChrist/pyblu/pull/38">LouisChrist/pyblu#38</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/LouisChrist/pyblu/compare/v1.0.4...v2.0.0">https://github.com/LouisChrist/pyblu/compare/v1.0.4...v2.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/LouisChrist/pyblu/commit/633704d9fba5a0229c07a3a2d5489a3962b40a16"><code>633704d</code></a>
Release v2.0.0</li>
<li><a
href="https://github.com/LouisChrist/pyblu/commit/37d9242c7c2eef34cb41bfad2edcf86f0d817683"><code>37d9242</code></a>
Replace master/slave with leader/follower (<a
href="https://redirect.github.com/LouisChrist/pyblu/issues/38">#38</a>)</li>
<li>See full diff in <a
href="https://github.com/LouisChrist/pyblu/compare/v1.0.4...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyblu&package-manager=pip&previous-version=1.0.4&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
* Chore(deps): Bump ytmusicapi from 1.8.1 to 1.8.2

Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](sigma67/ytmusicapi@1.8.1...1.8.2)

---
updated-dependencies:
- dependency-name: ytmusicapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update manifest.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <[email protected]>
@saeugetier saeugetier changed the base branch from stable to dev November 25, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants