mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Simple Video Player",
|
||||
"description": "Uses [mplayer](http://mplayerhq.hu) to play and loop a list of videos in fullscreen.",
|
||||
"media": [],
|
||||
"version": "1.0",
|
||||
"last_updated": "2018-02-13",
|
||||
"license": "Public domain",
|
||||
"category": "Examples",
|
||||
"tags": ["example"],
|
||||
"developer": "vollstock",
|
||||
"homepage": "http://www.vollstock.de/",
|
||||
"compatibility": {
|
||||
"s": "False",
|
||||
"m": "True",
|
||||
"l": "True",
|
||||
"xl": "True"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
apt update
|
||||
apt -y install mplayer
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# remove all files we have copied to data folder
|
||||
rm /assets/data/tooloop-greeter*
|
||||
|
||||
# we have installed it, we should remove it also
|
||||
apt -y purge mplayer
|
||||
Reference in New Issue
Block a user