sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
82 stars 14 forks source link

mediaAlign not working #28

Closed jf133 closed 2 years ago

jf133 commented 2 years ago

Hi -- just curious if mediaAlign was implemented as its not working for me? Or stated another way, how would I be able to align content according to smil spec here: https://www.w3.org/TR/SMIL2/layout.html#adef-mediaAlign

Use case: I have an image (or a video) that I want to align to the right middle of the screen. How would I be able to accomplish that?

If it's implemented, would it be possible to provide a working example?

Thanks so much! JF

sagiadinos commented 2 years ago

Hi jf, There is a fork from Paul Bozan which implements this. But it works currently only for images not for videos. That one reason I have not back ported it until now. The video widget seems not to support this positionings.

greetings Niko

jf133 commented 2 years ago

Are you planning to implement either or both? I would need it in case images are smaller sized.

Also are you able to implement for videos?

JF On Wed, Dec 29, 2021 at 7:39 AM Nikolaos Sagiadinos < @.***> wrote:

Hi jf, There is a fork from Paul Bozan https://github.com/paulbozans/garlic-launcher which implements this. But it works currently only for images not for videos. That one reason I have not back ported it until now. The video widget seems not to support this positionings.

greetings Niko

— Reply to this email directly, view it on GitHub https://github.com/sagiadinos/garlic-player/issues/28#issuecomment-1002574939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWQAZBVCC7ZZQ7XIYMUGWCDUTL6O7ANCNFSM5KZQ2HUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

jf133 commented 2 years ago

I don’t see where it’s implemented. Also, can you pull it in?

Thank you!

On Wed, Dec 29, 2021 at 7:39 AM Nikolaos Sagiadinos < @.***> wrote:

Hi jf, There is a fork from Paul Bozan https://github.com/paulbozans/garlic-launcher which implements this. But it works currently only for images not for videos. That one reason I have not back ported it until now. The video widget seems not to support this positionings.

greetings Niko

— Reply to this email directly, view it on GitHub https://github.com/sagiadinos/garlic-player/issues/28#issuecomment-1002574939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWQAZBVCC7ZZQ7XIYMUGWCDUTL6O7ANCNFSM5KZQ2HUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

sagiadinos commented 2 years ago

Hi,

It is now correct implemented for QML and widget player. Video aligment seems to be not possible with Qt-Lib.

jf133 commented 2 years ago

Thank you! Do you know if it was compiled for all binaries?

On Wed, Feb 2, 2022 at 3:41 PM Nikolaos Sagiadinos @.***> wrote:

Hi,

It is now correct implemented for QML and widget player. Video aligment seems to be not possible with Qt-Lib.

— Reply to this email directly, view it on GitHub https://github.com/sagiadinos/garlic-player/issues/28#issuecomment-1028339472, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWQAZBSXN4GLDCVEY7QFPD3UZGJHLANCNFSM5KZQ2HUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

sagiadinos commented 2 years ago

Every commit into GitHub will be built automatically for every supported OS.

You find them on https://garlic-player.com/index.html#downloads under Latest Developer Releases or with history on https://garlic-player.com/downloads/ci-builds/

I delete the historic dev-builds from time to time.

jf133 commented 2 years ago

thank you!