linuxserver / docker-piwigo

GNU General Public License v3.0
133 stars 27 forks source link

[FEAT] include support for uploading videos from iOS devices #80

Open hkhiro opened 2 months ago

hkhiro commented 2 months ago

Is this a new feature request?

Wanted change

used this image to create the initial piwigo container, but it seems in order to support HEVC uploads I have to follow instructions on this other github project . Instructions there require me to include support for ffmpeg and mediainfo. I am not that au fait with docker, but isn't it possible to include these somehow in the compose file? Presumably I then have to install the plugins via piwigo and updates to the script. However, I would also need the actual paths to ffmpeg and mediainfo per instructions there.

Can anyone help?

Reason for change

Simplify installation for a simple person

Proposed code change

no I don't think any code needs changing. Just a guidance on how to support this key use case.

github-actions[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 2 months ago

You can install ffmpeg and ffprobe via https://github.com/linuxserver/docker-mods/tree/universal-package-install

The rest of the instructions look like things you can do on piwigo gui

LinuxServer-CI commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.