Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
regamebox_launcher [2019/10/24 15:12] admin angelegt |
regamebox_launcher [2019/10/24 15:41] (aktuell) admin [Configure Videos] |
||
|---|---|---|---|
| Zeile 10: | Zeile 10: | ||
| * video details | * video details | ||
| * screensaver | * screensaver | ||
| - | * | + | |
| + | Please check github repository [[https://github.com/arcadeforge/regamebox_themes]] | ||
| + | |||
| + | ====== Configure Videos ====== | ||
| + | |||
| + | Videos can be specified as preview videos for each game. They are defined in the file theme.conf | ||
| + | |||
| + | Example | ||
| + | |||
| + | ''video { | ||
| + | |||
| + | position = { 165, 40 } | ||
| + | |||
| + | dimensions = { 110, 133 } | ||
| + | |||
| + | video_volume = -6000 | ||
| + | |||
| + | video_orientation = 0 | ||
| + | |||
| + | }'' | ||
| + | |||
| + | Paramters: | ||
| + | |||
| + | * ''position'' : upper left most position given by a tupel. | ||
| + | * ''dimensions'' : width and height og a video | ||
| + | * ''video_volume'' : volume of a video | ||
| + | * ''video_orientation'' : video orientation can 0, 90, 180, 270 degree | ||
| + | |||
| ====== Configure Screensaver ====== | ====== Configure Screensaver ====== | ||
| Check in path /root/themes/themes for your theme. Open file lemonlauncher.conf and check out this parameters | Check in path /root/themes/themes for your theme. Open file lemonlauncher.conf and check out this parameters | ||
| - | * screensaver_time : specify here a amount of time, ie 100 when the screensaver should start after user inactivity, | + | * ''screensaver_time'' : specify here a amount of time, ie 100 when the screensaver should start after user inactivity, |
| - | * screensaver_use_video_theme : Use the video parameters specified in themes. This way the screensaver will exactly on the same place like the preview videos. | + | * ''screensaver_use_video_theme'' : Use the video parameters specified in themes. This way the screensaver will exactly on the same place like the preview videos. |
| - | * screensaver_video_x1 : left most position of video | + | * ''screensaver_video_x1'' : left most position of video |
| - | * screensaver_video_y1 : top most position of video | + | * ''screensaver_video_y1'' : top most position of video |
| - | * screensaver_video_x2 : right most position of video | + | * ''screensaver_video_x2'' : right most position of video |
| - | * screensaver_video_y2 : lower most position of video | + | * ''screensaver_video_y2'' : lower most position of video |
| - | * screensaver_video_or : orientation of video | + | * ''screensaver_video_or'' : orientation of video |
| - | * video_vol : volume of video | + | * ''video_vol'' : volume of video |
| When fav key is pressed, then game of randomly shown video is started. | When fav key is pressed, then game of randomly shown video is started. | ||