Skip to content
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
33 changes: 23 additions & 10 deletions plugin.video.cinetree/addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cinetree" name="Cinetree" version="1.2.1" provider-name="Dimitri Kroon">
<addon id="plugin.video.cinetree" name="Cinetree" version="2.0.1" provider-name="Dimitri Kroon">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="inputstream.adaptive" version="19.0.5"/>
<import addon="inputstream.adaptive" version="19.0.7"/>
<import addon="script.module.requests" version="2.31.0"/>
<import addon="script.module.inputstreamhelper" version="0.6.1"/>
<import addon="script.module.inputstreamhelper" version="0.7.0"/>
<import addon="script.module.codequick" version="1.0.3"/>
<import addon="script.module.pytz" version="2023.3.0"/>
</requires>
Expand All @@ -13,13 +13,13 @@
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Films and documentaries from Cinetree.nl (Benelux countries only, account required)</summary>
<summary lang="nl_NL">Films en documentaires van Cinetree.nl (Alleen in de Benelux, account vereist)</summary>
<summary lang="en_GB">Films and documentaries from cinetree.nl (Benelux countries only, account required)</summary>
<summary lang="nl_NL">Films en documentaires van cinetree.nl (Alleen in de Benelux, account vereist)</summary>
<description lang="en_GB">
This add-on enables playing films and documentaries from Dutch film platform Cinetree.[CR]This an unofficial addon. It is not created or endorsed by Cinetree.[CR][CR]To be able to play any content a Cinetree account is required. Films available in the monthy subscription account can be played directly from kodi. You can also browse through the whole rental collection.[CR]Just like the official TV-apps, it's not possible to rent a film directly from this addon. In order to watch a rental film you first have to make the payment via Cinetree's website or the official Cinetree Android/Apple app. Once paid the film will be available in the menu 'My Films' > 'Rented' for the duration of the rental period, which is usually 48 hours.
A privacy respecting way to watch free films or rent films from Dutch film platform cinetree.nl. Rental films can be rented directly by using your prepaid credit at Cinetree. If you prefer another payment method use the Cinetree website or the official Cinetree Android/Apple app to make the payment before watching the film on Kodi.[CR]This is an unofficial addon. It is not created or endorsed by Cinetree.
</description>
<description lang="nl_NL">
Met deze addon kunnen films en documentaires worden afgespeeld van het Nederlandse filmplatform Cinetree.[CR]Dit is een onofficiële addon. Het is niet gemaakt of goedgekeurd door Cinetree.[CR][CR]Een Cinetree-account is vereist om films af te spelen. Films die beschikbaar zijn binnen het maand abonnement kan je direct bekijken en je kan het hele assortiment aan huurfilms doorzoeken.[CR]Net zoals met de officiële TV-apps kan je films niet direct huren vanuit deze addon. Om een huurfilm te kunnen bekijken moet je eerst betalen via de Cinetree-website of de officiële Cinetree Android/Apple app. Zodra er betaald is, is de film beschikbaar in het menu 'Mijn Films' > 'Gehuurd' voor de duur van de huurperiode, wat doorgaans 48 uur is.
Een privacy respecterende manier om gratis films te kijken, of films te huren van het Nederlandse filmplatform cinetree.nl. Huurfilms kunnen direct worden gehuurd met je prepaid tegoed bij Cinetree. Als je de voorkeur geeft aan een andere betaalmethode gebruik dan de Cinetree website of de officiële Cinetree Android/Apple app om de betaling te doen voordat je de film op Kodi bekijkt.[CR]Dit is een onofficiële addon. Het is niet gemaakt of goedgekeurd door Cinetree.
</description>
<disclaimer lang="en_GB">
This addon is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Expand All @@ -32,13 +32,26 @@
<forum>https://forum.kodi.tv/showthread.php?tid=370761</forum>
<source>https://github.com/dimkroon/cinetree-for-kodi</source>
<assets>
<icon>resources/icon.png</icon>
<icon>resources/cinetree-logo.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>
- Fix: Listings of subscription films failed with error Not Found.
- Some other minor issues.
- New logo image.
- Now possible to directly rent a film with your prepaid credit at Cinetree.
- Now possible to sort listings on the date the film was added to Cinetree.
- Sort Genre listings by using the context menu, instead of the side menu.
- The default sort order of all lists is now the same as the cinetree website.
- Added a main menu entry for Cinetree Originals.
- Added a main menu entry for short films.
- Added a menu entry to your saved watch list in 'My Films'.
- Added the possibility to add or remove films to your watch list by using the context menu.
- Properly display films as fully or partially watched.
- Sync the watched status of films watched on other devices.
- Better distinguish 'already watched' films from 'continue watching'.
- Added the possibility to remove films from 'already watched' and 'continue watching' by using the context menu in these lists.
- Fix: price info missing in the description of some rental films.
- Several other minor changes and changes under the hood.
</news>
</extension>
</addon>
20 changes: 20 additions & 0 deletions plugin.video.cinetree/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v 2.0.1
same as 2.0.0

v 2.0.0
- New logo image.
- Now possible to directly rent a film with your prepaid credit at Cinetree.
- Now possible to sort listings on the date the film was added to Cinetree.
- Sort Genre listings by using the context menu, instead of the side menu.
- The default sort order of all lists is now the same as the cinetree website.
- Added a main menu entry for Cinetree Originals.
- Added a main menu entry for short films.
- Added a menu entry to your saved watch list in 'My Films'.
- Added the possibility to add or remove films to your watch list by using the context menu.
- Properly display films as fully or partially watched.
- Sync the watched status of films watched on other devices.
- Better distinguish 'already watched' films from 'continue watching'.
- Added the possibility to remove films from 'already watched' and 'continue watching' by using the context menu in these lists.
- Fix: price info missing in the description of some rental films.
- Several other minor changes and changes under the hood.

