Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Dec 27, 2015
1 parent b5cbd31 commit e5cf3e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************************************************************************/
Expand Down

0 comments on commit e5cf3e9

Please sign in to comment.