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

Fullscreen and screen number not work #16

Closed adalidortiz closed 4 years ago

adalidortiz commented 4 years ago

Hi, testing Garlic player parameters. -s 0 or 1 or 2 works fine but if combined with another like "-m fullscreen" only works the first: "C:\Program Files (x86)\garlic-player\start_garlic.bat" -s 1 -m fullscreen Launch the player in screen 1 as indicated but not fullscreen.

If change order: "C:\Program Files (x86)\garlic-player\start_garlic.bat" -m fullscreen -s 1 Launch the player in the whole screen but not in the desired monitor. The launcher shows in default screen.

This is the version: | garlic-player-win64-v0.3.0.422.exe | 2020-03-02 02:00 | 87M |

sagiadinos commented 4 years ago

Fullscreen was not moved first. It should be fixed now. Wait some minutes until the CI server builds the garlic-player-win64-v0.3.0.423.exe. But it could be also a problem in the start_garlic.bat

I currently do not have a multi screen windows for testing. Tell me if it works.

Edit: Maybe you can start with bin\garlic-player.exe -s 1 -m fullscreen

adalidortiz commented 4 years ago

Mil Gracias !!!

I will test and give you feedback.

adalidortiz commented 4 years ago

It worked as you suggest bin\garlic-player.exe -s 1 -m fullscreen Thanks !!!

sagiadinos commented 4 years ago

you are welcome