The branch, gotham has been updated
via fe20443f30c3db700137f865dad01b24e3fb2981 (commit)
from a2c60620d44fe5f8ad20a25eb1b46209287dec7e (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=fe20443f30c3db700137f865dad01b24e3fb2981
commit fe20443f30c3db700137f865dad01b24e3fb2981
Author: Martijn Kaijser <[email protected]>
Date: Tue Apr 8 14:59:16 2014 +0200
[service.subtitles.subsfactoryit] 1.0.3
diff --git a/service.subtitles.subsfactoryit/addon.xml
b/service.subtitles.subsfactoryit/addon.xml
index dd8eeb2..132d4ca 100755
--- a/service.subtitles.subsfactoryit/addon.xml
+++ b/service.subtitles.subsfactoryit/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subsfactoryit"
name="Subsfactory.it"
- version="1.0.2"
+ version="1.0.3"
provider-name="cotzadev">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
diff --git a/service.subtitles.subsfactoryit/changelog.txt
b/service.subtitles.subsfactoryit/changelog.txt
index 8a131f0..ad1cd90 100644
--- a/service.subtitles.subsfactoryit/changelog.txt
+++ b/service.subtitles.subsfactoryit/changelog.txt
@@ -1,2 +1,8 @@
+1.0.3
+- added 1080i and 1080p releases
+
+1.0.2
+- use the BeautifulSoup4 xbmc module
+
1.0.0
- initial release
\ No newline at end of file
diff --git a/service.subtitles.subsfactoryit/service.py
b/service.subtitles.subsfactoryit/service.py
index 5320038..d35f3c3 100755
--- a/service.subtitles.subsfactoryit/service.py
+++ b/service.subtitles.subsfactoryit/service.py
@@ -34,6 +34,8 @@ release_list = [
['720p', '720p'],
['web', 'WEB-DL'],
['bluray', 'BluRay'],
+['1080p', '1080p'],
+['1080i', '1080i'],
['dvdrip', 'DVDRip'],
['bdrip', 'BDRip']]
# Revison list
@@ -80,6 +82,12 @@ def checkSync(fn, release):
elif release == 'Normale':
if ('hdtv' in fn) and ( not ('720p' in fn)):
check = True
+ elif release == '1080p':
+ if ('1080p' in fn) and ('hdtv' in fn):
+ check = True
+ elif release == '1080i':
+ if ('1080i' in fn):
+ check = True
elif release == 'BluRay':
if ('bluray' in fn):
check = True
-----------------------------------------------------------------------
Summary of changes:
service.subtitles.subsfactoryit/addon.xml | 2 +-
service.subtitles.subsfactoryit/changelog.txt | 6 ++++++
service.subtitles.subsfactoryit/service.py | 8 ++++++++
3 files changed, 15 insertions(+), 1 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons