-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFILES
118 lines (90 loc) · 3.33 KB
/
FILES
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
===============
MyBashBurn FILE
===============
filename MyBashBurn.sh (BashBurn.sh)
original author Anders Lindén
initial date Late 2001
description This is the main-program of the
burning-program MyBashBurn. MyBashBurn is
able to burn:
* Audio-CDs (From mp3, wav, ogg files and xmms playlists)
* Data-CDs
* CDs from ISOs
* CDs from CDs
* Multisession CDs
filename audio_menu.sh
original author Anders Lindén
initial date February 2002
description This shellscript prints a sub-menu of
the main-one of BashBurn for choosing
what BashBurn will do if you want to burn an AUDIO-cd
filename data_menu.sh
original author Anders Lindén
initial date February 2002
description This shellscript prints a sub-menu of
the main-one of BashBurn for choosing
what BashBurn will do if you want to burn a DATA-cd
filename iso_menu.sh
original author Anders Lindén
initial date February 2002
description This shellscript prints a sub-menu of
the main-one of BashBurn for choosing
what BashBurn will exactly do if you
want to burn an ISO-cd.
filename xmmsread.sh
author Anders Lindén
init date 020501
description This script read the xmms
playlist you enter, creates wav
files from the files it founds and
copies them to BURNDIR to be burnt
Bugs? Most likely. This is a simple script that
once I learn awk, cut or some other fancy
schmansy tool will be tuned up a lot.
Report bugs and suggestions to
filename burning.sh
original author Anders Lindén
Initial date Late 2001
description This shellscript is the core of BashBurn, because here
is the real burning-part. At the moment it can burn
audio-, data-files or ISOs on a CD.(--audio, --data or --iso --pipeline)
filename multi.sh
original author Anders Lindén
initial date 011230
description Shellscript for creating multisession cds with BashBurn.
filename configure.sh
original author Anders Lindén
initial date Late 2001
description This is the configuration program of BashBurn. You can change
all the values of the configfile (/etc/bashburnrc) with it.
filename convert_mp3s.sh
original author Anders Lindén
initial date Late 2001
description This script converts the mp3 files in BURNDIR to wav-files.
filename convert_oggs.sh
original author Anders Lindén
initial date 020724
description This script converts the ogg files in BURNDIR to wav-files.
filename bincue.sh
original author Anders Lindén
initial date 030513
description The file that makes it possible to burn bin/cue files
with BashBurn. This file is still in early stages and has
not been tested very much. Report bugs to Anders.
filename check_path.sh
original author Wilmer Jaramillo
initial date 040117
description This script checks for all apps needed by BashBurn and reports
back whether they are installed or not.
filename datadefine.sh
original author Anders Lindén
initial date Early 2005
description This script is where you define what data
you want to burn with BashBurn.
filename Makefile
original author Wilmer Jaramillo
initial date 061215
description For install MyBashBurn project
=============================================
$Id: FILES 28 2007-01-06 17:05:14Z k0k $