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

Update readme & addon.xml description string #308

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Up Next - Proposes to play the next episode automatically

This Kodi add-on shows a Netflix-style notification for watching the next episode. After a few automatic iterations it asks the user if he is still there watching.
This Kodi add-on shows a Netflix-style notification for watching the next episode. After a few automatic iterations it asks the user if they're still watching.

A lot of existing add-ons already integrate with this service out-of-the-box.

Expand All @@ -16,7 +16,7 @@ The add-on has various settings to fine-tune the experience, however the default
* Simple or fancy mode (defaults to fancy mode, but a more simple interface is possible)
* The notification time can be adjusted (defaults to 30 seconds before the end)
* The default action can be configured, i.e. should it advance to the next episode (default) when the user does not respond, or stop
* The number of episodes to play automatically before asking the user if he is still there (defaults to 3 episodes)
* The number of episodes to play automatically before asking the user if they're still there (defaults to 3 episodes)

> NOTE: The add-on settings are found in the Kodi add-ons section, in the *Services* category.

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<extension point="xbmc.service" library="resources/lib/service_entry.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Propose to play the next episode automatically</summary>
<description lang="en_GB">A service add-on that shows a Netflix-style notification for watching the next episode. After a few automatic iterations it asks the user if he is still there watching.
<description lang="en_GB">A service add-on that shows a Netflix-style notification for watching the next episode. After a few automatic iterations it asks the user if they're still watching.

A lot of existing add-ons already integrate with this service out-of-the-box.</description>
<summary lang="de_DE">Bietet Ihnen an, die nächste Episode automatisch wiederzugeben</summary>
Expand Down