Skip to content

Releases: ben-xo/dir2cast

Fixes to validate better with CastFeedValidator

01 Mar 21:05
Compare
Choose a tag to compare

Previous releases didn't send the correct Last-Modified date or Content-Length headers.

Bug Fix release

28 Feb 14:47
Compare
Choose a tag to compare

Fix other blocker bugs introduced during refactor.

Now properly works with PHP8, and doesn't crash complaining about $argv or CLI_ONLY.

Bugfix release

28 Feb 14:25
Compare
Choose a tag to compare

This releases fixes a small but important bug in the previous release which prevented it from working in a web server context

Updates and bug fixes and a comprehensive test suite!

26 Feb 22:38
Compare
Choose a tag to compare

Changes since the last published release:

1.25 2021-02-26

            Prevent scanning of files which are still being uploaded, and
            add min-file-age option to adjust this

1.24 2021-02-26 Add a comprehensive unit test suite!

            A bunch of changes designed for better code re-use, such as not 
             using defines inside classes, and allowing programmatic
             overriding of properties of RSS items.

            Fixes to the generation of the media base URL.

            Better handling of image URLs.

            Don't save images from media files if one already exists but it's
             of a different type than the one in the media file.

            Fix a bug when DESCRIPTION_SOURCE is summary and summary is the default
              (which is the description).

            Allow generation of empty podcasts on the CLI (mostly for testing)

            Upgrades to getID3 to fix a few other bugs I encountered during testing.

1.23 2020-02-23

            Use the filename of a media file as the default title instead
            of (untitled). Suggestion by wesyah234

1.22 2020-01-19

             iTunes categories now use comma instead of pipe as a separator.                
            Characters which are valid UTF-8 but invalid XML are removed.
            Most ini examples updated to use double quotes.

1.21 2020-01-10

            Uncache the podcast when the configuration changes, making it
            quicker and easier to experiment with settings.

1.20 2019-12-30

            Cache files per media-file, which speeds up large podcasts
            Upgrade bundled getID3 with better MP4 support
            Support for <itunes:explicit> tag
            General speed improvements

Automatic cover art now also works for MP4 and M4A files

21 Dec 23:01
Compare
Choose a tag to compare
v1.19.1

Whoops - be more defensive for files WITHOUT cover art

Use episode images embedded in media files (and other bug fixes)

21 Dec 19:36
Compare
Choose a tag to compare
  • automatically extract cover art from files as episode images
  • fix image URLs (!)
  • fix a long standing URL detection bug
  • better command line options (mostly for testing, but could be useful if you want to create your feeds in advance)

Fixes for PHP7

15 Dec 14:34
Compare
Choose a tag to compare

This version should work correctly on newer versions of PHP.

v1.11

02 Mar 10:47
Compare
Choose a tag to compare

Changes since last release:

  • Upgraded getID3 (so better tag detection)
  • Supports M4A podcasts as well
  • Works properly with PHP7
  • Now supports podcasts that are nested into subfolders
  • UTF-8 Content-type header (the rest was already UTF-8 aware)

v1.8

04 Jul 11:09
Compare
Choose a tag to compare

1.8 2016-07-04
Merged changes from Jeff

  • Added support for PNG podcast cover
  • create tempdir if it does not already
  • support for item specific
  • support for writing output to an RSS
  • directory specific
  • customizable content
  • add option to have populated by description.txt