This is the 4th pull request in less than a week.
That's really too much. Not only because this is work for us to
process your pull requests but that's load on our servers and too many
updates for the users.
Please test and wait a few days before to send a pr.
I'm not even sure about your last minute bug fix. You don't have the
same in eden and frodo.
So are you really sure?

git diff eden..frodo -- plugin.video.filmon

diff --git a/plugin.video.filmon/default.py b/plugin.video.filmon/default.py
index 305a38e..77ebbbc 100644
--- a/plugin.video.filmon/default.py
+++ b/plugin.video.filmon/default.py
@@ -237,14 +237,14 @@ def GET_STREAMS(url):
             name=stream['quality']
             if re.search('m4v',playpath,re.IGNORECASE):
                     app = 'vod'
-                    url= stream['url']+playpath
+                    url= stream['url']+'/'+playpath
                     swfUrl=
'http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf'
             else:
                     try:
                             regex = re.compile('rtmp://(.+?)/(.+?)/<')
                             match = regex.search(foregex)
                             app = '%s/' %(match.group(2))
-                            url= stream['url']+'/'+playpath
+                            url= stream['url']+playpath
                             swfUrl=
'http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf'
                     except:
                             pass

On Mon, Jan 14, 2013 at 12:14 PM, Mike Simmonds <miken...@hotmail.co.uk> wrote:
> Sorry Guys Last Bug Fix:
>
> Frodo:
> addon: plugin.video.filmon
> version: 4.2.7
> revision: f932f23354b8ced93d17cd8616bef08f6dce631b
> url: git://github.com/XBMCFILMON/plugin.video.filmon.git
> branch: master
> xbmc version: frodo
>
> ======================================================
> EDEN:
> addon: plugin.video.filmon
> version: 3.2.7
> revision: 38db14bdd98da8b90fe35db8ec8fc6bcf110488d
> url: git://github.com/XBMCFILMON/plugin.video.filmon.git
> branch: eden
> xbmc version: eden
>
>
> thanks mike
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122412
> _______________________________________________
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to