-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
261 lines (201 loc) · 5.3 KB
/
README.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>
flac321
</title>
</head>
<style>
html, body {
padding: 0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
width: auto;
max-width: 1024px;
min-width: 320px;
height:100%;
font-family: arial;
font-size: 24px;
color: #000000;
background: #666666;
}
table {
font-family: arial;
font-size: 16px;
color: #000000;
}
pro {
font-family: arial;
font-size: 16px;
color: #000000;
}
label{
font-family: arial;
font-size: 18px;
border: 0px solid red;
display: inline-block;
width: 100%;
}
h1,h2,h3 {
font-size: 120%;
color: #666666;
}
p {
padding-bottom: 10px;
}
h2 {
font-size: 150%;
}
h1 {
font-size: 200%;
}
.main img {
padding: 20px;
}
a{
color: #4186be;
text-decoration: none;
}
a:hover {
color: #E86402;
;
}
h2 b{
color: #E86402;
}
.date{
background: #eee;
display: block;
padding: 10px;
width: 100px;
float: left;
margin-right: 20px;
color: #aaa;
font-size: 100%;
text-align: center;
}
.pro{
font-size: 120%;
}
.main{
border: solid 1px #fff;
background: #fff;
margin: 0px;
padding: 0px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
.cmd {
padding-left: 10px;
list-style: none;
font-family: monospace;
font-size: 80%;
}
.cmd li{
}
.cmd li:before {
content: "# ";
color: #aaffff;
}
pre {
padding: 0px;
white-space: pre;
margin: 0px;
font-size: 85%;
}
code {
display: block;
padding-left: 10px;
font-family: monospace;
white-space: pre-line;
border-left: solid #bebebe 4px;
color: #666666;
}
.bottom {
display: block;
border-top: solid #bebebe 1px;
color: #666666;
padding: 20px;
}
</style>
<body>
<div class="main">
<h1>flac321</h1>
<p>flac321 - command line oggFLAC chained stream lossless radio player ( like ogg123/mpg123 )</p>
<p>best lossless radio player for geeks )</p>
<h1>Features</h1>
<ul>
<li>display meta for every track</li>
<li>play oggFLAC chained stream</li>
<li>pure perl code</li>
<li>console interface</li>
<li>tiny and advanced</li>
</ul>
<p>currently used simple tools <code>ffmpeg</code> | <code>mpv</code> | <code>flac</code> | <code>aplay</code> | <code>paplay</code> | <code>wget</code> | <code>curl</code>
for automate play audio stream</p>
<h2><a name='usage'></a>USAGE</h2>
<pre><code>flac321 [url|file]
</code></pre>
<h2><a name='features'></a>FEATURES</h2>
<p>play chained streams + display vorbis meta tags by tracks</p>
<p><img width="90%" src="pics/flac321.animated.gif" /></p>
<h2><a name='options'></a>OPTIONS</h2>
<ul>
<li>--no-fancy disable fancy meta tags output</li>
<li>--no-icy dont display icy headers</li>
<li>--no-audio disable audio output, display meta only</li>
<li>-6 / -4 ipv6 / ipv4 use only</li>
<li>-d audio output device name</li>
<li>-c write audio output to STDOUT</li>
<li>-m write meta to file </li>
<li>-F raw flac out</li>
<li>- read from STDIN</li>
</ul>
<h2><a name='usage_examples'></a>USAGE EXAMPLES</h2>
<pre><code>flac321 [http://ai-radio.org/flac](http://ai-radio.org/flac)
</code></pre>
<h2><a name='download_install'></a>DOWNLOAD & INSTALL</h2>
<pre><code>wget [https://raw.githubusercontent.com/hyphop/flac321/master/flac321](https://raw.githubusercontent.com/hyphop/flac321/master/flac321) || wget [http://ai-radio.org/get/flac321](http://ai-radio.org/get/flac321)
chmod 0755 flac321
./flac321
</code></pre>
<p>or </p>
<pre><code>git clone [https://github.com/hyphop/flac321.git](https://github.com/hyphop/flac321.git)
cd flac321.git
./flac321
</code></pre>
<h2><a name='get_run_by_one_line'></a>GET & RUN BY ONE LINE</h2>
<pre><code>wget [http://ai-radio.org/get/flac321](http://ai-radio.org/get/flac321) -O- | perl "" [http://ai-radio.org/flac](http://ai-radio.org/flac)
</code></pre>
<h2><a name='aliase'></a>ALIASE</h2>
<pre><code>flac321 -> flac123
</code></pre>
<h2><a name='note'></a>NOTE</h2>
<p>flac321 writed for <a href="http://ai-radio.org">http://AI-Radio.org video game music radio</a> oggFLAC streams test!
play flac streams and display meta ok! sure u can listen any other radio stream too;)</p>
<h2><a name='links'></a>LINKS</h2>
<ul>
<li><a href="https://github.com/hyphop/flac321.git">https://github.com/hyphop/flac321.git</a></li>
<li><a href="http://ai-radio.org/chronos/2015-07-05-flac321-command-line-stream-radio-player">http://ai-radio.org/chronos/2015-07-05-flac321-command-line-stream-radio-player</a></li>
<li><a href="http://ai-radio.org/streams/">http://ai-radio.org/streams/</a></li>
<li><a href="http://dir.xiph.org/by_format/Opus">http://dir.xiph.org/by_format/Opus</a></li>
</ul>
<h2><a name='author'></a>AUTHOR</h2>
<h2><a name='hyphop'></a>hyphop</h2>
<p><a href="https://github.com/hyphop">https://github.com/hyphop</a></p>
<script>
ss=document.getElementById("stopspam");
ss.innerHTML=ss.innerHTML.replace(/\(at\)/, '@').replace(/\(dot\)/, '.');
</script>
<div class="bottom">
Wed Jan 2 01:31:41 UTC 2019
</div>
<div>
</body>
</html>