Compare commits
2 commits
42f93c610a
...
3ba7c0987a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ba7c0987a | |||
| d6637bb96d |
5 changed files with 92 additions and 2 deletions
24
my/spoor/content/external.examples
Normal file
24
my/spoor/content/external.examples
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
"my.spoor.movies.nogamenolifezero": {
|
||||||
|
"queryable": {
|
||||||
|
"$type": "my.spoor.content.external#tvdbv4",
|
||||||
|
"id": 8149,
|
||||||
|
"type": "season"
|
||||||
|
}
|
||||||
|
"titles": [
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleNative",
|
||||||
|
"lang": "ja",
|
||||||
|
"value": "ノーゲーム・ノーライフ ゼロ",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleTranslation",
|
||||||
|
"lang": "en",
|
||||||
|
"value": "No Game No Life Zero",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"overrides": {
|
||||||
|
"data": {
|
||||||
|
"lastUpdated": "Too long ago :("
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -34,9 +34,17 @@
|
||||||
},
|
},
|
||||||
"tvdbv4": {
|
"tvdbv4": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [ "id" ],
|
"required": [ "id", "type" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": { "type": "integer" }
|
"id": { "type": "integer" },
|
||||||
|
"type": {
|
||||||
|
"type": "string",
|
||||||
|
"knownValues": [
|
||||||
|
"series",
|
||||||
|
"season",
|
||||||
|
"movie"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
35
my/spoor/content/media.examples
Normal file
35
my/spoor/content/media.examples
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
"my.spoor.series.nogamenolife.s1": {
|
||||||
|
"titles": [
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleNative",
|
||||||
|
"lang": "ja",
|
||||||
|
"value": "ノーゲーム・ノーライフ",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleTranslation",
|
||||||
|
"lang": "en",
|
||||||
|
"value": "No Game No Life",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"durationData": {
|
||||||
|
"$type": "my.spoor.content.media#television",
|
||||||
|
"episodes": 12,
|
||||||
|
},
|
||||||
|
"lastUpdated": "2025-05-08T22:37:36.877Z"
|
||||||
|
}
|
||||||
|
|
||||||
|
"my.spoor.movie.nogamenolifezero": {
|
||||||
|
"titles": [
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleNative",
|
||||||
|
"lang": "ja",
|
||||||
|
"value": "ノーゲーム・ノーライフ ゼロ",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"translationType": "my.spoor.content.title#titleTranslation",
|
||||||
|
"lang": "en",
|
||||||
|
"value": "No Game No Life Zero",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"lastUpdated": "2025-05-08T21:37:36.877Z"
|
||||||
|
}
|
||||||
12
my/spoor/log/activity.examples
Normal file
12
my/spoor/log/activity.examples
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
"3loo44isbet2n": {
|
||||||
|
"session": {
|
||||||
|
"cid": "bafyreieujlbvaimry5ocvalkbnedcsmxee6b35vaktaupelafjo7nxaawa",
|
||||||
|
"uri": "at://did:plc:orm6sxq2ulngj2hsq5v7w456/my.spoor.log.session/3lon4rh3lis22"
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"$type": "my.spoor.log.activity#progressIndex",
|
||||||
|
"index": 4
|
||||||
|
},
|
||||||
|
"createdAt": "2025-05-08T14:18:11.072Z"
|
||||||
|
}
|
||||||
|
|
||||||
11
my/spoor/log/session.examples
Normal file
11
my/spoor/log/session.examples
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
"3lon4rh3lis22": {
|
||||||
|
"content": {
|
||||||
|
"cid": "bafyreieujlbvaimry5ocvalkbnedcsmxee6b35vaktaupelafjo7nxaawa",
|
||||||
|
"uri": "at://did:plc:yhf6s5nbx4zpcvxpdhsh6qhd/my.spoor.content.media/my.spoor.series.nogamenolife.s1"
|
||||||
|
},
|
||||||
|
"label": "No Game No Life Rewatch 9",
|
||||||
|
"otherParticipants": [
|
||||||
|
"did:plc:lgb2xgd64n3swnh7jbtgpvhl"
|
||||||
|
],
|
||||||
|
"createdAt": "2025-05-08T14:18:11.072Z"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue