From 0ac266292e50d075cd842d869b865ddf44a078dc Mon Sep 17 00:00:00 2001 From: peno64 <32430988+peno64@users.noreply.github.com> Date: Sun, 3 Feb 2019 13:18:35 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f73ab5a..73d469b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # LocalSubtitle + kodi addon to add a local subtitle to a video This addon is a kodi subtitle addon to apply a local subtitle to the current playing video. Kodi has its own possibility to load a local subtitle (via Browse for subtitle...) but that sometimes does not work (hanging) and that is why this addon was created. -This addon is opened via Download subtitle -The location of the subtitle must be defined in kodi, Settings, Player, Language, Custom subtitle folder. On Raspberry Pi, a possible place is /storage/videos because that is a share that can be accessed by any computer in the network but any folder accessable by kodi will do. -The name of the subtitle is fixed and always subtitle.srt - -The addon can be downloaded from https://github.com/peno64/LocalSubtitle/releases +This addon is opened via Download subtitle like all other subtitle addons. +There are two ways to select a local subtitle. +If a location of subtitles is defined in kodi, Settings, Player, Language, Custom subtitle folder, then the addin searches a file with name subtitle.srt on that location. +On Raspberry Pi, a possible place is /storage/videos because that is a share that can be accessed by any computer in the network but any folder accessable by kodi will do. +subtitle.srt is fixed. If the location is not defined or subtitle.srt is not found then subtitle.srt will not be proposed. +And there is always a Browse option. If above location is set then the browse starts in this folder. Else at top level. -To install, put the zip file somewhere where kodi can access it. Then in kodi, choose Install from zip file, navigate to the zip and choose it. +The addon can be downloaded from https://github.com/peno64/LocalSubtitle/releases or the latest version can be downloaded or installed via the file browser from http://users.telenet.be/peno/localsubtitle/ +Installation instructions for the latter can be found in https://github.com/peno64/LocalSubtitle/tree/master/localsubtitle/installation +To manually install, put the zip file somewhere where kodi can access it. +Then in kodi, choose Install from zip file, navigate to the zip and choose it.