Diff
Differences From Artifact [82b8e7b014]:
- File help/cli.page — part of check-in [c2c3526ac3] at 2012-01-09 03:45:36 on branch trunk — gnome help files (user: mario, size: 2137) [annotate] [blame] [check-ins using]
To Artifact [c1ef947327]:
- File help/cli.page — part of check-in [04c9f4d564] at 2015-03-24 01:30:20 on branch trunk — Minor updates to help pages. (user: mario, size: 2139) [annotate] [blame] [check-ins using]
18 19 20 21 22 23 24 | <terms> <title>Examples</title> <item> <title><code>streamtuner2 play "station"</code></title> <p>This command looks through all channel plugins, and finds a station containing the | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <terms> <title>Examples</title> <item> <title><code>streamtuner2 play "station"</code></title> <p>This command looks through all channel plugins, and finds a station containing the mentioned title. You must put the station title in quotes in shell calls, if it contains e.g. spaces. You can optionally specify a channelname before the station title.</p> </item> <item> <title><code>streamtuner2 url [channel] "station"</code></title> <p>Just looks up the streaming URL for a given station. If no channel name is given, ST2 searches through all available channel plugins again.</p> </item> |