diff --git a/README.md b/README.md index 74eb9b3..8f9435f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I wrote this because I wanted an easy way to use [Overcast](https://overcast.fm/ * Upload `index.php` file to a folder on a web server running PHP 5.4 or higher. * Edit the configuration variables if needed and upload media files of any kind. -* Optionally make sure `ffmpeg` is installed. Follow the instructions displayed or simply set the `$ffmpeg_check` variable to `false`. +* Optionally make sure `mediainfo` is installed. Set the `$mediainfo_check` variable to `true` and follow the instructions displayed. If no instructions show but your feed appears, it already works. For personal podcasting use, those should obviously be audio files but you can use it with any kind of file. @@ -37,6 +37,11 @@ Here's what an audiobook may look like while playing in Overcast. Nice, isn't it ## Changelog +### 0.2.1 + +* Exchanged `ffmpeg` for `mediainfo`, as image support in podcasting clients is generally limited and `mediainfo` generates faster and more reliable output. +* Set `$mediainfo_check` variable to `false` as default + ### 0.2.0 * Added optional tag and artwork reading capability through `ffmpeg` diff --git a/index.php b/index.php index 29d5f30..08b1949 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * @author Marcel Bischoff * @copyright 2015 Marcel Bischoff * @license http://opensource.org/licenses/MIT The MIT Licence - * @version 0.2.0 + * @version 0.2.1 * @link https://github.com/herrbischoff/screaming-liquid-tiger * @since File available since Release 0.1.0 *****************************************************************************/