Skip to content

Commit a4c9da5

Browse files
committed
v1.1.2 release with demo project and templates
1 parent 43f9b5c commit a4c9da5

File tree

96 files changed

+2483
-10372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2483
-10372
lines changed

.gitignore

+17-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,21 @@ SmartPX_log*.txt
1818
env.txt
1919
.log
2020
devnotes.txt
21-
MEDIA/*
22-
DATAROOT/*
2321
DATAROOT_*
2422

25-
ASSETS/csv/
26-
ASSETS/excel/ndf/
23+
# DATAROOT - Add just the DATAROOT/HelloWorld-project
24+
!DATAROOT/
25+
DATAROOT/*
26+
!DATAROOT/HelloWorld-project/
27+
28+
29+
# ASSETS
30+
!ASSETS/
31+
# ASSETS/*
32+
!ASSETS/excel/ticker/
33+
!ASSETS/templates/softpix/Template_Pack_1.1/*
34+
!ASSETS/csv/
35+
ASSETS/csv/*.csv
2736
ASSETS/media/video/
2837
ASSETS/media/images/hd/
2938
ASSETS/media/images/bg/
@@ -37,6 +46,7 @@ ASSETS/media/images/smartpx_internal/
3746
ASSETS/media/images/_*
3847

3948
ASSETS/template_stash/
49+
ASSETS/templates_dev/
4050
ASSETS/hot_or_not
4151
ASSETS/xml/demo.xml
4252

@@ -60,13 +70,14 @@ ASSETS/plugins/spxImagelist
6070
#######################################
6171
# non-public templates
6272
#######################################
73+
ASSETS/templates_*
6374
ASSETS/templates/smartpx
6475
ASSETS/templates/smartpx_demo
6576
ASSETS/templates/smartpx_internal
6677
ASSETS/templates/smartpx/scoreboard
6778
ASSETS/templates/codetive
6879
ASSETS/templates/softpix/SPX_GoogleMaps
69-
ASSETS/templates/softpix/Template_Pack_1.1
80+
ASSETS/templates/softpix/*_old
7081
ASSETS/templates/softpix/picturall_core_templates
7182
ASSETS/templates/analogway/
7283

@@ -136,3 +147,4 @@ BUILD_PACKAGES_TO_OS_FOLDERS_TE-LIVE.BAT
136147

137148
env.json
138149

150+

ASSETS/ExtraFunctions/demoFunctions.js

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function wipeClean() {
6767
}, 50);
6868
}
6969

70+
/*
7071
function stopAll(){
7172
// Will send STOP commands to all layers used by current rundown.
7273
// Timeout here allows some time for server to handle the incoming commands.
@@ -80,6 +81,7 @@ function stopAll(){
8081
}, (itemNro * 50)); // 50, 100, 150, 200ms etc...
8182
});
8283
}
84+
*/
8385

8486
function playAll(){
8587
// Will send PLAY commands to all layers used by current rundown.

ASSETS/csv/csv-folder.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CSV folder
2+
3+
SPX will generate template specific example.csv files here when CSV export button is clicked in the template.
4+
5+
More info: https://spxgc.tawk.help/article/help-csv-files

ASSETS/excel/ndf/ndf.xlsx

-20.2 KB
Binary file not shown.
207 Bytes
Binary file not shown.

ASSETS/plugins/spxLinks/init.js

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ function PluginInstance() {
2929
"text": "Give feedback",
3030
"value": "https://forms.gle/T26xMFyNZt9E9S6d8"
3131
},
32+
{
33+
"text": "Latest Changes",
34+
"value": "https://spxgc.tawk.help/article/latest-changes"
35+
},
3236
{
3337
"text": "Discuss Features",
3438
"value": "https://spx.kampsite.co"
Loading
Binary file not shown.

ASSETS/templates/smartpx/Template_Pack_1/SPX1_COLORBUMPER.html

-129
This file was deleted.

ASSETS/templates/smartpx/Template_Pack_1/customize.css

-52
This file was deleted.

ASSETS/templates/smartpx/Template_Pack_1/js/spx_cmdhandler.1.2.js

-56
This file was deleted.

ASSETS/templates/smartpx/Template_Pack_1/js/spx_cmdhandler.js

-59
This file was deleted.

0 commit comments

Comments
 (0)