Skip to content

Commit

Permalink
Clarify in README and help text that special paths are only valid for…
Browse files Browse the repository at this point in the history
… LOCAL paths
  • Loading branch information
phunkyfish committed Oct 7, 2024
1 parent d7045b2 commit 08604fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Settings levels can be selected within the addon settings dialog. The options ar
General settings required for the addon to function.

* **Location**: Select where to find the M3U resource. The options are:
- `Local path` - A path to an M3U file whether it be on the device or the local network.
- `Remote path` - A URL specifying the location of the M3U file.
- `Local path` - A path to an M3U file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths.
- `Remote path` - A URL specifying the location of the M3U file, which is not on the local netowrk.
* **M3U play list path**: If location is `Local path` this setting must contain a valid path for the addon to function.
* **M3U play list URL**: If location is `Remote path` this setting must contain a valid URL for the addon to function.
* **Cache M3U at local storage**: If location is `Remote path` select whether or not the the M3U file should be cached locally.
Expand Down Expand Up @@ -142,8 +142,8 @@ Settings related to the EPG. Note that Kodi will only load the EPG data when it
For settings related to genres please see the next section.

* **Location**: Select where to find the XMLTV resource. The options are:
- `Local path` - A path to an XMLTV file whether it be on the device or the local network.
- `Remote path` - A URL specifying the location of the XMLTV file.
- `Local path` - A path to an XMLTV file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths.
- `Remote path` - A URL specifying the location of the XMLTV file, which is not on the local netowrk.
* **XMLTV path**: If location is `Local Path` this setting should contain a valid path.
* **XMLTV URL**: If location is `Remote Path` this setting should contain a valid URL.
* **Cache XMLTV at local storage**: If location is `Remote path` select whether or not the the XMLTV file should be cached locally.
Expand All @@ -158,17 +158,17 @@ The addon will read all the `<category>` elements of a `programme` and use this

* **Use genre text from XMLTV when mapping genres**: If enabled, and a genre mapping file is used to get a genre type and sub type use the EPG's genre text (i.e. 'category' text) for the genre instead of the Kodi default text. Only the genre type (and not the sub type) will be used if a mapping is found.
* **Location**: Select where to find the genres XML resource. The options are:
- `Local path` - A path to a gernes XML file whether it be on the device or the local network.
- `Remote path` - A URL specifying the location of the genres XML file.
- `Local path` - A path to a gernes XML file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths.
- `Remote path` - A URL specifying the location of the genres XML file, which is not on the local netowrk.
* **Genres path**: If location is `Local Path` this setting should contain a valid path.
* **Genres URL**: If location is `Remote Path` this setting should contain a valid URL.

### Channel Logos
Settings related to Channel Logos.

* **Location**: Select where to find the channel logos. The options are:
- `Local path` - A path to a folder whether it be on the device or the local network.
- `Remote path ` - A base URL specifying the location of the logos.
- `Local path` - A path to a folder whether it be on the device or the local network. Note that `special://` paths are only valid as local paths.
- `Remote path ` - A base URL specifying the location of the logos, which is not on the local netowrk.
* **Channel logos folder**: If location is `Local Path` this setting should contain a valid folder.
* **Channel logos base URL**: If location is `Remote Path` this setting should contain a valid base URL.
* **For local logos path ignore M3U logos**: If a local path is selected for logos ignore any logos from the M3U file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ msgstr ""

#. help: General - m3uPathType
msgctxt "#30601"
msgid "Select where to find the M3U resource. The options are: [B]Local path[/B] - A path to an M3U file whether it be on the device or the local network; [B]Remote path[/B] - A URL specifying the location of the M3U file."
msgid "Select where to find the M3U resource. The options are: [B]Local path[/B] - A path to an M3U file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths; [B]Remote path[/B] - A URL specifying the location of the M3U file, which is not on the local netowrk."
msgstr ""

#. help: General - m3uPath
Expand Down Expand Up @@ -810,7 +810,7 @@ msgstr ""

#. help: EPG Settings - epgPathType
msgctxt "#30621"
msgid "Select where to find the XMLTV resource. The options are: [B]Local path[/B] - A path to an XMLTV file whether it be on the device or the local network; [B]Remote path[/B] - A URL specifying the location of the XMLTV file."
msgid "Select where to find the XMLTV resource. The options are: [B]Local path[/B] - A path to an XMLTV file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths; [B]Remote path[/B] - A URL specifying the location of the XMLTV file, which is not on the local netowrk."
msgstr ""

#. help: EPG Settings - epgPath
Expand Down Expand Up @@ -864,7 +864,7 @@ msgstr ""

#. help: Channel Logos - logoPathType
msgctxt "#30641"
msgid "Select where to find the channel logos. The options are: [B]Local path[/B] - A path to a folder whether it be on the device or the local network; [B]Remote path[/B] - A base URL specifying the location of the logos."
msgid "Select where to find the channel logos. The options are: [B]Local path[/B] - A path to a folder whether it be on the device or the local network. Note that `special://` paths are only valid as local paths; [B]Remote path[/B] - A base URL specifying the location of the logos, which is not on the local netowrk."
msgstr ""

#. help: Channel Logos - logo Path
Expand Down Expand Up @@ -903,7 +903,7 @@ msgstr ""

#. help: Genres - genresPathType
msgctxt "#30662"
msgid "Select where to find the genres XML resource. The options are: [B]Local path[/B] - A path to a genres XML file whether it be on the device or the local network; [B]Remote path[/B] - A URL specifying the location of the genres XML file."
msgid "Select where to find the genres XML resource. The options are: [B]Local path[/B] - A path to a genres XML file whether it be on the device or the local network. Note that `special://` paths are only valid as local paths; [B]Remote path[/B] - A URL specifying the location of the genres XML file, which is not on the local netowrk."
msgstr ""

#. help: Genres - genresPath
Expand Down

0 comments on commit 08604fb

Please sign in to comment.