How to adjust the startup jingle?

Hi,
I tried to adjust the startup jingle without success. I tried to replace the file in the system sound categroy (where I can see the startup jingle) but it seems the box ignores it. Even after performing a freshnes check, it still stick with the old jingle. Has anybody managed to succesfully replace the startup jingle?

I also tried changing the jingle via Teddy Cloud, but it didn’t work. However, it worked when I used a shell to navigate to the TC directory where the jingles are stored. There, I opened the JSON file with an editor and changed the file path to the file I wanted (it has to be a TAF). After a freshness check, the jingle was changed.

you mean the
content\default\00000000
directory?
It contains a 00000000.json and the json looks like this:

{
	"live":	false,
	"nocloud":	true,
	"source":	"lib://Startup Jingles/Microsoft Windows ME Startup Sound.taf",
	"skip_seconds":	0,
	"cache":	false,
	"cloud_ruid":	"",
	"cloud_auth":	"",
	"cloud_override":	false,
	"tonie_model":	"box-de-de-01-00000000",
	"hide":	false,
	"claimed":	false,
	"_version":	5
}

Hence it looks fine for me what the GUI did. Does not work unfortunately :frowning:

EDIT: I noticed I may have made a mistake. Tried folder content\default\00000001 instead. As the Tonie box is in the kids bedroom right now, I cannot check before tomorrow whether it worked or not

Yes, try 00000001. 00000000 is en-GB. And don’t forget the freshness check afterward. ;o)

Here is my Json

{
  "live": false,
  "nocloud": false,
  "source": "lib://by/Hallo.taf",
  "skip_seconds": 0,
  "cache": false,
  "cloud_ruid": "",
  "cloud_auth": "",
  "cloud_override": false,
  "tonie_model": "box-de-de-01-00000000",
  "hide": false,
  "claimed": false,
  "_version": 5
}

It worked! Thank you very much :slight_smile:

the odd thing is that my box only reports the english jingle to the teddy cloud. Obviously teddy cloud was able to change the json, but as it currently only lists system sounds which have been played by the box, the list is not complete. In my case it only shows 2 system sounds which is the english startup jingle (which the box does not use, though) and the freshness check successful sound.

I feel like this is a bug with the teddy cloud as the content folder contains all necessary files. And as the documentation is very clear about the purpose of the different system sounds, it should be easy for teddy cloud to list the system sounds correctly. I will create a github issue :wink: