Check-in [96814a40b4]
Comment: | Update configuration dialog help pages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
96814a40b476ff77b6f01ded40b4ff27 |
User & Date: | mario on 2015-03-26 20:59:33 |
Other Links: | manifest | tags |
2015-03-27
| ||
19:33 | Experimental plugin for bookmarking stations in RadioTray. (Doesn't work yet, feature request for `addRadio()` in RT.) But at least works the other way round already, displays radiotray stations in bookmarks category. check-in: d4c3eccf15 user: mario tags: trunk | |
2015-03-26
| ||
20:59 | Update configuration dialog help pages. check-in: 96814a40b4 user: mario tags: trunk | |
18:51 | Explain audio player configuration with more examples, detail options for streamripper recording. check-in: 803cb52d3f user: mario tags: trunk | |
Modified help/action_recording.page from [2662913d47] to [b83df63689].
8 9 10 11 12 13 14 | 8 9 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 | - + - - + + | <link type="guide" xref="index#functions"/> <desc>Save radio songs as MP3 files via streamripper.</desc> </info> <title>Recording</title> <p>Most stations that stream MP3 or OGG music can be recorded. This is accomplished through |
47 48 49 50 51 52 53 54 55 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + + + + + + + + + + + + | <title>Youtube-DL</title> <p>The recording settings have a specific entry for "video/youtube" URLs. To configure a specific download directory, use <cmd>xterm -e "cd /media/music ; youtube-dl %srv"</cmd> for example. (The <cmd>cd</cmd> trick works with streamripper too.)</p> </section> <section> <title>Wget for MOD files</title> <p>To download audio files from The MOD Archive directly, you can define a few custom handlers. Scroll/click on the empty row in the recording apps table. There create a new recording MIME type <var>audio/mod+zip</var> with a command like <cmd>xterm -e wget %srv</cmd>. Copy it alike for <var>audio/it+zip</var> and <var>audio/xm+zip</var> to cover the most common file types. Using <cmd>curl</cmd> would also work of course. </p> </section> </page> |
Modified help/channels.page from [0404c7d7b1] to [e25889019f].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 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 | - + - + + + - - + + | <page xmlns="http://projectmallard.org/1.0/" type="guide" id="channels"> <info> <link type="guide" xref="index#browsing"/> <desc>Switching through the channel tabs, different radio directory services.</desc> </info> <title>Channels</title> <p>The tabs in the main window represent the music directory |
Modified help/config_apps.page from [d350332b6e] to [c46ba2ba34].
18 19 20 21 22 23 24 | 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 | - - + + - + | <table shade="rows" rules="rows cols"> <tr><td><p><app>Audacious</app></p></td> <td><p><cmd>audacious %m3u</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 %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>mplayer</app></p></td> <td><p><cmd>mplayer %srv</cmd></p></td> <td><p>console</p></td></tr> |
Modified help/configuration.page from [8b69bffa16] to [8010e28e83].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - + + | <page xmlns="http://projectmallard.org/1.0/" type="guide" group="first" id="configuration"> <info> <link type="guide" xref="index#configuration"/> <desc><key>F12</key> brings up the options window with the Player, Display, System and Plugin sections.</desc> </info> <title>Settings dialog</title> |
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + - - + | <tr><td><p><var>audio/*</var></p></td> <td><p><cmd>vlc --one-instance</cmd></p></td></tr> <tr><td><p><var>video/*</var></p></td> <td><p><cmd>totem</cmd></p></td></tr> <tr><td><p><var>video/youtube</var></p></td> <td><p><cmd>vlc %srv</cmd></p></td></tr> </table> <p>Application names are always lowercase binary names. Double click an entry to edit it.</p> |
76 77 78 79 80 81 82 | 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 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | + - - - - - - + + + + + + + + + + - - + + + + - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - + + - - + + | <p>To define a target directory, you can add commandline arguments to each. Also it's typically helpful to leave the xterm prefix on, so you can follow the processing state. (Alternatively to xterm there is x-terminal-emulator, or rxvt, gnome-terminal, xfce4-terminal, etc.)</p> </section> <section id="gui"> |
Modified help/glossary.page from [c0edfeac9e] to [fdb0bc7317].
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - - - - - + + + + + - | <p>Music genres are represented as "categories" in the left pane. Every channel groups its music stations into some structure.</p> </item> <item> <title>URL</title> <p>URL stands for "Uniform Resource Locator" |
Modified help/index.page from [d36cba89d4] to [83ef1ebd5d].
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + - - + + | </section> <section id="extra" style="2column"> <title>Additional features</title> </section> <section id="footer"> |
Modified help/technical.page from [3e15edff15] to [dc272f5824].
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + | <section id="dependecies"> <terms> <title>Dependencies</title> <item><p>Python 2.7 or 3.x</p></item> <item><p>PyGtk or PyGI</p></item> <item><p>Gtk2 or Gtk3</p></item> <item><p>Requests/urllib3</p></item> </terms> <terms> <title>Soft dependencies</title> <item><p>Python-LXML</p></item> <item><p>Python-PyQuery</p></item> <item><p>Python-Kronos</p></item> <item><p>Audacious</p></item> |