ecomontec / ecoSound-web

Web application for ecoacoustics to manage, navigate, visualise, annotate, and analyse soundscape recordings.
https://ecosound-web.de/
GNU General Public License v3.0
20 stars 3 forks source link

connect local recordings #532

Open kdarras opened 12 hours ago

kdarras commented 12 hours ago

@shofstet wrote in #218 : selection

detail

If you select the menu item ‘add local Recording folder’ under ‘recordings’ and specify a local folder, this should be used as the storage location. The images required for ecosound-web should be created and stored internally (sounds/images/x/y/....png). The audio files are stored relative to the specified folder. e.g. ./CAM_A/2024-01-01/Data/SMA03335_20240527_053602.flac

The logic must recursively read in all audio files.

The sounds/sounds/... files are not created. If the original file is not in the correct format (wav or flac/ogg), it will be created temporarily when it is selected or when it is required. If a result folder is specified, this means that the result file is stored under the same file name (folder structure), e.g. ./CAM_A/2024-01-01/Data/SMA03335_20240527_053602.BirdNET.selection.table.txt

Additional input parameters may be required, such as model type e.g. Birdnet-2.4 and possibly a comment field such as details of the model used and/or result suffix. This result file should be parsed and written to the tag database table.

I think that only local folders should be selected. It’s possible to mount different network file protocols f. e. S3, NFS, Samba, FTP.

kdarras commented 12 hours ago

parts of this to be implemented in #239 Will refine this issue