Skip to content

Commit 226b3c4

Browse files
authored
Update tonies-custom-json.md
highlight file name and mention config folder
1 parent 1de5bdb commit 226b3c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/docs/tools/teddyCloud/tecdoc/tonies-custom-json.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "tonies-custom-json config"
3-
description: "Info about the tonies-custom-json file"
2+
title: "tonies.custom.json config"
3+
description: "Info about the tonies.custom.json file"
44
bookCollapseSection: true
55
---
66
# tonies.custom.json
7-
teddyCloud uses the tonies-custom-json file to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the tonies-json file. The structure is the same, but it's not overwritten as the tonies-json file through regularly updates. So you can use the tonies-custom-json to save metadata of your own custom tags.
7+
teddyCloud uses the `tonies.custom.json` file from `config` folder to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the `tonies.json` file. The structure is the same, but it's not overwritten as the `tonies.json` file through regularly updates. So you can use the `tonies.custom.json` to save metadata of your own custom tags.
88

9-
Initially the tonies-custom-json file looks like the following:
9+
Initially the `tonies.custom.json` file looks like the following:
1010

1111
```
1212
[]
@@ -16,7 +16,7 @@ In the GUI, a custom tag looks initially like:
1616

1717
![GUI](/img/tonies-custom-json_empty.png)
1818

19-
Enriched with metadata for the above shown custom tag the tonies-custom-json file looks like this (more details see below in section [Specification](#specification)):
19+
Enriched with metadata for the above shown custom tag the `tonies.custom.json` file looks like this (more details see below in section [Specification](#specification)):
2020

2121
```json
2222
[{"no": "0", "model": "123456", "audio_id": ["369519776"], "hash": ["af9e61a9c1b12138fb060908d595742334b04515"], "title": "Custom Tonie Example Title", "series": "Custom Tonies", "episodes": "This is my custom tonie", "tracks": ["Title 1", "Title 2", "Title 3", "Title 4", "Title 5", "Title 6", "Title 7", "Title 8", "Title 9", "Title 10"], "release": "0", "language": "de-de", "category": "custom", "pic": "https://upload.wikimedia.org/wikipedia/en/6/6b/Hello_Web_Series_%28Wordmark%29_Logo.png"}]
@@ -33,7 +33,7 @@ This results after restart of teddyCloud in the following changed appearance in
3333

3434
## Specification
3535

36-
The tonies-custom-json file uses the JSON Array Structure. It contains zero, one, or more ordered elements, separated by a comma. The JSON array is surrounded by square brackets [ ].
36+
The `tonies.custom.json` file uses the JSON Array Structure. It contains zero, one, or more ordered elements, separated by a comma. The JSON array is surrounded by square brackets [ ].
3737

3838
Each element consists of a JSON object with the following keys:
3939

@@ -57,4 +57,4 @@ Each element consists of a JSON object with the following keys:
5757

5858
Navigate to the taf file in the library (or content if library is not enabled) and double click on the row. A modal will be shown which contains the information:
5959

60-
![Getting the Audio ID and Hash value](/img/tonies-custom-json_getaudioid_hash.png)
60+
![Getting the Audio ID and Hash value](/img/tonies-custom-json_getaudioid_hash.png)

0 commit comments

Comments
 (0)