Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 26, 2024
1 parent 34a5360 commit 434c9ca
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"AC3\\.AAC",
"FLAC(x2|\\.2\\.0)?",
"flac(_aac)?",
"FLAC\\.H",
"E?[Aa][Cc]3"
],
"release_group": [
Expand Down Expand Up @@ -340,6 +341,7 @@
"KiNGS",
"AJP69",
"PiR8",
"monkee",
"DON",
"FLUX",
"ZmWeb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ fn build_tokens(rule: &Rule, input: &str) -> Option<Token> {
//
value = value.replace("flac_aac", "FLAC.AAC").to_string();
value = value.replace("flac", "FLAC").to_string();
value = value.replace("FLAC.H", "FLAC").to_string();

//
value = value.replace(".&.", ".").to_string();
Expand Down
28 changes: 28 additions & 0 deletions soda_resource_tools_lib/tests/movie_and_tv_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6286,6 +6286,34 @@
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "Waterloo.Bridge.1940.BluRay.1080p.x265.10bit.FLAC.H.MNHD-FRDS.mkv",
"metadata": {
"cn_name": "",
"en_name": "Waterloo Bridge",
"year": "1940",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.265",
"audio_codec": "FLAC",
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "A.Good.Woman.2004.1080p.AMZN.WEB-DL.DD+5.1.H.264-monkee.mkv",
"metadata": {
"cn_name": "",
"en_name": "A Good Woman",
"year": "2004",
"resolution": "1080p",
"source": "WEB-DL",
"video_codec": "H.264",
"audio_codec": "DD+5.1",
"release_group": "monkee",
"container": "mkv"
}
}
]
}

0 comments on commit 434c9ca

Please sign in to comment.