The branch, eden has been updated
       via  7bac2f087f6a2dcc3c5c90e9fc16aa650f6ec468 (commit)
      from  4a30948f0b18d619efa41e4266eac5139014d1ba (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=7bac2f087f6a2dcc3c5c90e9fc16aa650f6ec468


-----------------------------------------------------------------------

Summary of changes:
 script.trakt/.gitignore                            |    3 +
 .../LICENSE.txt                                    |    0
 script.trakt/README.md                             |   40 +++
 script.trakt/addon.xml                             |   27 ++
 script.trakt/changelog.txt                         |    5 +
 script.trakt/icon.png                              |  Bin 0 -> 36663 bytes
 script.trakt/nbhttpconnection.py                   |   49 ++++
 script.trakt/nbhttpsconnection.py                  |   49 ++++
 script.trakt/notification_service.py               |   85 ++++++
 script.trakt/resources/language/Dutch/string.xml   |  143 ++++++++++
 .../resources/language/English/strings.xml         |  143 ++++++++++
 script.trakt/resources/language/German/strings.xml |   65 +++++
 script.trakt/resources/language/Polish/strings.xml |  128 +++++++++
 .../language/Portuguese (Brazil)/strings.xml       |  143 ++++++++++
 script.trakt/resources/settings.xml                |   14 +
 script.trakt/scrobbler.py                          |  184 ++++++++++++
 script.trakt/service.py                            |   20 ++
 script.trakt/utilities.py                          |  293 ++++++++++++++++++++
 18 files changed, 1391 insertions(+), 0 deletions(-)
 create mode 100644 script.trakt/.gitignore
 copy {script.artwork.downloader => script.trakt}/LICENSE.txt (100%)
 create mode 100644 script.trakt/README.md
 create mode 100644 script.trakt/addon.xml
 create mode 100644 script.trakt/changelog.txt
 create mode 100644 script.trakt/icon.png
 create mode 100644 script.trakt/nbhttpconnection.py
 create mode 100644 script.trakt/nbhttpsconnection.py
 create mode 100644 script.trakt/notification_service.py
 create mode 100644 script.trakt/resources/language/Dutch/string.xml
 create mode 100644 script.trakt/resources/language/English/strings.xml
 create mode 100644 script.trakt/resources/language/German/strings.xml
 create mode 100644 script.trakt/resources/language/Polish/strings.xml
 create mode 100644 script.trakt/resources/language/Portuguese 
(Brazil)/strings.xml
 create mode 100644 script.trakt/resources/settings.xml
 create mode 100644 script.trakt/scrobbler.py
 create mode 100644 script.trakt/service.py
 create mode 100644 script.trakt/utilities.py


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to