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

Add support for media:thumbnail within channel #9

Open
matthew-carroll opened this issue Oct 15, 2018 · 2 comments
Open

Add support for media:thumbnail within channel #9

matthew-carroll opened this issue Oct 15, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@matthew-carroll
Copy link
Contributor

Hi, would you mind adding support for a "media:thumbnail" entry within the tag?

Here is an example:

<channel>
    ...
    <media:thumbnail url="http://storage.googleapis.com/androiddevelopers/android_developers_backstage/adb.png"/>
    ...
</channel>

Also, you might consider offering an escape hatch in your API so that developers can look up tags that either don't fit the spec, or tags that you haven't had a chance to expose yet.

@witochandra
Copy link
Owner

media:thumbnail is already supported in the rss item.
Btw could you send the rss link that you are using?

@matthew-carroll
Copy link
Contributor Author

Sure, the feed with the "media:thumbnail" under "channel" can be found here:
http://feeds.feedburner.com/blogspot/AndroidDevelopersBackstage

You'll notice that "media:thumbnail" is where the album art is URL is declared.

@witochandra witochandra added the enhancement New feature or request label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants