-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
52 lines (35 loc) · 1.62 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
NAME
blergh − generate podcasts with streamripper
SYNOPSIS
blergh [ ‐b base_path ] [ ‐c config ] [ ‐d podcasts_dir ] [ ‐g ] [ ‐h
host ] [ ‐s streamripper ] name duration url
DESCRIPTION
blergh records podcasts and generate the XML file for the recorded
episodes. It can be used in conjuction with cron(1) to start a record‐
ing regularly. The resulting XML files then need to be serverd by a
simple HTTP server.
OPTIONS
‐b base_path
Use BASE_PATH as the working directory. All files and directo‐
ries will be created here. Default: ~/podcasts
‐c config
Load the config file before executing. The variables defined
there will overwrite the defaults.
‐d podcast_dir
Sets the directory for the current podcast. Default:
base_path/name
‐g Don’t record, just generate the XML files. Useful for when you
deleted files.
‐h host
Set host as the hostname the will be prefixed in the podcast
feed. Example: ‐h http://example.com/audio/
‐S streamripper
Set the path to streamripper. blergh will try to find it using
which(1)
EXAMPLES
blergh mycast 60 http://example.com/stream.mp3
Record the podcast mycast for 60 minutes from http://exam‐
ple.com/stream.mp3
AUTHOR
Pascal Jungblut <[email protected]>
Pascal Jungblut 2016‐03‐31 blergh(1)