-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path012.hjson
793 lines (700 loc) · 27.6 KB
/
012.hjson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
#hjson
/*--Ryuuganime HJSON Template--⋆\ /⋆----VALUE MARKUPS LEGEND----⋆\ /⋆-----NOTE MARKUPS LEGEND----⋆\
| | | [str] is a text value and | | |
| Created by @nattadasu | | number | | // is an important notes |
| | | [num] is a only-number value | | # is a definition notes |
| -------VERSION: 1.3-r-------- | | [boo] is a boolean markup | | |
| | | Consisted by "true" and | \⋆----------------------------⋆/
| Targeted on accessibility for | | "false" value | /⋆------ADDITIONAL NOTES------⋆\
| non-developer to contribute | | [arr] is an array value. It | | |
| on filling related anime | | is a combination of | | ''' |
| with some 'helpful' guides | | strings, integrer, objects | | This is a multi |
| on each of values in as a | | in one value | | lines text value |
| comment | | [obj] is an object value. | | ''' |
| | | Signifies that this value | | is a syntax that allows user |
\⋆-----------------------------⋆/ | has several values inside | | to add multi-lines text/ |
/⋆----STRINGS MARKUPS LEGEND---⋆\ | the value itself | | string without append \n |
| | | | | pointer |
| <url>: a string contains URL | \⋆----------------------------⋆/ | |
| or URI link | // First guide: \⋆----------------------------⋆/
| <arb>: this value that can be | // JSON is easy for humans to read and write... in theory. In
| changed to array if object | // practice JSON gives us plenty of opportunities to make
| on a value is more than one | // mistakes without even realizing it.
| <nab>: the value can be | // Hjson is a syntax extension to JSON. It's NOT a proposal to
| "deleted" and changed to | // replace JSON or to incorporate it into the JSON spec
| null, if possible | // itself. It's intended to be used like a user interface for
| <nbl>: this value can not be | // humans, to read and edit before passing the JSON data to
| "deleted" or changed to | // the machine.
| null value because it is | // Comma (,) and quotation marks on the end of value is optional
| essential for the file | // on HJSON.
| itself | // For easier on filling, see on hjson/000/014.hjson or latest
| | // for example.
\⋆-----------------------------*/ // See https://hjson.github.io/ for HJSON tl;dr documentations.
{
# $schema [str] <nbl> <url>
# = Very not recommended to modify this configuration value if not having any knowledge in JSON!
$schema: ../../schemas/entry.json
// Optional value, tick a comment syntax of above value, and untick value below.
//$schema: https://raw.githubusercontent.com/ryuuganime/ryuuganime-db/master/schemas/entry.json
# title [obj] <nbl>
# title of serial... in several languages. Based on ICU locales.
title:
{
# native [str] <nbl>
# = Serial title in native (canonical) language based on origin of studio and/or airing first.
native: うちタマ?! 〜うちのタマ知りませんか?〜
# en_Latn [str] <nbl>
# = Serial title in romanized text. Required for main title on entry list.
en_Latn: Uchi Tama?! Uchi no Tama Shirimasen ka?
# ar_001 [str] <nab>
# = Serial title in Modern Standard/Written Arabic (العربية الفصحى).
// REGEX: ^[\w\s\S\p{L}{Arabic}]+$
ar_001: أوتشي تاما؟! هل رأيت تاما بلدي؟
# id_ID [str] <nab>
# = Serial title in Indonesian (un/official)
// REGEX: ^[\w\s\S]+$
id_ID: Uchitama?! Apakah Kamu Melihat Tama-ku?
# en_US [str] <nab>
# = Serial title in English.
// REGEX: ^[\w\s\S]+$
en_US: Uchitama?! Have You Seen My Tama?
# ja_JP [str] <nab>
# = Serial title in Japanese.
// REGEX: ^[一-龠ぁ-ゔァ-ヴーa-zA-Z0-9々〆〤\w\s\S]+$
ja_JP: うちタマ?! 〜うちのタマ知りませんか?〜
# de_DE [str] <nab>
# = Serial title in German (un/official).
// REGEX: ^[\w\s\SöäüÖÄÜß]+$
de_DE: Uchitama?! Have you seen my Tama?
# ko_KR [str] <nab>
# = Serial title in South/North Korean.
// REGEX: ^[가-ᄀ-ᇿ-ꥠ-ힰ-\w\s\S]+$
ko_KR: 우치타마?! ~우리집 타마를 모르시나요?~
# fr_FR [str] <nab>
# = Serial title in French (or other accent).
// REGEX: ^[\w\s\S«»À-Üà-øoù-ÿŒœ]+$
fr_FR: Uchi Tama Uchi no Tama Shirimasen ka
# pt_PT [str] <nab>
# = Serial title in Portuguese.
// REGEX: ^[\w\s\Sáâãàçéêíóôõú]+$
pt_PT: Uchi Tama?! Uchi no Tama Shirimasen ka?
# ru_RU [str] <nab>
# = Serial title in Russian (un/official).
// REGEX: ^[\w\s\SЀ-ӿ]+$
ru_RU: Тама: Откуда же он взялся?
# es_ES [str] <nab>
# = Serial title in Spanish (or other accent).
// REGEX: ^[\w\s\SÀ-ÿ]+$
es_ES: null
# zh_Hans [str] <nab>
# = Serial title in Simplified Chinese.
// REGEX: ^[\w\s\S\p{Lo}{Han}]+$
zh_Hans: 家有圆圆?!我家的圆圆你知道吗?
# zh_Hant [str] <nab>
# = Serial title in Traditional Chinese.
// REGEX: ^[\w\s\S\p{Lo}{Han}]+$
zh_Hant: 家有圓圓?!我家的圓圓你知道嗎?
# vi_VN [str] <nab>
# = Serial title in Vietnamese.
// REGEX: ^[\w\s\S\p{L}{VN}]+$
vi_VN: Uchi Tama?! Uchi no Tama Shirimasen ka?
}
# backdrop [str] <url> <nbl>
# = A backdrop/background image URL of serial. See Doc/Wiki for more information.
// FORMAT: URI, REGEX: ^(https?)\:\/\/
backdrop: https://image.tmdb.org/t/p/original/zKBL6I5PbIbw02lpCwpv6RY97m9.jpg
# visualKey [str] <url> <nbl>
# = A visual key/poster image URL of serial. See Doc/Wiki for more information.
// FORMAT: URI, REGEX: ^(https?)\:\/\/
visualKey: https://image.tmdb.org/t/p/original/eUV998ItI7j8l81ZjZntY9y7dpD.jpg
# synopsis [obj] <nbl>
# = A synopsis/plot of story of serial in several languages.
synopsis:
{
# ar_001 [str] <nab>
# = Serial synopsis in Modern Standard/Written Arabic (العربية الفصحى). See TVDB, ArabSama, or
# Wikipedia for Arabic synopsis.
// MINLENGTH: 20, REGEX: [\w\s\S\p{L}{Arabic}]+
ar_001: '''قصة الأنمي ستدور حول تاما وأصدقاءه و قد تجسدوا بأشكال بشرية كأولاد و بنات يملكون آذان حيوانات'''
# id_ID [str] <nab>
# = Serial synopsis in Indonesian. See Otak Otaku, or others Indonesian fansub, fanstream, and
# fanshare for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\S]+
id_ID: '''Di sebuah kota di Jepang, ada selebaran yang sering terlihat di jalanan dengan gambar kucing bertulisan "Apakah kamu melihat Tama?" Seorang anak laki-laki dengan telinga yang lembut di kepalanya melihat selebaran itu.'''
# en_US [str] <nab>
# = Serial synopsis in Inggris. See Anime News Network, AniDB, Kitsu, or MyAnimeList for
# synopsis.
// MINLENGTH: 20, REGEX: [\w\s\S]+
en_US: '''In a city somewhere in Japan, there’s a flyer often seen on Third Street with a picture of a cat with a kinked tail, bearing the words: “Have you seen Tama?” A young boy gazes at the flyer, but he has fluffy ears on his head…!? Watch the dogs and cats from Third Street take on a human form and get up to some mischief.'''
# ja_JP [str] <nab>
# = Serial synopsis in Japanese. See Annict or The TVDB for synopsis.
// MINLENGTH: 20, REGEX: [一-龠ぁ-ゔァ-ヴーa-zA-Z0-9々〆〤\w\s\S]+
ja_JP: '''とある町の3丁目にはある貼り紙が頻繁に貼られていた。 そこに書いてあるのはかぎしっぽのねこの絵と 「うちのタマ知りませんか?」の文字。 その貼り紙を眺めている少年にはふわふわの耳とかぎしっぽが…!? 3丁目のねこやいぬ達が人の姿で駆け回る!? タマとフレンズのニャンとワンダフルな毎日を覗いてみませんか? うちのタマ知りませんか?'''
# de_DE [str] <nab>
# = Synopsis in German. See aniSearch.de or The TVDB for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\SöäüÖÄÜß]+
de_DE: '''ne kurze Inhaltsangabe zum Anime „Uchitama?! Have you seen my Tama?“ würde vielen Anime- und Manga-Fans weiterhelfen. Du kennst diesen Anime bereits? Dann unterstütze aniSearch und füge eine kurze Beschreibung zum Inhalt des Animes „Uchitama?! Have you seen my Tama?“'''
# ko_KR [str] <nab>
# = Synopsis in South Korean. See Watcha, Namu, The TVDB, or Wikipedia for synopsis.
// MINLENGTH: 20, REGEX: [가-ᄀ-ᇿ-ꥠ-ힰ-\w\s\S]+
ko_KR: ''''떴다! 방울이'의 동물들이 의인화된 이야기로, 이웃집 고양이 '타마'와 개성 넘치는 친구들의 일상을 그린 애니메이션'''
# fr_FR [str] <nab>
# = Synopsis in French. Other accents are allowed. See Nautiljon or The TVDB for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\S«»À-Üà-øoù-ÿŒœ]+
fr_FR: '''Projet de Sony Creative Products afin de célébrer les 35 ans de la franchise Sanchome no Tama. Les personnages auront cette fois une forme humaine'''
# pt_PT [str] <nab>
# = Synopsis in Portuguese. Other accents are allowed. See The TVDB for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\Sáâãàçéêíóôõú]+
pt_PT: '''Spin-off de "Tama & Friends" que reimagina o elenco da franquia como seres humanos.'''
# ru_RU [str] <nab>
# = Synopsis in Russian. See Shikimori, Kinopoisk, ru.MyShows.me, or Wikipedia for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\SЀ-ӿ]+
ru_RU: '''Истории обитателей Третьей улицы – кошек и собак, которые приняли человеческий облик.'''
# es_ES [str] <nab>
# = Synopsis in Spanish Spain. Other accents are allowed. See The TVDB for synopsis.
// MINLENGTH: 20, REGEX: [\w\s\SÀ-ÿ]+
es_ES: null
# zh_Hans [str] <nab>
# = Synopsis in Simplified Chinese. See Douban, The TVDB, or Wikipedia for synopsis, or
# translate from zh_Hant (Traditional Chinese) using extension.
// MINLENGTH: 20, REGEX: [\w\s\S\p{Lo}{Han}]+
zh_Hans: '''某城镇3丁目频繁贴着的寻宠海报。 海报上写着“我家的圆圆你知道吗?”,配图是一只有着弯弯尾巴的猫。 看着那张海报的少年,刚好有着毛绒绒的耳朵和弯弯的尾巴…!? 3丁目的猫猫和狗狗们以人的身姿来回奔跑!? 不来看一看圆圆和朋友们软萌多彩的生活吗?'''
# zh_Hant [str] <nab>
# = Synopsis in Traditional Chinese. See Douban, The TVDB, or Wikipedia for synopsis, or
# translate from zh_Hans (Simplified Chinese) using extension.
// MINLENGTH: 20, REGEX: [\w\s\S\p{Lo}{Han}]+
zh_Hant: '''某城鎮3丁目頻繁貼著的尋寵海報。 海報上寫著「我家的圓圓你知道嗎?」,配圖是一只有著彎彎尾巴的貓。 看著那張海報的少年,剛好有著毛絨絨的耳朵和彎彎的尾巴…!? 3丁目的貓貓和狗狗們以人的身姿來回奔跑!? 不來看一看圓圓和朋友們軟萌多彩的生活嗎?'''
# vi_VN [str] <nab>
# = Synopsis in Vietnamese.
// MINLENGTH: 20, REGEX: [\w\s\S\p{L}{VN}]+
vi_VN: null
}
# information [obj] <nbl>
# = Is a collection of information about serial.
information:
{
# synonyms [obj] <nbl> => [arr] <nab>
# = Synonym, other titles that well-known on the public.
synonyms:
{
en_Latn: null
ar_001: null
id_ID: null
en_US: null
ja_JP: [
うちたま?! うちのたましりませんか?
]
de_DE: null
ko_KR: null
fr_FR: null
pt_PT: null
ru_RU: null
es_ES: null
zh_Hans: null
zh_Hant: null
vi_VN: null
}
# type [obj] <nbl> => [str] <nbl>
# = Serial type, is it TV, ONA, OVA/OAD, Special, or Movie
type:
{
// Allowed values are:
// TV, ONA, OVA, OAD, Special, Movie, Music, and Unknown
en_US: TV
// Allowed values are:
// Serial TV, ONA, OVA, OAD, Spesial, Film, Musik, and Tidak Diketahui
id_ID: Serial TV
}
# status [obj] > [str] <nbl>
# = Describes the serial broadcast status.
status:
{
// Allowed values are:
// Aired, Airing, Planned, TBA, and Unknown
en_US: Aired
// Allowed values are
// Ditayangkan, Mengudara, Direncanakan, Akan Diumumkan, dan Tidak Diketahui
id_ID: Ditayangkan
}
# serialGenre [obj]
# = Is genre(s) of serial. See the wiki for more information.
serialGenre:
{
# en_US [arr] <nbl>
# = Serial genre in English.
// Allowed values are:
// Action, Adventure, Comedy, Crime, Documentary, Drama, Fantasy, History, Horror, Mature,
// Music, Mystery, Psychological, Romance, Science Fiction, Slice of Life, Sport,
// Supernatural, Thriller, War
en_US:
[
Comedy
Slice of Life
]
# id_ID [arr] <nbl>
# = Serial genre in Indonesian.
// Allowed values are:
// Aksi, Petualangan, Komedi, Kriminalitas, Dokumentasi, Drama, Fantasi, Sejarah, Horror,
// Dewasa, Musik, Misteri, Psikologis, Romansa, Fiksi Ilmiah, Potongan Kehidupan,
// Olahraga, Supernatural, Thriller, Peperangan
id_ID:
[
Komedi
Potongan Kehidupan
]
}
# serialTags [obj]
# = Represents serial specific tags/content. Similar to the serialGenre, but usually more
# focused on content, storyline, or themes. But, all of serialGenres value will be ignored if
# present on serialTags. See the wiki for more information.
serialTags:
{
# en_US [arr] <nbl>
# = Serial tags in English.
en_US:
[
Nekomimi
Cat
Dog
Non-Human Protagonist
Anthropomorphism
Animals
Iyashikei
Pets
]
# id_ID [arr] <nbl>
# = Serial tags in Indonesian.
id_ID:
[
Telinga Kucing
Kucing
Anjing
Antropomorfisme
Hewan
Iyashikei
Hewan Peliharaan
]
}
# releaseSeason [obj] <nbl> => [str] <nbl>
# = Season of serial releases.
releaseSeason:
{
// Allowed values are
// Winter, Spring, Summer, Fall, and Unknown
en_US: Winter
// Allowed values are
// Dingin, Semi, Panas, Gugur, and Tidak Diketahui
id_ID: Dingin
// Allowed values are
// 冬, 春, 夏, 秋, and 不明
ja_JP: 冬
// Allowed values are
// 겨울, 봄, 여름, 가을, and 알
ko_KR: 겨울
// Allowed values are
// 冬天, 春天, 夏天, 秋天, and 未知
zh_Hans: 冬天
// Allowed values are
// 冬天, 春天, 夏天, 秋天, and 未知
zh_Hant: 冬天
}
# releaseYear [num] <nbl>
# = The year of the serial release, using a integrer/numeral format.
releaseYear: 2020
# episode [num] <nbl>
# = Total episodes of serial. If unknown, fill null.
episode: 11
# releaseDate [str]
# = Start date of serial release, using YYYY-MM-DD format. If unknown, fill null.
releaseDate: 2020-01-10
# endDate [str]
# = End date of serial release, using YYYY-MM-DD format. If unknown, fill null.
endDate: 2020-03-20
# duration [num] <nab>
# = Duration per serial episode, using minute format. If unknown, fill null.
duration: 25
# totalDuration [num] <nab>
# = The total duration of the series, using the minute format. If unknown, fill null.
totalDuration: 300
# studio [str] <arb> <nab>
# = Studio producing series.
studio: [
Mappa
Lapin Track
]
# rating [str] <nab>
# = Broadcast content rating of serial. See the wiki for more information.
// Allowed values are: G0+, PS2+, PG7+, PG13+, R18+, GU21+, and null.
rating: PG13+
# isNsfw [boo] <nbl>
# = Is a marker when the serial is Not Safe for Work (NSFW). The initial preset is false,
# known as safe.
// Allowed values are "true" and "false"
isNsfw: false
# adaptation [obj] > [str] <arb> <nab>
# = Is the original adaptation of the show.
adaptation:
{
// Argumen yang diperbolehkan ialah: Original, Comic, Manga, Manhwa, Manhua, Webtoon, Doujin,
// Novel, Game, Music, Drama, 4-koma, Fairy Tale, dan null
en_US: Original
// Argumen yang diperbolehkan ialah: Orisinal, Komik, Manga, Manhwa, Manhua, Webtoon, Doujin,
// Novel, Gim, Musik, Drama, 4-panel, Dongeng, dan null
id_ID: Orisinal
}
# country [str] <nbl>
# = Country of origin of serial. There are no country restrictions here.
country:
{
en_US: Japan
id_ID: Jepang
}
# officialWebsite [str] <url> <nab>
# = Links to official website of current entry.
officialWebsite: https://uchitama.com/
# promotionalVideos [arr] <nab> > [str] <url>
# = List of promotional videos of current entry.
promotionalVideos: [
https://youtu.be/m_NohQsb3Gs
]
# producers [arr] <nab> > [str]
# = Producers that involved to current entry/project
producers: [
Aniplex
Dentsu
Fuji TV
Sony Creative Products
]
}
# scores [obj] > [str]/[num] <nab>
// When the entry is empty or not found in specified site, fill null on id/slug/code/base64/url
// and on the score.
scores:
{
// https://anidb.net
aniDB:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 14952
score: 3.71
}
// https://anilist.co
AniList:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 109964
score: 63
}
// https://anime-planet.com
AnimePlanet:
{
# url [str] <url>
# = URL of entry on the related website.
url: https://www.anime-planet.com/anime/uchitama-have-you-seen-my-tama
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 13718
score: 3.139
}
// https://animenewsnetwork.com
ANN:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 22947
score: 6.467
}
// https://anisearch.com
aniSearch:
{
# url [str] <url>
# = URL of entry on the related website.
url: https://www.anisearch.com/anime/14441,uchi-tama-uchi-no-tama-shirimasen-ka
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 14441
score: 66
}
// https://annict.com < Gunakan VPN sebelum memasuki website ini.
Annict:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 6748
score: 76.66
}
// https://imdb.com
IMDb:
{
# code [str] <nab>
# = Similar to ID, but the only difference is there is an additional identification character
# that used by IMDB.
code: tt10675070
score: 5.8
}
// https://kinopoisk.ru
KinoPoisk:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 1343688
score: null
}
// https://kitsu.io
Kitsu:
{
# slug [str]
# = Is a human readable version of the linked index URL.
slug: uchi-tama-uchi-no-tama-shirimasenka
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 42397
score: 69.25
}
// https://livechart.me
LiveChart:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 9468
score: 7.45
}
// https://myanimelist.net
MyAnimeList:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 39942
score: 6.92
}
// https://en.myshows.me/
MyShows:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 65076
score: 3.67
}
// http://nautiljon.com/
Nautiljon:
{
# url [str] <url>
# = URL of entry on the related website.
url: null
score: null
}
// https://notify.moe/
Notify:
{
# base64 [str]
# = This is a unique numbering system that Notify.moe uses on their website
base64: 0T1aHQVWg
score: 5.50
}
// http://otakotaku.com/
OtakOtaku:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 1709
score: 9.5
}
// http://shikimori.org/
Shikimori:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 39942
score: 6.92
}
// https://simkl.com
SIMKL:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 1109883
isAnime: true
score: 7.2
}
// https://www.themoviedb.org/
TMDB:
{
# url [str] <url>
# = URL of entry on the related website.
url: https://www.themoviedb.org/tv/96660-uchi-tama-uchi-no-tama-shirimasen-ka
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 96660
score: 80
}
// https://trakt.tv/
Trakt:
{
# url [str] <url>
# = URL of entry on the related website.
url: https://trakt.tv/shows/uchitama-have-you-seen-my-tama
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 156719
score: 69
}
// https://www.tvtime.com/en
TVTime:
{
# id [num]
# = Is a serial id on the respective website. Can be taken from URL, or inspecting via poster
# image URI. See Wiki or ask to developer for more information.
id: 374491
score: 9.78
}
}
# updatedDate [str] <nbl>
# = Date and Time of data collection, information and score related entries. Uses ISO 8601
# format. See the guide below for more information.
// Procedure for filling data
// Format: YYYY-MM-DDThh:mm:ssTZD
// Which:
// YYYY = year (2020)
// MM = month (12)
// DD = date (21)
// hh = hour, format 24 hour (22)
// mm = minute (45)
// ss = second (33)
// TZD = time zone designator based on UTC (WIB: +07:00)
// so, 2020-12-21T22:45:33+07:00 is valid.
// WIB = +07:00, WITA = +08:00, WIT = +09:00
updatedDate: 2020-08-04T01:49:10+07:00
# streamLinks [obj] <nbl>
# = Lists of official streaming sites.
streamLinks:
{
Abematv: null
AdultSwim: null
AISPlay: null
All4: null
AniMe: null
AnimeDigitalNetwork: null
AnimeLab: https://www.animelab.com/shows/uchitama-have-you-seen-my-tama
AnimeLog: null
AnimeOnDemand: null
AnimePlanet: null
animeteleto: null
AniOne: null
ANIPLUS: http://www.aniplustv.com/#/tv/program_view.asp?contentSerial=2255
AniPlusAsia: null
AsianCrush: null
BahamutAnimeCrazy: null
BandaiChannel: null
BandaiSpirits: null
bilibili: null
Coalise: null
ComicFestaAnimeZone: null
ConTV: null
Coolmic: null
Crunchyroll: https://www.crunchyroll.com/uchitama-have-you-seen-my-tama
dAnimeStore: null
DMM: null
FOD: null
Funimation: https://www.funimation.com/shows/uchitama-have-you-seen-my-tama/
Genflix: null
GundamInfo: null
Gyao: null
HIDIVE: null
Hulu: null
iflix: null
iQIYI: null
JapaneseAnimatedFilmClassic: null
Mangas: null
MBSDougaizm: null
MidnightPulp: null
MuseAsia:
{
en_001: null
vi_VN: null
ms_MY: null
th_TH: null
zh_Hant_HK: null
zh_Hant_TW: null
}
Netflix: null
NicoNico: null
PrimeVideo: null
RetroCrush: null
SelectaVision: null
Sushiroll: null
Telasa: null
TencentVideo: null
TVNOW: null
Vimeo: null
VIZ: null
VRV: https://vrv.co/series/GRXJP0PNY
VVVVID: null
Wakanim:
{
fr: https://www.wakanim.tv/fr/v2/catalogue/show/611
sc: https://www.wakanim.tv/sc/v2/catalogue/show/601
de: https://www.wakanim.tv/de/v2/catalogue/show/619
ru: https://www.wakanim.tv/ru/v2/catalogue/show/620
}
WeTV: null
YamatoAnimation: null
YouTube:
{
link: null
isChannel: false
}
}
# signature
# = Is an object that provides information regarding the contributors to the entry.
signature:
{
# name [str] <nbl>
# = Your name, can use pseudonym (pen name).
name: Yamashita Kazuhito
# username [str] <nbl>
# = Your username on GitHub
username: @YamashitaKazuhito
# discordId [num] <nbl>
# = This is your unique user ID on Discord. By default, the ID uses from the Ryuuganime server
# ID: 594442535615725579
discordId: 594442535615725579
# submissionDateTime [str] <nbl>
# = Date and time before submission (commit/push). Uses ISO 8601 format. See the guide below
# for more information.
// Procedure for filling data
// Format: YYYY-MM-DDThh:mm:ssTZD
// Which:
// YYYY = year (2020)
// MM = month (12)
// DD = date (21)
// hh = hour, format 24 hour (22)
// mm = minute (45)
// ss = second (33)
// TZD = time zone designator based on UTC (WIB: +07:00)
// so, 2020-12-21T22:45:33+07:00 is valid.
// WIB = +07:00, WITA = +08:00, WIT = +09:00
submissionDateTime: 2020-06-23T19:00:25+07:00
# sign [str][num] <nbl>
# = These are the unique characters that contributors use to "sign" data. Can use characters
# other than alphabets and numbers, or use encryption such as Base64.
sign: RGlnaXRhbGx5IFNpZ25lZCBieSBZYW1hc2hpdGEgS2F6dWhpdG8gQCBNYXVyaXRpdXMKQXNzaXN0ZWQgYnkgTmF0c3UgVGFkYW1hIChAbmF0dGFkYXN1KQ==
}
}