Check-in [2a46669362]
Overview
Comment: | Show player config screenshot also in config_apps/placeholder page. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2a46669362d2507d9749d61a101bf805 |
User & Date: | mario on 2016-11-06 11:43:16 |
Other Links: | manifest | tags |
Context
2016-11-06
| ||
12:12 | Less debug messages for reciva.resolve_urn check-in: f249524147 user: mario tags: trunk | |
11:43 | Show player config screenshot also in config_apps/placeholder page. check-in: 2a46669362 user: mario tags: trunk | |
11:42 | Implement new .resolve_urn() hook (replacing .row() override), which is added automatically now in ChannelPlugin init. check-in: e4fa4859c6 user: mario tags: trunk | |
Changes
Modified help/config_apps.page from [95264dd42e] to [bfb6a04a62].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <title>Audio players</title> <p>On BSD/Linux systems there are a plethora of audio players. In streamtuner2 you can <link xref="configuration">configure</link> most of them as target application. Mostly it makes sense to use a single application for all audio formats. But at least the */* media type should be handled by a generic player, like vlc.</p> <table shade="rows" rules="rows cols"> <tr><td><p><app>Audacious</app></p></td> <td><p><cmd>audacious</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>XMMS2</app></p></td> <td><p><cmd>xmms2 %m3u</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>Amarok</app></p></td> <td><p><cmd>amarok -l %pls</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>Exaile</app></p></td> <td><p><cmd>exaile</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>mplayer</app></p></td> <td><p><cmd>mplayer %srv</cmd></p></td> <td><p>console</p></td></tr> | > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <title>Audio players</title> <p>On BSD/Linux systems there are a plethora of audio players. In streamtuner2 you can <link xref="configuration">configure</link> most of them as target application. Mostly it makes sense to use a single application for all audio formats. But at least the */* media type should be handled by a generic player, like vlc.</p> <p><media type="image" src="img/configapps.png" mime="image/png" /></p> <p>A few common applications and invocation strings to use are:</p> <table shade="rows" rules="rows cols"> <tr><td><p><app>Audacious</app></p></td> <td><p><cmd>audacious</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>XMMS2</app></p></td> <td><p><cmd>xmms2 %m3u</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>Amarok</app></p></td> <td><p><cmd>amarok -l %pls</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>Exaile</app></p></td> <td><p><cmd>exaile</cmd></p></td> <td><p>audio</p></td></tr> <tr><td><p><app>mplayer</app></p></td> <td><p><cmd>mplayer %srv</cmd></p></td> <td><p>console</p></td></tr> |
︙ | ︙ |