colloqi / piSignage

Digital Signage Player Software for Raspberry Pi, more details at
http://pisignage.com
585 stars 251 forks source link

Cannot create horizontal + vertical layout with dual display #234

Closed controlol closed 8 months ago

controlol commented 9 months ago

Platform: RPi 4 Player version: 4.9.5/490_11_script_2023-04-23

When creating a custom layout for dual displays the side container cannot be modified. Same is true for the main container.

When loading a horizontal custom layout both displays are treated as horizontal, even though one display is configured as vertical using the template designer. Adding custom CSS does not have an effect either.

This was the CSS I added.

#side {
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
}

pisignage-dual-display-problem

Perhaps the template designer was never meant for this, perhaps it is a bug.

I think it would be very useful to have separate playlists/scheduling for each display. If this were possible the layout could be a bonus for each display instead of a requirement, and losing the functionality to control the layout of the display.

AbhijithBn commented 8 months ago

Hi @controlol

piSignage for Raspberry Pi connected to dual display works when both the displays are used in Landscape (horizontal) or Portrait (vertical) mode.

Please make use of Layout 2a/ 2b/ 2c rather than a custom-layout and assign a playlist with a Portait mode to the side zone. Screenshot 2024-01-03 at 3 17 37 PM

Here is a support article for your reference about certain limitations. https://help.pisignage.com/hc/en-us/articles/21655587985433-Dual-Display-with-PiSignage

controlol commented 8 months ago

Okay, thank you for verifying. I think we will be using 2 pi's for now.