This is an old revision of the document!


Technical changes in Piwigo 2.11

[In Progress] "Multiple formats" for videos

(pull-request #980)

When we upload a video (higher than HD) in Piwigo 2.10, it will generate the video in HD to help users to see videos in their gallery if they have a heavy file. To create this feature, we added a new trigger at the end of the upload process called :

trigger_notify('upload_file_end', $example);

The video is generate with ffmpeg in command line and stored in 'pwg_format'.

tag combination title

header.tpl : promote mobile app

In the

<head>

section of header.tpl, we have added :

{if $SHOW_MOBILE_APP_BANNER}
<meta name="apple-itunes-app" content="app-id=472225196">
{/if}

This feature will only work if the theme has it in its header.tpl file, if any.

 
Back to top
dev/changes_in_2.11.1601378284.txt.gz · Last modified: 2020/09/29 11:18 by plg
 
 
github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact