Dynamic duration for audio files
Short version:
I'd love the ability to add audio items to PlayIt Live without saving a duration and/or mix point for the file, so I can overwrite the file to broadcast an updated version (e.g. a news block)
===
Longer version / explanation:
Many radio stations broadcast a recorded news block at the TOTH, which often has a varying length.
PlayIt Live currently always stores the duration of audio files, which is problematic when the saved duration is shorter than the updated file you're playing. (PlayIt Live will simply cut off at the stored duration.)
A somewhat quirky solution is to open the database file in an SQLite editor and set the duration and mix point to something way longer than the file would ever be. (We set the news file's duration to 300 seconds, while the average news block is about a minute and a half.)
This could obviously cause problems if PlayIt Live ever has to rely on this stored duration, and it's generally not a good idea to work with databases in this way.
My idea: add an option to make PlayIt collect the duration of the file every time it needs to play it, or something along those lines.