comicfn2dict/tests/comic_filenames.py

246 lines
7.3 KiB
Python
Raw Normal View History

2023-12-21 13:04:52 -08:00
"""Test filenames with human parsed correct results."""
TEST_COMIC_FIELDS = {
"series": "Long Series Name",
"issue": "001",
"year": "2000",
"original_format": "TPB",
"scan_info": "Releaser",
"title": "Title",
"ext": "cbz",
}
TEST_COMIC_FIELDS_VOL = {
"series": "Long Series Name",
"volume": "1",
"issue": "001",
"year": "2000",
"title": "Title",
"original_format": "TPB",
"scan_info": "Releaser",
"ext": "cbz",
}
TEST_COMIC_VOL_ONLY = {
"series": "Long Series Name",
"volume": "1",
"title": "Title",
"original_format": "TPB",
"year": "2000",
"scan_info": "Releaser & Releaser-Releaser",
"ext": "cbr",
}
FNS = {
"Night of 1000 Wolves 001 (2013).cbz": {
"series": "Night of 1000 Wolves",
"issue": "001",
"year": "2013",
"ext": "cbz",
},
"19687 Sandman 53.cbz": {
"series": "19687 Sandman",
"issue": "53",
"ext": "cbz",
},
"33475 OMAC v3 2.cbr": {
"series": "33475 OMAC",
"volume": "3",
"issue": "2",
"ext": "cbr",
},
"Long Series Name 001 (2000) Title (TPB) (Releaser).cbz": TEST_COMIC_FIELDS,
"Long Series Name #001 (2000) Title (TPB) (Releaser).cbz": TEST_COMIC_FIELDS,
"Long Series Name (2000) 001 Title (TPB) (Releaser).cbz": TEST_COMIC_FIELDS,
"Long Series Name (2000) #001 Title (TPB) (Releaser).cbz": TEST_COMIC_FIELDS,
"Long Series Name v1 (2000) #001 "
"Title (TPB) (Releaser).cbz": TEST_COMIC_FIELDS_VOL,
"Long Series Name 001 (2000) (TPB-Releaser) Title.cbz": TEST_COMIC_FIELDS,
"Long Series Name Vol 1 "
"(2000) (TPB) (Releaser & Releaser-Releaser) Title.cbr": TEST_COMIC_VOL_ONLY,
"Ultimate Craziness (2019) (Digital) (Friends-of-Bill).cbr": {
"series": "Ultimate Craziness",
"year": "2019",
"ext": "cbr",
"original_format": "Digital",
"scan_info": "Friends-of-Bill",
},
"Jimmy Stocks Love Chain (2005) (digital) (The Magicians-Empire).cbr": {
"series": "Jimmy Stocks Love Chain",
"year": "2005",
"ext": "cbr",
"original_format": "digital",
"scan_info": "The Magicians-Empire",
},
"Arkenstone Vol. 01 - The Smell of Burnt Toast (2020) (digital) (My-brother).cbr": {
"series": "Arkenstone",
"volume": "01",
"year": "2020",
"ext": "cbr",
"scan_info": "My-brother",
"title": "The Smell of Burnt Toast",
"original_format": "digital",
},
"Bardude - The Last Thing I Remember.cbz": {
"series": "Bardude",
"title": "The Last Thing I Remember",
"ext": "cbz",
},
"Drunkguy - The Man Without Fear - 01.cbz": {
"series": "Drunkguy",
"title": "The Man Without Fear",
"issue": "01",
"ext": "cbz",
},
"The_Arkenstone_v03_(2002)_(Digital)_(DR_&_Quenya-Elves).cbr": {
"series": "The Arkenstone",
"volume": "03",
"year": "2002",
"ext": "cbr",
"scan_info": "DR & Quenya-Elves",
"original_format": "Digital",
},
"Kartalk v01 001 - Fear the Brakes (2004) (digital) (Son of Ultron-EMpire).cbr": {
"series": "Kartalk",
"volume": "01",
"issue": "001",
"year": "2004",
"ext": "cbr",
"original_format": "digital",
"scan_info": "Son of Ultron-EMpire",
"title": "Fear the Brakes",
},
"Kartalk Library Edition v01 (1992) (digital) (Son of Ultron-Empire).cbr": {
"series": "Kartalk Library Edition",
"volume": "01",
"year": "1992",
"ext": "cbr",
"original_format": "digital",
"scan_info": "Son of Ultron-Empire",
},
"Kind of Deadly v02 - Last Bullet (2006) (Digital) (Zone-Empire).cbr": {
"series": "Kind of Deadly",
"volume": "02",
"year": "2006",
"ext": "cbr",
"original_format": "Digital",
"scan_info": "Zone-Empire",
"title": "Last Bullet",
},
"Jeremy John - A Big Long Title (2017) (digital-Minutement).cbz": {
"series": "Jeremy John",
"title": "A Big Long Title",
"year": "2017",
"ext": "cbz",
"original_format": "digital",
"scan_info": "Minutement",
},
"Jeremy John 001 (2006) (digital (Minutemen-Faessla).cbz": {
"series": "Jeremy John",
"issue": "001",
"year": "2006",
"ext": "cbz",
"scan_info": "Minutemen-Faessla",
# "original_format": "digital",
"remainders": ("(digital",),
},
"Jeremy John 003 (2007) (4 covers) (digital) (Minutemen-Faessla).cbz": {
"series": "Jeremy John",
"issue": "003",
"year": "2007",
"ext": "cbz",
"scan_info": "Minutemen-Faessla",
"original_format": "digital",
"remainders": ("(4 covers)",),
},
"Jeremy John v01 - Uninterested! (2007) (Digital) (Asgard-Empire).cbr": {
"series": "Jeremy John",
"volume": "01",
"year": "2007",
"ext": "cbr",
"original_format": "Digital",
"scan_info": "Asgard-Empire",
"title": "Uninterested!",
},
"King of Skittles 01 (of 05) (2020) (digital) (Son of Ultron-Empire).cbr": {
"series": "King of Skittles",
"issue": "01",
"issue_count": "05",
"year": "2020",
"ext": "cbr",
"original_format": "digital",
"scan_info": "Son of Ultron-Empire",
},
"Darkwad 011 (2019) (Digital) (Zone-Empire).cbr": {
"series": "Darkwad",
"issue": "011",
"year": "2019",
"ext": "cbr",
"original_format": "Digital",
"scan_info": "Zone-Empire",
},
"Darkwad by Carlos Zemo v01 - Knuckle Fight (2009) (Digital) (Zone-Empire).cbr": {
"series": "Darkwad by Carlos Zemo",
"volume": "01",
"year": "2009",
"ext": "cbr",
"title": "Knuckle Fight",
"original_format": "Digital",
"scan_info": "Zone-Empire",
},
"The Walking Dead #002 (2003).cbz": {
"series": "The Walking Dead",
"issue": "002",
"year": "2003",
"ext": "cbz",
},
"The Walking Dead #3.cbz": {
"series": "The Walking Dead",
"issue": "3",
"ext": "cbz",
},
"The Walking Dead 4.cbz": {
"series": "The Walking Dead",
"issue": "4",
"ext": "cbz",
},
"A Fractional Comic 1.1.cbz": {
"series": "A Fractional Comic",
"issue": "1.1",
"ext": "cbz",
},
"A Fractional Comic 8.54.cbz": {
"series": "A Fractional Comic",
"issue": "8.54",
"ext": "cbz",
},
"Earth X #½.cbz": {
"series": "Earth X",
"issue": "½",
"ext": "cbz",
},
"Avengers #001½.cbz": {
"series": "Avengers",
"issue": "001½",
"ext": "cbz",
},
"The Amazing Spider-Man #78.BEY.cbz": {
"series": "The Amazing Spider-Man",
"issue": "78.BEY",
"ext": "cbz",
},
"The Amazing Spider-Man #54.LR.cbz": {
"series": "The Amazing Spider-Man",
"issue": "54.LR",
"ext": "cbz",
},
"Wolverine & the X-Men #27AU.cbz": {
"series": "Wolverine & the X-Men",
"issue": "27AU",
"ext": "cbz",
},
"Fantastic Four #5AU.cbz": {
"series": "Fantastic Four",
"issue": "5AU",
"ext": "cbz",
},
}