Index: help/configuration.page ================================================================== --- help/configuration.page +++ help/configuration.page @@ -152,11 +152,11 @@ because directory services often use frightful unstructured HTML. If available, both methods are tried. You can influence the order with this setting, and thus speed it up.
Constraints the length of station lists per category. +
Constrains the length of station lists per category. The number of stations option is not honored by all channel plugins. Often it's not possible to load more or fewer station entries. Some plugins have own settings (in the 'Plugins' section) even. For the major plugins this however limits how many scrollable entries appear in the stream lists.
JSON is a data representation format derived from Javascript (the browser embedded programming language for websites). It's commonly used because it provides a -nice balance between terse and exact data represantion, while still being +nice balance between terse and exact data representation, while still being readable.
Streamtuner2 uses it to store all of its configuration and radio station data files.
The MIME type of these files is
[
@@ -63,12 +63,12 @@
.XSPF files
Xiph Shareable Playlist File
The Xiph foundation manages the Ogg streaming format, Vorbis and other
-codecs, and introduced XML shareable playlist format "XSPF". They're
- hard to look at and not very widespread. On the upside they
+codecs, and introduced the "XML shareable playlist format" or "XSPF" for short.
+They're hard to look at and not very widespread. On the upside they
contain more meta information than any other playlist store.
As MIME type application/xspf+xml and they often look like:
@@ -90,11 +90,11 @@
Uncommon formats
Various other file formats are in existence, but not widely used:
-
SMIL
- Synchronized Multimedia Integration Language is a HTML-style
+
Synchronized Multimedia Integration Language is an HTML-style
audio/video/stream-link format.
-
ASX
Is a Windows-only format, a variation of SMIL. There's an abhorrent
@@ -116,11 +116,11 @@
-
.url
*.url (Internet Shortcut) files also are single-link containers.
-For a comparison of what various audio player support, see also
+
For a comparison of what various audio players support, see also
Playlist format support
in the ST2 fossil wiki.
Index: help/html/configuration.html
==================================================================
--- help/html/configuration.html
+++ help/html/configuration.html
@@ -138,11 +138,11 @@
The DOM/HTML selection method is sometimes slower, but more reliable. As fallback streamtuner2
plugins often use a regex to match text. Occasionally the regex method is surprisingly more exact,
because directory services often use frightful unstructured HTML. If available, both methods
are tried. You can influence the order with this setting, and thus speed it up.
🔟 Limit stream number
- Constraints the length of station lists per category.
+
Constrains the length of station lists per category.
The number of stations option is not honored by all channel plugins. Often it's not possible to
load more or fewer station entries. Some plugins have own settings (in the 'Plugins' section) even.
For the major plugins this however limits how many scrollable entries appear in the stream lists.
☑ Retain deleted stations
When enabled, keeps old station entries when
Index: help/html/filetypes.html
==================================================================
--- help/html/filetypes.html
+++ help/html/filetypes.html
@@ -40,11 +40,11 @@
.JSON files
JSON is a data representation format derived from Javascript (the browser embedded
programming language for websites). It's commonly used because it provides a
-nice balance between terse and exact data represantion, while still being
+nice balance between terse and exact data representation, while still being
readable.
Streamtuner2 uses it to store all of its configuration and radio station data files.
The MIME type of these files is application/json and they often look like:
[
{
@@ -59,12 +59,12 @@
.XSPF files
The Xiph foundation manages the Ogg streaming format, Vorbis and other
-codecs, and introduced XML shareable playlist format "XSPF". They're
- hard to look at and not very widespread. On the upside they
+codecs, and introduced the "XML shareable playlist format" or "XSPF" for short.
+They're hard to look at and not very widespread. On the upside they
contain more meta information than any other playlist store.
As MIME type application/xspf+xml and they often look like:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
@@ -85,11 +85,11 @@
Various other file formats are in existence, but not widely used:
-
SMIL
-Synchronized Multimedia Integration Language is a HTML-style
+
Synchronized Multimedia Integration Language is an HTML-style
audio/video/stream-link format.
-
ASX
Is a Windows-only format, a variation of SMIL. There's an abhorrent
@@ -111,11 +111,11 @@
-
.url
*.url (Internet Shortcut) files also are single-link containers.
-For a comparison of what various audio player support, see also
+
For a comparison of what various audio players support, see also
Playlist format support
in the ST2 fossil wiki.