The branch, frodo has been updated
via b5d81ce8c55e384b50c36c09c92b0847f8d227e2 (commit)
via 26bc4f54369999f0a74fc6c992f68d09aa84cb80 (commit)
from 7aadd3a442a1d205149215767b7b5b5206d01b95 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=b5d81ce8c55e384b50c36c09c92b0847f8d227e2
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=26bc4f54369999f0a74fc6c992f68d09aa84cb80
commit 26bc4f54369999f0a74fc6c992f68d09aa84cb80
Author: beenje <[email protected]>
Date: Mon Aug 19 20:54:26 2013 +0200
[plugin.video.synopsi] updated to version 1.0.9
diff --git a/plugin.video.synopsi/README.markdown
b/plugin.video.synopsi/README.markdown
index d4db486..d561875 100644
--- a/plugin.video.synopsi/README.markdown
+++ b/plugin.video.synopsi/README.markdown
@@ -1,10 +1,45 @@
-# SynopsiTV XBMC plugin
+## What is [Synopsi.tv](http://www.synopsi.tv)?##
+A safe place where you can store your watching history and get the best
personalized recommendations for TV Shows and Movies based on your unique and
evolving watching stylYou can share what you like, get to know people with
similar taste and find out what to watch next with your friends and family.
-## plugin.video.synopsi
+**Some interesting features of Synopsi.tv**
-This is SynopsiTV App that provides reccomendations based on your viewing
style.
-### Installation
+ * Highly personalized recommendations both for Movies and TV Shows
+ * Very comprehensive mobile version of the site
+ * Mobile apps in works (iOS should be released in few weeks)
+ * Watch later list, which helps you to always remember a movie you wanted
to watch
+ * Possibility to create unlimited amount of your own lists or follow lists
of other u
+sers
+ * Easily track your progress among TV shows and be notified of new episodes
+ * Compare your taste with other users, including your friends and see your
compatibility rating
+ * Get recommendations what to watch with your friends, family or complete
strangers
+ * Follow your friends or people with similar taste to find interesting
pieces
+ * Automatically scrobble TV Shows and Movies from your computer thanks to
our [Win/Linux/Mac scrobbler](http://features.synopsi.tv/scrobbler/)
-* Install directly from XBMC > System > Settings > Add-ons > Get Add-ons >
(XBMC.org Add-ons) > Video Add-ons > SynopsiTV
+**What can this plugin do for you**
+ * Automatically scrobble all watched Movies and TV episodes
+ * Show personalized recommendations directly in the XBMC
+ * Synchronize your lists
+ * Availability to rate every movie and TV episode after finishing *(you
have an option to skip rating to be not disturbed if you are watching something
from a playlist)*
+ * Create a list of available content on your XBMC so you can share it with
your friends and family
+
+**How the scrobbler works?**
+
+At this moment you must have your content identified by any available scrapper
(TMDb, IMDb, TVdb, ...). At the end of any TV episode or movie you will be
prompted to rate your experience. There is an option that if you create a
playlist, the rating window will not disturb you while you are watching.
+
+_**If the content will be not recognized correctly, we have created a simple
option for you to correct it manually. After this correction, it will never
happen again to your or to any other user.**_
+
+We have identified the title mismatching as the biggest issue for users and we
are working very hard to give you more precise identification with no extra
requirements.
+
+**How to install it?**
+
+ * In your **XBMC** go to **Settings -> Add-ons -> Search** and search for
**synopsi**
+ * Select the **SynopsiTV** plugin and click install
+ * After installation go to **SynopsiTV** plugin settings
+ * **Log in** or create an account
+ * Your data will **start synchronizing immediately** and you will see what
you watch on your www.synopsi.tv profile
+
+**Contribution**
+
+We really appreciate any help possible. Our ultimate goal is to build the best
and easy to use system for ours parents so they can enjoy the same benefits as
if they would be geeks (and they will stop calling us every time when something
doesnât work). We hope we will find more enthusiasts who could help us to
achieve this goal.
\ No newline at end of file
diff --git a/plugin.video.synopsi/addon.xml b/plugin.video.synopsi/addon.xml
index b44596d..ad9ce86 100644
--- a/plugin.video.synopsi/addon.xml
+++ b/plugin.video.synopsi/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.synopsi"
name="SynopsiTV"
- version="1.0.8"
+ version="1.0.9"
provider-name="Synopsi.TV">
<requires>
<import addon="xbmc.python" version="2.1.0" />
diff --git a/plugin.video.synopsi/changelog.txt
b/plugin.video.synopsi/changelog.txt
index 9c3d703..7d419d2 100644
--- a/plugin.video.synopsi/changelog.txt
+++ b/plugin.video.synopsi/changelog.txt
@@ -1,3 +1,7 @@
+[B]Version 1.0.9[/B]
+
+* Fixed: missing restart dialog after installation
+
[B]Version 1.0.8[/B]
+ Added: option to disable rating window when playing multiple files in
playlist
diff --git a/plugin.video.synopsi/utilities.py
b/plugin.video.synopsi/utilities.py
index 0650135..533081d 100644
--- a/plugin.video.synopsi/utilities.py
+++ b/plugin.video.synopsi/utilities.py
@@ -205,7 +205,8 @@ def get_current_addon():
def addon_openSettings():
addon = get_current_addon()
addon.openSettings()
- changed = top.apiClient.checkAccountChange()
+
+ changed = top.apiClient.checkAccountChange() if top.apiClient else True
return changed
-----------------------------------------------------------------------
Summary of changes:
.../LICENSE.txt | 0
.../addon.xml | 21 +-
plugin.video.nfl.com/changelog.txt | 5 +
plugin.video.nfl.com/default.py | 379 ++++++++++++++++++++
plugin.video.nfl.com/fanart.jpg | Bin 0 -> 318582 bytes
plugin.video.nfl.com/icon.png | Bin 0 -> 81298 bytes
.../resources/icons}/next.png | Bin 18680 -> 18680 bytes
.../resources/icons}/search.png | Bin 34942 -> 34942 bytes
.../resources/language/English/strings.xml | 24 ++
plugin.video.nfl.com/resources/settings.xml | 4 +
plugin.video.synopsi/README.markdown | 45 ++-
plugin.video.synopsi/addon.xml | 2 +-
plugin.video.synopsi/changelog.txt | 4 +
plugin.video.synopsi/utilities.py | 3 +-
14 files changed, 469 insertions(+), 18 deletions(-)
copy {plugin.audio.abradio.cz => plugin.video.nfl.com}/LICENSE.txt (100%)
copy {plugin.video.twit => plugin.video.nfl.com}/addon.xml (51%)
create mode 100644 plugin.video.nfl.com/changelog.txt
create mode 100644 plugin.video.nfl.com/default.py
create mode 100644 plugin.video.nfl.com/fanart.jpg
create mode 100644 plugin.video.nfl.com/icon.png
copy {plugin.video.bliptv/thumbnails =>
plugin.video.nfl.com/resources/icons}/next.png (100%)
copy {plugin.video.bliptv/thumbnails =>
plugin.video.nfl.com/resources/icons}/search.png (100%)
create mode 100644 plugin.video.nfl.com/resources/language/English/strings.xml
create mode 100644 plugin.video.nfl.com/resources/settings.xml
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons