by Kgotso Mong
Version 4 (July 23, 2025)
Download (21 downloads)
Read the stream info of mp3 files
* This may work for other mpeg files but this is not guaranteed
* VBRI headers have not been tested (I didn't have any files encoded by FhG's encoder)
Credit
• 𝗟𝗶𝗴𝗵𝘁𝗙𝘂 : Reading files natively (llamalab.com/automate/community/flows/35841)
• 𝗞𝗮𝘇 - Bold text in description (llamalab.com/automate/community/flows/28197)
SUPPORTED PAYLOAD KEYS
𝗳𝗶𝗹𝗲 (string, mandatory) : relative or absolute path of the flac file
𝗿𝗲𝘁𝘂𝗿𝗻_𝘂𝗿𝗶 (string, mandatory if broadcast is not passed) : flow uri to return results to
𝗯𝗿𝗼𝗮𝗱𝗰𝗮𝘀𝘁 (string, mandatory if return_uri is not passed) : broadcast action to use when sending results
RETURNED PAYLOAD
𝘀𝘂𝗰𝗰𝗲𝘀𝘀 (boolean) : whether the file was read successfully
𝗲𝗿𝗿𝗼𝗿 (string) : error message explaining why the flow failed
### ChangeLog ###
- Files can now be read without od (This can have memory issues with large files)