-
Add
<itunes:type>
defaulting to "episodic
".The
ITUNES_TYPE
option indir2cast.ini
will let you set the feed to<itunes:type>serial<itunes:type>
set, and then, for each episode, the "Part Of A Set" tag (TPOS
), if filled, will be used to output an<itunes:season>
tag, and the "Track Number" tag (TRCK
), if filled, will be used to output an<itunes:episode>
tag. See the.ini
for usage info.Suggested by @EdwarDDay (#65)
-
Fix deprecation warning in PHP 8.2, and tested up to PHP 8.3.