Skip to content

Commit 5f84c93

Browse files
committed
v1.0.0
1 parent 205c57a commit 5f84c93

File tree

7 files changed

+483
-120
lines changed

7 files changed

+483
-120
lines changed

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="service.subtitles.bsplayer"
33
name="BSPlayer"
4-
version="0.3.0"
4+
version="1.0.0"
55
provider-name="realgam3">
66
<requires>
77
<import addon="xbmc.python" version="3.0.0"/>

changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
1.0.0 - 19/11/2022
2+
- Adding new BSPlayer Engines (OpenSubtitles, GetSubtitle)
3+
14
0.3.0 - 15/05/2022
2-
- Migrating to python 3, support kodi 19
5+
- Migrating to python 3, support Kodi 19
36

47
0.2.1 - 07/11/2015
58
- Fixed android non rar support, rearrange code

resources/language/English/strings.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,20 @@ msgstr ""
2020

2121
msgctxt "#32002"
2222
msgid "Manual search not supported."
23+
msgstr ""
24+
25+
msgctxt "#32003"
26+
msgid "Username"
27+
msgstr ""
28+
29+
msgctxt "#32004"
30+
msgid "Password"
31+
msgstr ""
32+
33+
msgctxt "#32005"
34+
msgid "Your OpenSubtitles.org username or password is empty"
35+
msgstr ""
36+
37+
msgctxt "#32006"
38+
msgid "OpenSubtitles Login Details"
2339
msgstr ""

0 commit comments

Comments
 (0)