Mercurial > code > home > repos > light9
annotate readme @ 2405:69ca2b2fc133
overcomplicated attempt at persisting the pane layout in the rdf graph
this was hard because we have to somehow wait for the graph to load before config'ing the panes
author | drewp@bigasterisk.com |
---|---|
date | Fri, 17 May 2024 16:58:26 -0700 |
parents | 83f9fbc0a003 |
children |
rev | line source |
---|---|
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
1 Mini instructions: |
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
2 |
2138 | 3 # Prep |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
4 |
2138 | 5 ## System |
6 | |
7 % `make setup` | |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
8 |
2138 | 9 % `export LIGHT9_SHOW=path/to/light9/show/dance2011` |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
10 |
2138 | 11 Set `$LIGHT9_SHOW/URI` and `networking.n3` and `playlist.n3` |
12 to set :musicRoot and the values under sh:netHome | |
13 | |
14 ## Music | |
15 | |
16 Put music in `$LIGHT9_SHOW/music` | |
351
a6662d61ebcd
SC, KC, CC now run and seem to load and save ok. CC does not have any rdf for its data files
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
17 |
2138 | 18 Consider normalizing levels across songs: |
19 ``` | |
20 cd $LIGHT9_SHOW/music | |
21 mkdir norm | |
22 for x (*.wav) { cp $x norm } | |
23 for x (*.ogg) { ffmpeg -i $x norm/$x:r.wav } | |
24 cd norm | |
25 normalize-audio -v --mix * | |
26 ``` | |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
27 |
2138 | 28 % `bin/make_spectrograms` |
29 to fill $LIGHT9_SHOW/spectogram | |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
30 |
2138 | 31 # Run |
32 | |
33 % `bin/homepage` | |
34 (leave all these running) | |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
35 |
2138 | 36 % `bin/rdfdb` |
37 | |
38 % `bin/ascoltami` | |
39 | |
40 (now you can play music) | |
41 | |
42 % `bin/collector` | |
720
8169d88d4eb4
fix 1..5 keys. add more readme
Drew Perttula <drewp@bigasterisk.com>
parents:
718
diff
changeset
|
43 |
351
a6662d61ebcd
SC, KC, CC now run and seem to load and save ok. CC does not have any rdf for its data files
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
44 |
a6662d61ebcd
SC, KC, CC now run and seem to load and save ok. CC does not have any rdf for its data files
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
45 |
2138 | 46 Browse to http://localhost:8200/ to see the index of tools. |