2013-10-09, 00:47
(2013-10-07, 22:54)Fice Wrote: 8.1 got merged yesterday
https://github.com/xbmc/xbmc/pull/3059
Yes I already noticed, thank you!
(2013-10-07, 22:54)Fice Wrote: 8.1 got merged yesterday
https://github.com/xbmc/xbmc/pull/3059
bold_font14 = xbmcgui.Font('c:\Windows\Fonts\arialbd.ttf', size=14)
...
label = xbmcgui.ControlLabel(100, 100, 200, 50, 'Some text', font=bold_font14)
(2013-11-16, 01:04)jmarshall Wrote: I think a patch would be accepted. By the looks of it all it would require "all" would be for you to detect Proxy in the appropriate block in CurlFile.cpp and fill in the m_http* variables.
The only tricky bit would be the proxy type by the looks. Something like the top commit here:
https://github.com/jmarshallnz/xbmc/comm...col_option
Feel free to test/enhance etc. Once confirmed working and suitable I'm happy to PR it.
Cheers,
Jonathan
(2013-11-17, 04:23)jmarshall Wrote: I dunno if it's needed or not. You could always name it HttpProxy as the main setting. Note that this handles only stuff passed through CCurlFile. I dunno if that is how RTMP is handled.
(2013-11-18, 00:46)jmarshall Wrote: With librtmp we just throw the URL at it directly. Thus, I'd expect that the proxy stuff would be needed on the librtmp end of things - it may already support this, I don't know.
For http:// URLs, I'd only suggest specifying the proxy type if it will actually be needed. Most proxy's in use tend to be http anyway, so I don't know if you'll really need much more than this (I don't know what you're attempting to achieve - one presumes to bypass geolock and the like?)
(2013-02-05, 18:23)sphere Wrote: 7 Forum/Wiki/Developer-docs
7.1 I know this is work no one wants to do (including me), but there are dozen of sticky-threads/linked-manuals which are extremly outdated. Or really bad (Python) Code.
As a first step: Please unstick (and maybe close?) threads with outdated informations. Examples: the last three sticky threads in python add-on development
(2013-11-19, 01:23)jmarshall Wrote: The idea is sound, yes. I've made some comments, mostly regarding cosmetics, on your commits. If you'd like to clean them up (and rebase down onto master) and do a PR, I'd be happy to merge.
(2013-12-01, 18:17)queeup Wrote: @Basje
I was working on it once
https://github.com/xbmc/xbmc/pull/2003