most of program1 is done, shape of program2, actual app to be started

This commit is contained in:
Gabriel Radureau
2025-10-12 00:19:52 +02:00
parent 4f80b8b70d
commit 14a3392d41
8 changed files with 270 additions and 3 deletions

View File

@@ -56,9 +56,9 @@ flowchart TB
dll L_dll_raw_0@== "onAirDropDownload.sh" ==> raw
raw L_raw_pgrm1_0@=== pgrm1
pgrm1 L_pgrm1_videos_0@== ffmpeg ==> videos
pgrm1 -- register videos --> bdd
app["DanceVideos App"] -- classify, register playlists --> bdd
pgrm2 -- convert playlists to directories of symlink --> playlists
pgrm1 -- 1) register videos --> bdd
app["DanceVideos App"] -- 2) classify, register playlists --> bdd
pgrm2 -- 3) convert playlists to directories of symlink --> playlists
pgrm2 --- bdd
videos L_videos_playlists_0@-.- playlists
raw@{ shape: docs}