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

Commit

Permalink
Add version 0.2.0 information
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Dec 15, 2015
1 parent 9272614 commit 2d0ace1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,24 @@ I wrote this because I wanted an easy way to use [Overcast](https://overcast.fm/
* Automatically sets per-file MIME type
* Automatically sets file size
* Generates valid RSS and Atom feeds for maximum compatibility
* Automatically extracts tag information and artwork when `ffmpeg` is installed

## Installation and Usage

Just upload the `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. For personal podcasting use, those should obviously be audio files but you can use it with any kind of file.
* 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`.

For personal podcasting use, those should obviously be audio files but you can use it with any kind of file.

## Changelog

### 0.2.0

* Added optional tag and artwork reading capability through `ffmpeg`
* Added optional feed image output
* Added optional duration tag

### 0.1.2

* Added .gitignore
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.1.2
* @version 0.2.0
* @link https://github.com/herrbischoff/screaming-liquid-tiger
* @since File available since Release 0.1.0
*****************************************************************************/
Expand Down

0 comments on commit 2d0ace1

Please sign in to comment.