v.1.2.1
- Fix: Listings of subscription films failed with error Not Found.
- Some other minor issues.
Expand Down
Binary file added plugin.video.cinetree/resources/cinetree-logo.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
Expand Up @@ -7,13 +7,13 @@ msgid ""
msgstr ""
"Project-Id-Version: Kodi Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2021-09-30 18:44+2\n"
"PO-Revision-Date: 2024-11-27 14:39+1\n"
"Last-Translator: Dimitri Kroon\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

# Settings
Expand All @@ -25,6 +25,18 @@ msgctxt "#30104"
msgid "Prefer original trailer"
msgstr ""

msgctxt "#30105"
msgid "Genres sorting"
msgstr ""

msgctxt "#30106"
msgid "Sort by"
msgstr ""

msgctxt "#30107"
msgid "Sort order"
msgstr ""

msgctxt "#30110"
msgid "Logging"
msgstr ""
Expand Down Expand Up @@ -79,24 +91,49 @@ msgctxt "#30512"
msgid "members price"
msgstr ""

msgctxt "#30513"
msgid "Subscription film"
msgstr ""

msgctxt "#30514"
msgid "Available for over a year."
msgstr ""

msgctxt "#30515"
msgid "Available for {} months."
msgstr ""

msgctxt "#30516"
msgid "Available for {} weeks."
msgstr ""

msgctxt "#30517"
msgid "Only {} days available."
msgstr ""

msgctxt "#30518"
msgid "Only {} hours available."
msgstr ""


# Texts in dialogs
msgctxt "#30601"
msgid "Rental film"
msgstr ""

msgctxt "#30602"
msgid "You can watch this film after you´ve paid the rent via the Cinetree website, or the official Cinetree Apple/Android app."
msgid "Your balance of € {credit:0.2f} is not sufficient to pay the rental price of € {amount:0.2f}.\nPlease top up your credit at Cinetree or pay the rent on the Cinetree website, or the official Cinetree Apple/Android app."
msgstr ""

msgctxt "#30604"
msgid "More info"
msgstr ""

msgctxt "#30605"
msgid "Unfortunately, it is not possible to pay for a film directly from kodi.\n\n"
"You must first rent the film on the Cinetree website, or by using the official Cinetree Android or iOS app. "
msgid "Charging the rent to your pre-paid credit with Cinetree is only payment method supported by this Kodi add-on.\n\n"
"For additional payment methods use the Cinetree website, or the official Cinetree Android or iOS app. "
"Usually it is easiest to goto 'Huur' on the website and make a search on the film title. Click on 'Nu kijken' and "
"make the payment. Now you can close the web browser and watch the film from kodi.\n\nAll rented films are available "
"make the payment. Once paid you can close the web browser and watch the film from Kodi.\n\nAll rented films are available "
"in the menu 'My Films > Rented' for the duration of the rental period."
msgstr ""

Expand Down Expand Up @@ -165,6 +202,27 @@ msgctxt "#30621"
msgid "Login now"
msgstr ""

msgctxt "#30622"
msgid "Rent Film"
msgstr ""

msgctxt "#30623"
msgid "Rent '{title}' now?\nPrice: € {amount:0.2f}\nCurrent credit: € {credit:0.2f}."
msgstr ""

msgctxt "#30624"
msgid "Pay rent"
msgstr ""

msgctxt "#30625"
msgid "Unfortunately, payment seems to have failed.\nPlease check your balance and invoices on cinetree.nl and report issues in this add-on's support thread on https://forum.kodi.tv/showthread.php?tid=370761"
msgstr ""

msgctxt "#30626"
msgid "Are you sure you want to remove '{title}' from the list?"
msgstr ""


# Generic button texts
msgctxt "#30790"
msgid "OK"
Expand All @@ -175,11 +233,11 @@ msgid "Cancel"
msgstr ""

msgctxt "#30792"
msgid "YES"
msgid "Yes"
msgstr ""

msgctxt "#30793"
msgid "NO"
msgid "No"
msgstr ""

# Menu texts
Expand All @@ -192,7 +250,7 @@ msgid "Recommended"
msgstr ""

msgctxt "#30803"
msgid "Month selection"
msgid "Subscription"
msgstr ""

msgctxt "#30804"
Expand All @@ -212,13 +270,52 @@ msgid "Search"
msgstr ""

msgctxt "#30808"
msgid "Already Watched"
msgid "Already watched"
msgstr ""

msgctxt "#30809"
msgid "Rented"
msgstr ""

msgctxt "#30810"
msgid "All Collections"
msgstr ""

msgctxt "#30811"
msgid "Continue watching"
msgstr ""

msgctxt "#30812"
msgid "Watch list"
msgstr ""

msgctxt "#30813"
msgid "Originals"
msgstr ""

msgctxt "#30814"
msgid "Short"
msgstr ""

msgctxt "#30815"
msgid "All short films"
msgstr ""


# Context Menu
msgctxt "#30859"
msgid "Remove from list"
msgstr ""

msgctxt "#30860"
msgid "Save to watch list"
msgstr ""

msgctxt "#30861"
msgid "Remove from watch list"
msgstr ""


# Error texts
msgctxt "#30901"
msgid "Access not allowed."
Expand Down
Loading