MP2自用转移整理命名方式,中文名称+加年份+分辨率+压制组

例如:

下载电影名称:

Despicable.Me.4.2024.Bluray.1080p.x264.2Audios.Atmos.TrueHD.7.1-BtsHD.mkv

整理的电影名称:

神偷奶爸4.2024.1080p.2Audios.Atmos.TrueHD.7.1-BtsHD.mkv

 

电影重命名格式:

{{title}}{% if year %} ({{year}}){% endif %}/{{ title }}{%if year %}.{{year}}{% endif %}{% if videoFormat %}.{{videoFormat}}{% endif %}{% if edition %}.{{edition}}{% endif %}{% if videoCodec %}.{{videoCodec}}{% endif %}{% if audioCodec %}.{{audioCodec|replace(' ', '.')}}{% endif %}{% if releaseGroup %}-{{releaseGroup}}{% endif %}{{fileExt}}

电视剧重命名格式

{{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}}.{{season_episode}}{% if part %}.{part}}{% endif %}{%if year %}.{{year}}{% endif %}{% if videoFormat %}.{{videoFormat}}{% endif %}{% if edition %}.{{edition}}{% endif %}{% if videoCodec %}.{{videoCodec}}{% endif %}{% if audioCodec %}.{{audioCodec|replace(' ', '.')}}{% endif %}{% if releaseGroup %}-{{releaseGroup}}{% endif %}{{fileExt}}