You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,24 @@ I wrote this because I wanted an easy way to use [Overcast](https://overcast.fm/
9
9
* Automatically sets per-file MIME type
10
10
* Automatically sets file size
11
11
* Generates valid RSS and Atom feeds for maximum compatibility
12
+
* Automatically extracts tag information and artwork when `ffmpeg` is installed
12
13
13
14
## Installation and Usage
14
15
15
-
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.
16
+
* Upload `index.php` file to a folder on a web server running PHP 5.4 or higher.
17
+
* Edit the configuration variables if needed and upload media files of any kind.
18
+
* Optionally make sure `ffmpeg` is installed. Follow the instructions displayed or simply set the `$ffmpeg_check` variable to `false`.
19
+
20
+
For personal podcasting use, those should obviously be audio files but you can use it with any kind of file.
16
21
17
22
## Changelog
18
23
24
+
### 0.2.0
25
+
26
+
* Added optional tag and artwork reading capability through `ffmpeg`
0 commit comments