You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ __mediainfo__.season_info | selectattr('season_number', '==', season | int) | map(attribute='name') | first }}
这样输出的就是季标题了,应用到模板中:
{{title}}{% if year %} ({{year}}){% endif %}/{{ __mediainfo__.season_info | selectattr('season_number', '==', season | int) | map(attribute='name') | first }}/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}{{fileExt}}
当前程序版本
1.9.17
运行环境
Docker
功能改进类型
主程序
功能改进
现在下载好资源之后,重命名的表达式填写那里,没有季标题的表达。因为有些电视剧是有季标题的,为了方便管理和浏览,希望作者能添加一个季标题的表达
参考资料
No response
The text was updated successfully, but these errors were encountered: