first README.md version - potcasse - Podcast publication made easy | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 221fd26a5690531a02f9edd4a53d719bbd25a36b | |
parent 7d50f07ca06423a5d0c93ce190093920f551c669 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 22:18:14 +0200 | |
first README.md version | |
Diffstat: | |
A README.md | 38 +++++++++++++++++++++++++++++… | |
1 file changed, 38 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -0,0 +1,38 @@ | |
+# Introduction | |
+ | |
+potcasse is meant to help people to publish and self host a podcast easily wit… | |
+ | |
+# Dependencies | |
+ | |
+* rsync | |
+ | |
+# How to use | |
+ | |
+ | |
+## First time | |
+ | |
+``` | |
+potcasse init | |
+``` | |
+ | |
+## New episode | |
+ | |
+``` | |
+potcasse episode "Episode XX: trying something weird" /path/to/audio/file | |
+``` | |
+ | |
+This will create a directory episodes/YYYYMMDDhh so you can't publish more tha… | |
+ | |
+You can force a directory name with a parameter after the audio file. | |
+ | |
+``` | |
+potcasse episode "Episode XX: trying something weird" /path/to/audio/file this… | |
+``` | |
+ | |
+## Publishing | |
+ | |
+``` | |
+potcasse gen | |
+``` | |
+ | |
+this will create a `output_html` directory with your audio files, the RSS file… |