pt吧 关注:218,165贴子:11,417,922
  • 1回复贴,共1

【250328】谁知道mp自动改名怎么弄

取消只看楼主收藏回复

我的电视剧总是命名不正确
{{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}}-S{{season}}E{{episode}}{% if part %}-{{part}}{% endif %}{% if year %}-({{year}}){% endif %}{% if resolution %}-{{resolution}}{% endif %}{{fileExt}}
只能整理成下边这个
/雁回时 (2025)/Season 1/雁回时-S1E18-(2025).mkv
我想整理成S01E01这种,自动+0或者两位数的,有没有大佬有格式帮我贴出来


IP属地:河南1楼2025-03-28 01:38回复
    最终命令和成果,需要的拿走
    命令:{{title}}{% if year %} ({{year}}){% endif %}{% if tmdbid %} {tmdbid={{tmdbid}}}{% endif %}/Season {{season}}{% if season_year %} ({{season_year}}){% endif %}/{{title}}-{{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode_title %}-({{episode_title}}){% endif %}{% if season_year %} ({{season_year}}){% endif %}{% if videoFormat %}-{{videoFormat}}{% endif %}{{fileExt}}
    成果:国外纪录片/绿色星球 (2022) {tmdbid=96323}/Season 1 (2022)/绿色星球-S01E05-(休戚与共) (2022)--2160p.mkv


    IP属地:河南来自Android客户端9楼2025-03-28 14:57
    收起回复