change folder structure and control files to newest concept

This commit is contained in:
Daniel Stock
2018-09-20 16:38:35 +02:00
parent 224fd33794
commit e25c30f942
2747 changed files with 21 additions and 80 deletions

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@@ -1,18 +0,0 @@
{
"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"
}
}
@@ -1,4 +0,0 @@
#!/bin/sh
apt update
apt -y install mplayer
@@ -1,7 +0,0 @@
#!/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
@@ -1,10 +1,11 @@
Package: tooloop-video-player
Version: 0.9.0
Version: 0.1.0
Maintainer: vollstock
Homepage: https://www.vollstock.de
Bugs: https://github.com/vollstock/Tooloop-Examples
Section: tooloop/presentation
Architecture: all
Depends: mplayer
Description: Video Player
Name: Video Player
Description: A simple looping video player
The tooloop video player is using mplayer to loop over all videos it find in `/assets/data`.