dropcaster icon indicating copy to clipboard operation
dropcaster copied to clipboard

Explain in ReadMe which ID3 tags to use

Open dkhgh opened this issue 5 years ago • 2 comments

I'd like to be able to find in the Readme of this repo which ID3 tags dropcaster uses to generate XML tags for the RSS file.

For example, for my podcast, I want to set these tags for each item but I don't know which ID3 tags to use:

<description></description>
<itunes:summary></itunes:summary>
<itunes:subtitle></itunes:subtitle>

dkhgh avatar Jul 27 '18 12:07 dkhgh

<description> is only at the channel level, not the item level. That is set by the channel YML file.

In an item, <itunes:summary> and <itunes:subtitle> are set by the "Subtitle/Description refinement" ID3 tag (TT3, or TIT3 as soon as #81 is merged).

stephenwade avatar Jul 28 '18 02:07 stephenwade

@dkhgh #81 was indeed merged. Does it solve your issue? If so, could you contribute a patch to the README, please?

nerab avatar Dec 25 '19 10:12 nerab

Please re-open if the problem still persists.

nerab avatar Oct 09 '22 17:10 nerab