Check-in [edf5668ef9]
Comment: | Some typos fixed in the docs. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | py3 |
Files: | files | file ages | folders |
SHA1: |
edf5668ef914de5c840d40085c5b93f2 |
User & Date: | mario on 2014-04-18 00:06:49 |
Other Links: | branch diff | manifest | tags |
2014-04-27
| ||
19:23 | create bundle/ subdirectory for included python libs check-in: 3c5ead99ef user: mario tags: py3 | |
2014-04-18
| ||
00:06 | Some typos fixed in the docs. check-in: edf5668ef9 user: mario tags: py3 | |
2014-04-14
| ||
00:18 | Update dependencies check-in: cf35ca32c0 user: mario tags: py3 | |
Modified help/channel_internetradioorguk.page from [a86a3a05a6] to [2b813fa74f].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | <page xmlns="http://projectmallard.org/1.0/" type="guide" id="internet_radio_org_uk"> <info> <link type="guide" xref="index#channels"/> <link type="guide" xref="channels#list"/> <link type="guide" xref="configuration#plugins"/> <desc>Large radio directory from the UK.</desc> </info> <title>Internet-Radio.org.uk</title> |
Modified help/channel_shoutcast.page from [1887fb607e] to [837e2d3fad].
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 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 | + + + - + + | <list> <item><p>Station entries usually provide current playing information.</p></item> <item><p>Stream links are plain PLS files.</p></item> <item><p>Genres are subcategorized, so the main groups in the category list must often be expanded to see the interesting entries.</p></item> </list> <p>Since being sold from AOL to Radionomy, the directory got cut down. There are no longer entries for currently played songs, and homepage links are largely gone. Hencewhy the Shoutcast channel is no longer considered a primary feature.</p> <terms> <title>There are a few plugin options for this channel.</title> <item> <title><code>PyQuery parsing</code></title> <p>Uses an XML parser to extract station data from within HTML <tags> of the shoutcast.com site. This is slower, but often more reliable than regular expressions, which look for plain text markers.</p> </item> <item> <title><code>debug output</code></title> |
Modified help/channel_xiph.page from [f4792784b2] to [3a3ee2c25a].
12 13 14 15 16 17 18 | 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 | - + - + | <title>Xiph.org</title> <p>Xiph.org is a non-profit organization, which develops and promotes the OGG audio format. It also hosts a list of ICEcast streaming stations (ICEcast is the non-commercial pendant to the SHOUTcast server.)</p> <p>This channel is especially easy to read by Streamtuner2, because the source data is already |
Modified help/glossary_json.page from [2bbf52cdfc] to [6e47d55419].
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 | - + | <page xmlns="http://projectmallard.org/1.0/" type="guide" id="json"> <info> <link type="guide" xref="glossary#filetypes"/> <desc>JavaScript Object Notation is a common data exchange format.</desc> </info> <title>JSON files</title> <p>JSON is a data representation format derived from Javascript (the browser embedded |
Modified help/technical.page from [58ce5547ab] to [6bda9a713e].
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | </item> <item> <title>~/.config/streamtuner2/state.json</title> <p>Last category in each channel tab.</p> </item> <item> <title>~/.config/streamtuner2/bookmarks.json</title> |
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + - + + | </item> </terms> </section> <section id="license"> <title>Public Domain</title> <p>The majority of code distributed with ST2 is placed into the Public Domain; meaning |