More <podcast:image>
purpose
token ideas
#725
Replies: 3 comments 3 replies
-
Or maybe light vs. dark, text or no-text, and such should be separate attributes? |
Beta Was this translation helpful? Give feedback.
-
I would suggest that these are driven by podcast apps and directories, rather than podcast creators. This makes this feature a unique one - we need to convince an app developer (or more than one!) to want to use them, and ask them for the specification that they want. Podpage is one of those types of app developers that might usefully want to use these. I could see there being a benefit in a favicon-type icon (SVG format makes the most sense) for Podpage, as one example - they could instantly use it for their product. It’s a thing we might wish to convince them of. (If only we had a contact…) |
Beta Was this translation helpful? Give feedback.
-
I’m looking forward to listening to the episode once it’s released. However, I’m more inclined towards removing all suggested purpose tokens from the spec than expanding or revising them over time. Listing specific tokens in the namespace can give the impression they have broad consensus or endorsement, even if they’re not widely adopted by feeds or apps. This can create pressure for developers to lobby for their own tokens to be added, as a way to gain visibility or legitimacy, turning the namespace into a kind of gatekeeper. To avoid that, I think it’s healthier for the ecosystem if the spec stays vague about specific use cases, and lets real-world adoption shape best practices. Separately, I think every token or tag proposal should be grounded in a clear understanding of progressive enhancement. For any new tag to gain traction, apps need to be able to support it in a way that still works well for the vast majority of feeds that haven’t adopted it. If an app can’t offer a reasonable fallback experience, it simply won’t implement the feature, no matter how useful it might be in the ideal case. That’s a key reason why I think caution and minimalism in the spec are more valuable than creating tokens for hypothetical use cases. I understand we might not see this the same way, and that’s totally fine. I just wanted to clearly explain where I’m coming from. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dave Jackson and I recorded an episode of The Future of Podcasting tonight and talked about the new image tag. During our discussion, I thought of some additional purpose tokens we could discuss and potentially add to the predefined list.
icon
—An "image" that shows only an icon but no text. For example, look at the thumbnail images in the episode listing on https://theaudacitytopodcast.com.icon/dark-mode
—The inverse oficon/light-mode
:A light-colored transparent icon intended to overlay a dark background and thus be dark-mode-optimized.icon/light-mode
—The inverse oficon/dark-mode
: a dark-colored transparent icon intended to overlay a light background and thus be light-mode-optimized.frame/3/4
,frame/16/9
, etc.—An image designed to be a frame around a transparent middle. For example, a1/1
aspect-ratio image withframe/16/9
would be a square image with a transparent 16:9 area in the middle for framing 16:9 video for a square format (like Instagram). Or consider a 9:16 image with a 3:4 ratio area in the middle to be for "shorts" style videos.no-text
—Any image for any purpose but with no text in the image.The above demonstrate another idea: the idea of mixable secondary purpose tokens, like the aspect ratio, light versus dark mode, text or no text. For example,
artwork/dark-mode
would be artwork that looks best in a dark-mode UI, butartwork/light-mode
(assumed default) would look best in a light-mode UI.What do you think of these ideas, and what other potential purpose tokens should we consider?
Beta Was this translation helpful? Give feedback.
All reactions