Fix ffpyplayer offline wheel and update install scripts
- Rebuilt evdev wheel for cp313 aarch64 (was missing from repo) - Updated install.sh: add --system-site-packages to venv, verify imports - Updated start.sh: activate .venv before running player - Updated run_player.sh: activate .venv before running player - Added pip fallback for kivy/ffpyplayer if apt/pip install misses them
This commit is contained in:
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"count": 2,
|
||||
"count": 1,
|
||||
"player_id": 1,
|
||||
"player_name": "Receptie TV",
|
||||
"player_name": "player_test",
|
||||
"playlist": [
|
||||
{
|
||||
"file_name": "sean-oulashin-KMn4VEeEPR8-unsplash.jpg",
|
||||
"type": "image",
|
||||
"url": "media/sean-oulashin-KMn4VEeEPR8-unsplash.jpg",
|
||||
"duration": 25,
|
||||
"edit_on_player": false
|
||||
},
|
||||
{
|
||||
"file_name": "robert-lukeman-zNN6ubHmruI-unsplash.jpg",
|
||||
"type": "image",
|
||||
"url": "media/robert-lukeman-zNN6ubHmruI-unsplash.jpg",
|
||||
"duration": 20,
|
||||
"duration": 14,
|
||||
"edit_on_player": false
|
||||
}
|
||||
],
|
||||
"playlist_id": 1,
|
||||
"playlist_version": 15
|
||||
"playlist_version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user