mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 16:08:52 -06:00
Fix issues with character IDs in identifiers.xml
This commit is contained in:
@@ -900,9 +900,10 @@
|
|||||||
<RawText>Amy</RawText>
|
<RawText>Amy</RawText>
|
||||||
<Character type="background">amy</Character>
|
<Character type="background">amy</Character>
|
||||||
</Speaker>
|
</Speaker>
|
||||||
<Speaker annotated="false">
|
<Speaker annotated="true">
|
||||||
<RawText>Voice of Thomas Dean</RawText>
|
<RawText>Voice of Thomas Dean</RawText>
|
||||||
<Character type="background">voice-of-thomas-dean</Character>
|
<AnnotatedText>Voice of {Thomas Dean}</AnnotatedText>
|
||||||
|
<Character type="background">thomas-dean</Character>
|
||||||
</Speaker>
|
</Speaker>
|
||||||
<Speaker annotated="true">
|
<Speaker annotated="true">
|
||||||
<RawText>DunMiff/sys</RawText>
|
<RawText>DunMiff/sys</RawText>
|
||||||
@@ -929,7 +930,7 @@
|
|||||||
</Speaker>
|
</Speaker>
|
||||||
<Speaker annotated="false">
|
<Speaker annotated="false">
|
||||||
<RawText>Voice #2 on phone</RawText>
|
<RawText>Voice #2 on phone</RawText>
|
||||||
<Character type="background">voice--on-phone</Character>
|
<Character type="background">voice-on-phone</Character>
|
||||||
</Speaker>
|
</Speaker>
|
||||||
<Speaker annotated="false">
|
<Speaker annotated="false">
|
||||||
<RawText>Nick</RawText>
|
<RawText>Nick</RawText>
|
||||||
|
|||||||
@@ -547,9 +547,9 @@
|
|||||||
<Quote>
|
<Quote>
|
||||||
<QuoteText>I told you I don't want you doing these things in here. You can use your own office or do it in the hall.</QuoteText>
|
<QuoteText>I told you I don't want you doing these things in here. You can use your own office or do it in the hall.</QuoteText>
|
||||||
<Speaker>
|
<Speaker>
|
||||||
<SpeakerText annotated="false">Voice of Thomas Dean</SpeakerText>
|
<SpeakerText annotated="true">Voice of {Thomas Dean}</SpeakerText>
|
||||||
<Characters>
|
<Characters>
|
||||||
<Character type="background">voice-of-thomas-dean</Character>
|
<Character type="background">thomas-dean</Character>
|
||||||
</Characters>
|
</Characters>
|
||||||
</Speaker>
|
</Speaker>
|
||||||
</Quote>
|
</Quote>
|
||||||
@@ -4617,7 +4617,7 @@
|
|||||||
<Speaker>
|
<Speaker>
|
||||||
<SpeakerText annotated="false">Voice #2 on phone</SpeakerText>
|
<SpeakerText annotated="false">Voice #2 on phone</SpeakerText>
|
||||||
<Characters>
|
<Characters>
|
||||||
<Character type="background">voice--on-phone</Character>
|
<Character type="background">voice-on-phone</Character>
|
||||||
</Characters>
|
</Characters>
|
||||||
</Speaker>
|
</Speaker>
|
||||||
</Quote>
|
</Quote>
|
||||||
|
|||||||
@@ -530,6 +530,7 @@ def check(verbose: bool) -> None:
|
|||||||
|
|
||||||
# TODO: Check for values in meta.json that are null
|
# TODO: Check for values in meta.json that are null
|
||||||
# TODO: Check for values in meta.json that are not referenced anywhere in identifiers.xml
|
# TODO: Check for values in meta.json that are not referenced anywhere in identifiers.xml
|
||||||
|
# TODO: Check for character IDs in identifiers.xml that don't look correct (voice--on-phone)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user