Download taf file?

Hi,
is it possible to download TAF files via the teddycloud web front end?

If you placed the tonie once and the auth is stored in the json you can Download it using the webgui (to your Server).

In you mean Download to your teddycloud accessing device, then no. For that Download you habe to Access the Server or Manipulation the Play Button link

Hello,
I have two different Teddyclouds for two households.
How can I easily exchange the taf-files between the two Teddyclouds?

Right now I only see the option to download the taf-files as ogg-files. After that I can upload and convert the files to the other Teddycloud to taf-files again which takes some time. Also the newly created taf-file is about 10 % smaller.

Kind Regards
TJ

Access the volume with an sftp Tool and copy the files. There is currently no other way in the gui.

Thank you. I have winscp and can connect to Teddycloud, but I am not allowed to access /var/lib/docker. I then set a password for root via ssh and tried to connect with root over winscp, but it also failed. Is there a solution?

Over terminal and ssh I can acces the directory /var/lib/docker/volumes/teddycloud_content/_data/default/
But the subdirectories only contain *.json-files. Where are the audio files stored?

The taf files are stored in most cases (depends on your settings) in the library. So data/library iirc.

You might copy the files to a readable folder using the cli with something like sudo cp -R path-to-be-copied path-to-be-copied-to (ChatGPT will help here)

I used option 3 from here to copy the files. They were stored in /var/lib/docker/volumes/teddycloud_library/_data/by/audioID.
With ssh and Terminal I copied them to /tmp of the Raspberry Pi and then with winscp from /tmp to my PC. And then vice versa to the other Raspberry Pi.