These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

thumbnails incorrectly resized.

user-765

Hi, I'm using homebrew to get the latest version of iplayer and when I download a file the thumbnail is incorrectly resized although I have it set in my ~/.get_iplayer/options file..

my config and sample output are in the following links.

http://pastebin.com/download.php?i=G4cUhYuF

http://i60.tinypic.com/295x3e0.png

Thanks for any help and the great app.

user-2

Cannot reproduce. AtomicParsley is resizing the image, so get_iplayer options don't come into play. I suspect you may have PIC_OPTIONS - which controls AP resizing - set in your shell environment. Use
Code:
echo $PIC_OPTIONS
to check. Also check your shell startup files to make sure you don't have something like this:

Code:
export PIC_OPTIONS="ForceHeight=999:ForceWidth=333:removeTempPix"



Not directly related to this issue, but you have an invalid value for
Code:
thumbsizecache
in your options file. It isn't a regex - should be an integer. With your current value, the thumbnail URLs in your cache are likely to be invalid.

user-765

Thanks a lot, it was the PIC_OPTIONS flag I had in my zshrc. I've change the thumbsizecache as well.

user-2

And while you're at it, remove
Code:
rtmptvopts
from your options. That's long obsolete.

These forums are archived

See this post for further info