Feature Requests (1 Viewer)

yoavain

Extension Dev
  • Premium Supporter
  • May 24, 2009
    422
    480
    48
    Home Country
    Israel Israel
    Hi yoavain, is this something universal or documented? Even tho it seems like a good thing to do, personally I wouldn't like IF:

    - half of profile images will be missing after the change - has to be tested on large sample
    - twitter changes this in the future and all profile images are missing - if it's undocumented feature, change can be made without any announcements

    But perhaps I'm just too worried about a small change like this ;) But would still like to hear edsche's comments.

    Hmm, I see your point.

    Here's what I found in Twitter API documentation:
    GET users/profile_image/:screen_name | dev.twitter.com

    According to that, you can use the following options (for example, with the user "teammediaportal")
    http://api.twitter.com/1/users/profile_image/teammediaportal.xml
    http://api.twitter.com/1/users/profile_image/teammediaportal.xml?size=normal
    http://api.twitter.com/1/users/profile_image/teammediaportal.xml?size=bigger
    http://api.twitter.com/1/users/profile_image/teammediaportal.xml?size=mini

    And here's the one they do not document:
    http://api.twitter.com/1/users/profile_image/teammediaportal.xml?size=original

    IMO, the one they don't document is still valid, since anything else gives back:
    HTML:
    <errors>
    <error code="24">Unsupported profile image size</error>
    </errors>


    Anyway, we can always do this:
    1. Try to get the original (biggest)
    2. If we get an error return code, try to get "bigger"
    3, If we get an error return code, try to get "normal"

    But I'm pretty confident 1. will work great.

    By the way, I got the idea from the well known HoverZoom Chrome Extension...

    :D,
    Yoav
     

    Users who are viewing this thread

    Similar threads

    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    Replies
    0
    Views
    519
    ok, i've fixed parsing and did a couple of other optimizations. Also officially published this site, so everybody can use it
    ok, i've fixed parsing and did a couple of other optimizations. Also officially published this site, so everybody can use it
    Hi! I am trying to get the m3u files from GitHub - iptv-org/iptv: Collection of publicly available IPTV channels from all over the...
    Replies
    4
    Views
    10K
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    1K
    I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
    I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
    Hi, I am using MP in a client-only setup including DVB-S card for over 10 years now. And regularily scheduling records waking up...
    Replies
    9
    Views
    3K
    Top Bottom