Initial commit after repository repair and requirements update
10
tkinter_app/resources/app_config.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"screen_orientation": "Landscape",
|
||||
"screen_name": "tv-terasa",
|
||||
"quickconnect_key": "8887779",
|
||||
"server_ip": "digi-signage.moto-adv.com",
|
||||
"port": "8880",
|
||||
"screen_w": "1920",
|
||||
"screen_h": "1080",
|
||||
"playlist_version": 5
|
||||
}
|
||||
BIN
tkinter_app/resources/demo1.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
tkinter_app/resources/demo2.jpeg
Normal file
|
After Width: | Height: | Size: 537 KiB |
15
tkinter_app/resources/demo_playlist.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"playlist": [
|
||||
{
|
||||
"file_name": "demo1.jpg",
|
||||
"url": "Resurse/demo1.jpg",
|
||||
"duration": 20
|
||||
},
|
||||
{
|
||||
"file_name": "demo2.jpg",
|
||||
"url": "Resurse/demo2.jpg",
|
||||
"duration": 20
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
BIN
tkinter_app/resources/home_icon.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
tkinter_app/resources/left-arrow-blue.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
tkinter_app/resources/left-arrow-green.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
20
tkinter_app/resources/local_playlist.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"playlist": [
|
||||
{
|
||||
"file_name": "1307306470-nature_wallpaper_hd_hd_nature_3-3828209637.jpg",
|
||||
"url": "static/resurse/1307306470-nature_wallpaper_hd_hd_nature_3-3828209637.jpg",
|
||||
"duration": 20
|
||||
},
|
||||
{
|
||||
"file_name": "wp2782770-1846651530.jpg",
|
||||
"url": "static/resurse/wp2782770-1846651530.jpg",
|
||||
"duration": 15
|
||||
},
|
||||
{
|
||||
"file_name": "SampleVideo_1280x720_1mb.mp4",
|
||||
"url": "static/resurse/SampleVideo_1280x720_1mb.mp4",
|
||||
"duration": 5
|
||||
}
|
||||
],
|
||||
"version": 5
|
||||
}
|
||||
1186
tkinter_app/resources/log.txt
Normal file
BIN
tkinter_app/resources/pause.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
tkinter_app/resources/play.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
tkinter_app/resources/right-arrow-blue.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
tkinter_app/resources/right-arrow-green.png
Normal file
|
After Width: | Height: | Size: 17 KiB |