Skip to content

Commit

Permalink
v1.0.3 Final
Browse files Browse the repository at this point in the history
Improve 10sec subs latency workaround: new option to disable it (default), or enable it at 'start only' or 'start+resume'.
Option to prioritize 'SignsSongs' tracks via custom conditional sub preferences. Syntax is ...>Eng:Eng-ss>...
New Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, to skip some (ex. Commentary, ...)
Fix Greek and Serbian language codes according to iso639-2/T. Fix some typos.
Fix multiple 3 digit codes per language (ex. German ger,deu). Now OK also for Conditional Subtitles preferences.
  • Loading branch information
rockrider69 committed Jan 15, 2024
1 parent 786f695 commit 3387058
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
17 changes: 7 additions & 10 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon
id="service.languagepreferencemanager"
name="Language Preference Manager"
version="1.0.3BETA6"
version="1.0.3"
provider-name="ace20022/scott967/rockrider69"
>
<requires>
Expand All @@ -26,15 +26,12 @@
1.0.1 : Initial version for main Kodi.tv addons repository
1.0.2 : Fix 10sec latency on subs display and possible few lines lost - at video start or when switching audio.
Forced sub tracks : check also subtitle field "isforced" in case field "name" is empty or misspelled.
1.0.3BETA1: Option to prioritize 'SignsSongs' tracks via custom conditional sub preferences. Syntax is ...>Eng:Eng-ss>...
Overrides general 'Ignore Signs and Songs toggle' or 'Blacklisting Signs via keyword', if ever used.
1.0.3BETA2: Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, to skip some (ex. Commentary, ...)
1.0.3BETA3: Fixed Greek language codes. Fix some typos.
1.0.3BETA4: Fix random video/audio freeze at resume due to previous "Fix 10sec latency". Rewrite it and add debug messages.
1.0.3BETA5: Fix multiple 3 digit codes per language (ex. German ger,deu). Now OK also for Conditional Subtitles preferences.
Fix Serbian language codes, now 'srp,scc' according to last iso639-2/T
1.0.3BETA6: 10sec subs latency workaround: new option to disable it (default), or enable it at 'start only' or 'start+resume'.

1.0.3 : Improve 10sec subs latency workaround: new option to disable it (default), or enable it at 'start only' or 'start+resume'.
Option to prioritize 'SignsSongs' tracks via custom conditional sub preferences. Syntax is ...>Eng:Eng-ss>...
New Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, to skip some (ex. Commentary, ...)
Fix Greek and Serbian language codes according to iso639-2/T. Fix some typos.
Fix multiple 3 digit codes per language (ex. German ger,deu). Now OK also for Conditional Subtitles preferences.

</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
31 changes: 7 additions & 24 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
--- Version 1.0.3BETA6

- 10sec subs latency workaround: new option to enable it at 'start only' or 'start+resume'. Default is disabled.
(fast multiple resumes can sometimes generate restart or freeze due to audio/video desynch)

--- Version 1.0.3BETA5

- Fix multiple 3 digit codes per language (ex. German ger,deu). Now OK also for Conditional Subtitles preferences.
- Fix Serbian language codes, now 'srp,scc' according to last iso639-2/T

--- Version 1.0.3BETA4

- Fix random video/audio freeze at resume due to previous "Fix 10sec latency". Rewrite it and add debug messages.

--- Version 1.0.3BETA3

- Fixed Greek language codes. Fix some typos.

--- Version 1.0.3BETA2

- Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, skip some (ex. Commentary, ...)

--- Version 1.0.3BETA1
--- Version 1.0.3

- Improve 10sec subs latency workaround: new option to disable it (default), or enable it at 'start only' or 'start+resume'.
(fast multiple resumes could sometimes generate video restart or long freeze due to large audio/video desynch)
- Option to prioritize 'SignsSongs' tracks via custom conditional sub preferences. Syntax is ...>Eng:Eng-ss>...
Overrides general 'Ignore Signs and Songs toggle' or 'Blacklisting Signs via keyword', if ever used.
(Overrides general 'Ignore Signs and Songs toggle' or 'Blacklisting Signs via keyword', if ever used)
- New Keywords Blacklist for Audio tracks. Same principle as for Subtitles, based on track name, to skip some (ex. Commentary, ...)
- Fix Greek and Serbian language codes according to Iso639-2/T. Fix some typos.
- Fix support of multiple 3 digit codes per language (ex. German ger,deu). Now OK also for Conditional Subtitles preferences.

--- Version 1.0.2

Expand Down

0 comments on commit 3387058

Please sign in to comment.