Weboob 0.j released
This commit is contained in:
parent
7fb0bc3c07
commit
1bee6d6d66
42 changed files with 529 additions and 312 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH RADIOOB 1 "19 May 2014" "radioob 0\&.i"
|
||||
.\" This file was generated automatically by tools/make_man.sh.
|
||||
.TH RADIOOB 1 "03 September 2014" "radioob 0\&.j"
|
||||
.SH NAME
|
||||
radioob \- search, show or listen to radio stations
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -36,13 +37,13 @@ playlist export [FILENAME]
|
|||
.br
|
||||
playlist display
|
||||
.TP
|
||||
\fBsearch\fR \fIPATTERN\fR
|
||||
\fBsearch\fR (radio|song|album|playlist) \fIPATTERN\fR
|
||||
.br
|
||||
List radios matching a PATTERN.
|
||||
List (radio|song|album|playlist) matching a PATTERN.
|
||||
.br
|
||||
|
||||
.br
|
||||
If PATTERN is not given, this command will list all the radios.
|
||||
If PATTERN is not given, this command will list all the (radio|song|album|playlist).
|
||||
.br
|
||||
|
||||
.br
|
||||
|
|
@ -131,14 +132,6 @@ If not, print the current value for the option.
|
|||
.br
|
||||
If no argument is given, print the current formatter.
|
||||
.TP
|
||||
\fBinspect\fR \fIBACKEND_NAME\fR
|
||||
.br
|
||||
Display the HTML string of the current page of the specified backend's browser.
|
||||
.br
|
||||
|
||||
.br
|
||||
If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI.
|
||||
.TP
|
||||
\fBlogging\fR [\fILEVEL\fR]
|
||||
.br
|
||||
Set logging level.
|
||||
|
|
@ -220,8 +213,9 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, radio_list,
|
||||
simple, table, webkit)
|
||||
select output formatter (album_tracks_list_info, csv, htmltable, json,
|
||||
json_line, multiline, playlist_tracks_list_info, radio_list, simple, song_list,
|
||||
table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue