Skip to content

v1.38

Latest
Compare
Choose a tag to compare
@ben-xo ben-xo released this 25 Feb 18:10
· 3 commits to main since this release
178c977
  • Add <itunes:type> defaulting to "episodic".

    The ITUNES_TYPE option in dir2cast.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.