@@ -49,21 +49,28 @@ The second step is to install the build:
49
49
50
50
## Shell commands
51
51
52
- $ pyradio -h
53
-
54
- usage: main.py [--help] [--stations <path>] [--random] [--add] [--list]
55
-
56
- Console radio player
57
-
58
- optional arguments:
59
- -s, --stations <path> Use specified station CSV file.
60
- -p, --play [play] Start and play. The value is num station or empty for random.
61
- -a, --add Add station to list.
62
- -l, --list List of added stations.
63
- -u, --use-player Specify which player to use (mpv, mplayer or cvlc).
64
- -d, --debug Debug mode (pyradio.log created).
65
- To be attached with any bug report.
66
- -h, --help Show this help message and exit.
52
+ ```
53
+ $ pyradio -h
54
+
55
+ usage: pyradio [-h] [-s STATIONS] [-p [PLAY]] [-a] [-l] [-d] [-u USE_PLAYER]
56
+
57
+ Curses based Internet radio player
58
+
59
+ optional arguments:
60
+ -h, --help show this help message and exit
61
+ -s STATIONS, --stations STATIONS
62
+ Use specified station CSV file.
63
+ -p [PLAY], --play [PLAY]
64
+ Start and play.The value is num station or empty for
65
+ random.
66
+ -a, --add Add station to list.
67
+ -l, --list List of added stations.
68
+ -d, --debug Start pyradio in debug mode.
69
+ -u USE_PLAYER, --use-player USE_PLAYER
70
+ Use specified player. A comma-separated list can be
71
+ used to specify detection order. Supported players:
72
+ mpv, mplayer, vlc.
73
+ ```
67
74
68
75
## Controls
69
76
0 commit comments