From c6258549dc8a754c96d383f794e36a0a0040ec41 Mon Sep 17 00:00:00 2001 From: sixtenbe Date: Sun, 14 Jul 2019 00:37:52 +0200 Subject: [PATCH 1/2] Added mapping of non S-specials to readme Added how to map anidb non S-specials as I've understood it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8079c109..b08a61f4 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ The mapping-list node consists of one or more **mapping** nodes with the followi The offset and/or episodeoffset will be ignored in favour of an individual mapping. Episodes on AniDb.net that don't match anything on theTVDB.com are mapped to 0 (or 99) if and only if there's a conflict. + + For mapping specials other than anidb S-specials, the OP/ED speicals start from episode 101, the T-specials start from 201, the P-specials (parody/fandub) starts from 301 and the O-specials start from 401 #### supplemental-info #### The supplemental-info node may contain an optional attribute of **replace="true"**, in which case the information will replace that supplied by AniDb.net, otherwise it is just added to (and prioritised over) the AniDb.net information. From d111fff2ae06c5661f584916cd10dc55eddda6cf Mon Sep 17 00:00:00 2001 From: sixtenbe Date: Sun, 14 Jul 2019 00:42:50 +0200 Subject: [PATCH 2/2] Punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08a61f4..67c1436d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ The mapping-list node consists of one or more **mapping** nodes with the followi Episodes on AniDb.net that don't match anything on theTVDB.com are mapped to 0 (or 99) if and only if there's a conflict. - For mapping specials other than anidb S-specials, the OP/ED speicals start from episode 101, the T-specials start from 201, the P-specials (parody/fandub) starts from 301 and the O-specials start from 401 + For mapping specials other than AniDb.net S-Specials, the OP/ED specials start from episode 101, the T-specials start from 201, the P-specials (parody/fandub) starts from 301 and the O-specials start from 401. #### supplemental-info #### The supplemental-info node may contain an optional attribute of **replace="true"**, in which case the information will replace that supplied by AniDb.net, otherwise it is just added to (and prioritised over) the AniDb.net information.