Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[service.subtitles.ktuvit] 4.0.0 #2442

Merged
merged 3 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions service.subtitles.ktuvit/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.watchmanconfig
.idea/
4 changes: 4 additions & 0 deletions service.subtitles.ktuvit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v4.0.0
> 18.04.2023 - by CaTz
- Add support for Kodi Nexus (v20) version

339 changes: 339 additions & 0 deletions service.subtitles.ktuvit/LICENSE.txt

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions service.subtitles.ktuvit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
service.subtitles.ktuvit
==================

Ktuvit.me subtitle service for Kodi

In order to get the encoded password:

1. Open [ktuvit.me](https://www.ktuvit.me) in the browser
2. Open [developer tools](https://developers.google.com/web/tools/chrome-devtools/open) (in Windows <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>c</kbd>
)
3. Enter this code in the **console**:
```javascript
x = { value: 'MY-PASSWORD' };
loginHandler.EncryptPassword({}, x, 'MY@EMAIL.COM');
copy(x.value); // this will copy your encrypted password to your clipboard
console.log(`Now paste it in the addon's settings at the Encrypted password field`)
```
![Gujn9Y8vTF](https://user-images.githubusercontent.com/9304194/94992868-897f0100-0595-11eb-8694-0272ae2f19b9.gif)

18 changes: 18 additions & 0 deletions service.subtitles.ktuvit/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.ktuvit" name="Ktuvit.me" version="4.0.0" provider-name="CaTz">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.beautifulsoup4" version="4.8.2"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Ktuvit.me</summary>
<description lang="en_GB">Search and Download subtitles from ktuvit.me.</description>
<source>https://github.com/XBMCil/service.subtitles.ktuvit</source>
<license>GPL-2.0-or-later</license>
<assets>
<icon>icon.png</icon>
</assets>
<news>v4.0.0 - by CaTz [18.04.2023]
- Add support for Kodi Nexus (v20) version</news></extension>
</addon>
30 changes: 30 additions & 0 deletions service.subtitles.ktuvit/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
3.0.0 - by CaTz (02/12/2020)
- Add support for Kodi 19 Beta

2.2.1 - by CaTz (03/10/2020)
- Downgrade beautifulsoup version

2.2.0 - by CaTz (03/10/2020)
- Add movie subs download
- Add login ability in addon's settings

2.1.0 - by CaTz (03/10/2020)
- Filter better tv show search results
- Add language flag to subs list

2.0.0 - by CaTz (30/09/2020)
- Rename to ktuvit.me
- Add support for downloading tvshow subs

1.2.0 - by sagiben (13/12/2019)
- Add support for KODI 19

1.1.1 - by CaTz (01/12/2019)
- bug-fix: write on the correct dict

1.1.0 - by CaTz (30/11/2019)
- Add the ability to search subs on focused item.

1.0.0 - by CaTz (23/11/2019)
- Initial release of the addon

Binary file added service.subtitles.ktuvit/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Main\n"
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (United States) (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#English

msgctxt "#32001"
msgid "Error searching for subtitles"
msgstr ""

msgctxt "#32002"
msgid "Email"
msgstr ""

msgctxt "#32003"
msgid "Encoded Password"
msgstr ""

msgctxt "#32004"
msgid "Login Details"
msgstr ""

msgctxt "#32005"
msgid "Check login details"
msgstr ""

msgctxt "#32006"
msgid "Wrong email or password"
msgstr ""

msgctxt "#32007"
msgid "Logged in successfully"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Main\n"
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (United States) (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#English

msgctxt "#32001"
msgid "Error searching for subtitles"
msgstr ""

msgctxt "#32002"
msgid "Email"
msgstr ""

msgctxt "#32003"
msgid "Encoded Password"
msgstr ""

msgctxt "#32004"
msgid "Login Details"
msgstr ""

msgctxt "#32005"
msgid "Check login details"
msgstr ""

msgctxt "#32006"
msgid "Wrong email or password"
msgstr ""

msgctxt "#32007"
msgid "Logged in successfully"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
msgid ""
msgstr ""
"Project-Id-Version: KODI Main\n"
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he_IL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#Hebrew

msgctxt "#32001"
msgid "Error while searching subtitles"
msgstr "שגיאה בעת חיפוש הכתוביות"

msgctxt "#32002"
msgid "Email"
msgstr "אימייל"

msgctxt "#32003"
msgid "Encoded Password"
msgstr "סיסמא מוצפנת"

msgctxt "#32004"
msgid "Login Details"
msgstr "פרטי התחברות"

msgctxt "#32005"
msgid "Check login details"
msgstr "בדוק את פרטי ההתחברות"

msgctxt "#32006"
msgid "Wrong email or password"
msgstr "האימייל או הסיסמא אינם נכונים"

msgctxt "#32007"
msgid "Logged in successfully"
msgstr "ההתחברות עברה בהצלחה"
Loading
Loading