toniebox-reverse-engineering / tonies-json

Database of (all) Tonies and its metadata to identify it
35 stars 14 forks source link

Add audio ids #22

Closed protz3000 closed 2 months ago

protz3000 commented 2 months ago

Updated Audio-IDs

[2000003840] Audio-Content "Das kleine WIR - Das kleine WIR in der Schule" assignable-to: same-series tested with: 10000906

[2000010652] Audio-Content "Pummel & Friends - Der Weihnachtskuchen" assignable-to: same-series;creative-tonie tested with: 10002135;creative-tonie

[2000002240] Audio-Content "Ich - einfach unverbesserlich - Ich - Einfach unverbesserlich 2 (Das Original-Hörspiel zum Kinofilm)" assignable-to: same-series tested with: 01-0059

[2000002241] Audio-Content "Ich - einfach unverbesserlich - Ich - Einfach unverbesserlich 3 (Das Original-Hörspiel zum Kinofilm)" assignable-to: same-series tested with: 01-0059

[2000003672] Audio-Content "Bitte nicht öffnen - Schleimig!" assignable-to: same-series tested with: 10001212

[2000003673] Audio-Content "Bitte nicht öffnen - Durstig!" assignable-to: same-series tested with: 10001212

[2000003674] Audio-Content "Bitte nicht öffnen - Feurig!" assignable-to: same-series tested with: 10001212

[2000003675] Audio-Content "Bitte nicht öffnen - Magic!" assignable-to: same-series tested with: 10001212

[2000003676] Audio-Content "Bitte nicht öffnen - Rostig!" assignable-to: same-series tested with: 10001212

[2000010587] Audio-Content "Greg's Tagebuch - Gibt's Probleme?" (Teil 2) assignable-to: same-series tested with: 10000256

[2000010586] Audio-Content "Greg's Tagebuch - Jetzt reicht's!" (Teil 3) assignable-to: same-series tested with: 10000256

[2000010585] Audio-Content "Greg's Tagebuch - Ich war's nicht!" (Teil 4) assignable-to: same-series tested with: 10000256

[2000010584] Audio-Content "Greg's Tagebuch - Geht's noch?" (Teil 5) assignable-to: same-series tested with: 10000256

[2000010583] Audio-Content "Greg's Tagebuch - Keine Panik!" (Teil 6) assignable-to: same-series tested with: 10000256

[2000010582] Audio-Content "Greg's Tagebuch - Dumm gelaufen!" (Teil 7) assignable-to: same-series tested with: 10000256

[2000010597] Audio-Content "Greg's Tagebuch - Echt übel!" (Teil 8) assignable-to: same-series tested with: 10000256

[2000010596] Audio-Content "Greg's Tagebuch - Böse Falle!" (Teil 9) assignable-to: same-series tested with: 10000256

[2000010595] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 10: So ein Mist!" assignable-to: same-series tested with: 10000256

[2000010594] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 11: Alles Käse!" assignable-to: same-series tested with: 10000256

[2000010593] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 12: Und tschüss!" assignable-to: same-series tested with: 10000256

[2000010591] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 13: Eiskalt erwischt!" assignable-to: same-series tested with: 10000256

[2000010581] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 14: Voll daneben!" assignable-to: same-series tested with: 10000256

[2000010592] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 15: Halt mal die Luft an!" assignable-to: same-series tested with: 10000256

[2000010590] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 16: Volltreffer!" assignable-to: same-series tested with: 10000256

[2000010589] Audio-Content "Greg's Tagebuch - Gregs Tagebuch, Folge 17: Voll aufgedreht!" assignable-to: same-series tested with: 10000256

[11000925] Tonie "Fantasia - Fantasia"

Notes

[confidence]

Because I didn't know the logic you use to set the "confidence" value, I initially set it to 0. I bought the audio content in these updates, assigned each one individually to the corresponding Tonies, loaded it onto the Toniebox and then read it out using Teddybench. The audio IDs can therefore be considered verified.

[runtime]

First I entered the "runtime" in seconds, because it was specified in seconds in the file "\yaml\2000003840.yaml". Then I saw that the value in most other files is specified in minutes. So I changed the "runtime" values ​​to rounded minutes. (Although I don't know whether they should be rounded or whether the seconds should be left out)

[assignable-to]

Otherwise, I think another field in the data set would be useful. The Audio-Contents can only be assigned to certain Tonie figures. The Tonie figure usually has to be from the same series in order to be able to assign the content to the figure. Some Audio-Contents can be assigned to the same series or to a creative Tonie. By assigning audio content to a Tonie or creative Tonie, the content on the Tonie is temporarily replaced. No further content can be added to a creative Tonie as long as the audio content is assigned.

I therefore suggest adding an "assignable-to" data field to the data set. You could then use "same-series" and/or "creative-tonie" as data. Or directly the ID of the series or the article numbers of the Tonies, although the article numbers would then always have to be updated when a new Tonie figure is added to the series.

#example 1
assignable-to:
- same-series
#example 2
assignable-to:
- same-series
- creative-tonie
or
#example 3
assignable-to:
- pummel-friends
- creative-tonie
or
#example 4
assignable-to:
- 10002135
- 1

like this or so:

article: '2000010652'
lock-data: false
data:
- series: Pummel & Friends
  series-id: pummel-friends
  assignable-to:
  - same-series
  - creative-tonie
  episode: Der Weihnachtskuchen
  ...
SciLor commented 2 months ago

Thank you for the bunch of ids. Please change the hash into lower case.

protz3000 commented 2 months ago

Thank you for the bunch of ids. Please change the hash into lower case.

Done