from os import path, rename from django.utils import timezone from rest_framework.serializers import ( BooleanField, Expand All @@ -15,6 +16,7 @@ url_fails, ) from settings import settings from . import ( get_unique_name, validate_uri, Expand Down 2 changes: 1 addition & 1 deletion...
Fix web asset display in 4k for Raspberry Pi OS. Test changes on Bookworm for Pi 3, and Pi 4 devices. Fix web asset display in 4k displays for Balena OS. Test changes on Bookworm for Pi 2, Pi 3, and Pi 4 devices.Sorry, something went wrong. nicomiguelino added 2 commits May 14...
Facebook Twitter Google Share on Facebook Thesaurus Wikipedia ThesaurusAntonymsRelated WordsSynonymsLegend: Switch tonew thesaurus Noun1.Paranthias- a genus of Serranidae genus Paranthias fish genus- any of various genus of fish family Serranidae,Serranidae- marine fishes: sea basses; sea perches; gr...
If you'd like more control over your digital signage instance, try installing it on Raspberry Pi OS Lite.The tl;dr for on Raspberry Pi OS is:$ bash <(curl -sL https://install-anthias.srly.io) You'll be prompted with the following questions:...
Allows support for 4k display by increasing shared memory in viewer (S… Browse files …creenly#1894) * fix: increase `shm_size` of the viewer service for RPi OS and Balena versions * modify the docs to include usage of the `--shm-size` flag master (Screenly/Anthias#1894) nico...
Description Updates the rest of the GitHub Actions workflow files so that the CI runners will use Ubuntu 24.04 when running jobs. Checklist I have performed a self-review of my own code. New and...
The world's most popular open source digital signage project. - chore(ci): bump runner OS to Ubuntu 24.04 · Screenly/Anthias@51f3ea6
_player_args[0])(*self._player_args[1:], **self._player_kwargs) def stop(self): try: sh.killall('omxplayer.bin', _ok_code=[1]) except OSError: pass def is_playing(self): return bool(self._run.process.alive) 0 comments on commit ec8115b Please sign in to comment. ...