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 4f36f50 commit b64855b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"SiGMA",
"WiKi\\.Sample",
"Japhson",
"iNTENSO",
"LEGi0N",
"Dream",
"CiNEFiLE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
{
"example": "The.Bourne.Identity.2002.1080p.Blu-ray.x265.10bit.DTS£cXcY@FRDS(1.58.17).mkv",
"rule": "$title_en$.$year$.$resolution$.$source$.$video_codec$.$audio_codec$-$release_group$($mix_numbers_letters$).$extension$"
}, {
"example": "Home.Alone.3.1997.1080p.WEB.x264.mkv",
"rule": "$title_number_en$.$year$.$resolution$.$source$.$video_codec$.$extension$"
}
]
}
14 changes: 14 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 @@ -6468,6 +6468,20 @@
"release_group": "SECTOR7-4P",
"container": "mkv"
}
},
{
"title": "Home.Alone.3.1997.1080p.WEB.x264-iNTENSO.mkv",
"metadata": {
"cn_name": "",
"en_name": "Home Alone 3",
"year": "1997",
"resolution": "1080p",
"source": "WEB-DL",
"video_codec": "H.264",
"audio_codec": "",
"release_group": "iNTENSO",
"container": "mkv"
}
}
]
}

0 comments on commit b64855b

Please sign in to comment.