made library dependencies more dynamic

switched to absolute paths
This commit is contained in:
2024-11-27 12:52:40 +01:00
parent 0f7023da16
commit 0ae5cba75c
7 changed files with 53 additions and 37 deletions
+11
View File
@@ -0,0 +1,11 @@
dynamic_deps = [% PROCESS variables.tt;
USE song_choices = datafile("${config_dir}/song_choices.csv", delim= '|');
FOREACH song = song_choices;
IF song.variables != '';
GET "${library_dir}/${song.variables}/* ";
END;
END;
IF proper != '';
GET "${propers_dir}/${proper}.tt";
END;
-%]