Check-in [aab0d32cc1]
Overview
Comment: | Update man page with more available cmdline -flags |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aab0d32cc1fc6a19062ee67eeba3d10f |
User & Date: | mario on 2017-03-01 16:38:51 |
Other Links: | manifest | tags |
Context
2017-05-09
| ||
23:14 | Fix extraction for reordered streema attribute values. check-in: 36e3870191 user: mario tags: trunk | |
2017-03-01
| ||
16:38 | Update man page with more available cmdline -flags check-in: aab0d32cc1 user: mario tags: trunk | |
2017-02-26
| ||
21:46 | Rewrap »recording apps« table in configwin in ScrolledWindow again; reduce spacing between tables, add space before placeholder info text. check-in: 6deedaf6aa user: mario tags: trunk | |
Changes
Modified help/streamtuner2.1 from [18941ca643] to [2f8183d2d6].
︙ | ︙ | |||
10 11 12 13 14 15 16 | .BI channel ,... ] [ .IB title ] .SH DESCRIPTION Streamtuner2 is a graphical application for browsing through internet | | > > > > > > > > > > > > > > > > > | | > | > > | 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 | .BI channel ,... ] [ .IB title ] .SH DESCRIPTION Streamtuner2 is a graphical application for browsing through internet radio station directories, like: .2c .R "\(bu Shoutcast" .R "\(bu Xiph.org" .R "\(bu SurfMusik" .R "\(bu Internet-Radio" .R "\(bu Jamendo" .R "\(bu MyOggRadio" .R "\(bu RadioBrowser" .R "\(bu SomaFM" .R "\(bu TuneIn" .R "\(bu Streema" .1c .PP It utilizes your configured audio player or recording applications, which can be configured in the .BR "<F12>" settings window. It is written in .IR Python and easy to extend. And besides the grapical interface, has a commandline interface. It comes with a couple of feature plugins and additional channels. .SH OPTIONS Without any options, it starts in the graphical mode, of course. .TP .BI help Prints out a summary of available commands. .PP .B Cached data |
︙ | ︙ | |||
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 | .TP .BI streamtuner2 " stream" " shoutcast,xiph" " ""Top 100""" Searches for the term "Top 100" in the shoutcast and xiph channels, and returns all info about the first match as JSON output. .TP .BI streamtuner2 " play frequence3" Looks for the first occourence, and starts the audio player for FREQUENCE3. .SH GRAPHICAL MODE There's only one option for the graphical UI mode: .TP .BI --gtk3 Loads Gtk3 via PyGI instead of Gtk2. This is implicit when running on Python3 anyway. .SH FILES .IR /home/ $USER /.config/streamtuner2/settings.json .SH "SEE ALSO" .BR streamripper (1) .BR audacious (1) .BR json (5) .BR m3u (5) .BR pls (5) | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | .TP .BI streamtuner2 " stream" " shoutcast,xiph" " ""Top 100""" Searches for the term "Top 100" in the shoutcast and xiph channels, and returns all info about the first match as JSON output. .TP .BI streamtuner2 " play frequence3" Looks for the first occourence, and starts the audio player for FREQUENCE3. .TP .BI streamtuner2 " category tunein Jazz" Dumps a JSON list of all stations the named genre. .SH GRAPHICAL MODE There's only one option for the graphical UI mode: .TP .BI --gtk3 Loads Gtk3 via PyGI instead of Gtk2. This is implicit when running on Python3 anyway. .TP .BI --nt No-threading mode avoids some UI separation, but stabilizes the interface (in particular channel loading crashes occassionally) for some Gtk2/Gtk3 and Python combinations. .TP .BI -d " plugin" Disable plugin from loading. Plugin names are all-lowercase and sometimes short versions of the channel or feature, such as "reddit", "xiph", "favicons" or "dnd". .TP .BI -e " plugin" Load a plugin that isn't set by default. .SH OTHER OPTIONS .TP .BI -D Enable debug mode, which shows a lot of activity messages during Streamtuner2 running - including UI changes and network requests or extraction steps. .TP .BI -V Show streamtuner version. .TP .BI version " -v" Summarize all plugin versions. .SH FILES .IR /home/ $USER /.config/streamtuner2/settings.json .SH "SEE ALSO" .BR streamripper (1) .BR audacious (1) .BR json (5) .BR m3u (5) .BR pls (5) |