Patch: Use larger video size and thumbnail

I found the video size window too small. This patch makes the video display larger.

It also adds a video thumbnail, if it exists. Tested only with stopdesign theme.

Link: http://xkahn.zoned.net/software/zenphoto/patches/zenphoto-1.1.5-bigvideo.patch

Comments

  • I can use this patch. I don't have much experience with this stuff, so can you tell me exactly what file and how to add the patch to ZP. Thanks.
  • acrylian Administrator, Developer
    xkahn, do you know that the flv player we use has a full screen button?
  • xkahn Member
    Sure. Save the patch into your zenphoto directory. Open a terminal and change to your zenphoto directory.

    Run:

    patch -p1 < zenphoto-1.1.5-bigvideo.patch

    You should get a message saying the patch was applied. Let me know if it asks any questions -- it shouldn't.

    If you dislike the change, you can revert the same way:

    patch -p1 -r < zenphoto-1.1.5-bigvideo.patch

    Afterward, you can delete the patch file, and the .orig files.
  • xkahn Member
    acrylian: Yes. I know about the full screen button. But I like the embedded size to be larger.

    And I like the image thumbnail preview in the video player.
  • acrylian Administrator, Developer
    Alright, I am not familiar with Stopdesign anyway (another dev had worked on it mostly).
  • xkahn Member
    This patch shouldn't be stopdesign specific -- I just haven't tested it with other themes.
  • acrylian Administrator, Developer
    I just realized that. Maybe we should simply tie that to gether with the sized image size...
  • xkahn Member
    That could work, or maybe it should be a separate setting.
Sign In or Register to comment.