public
Description: Lightweight console-based radio player for Last.FM radio streams.
Homepage: http://nex.scrapping.cc/code/shell-fm/
Clone URL: git://github.com/jkramer/shell-fm.git
Click here to lend your support to: shell-fm and make a donation at www.pledgie.com !
Cleaned up help message.
jkramer (author)
Tue Oct 07 02:42:05 -0700 2008
commit  102191d1853b25907df9dfd033f7134e58133fd1
tree    d41ea5f15004b397ba959a398a0a07753296e313
parent  6749c3c9f081003acdfb89ab4f08a98bb3d58535
...
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
268
269
...
238
239
240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
0
@@ -238,32 +238,20 @@ void interface(int interactive) {
0
 
0
       case '?':
0
         fputs(
0
- "a = add the track to the playlist\n"
0
- "A = autoban artist\n"
0
- "B = ban Track\n"
0
- "d = discovery mode\n"
0
- "E = manually expand playlist\n"
0
- "f = fan Station\n"
0
- "h = list bookmarks\n"
0
- "H = bookmark current radio\n"
0
- "i = current track information\n"
0
- "l = love track\n"
0
- "n = skip track\n"
0
- "p = pause\n"
0
- "P = enable/disable RTP\n"
0
- "Q = quit\n"
0
- "r = change radio station\n"
0
- "R = recommend track/artist/album\n"
0
- "S = stop\n"
0
- "s = similiar artist\n"
0
- "T = tag track/artist/album\n"
0
- "u = show upcoming tracks in playlist\n"
0
- "U = unlove track\n"
0
- "+ = increase volume (vol)\n"
0
- "- = decrease volume (vol)\n"
0
- "* = increase volume (pcm)\n"
0
- "/ = decrease volume (pcm)\n"
0
- , stderr
0
+ "a = add the track to the playlist | A = autoban artist\n"
0
+ "B = ban Track | d = discovery mode\n"
0
+ "E = manually expand playlist | f = fan Station\n"
0
+ "h = list bookmarks | H = bookmark current radio\n"
0
+ "i = current track information | l = love track\n"
0
+ "n = skip track | p = pause\n"
0
+ "P = enable/disable RTP | Q = quit\n"
0
+ "r = change radio station | R = recommend track/artist/album\n"
0
+ "S = stop | s = similiar artist\n"
0
+ "T = tag track/artist/album | u = show upcoming tracks in playlist\n"
0
+ "U = unlove track | + = increase volume (vol)\n"
0
+ "- = decrease volume (vol) | * = increase volume (pcm)\n"
0
+ "/ = decrease volume (pcm)\n",
0
+ stderr
0
         );
0
         break;
0
 

Comments

    No one has commented yet.