The branch, eden-pre has been updated
via 6e7a978341132c41a613f9324bf254a92c8ec62e (commit)
from 9a0b2fb2f42aadbdd35ee68743c17f477dc7a6fd (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=6e7a978341132c41a613f9324bf254a92c8ec62e
commit 6e7a978341132c41a613f9324bf254a92c8ec62e
Author: spiff <[email protected]>
Date: Mon Jan 9 22:03:49 2012 +0100
[plugin.video.the.trailers] initial version (0.1.0). thanks to Martijn
diff --git a/.gitignore b/.gitignore
index d374781..adf0f7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,3 +69,5 @@ plugin.audio.soundcloud/.gitignore
plugin.audio.soundcloud/.project
plugin.audio.soundcloud/.pydevproject
plugin.audio.soundcloud/.settings
+plugin.video.the.trailers/.git
+plugin.video.the.trailers/.gitignore
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
.../LICENSE.txt | 8 +-
plugin.video.the.trailers/addon.py | 43 ++
plugin.video.the.trailers/addon.xml | 21 +
plugin.video.the.trailers/changelog.txt | 4 +
plugin.video.the.trailers/fanart.jpg | Bin 0 -> 638630 bytes
plugin.video.the.trailers/icon.png | Bin 0 -> 25723 bytes
.../resources/__init__.py | 0
.../resources/images/cp_add.png | Bin 0 -> 1101 bytes
.../resources/language/English/strings.xml | 91 +++++
.../resources/language/Hungarian/strings.xml | 91 +++++
.../resources/lib/MediaWindow.py | 265 ++++++------
.../resources/lib}/__init__.py | 0
.../resources/lib/couchpotato.py | 185 +++++++++
.../resources/lib/download.py | 238 +++++++++++
.../resources/lib/script_exceptions.py | 18 +
.../resources/lib/showtimes.py | 188 +++++++++
.../resources/lib/trailers.py | 422 ++++++++++++++++++++
plugin.video.the.trailers/resources/lib/utils.py | 212 ++++++++++
.../resources/scrapers/Google}/__init__.py | 0
.../resources/scrapers/Google/showtimesScraper.py | 267 +++++++++++++
.../resources/scrapers}/__init__.py | 0
plugin.video.the.trailers/resources/settings.xml | 38 ++
.../skins/default/720p/plugin-AMTII-showtimes.xml | 263 ++++++++++++
.../skins/default/media/Showtimes-DialogBack.png | Bin 0 -> 35982 bytes
.../default/media/Showtimes-GlassTitleBar.png | Bin 0 -> 8023 bytes
.../skins/default/media/Showtimes-MenuItemFO.png | Bin 0 -> 24951 bytes
.../skins/default/media/Showtimes-MenuItemNF.png | Bin 0 -> 3173 bytes
.../skins/default/media/Showtimes-Poster.png | Bin 0 -> 42536 bytes
.../skins/default/media/showtimes-ticket.png | Bin 0 -> 4012 bytes
30 files changed, 2219 insertions(+), 137 deletions(-)
copy {plugin.audio.dr.dk.netradio => plugin.video.the.trailers}/LICENSE.txt
(99%)
create mode 100644 plugin.video.the.trailers/addon.py
create mode 100644 plugin.video.the.trailers/addon.xml
create mode 100644 plugin.video.the.trailers/changelog.txt
create mode 100644 plugin.video.the.trailers/fanart.jpg
create mode 100644 plugin.video.the.trailers/icon.png
copy {plugin.program.rtorrent =>
plugin.video.the.trailers}/resources/__init__.py (100%)
create mode 100644 plugin.video.the.trailers/resources/images/cp_add.png
create mode 100644
plugin.video.the.trailers/resources/language/English/strings.xml
create mode 100644
plugin.video.the.trailers/resources/language/Hungarian/strings.xml
copy {plugin.video.previewnetworks =>
plugin.video.the.trailers}/resources/lib/MediaWindow.py (86%)
copy {plugin.program.rtorrent/resources =>
plugin.video.the.trailers/resources/lib}/__init__.py (100%)
create mode 100644 plugin.video.the.trailers/resources/lib/couchpotato.py
create mode 100644 plugin.video.the.trailers/resources/lib/download.py
create mode 100644 plugin.video.the.trailers/resources/lib/script_exceptions.py
create mode 100644 plugin.video.the.trailers/resources/lib/showtimes.py
create mode 100644 plugin.video.the.trailers/resources/lib/trailers.py
create mode 100644 plugin.video.the.trailers/resources/lib/utils.py
copy {plugin.program.rtorrent/resources =>
plugin.video.the.trailers/resources/scrapers/Google}/__init__.py (100%)
create mode 100644
plugin.video.the.trailers/resources/scrapers/Google/showtimesScraper.py
copy {plugin.program.rtorrent/resources =>
plugin.video.the.trailers/resources/scrapers}/__init__.py (100%)
create mode 100644 plugin.video.the.trailers/resources/settings.xml
create mode 100644
plugin.video.the.trailers/resources/skins/default/720p/plugin-AMTII-showtimes.xml
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/Showtimes-DialogBack.png
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/Showtimes-GlassTitleBar.png
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/Showtimes-MenuItemFO.png
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/Showtimes-MenuItemNF.png
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/Showtimes-Poster.png
create mode 100644
plugin.video.the.trailers/resources/skins/default/media/showtimes-ticket.png
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons