potcasse: add TITLE in the default config file - potcasse - Podcast publication… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 27655f9e99ffd9c63a582f9ab978fbb293b923c9 | |
parent d72dfc5c91dddfb8ffcaeedde0674a66015d066e | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:04:44 +0200 | |
potcasse: add TITLE in the default config file | |
Diffstat: | |
M potcasse | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/potcasse b/potcasse | |
@@ -22,6 +22,7 @@ init() { | |
test -f metadata.sh && exitp "You seem in a directory managed by potcasse" | |
mkdir -p episodes | |
cat << EOF > metadata.sh | |
+TITLE= | |
SITE= | |
LANG=en-us | |
#uncomment to use logo.png as a logo |