fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
47 stars 25 forks source link

[REQUEST] - Get the list of played files #253

Closed absymylyar closed 3 months ago

absymylyar commented 3 months ago

When using data from sequencer database, is there a way to get, in advance, the list of files which sequence is about to play, before calling the ".play()". For example to get the precise list of files to "preload", which is better than whole database entries.

Haxxer commented 3 months ago

Would a preload parameter on Sequence#play suit your purpose? If set to true, it will preload all files that will play in the sequence for all connected users.

absymylyar commented 3 months ago

That would be perfect indeed ! If you like, I can help, I contribute already on DnD5e system, and on those next couple of month, on summer, I will have some free time... I have also conceptual idea to syndronize video and sound

Haxxer commented 3 months ago

Added with 3.2.11