深色模式
其他通知模板
这里放一些可以直接复制的通知模板。文件整理模板、Emby 通知模板和订阅通知模板使用的字段各不相同,下面的示例都按 NanShare 当前项目字段适配过。
整理通知和 Emby 通知最终会发到 Telegram。为了兼容 NanShare 当前的 Markdown 发送方式,下面模板里的强调统一使用单星号,不使用双星号。
文件整理通知模板
文件整理模板填到“文件整理基础配置 / 整理 TG 通知模板”。结构键支持 title、text、image、link。
系统默认
text
{
"title": "🎬 {{ title_year }} {{ season_episode if season_episode else '' }} 已入库\n\n",
"text": (
"✨ 质量:{{ resource_quality }}\n"
"{% if vote_average %}"
"🌟 评分:{{ vote_average }}/10\n"
"{% endif %}"
"{% if media_type or category %}"
"🎞 类型:{{ media_type }} · 🏷 类别:{{ category }}\n"
"{% endif %}"
"📂 数量:{{ file_count }} 个 · 💾 大小:{{ total_size }}\n"
"{% if release_group %}"
"👥 小组:{{ release_group }}\n"
"{% endif %}"
"⚡ 用时:{{ time_usage if time_usage else '未知' }}\n\n"
"🔗 :[TMDB](https://www.themoviedb.org/{% if '电视' in media_type %}tv{% else %}movie{% endif %}/{{ tmdbid }}) · [豆瓣](https://m.douban.com/search/?query={{ title }}) · [IMDB](https://www.imdb.com/title/{{ imdbid }}) · [TVDB](https://thetvdb.com/?id={{ tvdbid }}&tab=series)\n"
"{% if overview %}\n"
"📝 简介:\n{{ overview | truncate(50, True, '...') }}"
"{% endif %}"
)
}次元捕获达成
text
{
"title": "🎉🐾 {{ title_year }}{% if season_episode %} {{ season_episode }}{% endif %} 次元捕获达成にゃ!欧尼酱の新番补给已到账~✧⁺⸜(●´∀`●)⸝⁺✧",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set rq_lower = resource_quality|default('', true)|lower %}"
"{% set fc = file_count|default(0)|int(0) %}"
"{% set cat_lower = category|default('', true)|lower %}"
"{% set ts_num_str = '' %}{% set ts_unit_detected = '' %}{% set ts_total_size_lower = total_size|default('', true)|lower %}"
"{% if 'tb' in ts_total_size_lower %}{% set ts_unit_detected = 'TB' %}{% elif 'gb' in ts_total_size_lower %}{% set ts_unit_detected = 'GB' %}{% elif 'mb' in ts_total_size_lower %}{% set ts_unit_detected = 'MB' %}{% elif 'kb' in ts_total_size_lower %}{% set ts_unit_detected = 'KB' %}{% elif ts_total_size_lower.endswith('t') %}{% set ts_unit_detected = 'TB' %}{% elif ts_total_size_lower.endswith('g') %}{% set ts_unit_detected = 'GB' %}{% elif ts_total_size_lower.endswith('m') %}{% set ts_unit_detected = 'MB' %}{% elif ts_total_size_lower.endswith('k') %}{% set ts_unit_detected = 'KB' %}{% endif %}"
"{% if ts_unit_detected == 'TB' %}{% set ts_num_str = total_size|replace('TB','')|replace('tb','')|replace('T','')|replace('t','') %}{% elif ts_unit_detected == 'GB' %}{% set ts_num_str = total_size|replace('GB','')|replace('gb','')|replace('G','')|replace('g','') %}{% elif ts_unit_detected == 'MB' %}{% set ts_num_str = total_size|replace('MB','')|replace('mb','')|replace('M','')|replace('m','') %}{% elif ts_unit_detected == 'KB' %}{% set ts_num_str = total_size|replace('KB','')|replace('kb','')|replace('K','')|replace('k','') %}{% endif %}"
"{% set ts_num = ts_num_str|trim|float(0) %}{% set ts_unit = ts_unit_detected %}"
"{% if vote_average %}🌟 *神域评级*:{{ vote_average }}/10 "
"{% if va >= 9.5 %}(神域之光!至高无上的荣耀喵!欧尼酱的品味是星辰大海!🌟👑🔥){% elif va >= 9.0 %}(殿堂级の神作!萌力突破天际!疯狂打call喵!💖🎉){% elif va >= 8.5 %}(超绝美味!舔屏预警!不容错过的神仙番喵!츄릅(๑´ڡ`๑)✨){% elif va >= 8.0 %}(强力推荐!绝对是精品中的精品喵!好看得喵喵叫!🐾){% elif va >= 7.5 %}(优秀佳作!值得细细品味,回味无穷喵~🌸){% elif va >= 7.0 %}(不错哟!是能带来快乐的好番喵!可以放心食用~👍){% elif va >= 6.0 %}(及格线以上~有闪光点,可以看看打发时间喵~🧐){% elif va >= 5.0 %}(嗯喵...口味比较独特呢,也许是小众的宝藏?🤔){% elif va > 0 %}(emmm...可能是电波没有对上喵?下次一定能捕获到心头好!💔){% endif %}\n{% endif %}"
"{% if media_type == '电影' %}🎬 *次元属性*:{{ media_type }}(映画の圣域ฅ^•ﻌ•^ฅ){% elif '电视' in media_type or '剧' in media_type %}📺 *次元属性*:{{ media_type }}(番组电波塔=ↀωↀ=){% else %}📚 *次元属性*:{{ media_type }}(异界图鉴库=`ω´=){% endif %}\n"
"{% if category %}🎀 *萌点烙印*:{{ category }}(限定心动元素💘)\n{% endif %}"
"{% if resource_quality %}"
"💎 *光粒子纯度*:{{ resource_quality }} "
"{% if '4k' in rq_lower or '2160p' in rq_lower or 'uhd' in rq_lower %}"
"{% if ('remux' in rq_lower or 'bluray' in rq_lower or 'blu-ray' in rq_lower) and ('hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower or 'imax enhanced' in rq_lower) %}(真·究极光影盛宴!每一帧都是艺术喵!IMAX级震撼!✨🌌👑)"
"{% elif 'remux' in rq_lower or 'bluray' in rq_lower or 'blu-ray' in rq_lower %}(殿堂级4K蓝光/Remux!清晰到毛孔都在跳舞喵!💃🕺)"
"{% elif ('web-dl' in rq_lower or 'webdl' in rq_lower) and ('hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower) %}(惊艳4K WEB-DL!HDR/DV加持,光彩夺目喵!🌈🌟)"
"{% elif 'web-dl' in rq_lower or 'webdl' in rq_lower %}(优质4K WEB-DL!数字时代的视觉享受喵!💻💖)"
"{% elif 'hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower %}(哇哦!4K超高清画质!HDR/DV让光影更迷人喵!🤩)"
"{% else %}(震撼4K!细节爆炸,仿佛身临其境喵!💥👀){% endif %}"
"{% elif '1080p' in rq_lower %}"
"{% if ('remux' in rq_lower or 'bluray' in rq_lower or 'blu-ray' in rq_lower) and ('hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower) %}(完美1080p!HDR/DV光环,画质巅峰不输4K喵!🏆✨)"
"{% elif 'remux' in rq_lower %}(收藏级1080p Remux!原汁原味的高清喵!📀👍)"
"{% elif 'bluray' in rq_lower or 'blu-ray' in rq_lower %}(经典1080p蓝光!高清世界的标杆喵!🎬💯)"
"{% elif ('web-dl' in rq_lower or 'webdl' in rq_lower) and ('hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower) %}(华丽1080p WEB-DL!HDR/DV让画面更生动喵!🦋🌟)"
"{% elif 'web-dl' in rq_lower or 'webdl' in rq_lower %}(优质1080p WEB-DL!随时随地高清体验喵!📱💖)"
"{% else %}(标准1080p!全高清的视觉享受,清晰可见喵!😺){% endif %}"
"{% elif '720p' in rq_lower %}"
"{% if 'remux' in rq_lower or 'bluray' in rq_lower or 'blu-ray' in rq_lower %}(精品720p蓝光/Remux!小屏幕上的大享受喵!🍬👀){% elif 'web-dl' in rq_lower or 'webdl' in rq_lower %}(实用720p WEB-DL!流畅观看无压力喵!💨💻){% else %}(入门级高清720p!剧情党的好伙伴喵!📖👍){% endif %}"
"{% elif 'hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower %}(HDR/杜比视界特别版!色彩更丰富,光影更动人喵!🎨💡)"
"{% elif 'remux' in rq_lower %}(高品质Remux!接近原盘的纯净体验喵!💿✨)"
"{% elif 'bluray' in rq_lower or 'blu-ray' in rq_lower %}(蓝光画质!品质有保证,值得信赖喵!🛡️👌)"
"{% elif 'web-dl' in rq_lower or 'webdl' in rq_lower %}(WEB-DL!便捷的网络高清源,新鲜速递喵!🌐⚡)"
"{% elif 'hdtv' in rq_lower %}(HDTV录制源!电视上的高清瞬间喵~📺🙂)"
"{% elif '480p' in rq_lower or 'sd' in rq_lower or 'dvdrip' in rq_lower or 'dvd' in rq_lower %}(标清画质!怀旧感满满,剧情依旧精彩喵!🎞️❤️)"
"{% else %}(神秘光粒子纯度!需要欧尼酱的火眼金睛鉴定喵~🔍😉){% endif %}\n"
"{% else %}{% set rq_lower = '' %}{% endif %}"
"📦 *秘宝数量*:{{ file_count }} 枚 "
"{% if fc == 1 %}(独一无二的究极秘宝!闪耀着孤高的光芒喵!💎){% elif fc <= 3 %}(几颗精致的小宝石,小巧可爱喵~✨){% elif fc <= 7 %}(一小捧亮晶晶的碎片,收获不错喵~💖){% elif fc <= 15 %}(一把可观的收藏!猫爪都快拿不下啦~🐾){% elif fc <= 30 %}(哇!满满一小袋!是丰收的喜悦喵!💰){% elif fc <= 50 %}(好多好多!可以堆个小山丘了喵!⛰️){% else %}(数不清啦!这是秘宝的海洋吗?!欧尼酱太强啦!🌊👑){% endif %}\n"
"🍙 *储存容量*:{{ total_size }} "
"{% if ts_unit == 'TB' %}{% if ts_num >= 5 %}(宇宙级容量!这是要装下整个次元星系吗?!🌌🤯){% elif ts_num >= 1 %}(太字节巨兽!下巴要掉下来了喵!🦖💾){% else %}(接近TB的庞然大物!令人敬畏的存储空间喵!🐘){% endif %}"
"{% elif ts_unit == 'GB' %}{% if ts_num >= 100 %}(百G俱乐部会员!是豪华存储套餐喵!👑){% elif ts_num >= 50 %}(超大份满足!粮仓都快满了喵!🥳){% elif ts_num >= 20 %}(重量级选手!可以看好久好久了喵~💪){% elif ts_num >= 10 %}(大容量配置!内容丰富,值得期待喵!🤗){% elif ts_num >= 5 %}(标准份量!足够享用一阵子啦~😊){% elif ts_num >= 1 %}(够吃几顿的小鱼干!不多不少刚刚好喵~🐟){% else %}(小巧玲珑的GB,内容一定很精华喵!✨){% endif %}"
"{% elif ts_unit == 'MB' %}{% if ts_num >= 500 %}(接近1G的大M选手!浓缩就是精华喵!💪){% elif ts_num >= 100 %}(不小的文件呢,要认真对待!🧐){% elif ts_num >= 50 %}(一口能吃掉的大小!方便快捷喵~😋){% elif ts_num >= 10 %}(小点心级别~几口就没啦~🍬){% else %}(迷你小文件,像一颗小糖豆喵~🤏){% endif %}"
"{% elif ts_unit == 'KB' %}(超迷你文件!是像素级的可爱喵~🔬){% else %}(神秘大小,也猜不透呢~🌀){% endif %}\n"
"{% if tmdbid %}🐾 *TMDB密钥*:{{ tmdbid }}(次元裂缝钥匙🔮)\n{% endif %}"
"{% if release_group %}💖 *次元投喂*:{{ release_group }}(暗黑结社补给๑>ᴗ<๑)\n{% endif %}"
"{% if time_usage %}⏳ *传输耗时*:{{ time_usage }} "
"{% if '小时' in time_usage or '时' in time_usage %}(史诗级传输!已经睡了一觉醒来啦!😴🕰️){% elif '分' in time_usage %}{% set minutes = time_usage.split('分')[0]|int(0) %}{% if minutes >= 30 %}(耐心的大工程!给你泡了杯茶喵~🍵){% elif minutes >= 15 %}(稍作等待,美味正在精心烹制中喵~🧑🍳){% elif minutes >= 5 %}(一首歌的时间,精彩即将呈现喵~🎶){% elif minutes >= 2 %}(两三分钟,伸个懒腰就好啦~😽){% else %}(一小会儿就好,几乎感觉不到等待喵~💨){% endif %}{% elif '秒' in time_usage %}{% set seconds = time_usage.split('秒')[0]|int(0) %}{% if seconds <= 3 %}(电光石火!比反应还快喵!⚡){% elif seconds <= 10 %}(咻~的一下!超音速抵达喵!🚀){% elif seconds <= 20 %}(眨眼之间!萌力全开,传送完毕!✨){% elif seconds <= 40 %}(片刻小憩,新鲜出炉!🐾){% else %}(耐心等待一小下,马上就好喵~👌){% endif %}{% else %}(量子领域传输,无法被观测的速度喵!🌀){% endif %}\n{% endif %}"
"{% if overview %}\n📜 *剧情预览*:{{ overview[:100] }}…(命运石之门气息🌀)\n{% endif %}"
"\n🌀 *次元通道*(肉球认证✅):\n"
"{% if tmdbid %}▸ 🎬 *TMDB*:[突破次元壁🐱🚀](https://www.themoviedb.org/{% if media_type == '电影' %}movie{% elif '电视' in media_type or '剧' in media_type %}tv{% else %}movie{% endif %}/{{ tmdbid }})\n{% endif %}"
"▸ 🌸 *豆瓣*:[阿宅茶话会🍵](https://www.douban.com/search?cat=1002&q={{ title_year | urlencode }})\n"
"{% if imdbid %}▸ 🌌 *IMDb*:[银河系跃迁✨](https://www.imdb.com/title/{{ imdbid }}/)\n{% endif %}"
"{% if tvdbid %}▸ 📡 *TVDB*:[猫耳天线📶](https://thetvdb.com/series/{{ tvdbid }})\n{% endif %}"
"\n"
"{% if va >= 9.0 or ('4k' in rq_lower and ('remux' in rq_lower or 'bluray' in rq_lower) and ('hdr' in rq_lower or 'dolby vision' in rq_lower or 'dv' in rq_lower)) %}(*≧▽≦)ノ🌟 欧尼酱!侦测到S级神作/究极光粒子波动!服务器核心已校准至巅峰!快献上「小鱼干」,迎接这场灵魂颤抖的次元盛宴吧!✨"
"{% elif fc >= 30 or (ts_unit == 'TB' and ts_num > 0) or (ts_unit == 'GB' and ts_num >= 80) %}ヾ(●´∇`●)ノ🎉 欧尼酱!海量秘宝/超大号猫粮山已塞满服务器核心!「小鱼干」能量储备MAX!准备好进行一场豪华的异世界N周目巡礼吧喵!🚀"
"{% elif ('电视' in media_type or '剧' in media_type) and ('萌' in cat_lower or '可爱' in cat_lower or '日常' in cat_lower or '治愈' in cat_lower or '少女' in cat_lower) %}(=^・ェ・^=)💖 欧尼酱~这份心跳加速的特别补给已悄悄抵达服务器核心喵!快用「小鱼干」的魔法,与屏幕彼端可爱的TA们开启新的甜蜜物语吧~啾咪!😘"
"{% elif '热血' in cat_lower or '奇幻' in cat_lower or '战斗' in cat_lower or '冒险' in cat_lower or '科幻' in cat_lower or '异世界' in cat_lower %}(✧Д✧)↗🔥 欧尼酱!命运的齿轮开始转动!服务器核心已觉醒最终形态!快将「小鱼干」作为圣遗物咏唱咒文,召唤名为「至高感动」的奇迹降临吧!"
"{% else %}(=^・ω・^=)丿✨ 欧尼酱!次元能量已满载!快用「小鱼干」启动,开启这场心跳加速的异世界大冒险吧!GO GO GO!🚀{% endif %}"
)
}影院播报增强版
text
{
"title": "🎬 {{ title_year }}{% if season_episode %} {{ season_episode }}{% endif %} 已入库",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set rq_input = resource_quality|default('', true) %}"
"{% set rq_lower = rq_input|lower %}"
"{% set fc = file_count|default(0)|int(0) %}"
"{% set mt_lower = media_type|default('', true)|lower %}"
"{% set tu_lower = time_usage|default('', true)|lower %}"
"{% set dcc_input = category|default('', true) %}"
"{% set dcc = dcc_input|lower %}"
"{% set ts_num_str = '' %}{% set ts_unit_detected = '' %}{% set ts_total_size_lower = total_size|default('', true)|lower %}"
"{% if 'tb' in ts_total_size_lower %}{% set ts_unit_detected = 'TB' %}{% elif 'gb' in ts_total_size_lower %}{% set ts_unit_detected = 'GB' %}{% elif 'mb' in ts_total_size_lower %}{% set ts_unit_detected = 'MB' %}{% elif 'kb' in ts_total_size_lower %}{% set ts_unit_detected = 'KB' %}{% elif ts_total_size_lower.endswith('t') %}{% set ts_unit_detected = 'TB' %}{% elif ts_total_size_lower.endswith('g') %}{% set ts_unit_detected = 'GB' %}{% elif ts_total_size_lower.endswith('m') %}{% set ts_unit_detected = 'MB' %}{% elif ts_total_size_lower.endswith('k') %}{% set ts_unit_detected = 'KB' %}{% endif %}"
"{% if ts_unit_detected == 'TB' %}{% set ts_num_str = total_size|replace('TB','')|replace('tb','')|replace('T','')|replace('t','') %}{% elif ts_unit_detected == 'GB' %}{% set ts_num_str = total_size|replace('GB','')|replace('gb','')|replace('G','')|replace('g','') %}{% elif ts_unit_detected == 'MB' %}{% set ts_num_str = total_size|replace('MB','')|replace('mb','')|replace('M','')|replace('m','') %}{% elif ts_unit_detected == 'KB' %}{% set ts_num_str = total_size|replace('KB','')|replace('kb','')|replace('K','')|replace('k','') %}{% endif %}"
"{% set ts_num = ts_num_str|trim|float(0) %}{% set ts_unit = ts_unit_detected %}"
"{% set is_very_fast = false %}"
"{% if '秒' in tu_lower and not ('分' in tu_lower or '时' in tu_lower or '小时' in tu_lower) %}{% set seconds_str = tu_lower|replace('秒', '')|trim %}{% if seconds_str.isdigit() and seconds_str|int <= 15 %}{% set is_very_fast = true %}{% endif %}{% endif %}"
"{% set has_4k = '4k' in rq_lower or '2160p' in rq_lower or 'uhd' in rq_lower %}"
"{% set has_1080p = '1080p' in rq_lower %}"
"{% set has_720p = '720p' in rq_lower %}"
"{% set is_remux = 'remux' in rq_lower %}"
"{% set is_bluray = ('bluray' in rq_lower or 'blu-ray' in rq_lower) and not is_remux %}"
"{% set is_webdl = ('web-dl' in rq_lower or 'webdl' in rq_lower) and not is_remux and not is_bluray %}"
"{% set is_hdtv = 'hdtv' in rq_lower %}"
"{% set is_dvd = 'dvd' in rq_lower or 'dvdrip' in rq_lower %}"
"{% set has_dv = 'dolby vision' in rq_lower or ' dv ' in (' ' ~ rq_lower ~ ' ') %}"
"{% set has_hdr10 = 'hdr' in rq_lower and not has_dv %}"
"{% set has_edr_bitrate = 'edr' in rq_lower %}"
"{% set has_imax = 'imax' in rq_lower %}"
"{% set has_hdr_color_effect = has_dv or has_hdr10 or has_imax %}"
"{% set is_massive_size = (ts_unit == 'TB' and ts_num >= 0.5) or (ts_unit == 'GB' and ts_num >= 200) %}"
"{% set is_very_large_size = (ts_unit == 'GB' and ts_num >= 80 and ts_num < 200) %}"
"{% if vote_average %}⭐️ 评分:{{ vote_average }}/10\n{% endif %}"
"{% if media_type == '电影' %}🎦 媒体类型:电影\n{% elif '电视' in media_type or '剧' in media_type %}📺 媒体类型:电视剧\n{% else %}📚 媒体类型:{{ media_type }}\n{% endif %}"
"{% if dcc_input %}🏷 归类:{{ dcc_input }}\n{% endif %}"
"{% if resource_quality %}✨ 质量:{{ rq_input }}\n{% endif %}"
"📂 文件:{{ file_count }} 个\n"
"💾 大小:{{ total_size }}\n"
"{% if tmdbid %}🍿 TMDB ID:{{ tmdbid }}\n{% endif %}"
"{% if release_group %}👥 发布组:{{ release_group }}\n{% endif %}"
"{% if time_usage %}⚡️ 用时:{{ time_usage }}\n{% endif %}"
"{% if overview %}\n📝 简介:{{ overview[:100] }}…\n{% endif %}"
"\n"
"{% if has_4k and (is_remux or is_bluray) and has_dv %}{% if is_massive_size %}💎👑 *究极4K杜比视界原盘!逐帧优化动态光影,TB级存储{% if has_edr_bitrate %},高码率加持{% endif %},色彩与对比度的极致演绎!*{% elif is_very_large_size %}💎✨ *殿堂级4K杜比视界原盘!超大容量{% if has_edr_bitrate %},高码率加持{% endif %},动态元数据呈现巅峰明暗与色彩层次!*{% else %}🌌🎬 *旗舰4K杜比视界原盘!逐帧优化动态光影{% if has_edr_bitrate %},高码率加持{% endif %},色彩与对比度的极致演绎!*{% endif %}"
"{% elif has_4k and (is_remux or is_bluray) and has_hdr10 %}{% if is_massive_size %}💿🌌 *4K HDR10原盘巨无霸!TB级存储,宽广色域与高动态范围{% if has_edr_bitrate %},高码率保障{% endif %},细节清晰,色彩生动!*{% elif is_very_large_size %}💿💪 *珍藏级4K HDR10原盘!大容量无损,鲜活色彩与扩展动态范围{% if has_edr_bitrate %},高码率保障{% endif %},尽显画面细节!*{% else %}✨🌈 *纯净4K HDR10原盘!宽广色域与高动态范围{% if has_edr_bitrate %},高码率保障{% endif %},细节清晰,色彩生动!*{% endif %}"
"{% elif has_4k and (is_remux or is_bluray) and has_imax %}💥🎞️ *震撼4K IMAX Enhanced原盘!巨幕影院级扩展画幅与沉浸音效{% if has_edr_bitrate %},高码率画质{% endif %},还原导演意图!*"
"{% elif has_4k and (is_remux or is_bluray) and has_edr_bitrate and not has_hdr_color_effect %}📈🎞️ *稀有4K EDR高码率原盘!超越常规的码率带来更纯净清晰的SDR画质呈现!*"
"{% elif has_4k and (is_remux or is_bluray) %}{% if is_massive_size %}🐘💾 *4K SDR原盘巨无霸!TB级无损画质,硬核影迷的纯粹视界之选!*{% else %}🧐🎞️ *收藏级4K SDR原盘!无压缩超高清,追求极致清晰的画面细节!*{% endif %}"
"{% elif has_4k and is_webdl and has_dv %}{% if is_massive_size or is_very_large_size %}🌌📦 *4K杜比视界WEB豪华包!动态元数据加持{% if has_edr_bitrate %},高码率清晰度{% endif %},海量臻品,每一帧皆为视觉盛宴!*{% else %}🌌📲 *震撼4K杜比视界WEB版!动态元数据加持{% if has_edr_bitrate %},高码率清晰度{% endif %},每一帧皆为视觉盛宴!*{% endif %}"
"{% elif has_4k and is_webdl and has_hdr10 %}{% if is_massive_size or is_very_large_size %}🌈📦 *4K HDR10 WEB-DL大礼包!鲜明色彩与扩展动态{% if has_edr_bitrate %},高码率清晰度{% endif %},海量数字视觉臻品!*{% else %}✨📱 *优质4K HDR10 WEB在线!鲜明色彩与扩展动态{% if has_edr_bitrate %},高码率清晰度{% endif %},视觉体验显著提升!*{% endif %}"
"{% elif has_4k and is_webdl and has_imax %}💥📲 *4K IMAX Enhanced WEB流媒体!扩展画幅{% if has_edr_bitrate %},高码率画质{% endif %},更广阔视野,沉浸式在线观影!*"
"{% elif has_4k and is_webdl and has_edr_bitrate and not has_hdr_color_effect %}{% if is_massive_size or is_very_large_size %}📈🗄️ *4K EDR高码率WEB-DL大合集!高码率带来极致清晰度,流畅体验在线SDR巅峰!*{% else %}📈📱 *优质4K EDR高码率WEB在线!高码率带来更清晰的在线SDR体验!*{% endif %}"
"{% elif has_4k and is_webdl %}{% if is_massive_size or is_very_large_size %}🖥️🗄️ *4K SDR WEB-DL大合集!清晰流畅,海量资源一网打尽,尽享数字高清!*{% else %}🖥️👍 *标准4K SDR WEB-DL!数字高清,细节清晰可见,便捷观影!*{% endif %}"
"{% elif has_1080p and (is_remux or is_bluray) and has_hdr_color_effect %}🏆🌟 *稀有1080P HDR/DV原盘!经典分辨率下的极致光影与色彩呈现{% if has_edr_bitrate %},高码率清晰度{% endif %}!*"
"{% elif has_1080p and (is_remux or is_bluray) and has_edr_bitrate and not has_hdr_color_effect %}📈📀 *1080P EDR高码率原盘!经典高清配合高码率,画面更纯净细腻!*"
"{% elif has_1080p and (is_remux or is_bluray) %}{% if is_massive_size or is_very_large_size %}📀📚 *1080P原盘巨量收藏!高清经典,一次拥有,画质无忧,尽享纯粹!*{% else %}📀👌 *1080P蓝光/Remux!高清爱好者的可靠之选,画质有保证,体验更佳!*{% endif %}"
"{% elif has_1080p and is_webdl and has_hdr_color_effect %}💡📲 *1080P WEB-DL HDR/DV版!移动设备上的增强色彩与动态范围体验{% if has_edr_bitrate %},高码率清晰度{% endif %}!*"
"{% elif has_1080p and is_webdl and has_edr_bitrate and not has_hdr_color_effect %}📈📱 *1080P EDR高码率WEB在线!高码率带来更清晰的1080P体验!*"
"{% elif has_1080p and is_webdl %}📱✔️ *主流1080P WEB-DL!随时随地,畅享高清剧情体验,便捷实用!*"
"{% elif has_720p %}🍬 *720P轻量资源!不挑设备,能看就行,胜在省心!*"
"{% elif has_4k %}✨🤔 *检测到4K内容!具体规格品质待细品,超清细腻的视觉体验可期!*"
"{% elif has_hdr_color_effect %}🎨💡 *HDR动态光影加持!无论何种分辨率,色彩更丰富,对比更鲜明,画面更生动!*"
"{% elif has_edr_bitrate %}📈✨ *EDR高码率版!更清晰的画面细节,提升观影体验!*"
"{% elif va >= 9.8 %}🌟👑🔥 *旷世神作!影史丰碑,不朽传奇!此生必看,不容错过的殿堂级体验!*"
"{% elif va >= 9.5 %}🌟💖🎉 *准神作认证!接近完美,口碑与乐趣的极致盛宴!强力推荐,值得N刷!*"
"{% elif va >= 9.0 %}✨🤩🏆 *现象级佳作!卓越品质,视听震撼,强烈推荐珍藏,不负期待!*"
"{% elif va >= 8.5 %}👍🥇🎬 *口碑力荐!高分品质保证,绝对值得花时间细细品味与欣赏!*"
"{% elif va >= 8.0 %}👍💯🍿 *优质精选!大众好评如潮,轻松愉快的观影/追剧优选,享受美好时光!*"
"{% elif is_massive_size or is_very_large_size %}{% if dcc == '日番' %}📚⛩️ *日番大宝库!TB级/超百G海量剧集,补番党的无尽狂欢与宝藏!*{% elif dcc == '国漫' %}🇨🇳💪 *国漫内容库大扩充!超大合集,为国创崛起添砖加瓦,共赏精彩!*{% elif dcc == '纪录片' %}🌍🔭 *纪录片深度探索之旅!知识海洋,眼界从此豁然大开!*{% else %}🌌💽 *超大资源包!您的数字典藏更加雄厚与珍贵,尽情探索!*{% endif %}"
"{% elif dcc == '日番' %}🌸📺 *新一波日番已空降!快来开启二次元的奇妙物语与热血冒险!*"
"{% elif dcc == '国漫' %}🎨🗡️ *精选国漫已入库!感受国创动画的新魅力与匠心传承!*"
"{% elif dcc == '动画电影' %}🎉🧸 *动画大电影欢乐驾到!共享温馨奇幻时光已然开启!*"
"{% elif dcc == '儿童' %}🎈🧸 *儿童乐园新片到!陪伴探索奇妙世界,快乐成长每一天!*"
"{% elif dcc == '纪录片' %}🧐💡 *新纪录片上架!洞察万象,满足无限求知欲与深度好奇心!*"
"{% elif dcc == '综艺' %}🎤😂 *热门综艺已火速更新!放松心情,享受轻松与爆笑一刻!*"
"{% elif dcc == '华语电影' %}🎞️🏮 *华语电影佳作推荐!品味光影间的东方神韵与独特人生叙事!*"
"{% elif dcc == '日韩电影' %}🎐🌸 *日韩风情映画!领略亚洲电影的细腻情感与艺术美学韵味!*"
"{% elif dcc == '国产剧' %}🍵📺 *国产好剧已精心就位!品味地道生活剧情,追剧乐趣永不停歇!*"
"{% elif dcc == '日韩剧' %}💖🌟 *日韩剧集速报!紧跟潮流最前线,精彩剧情不容间断!*"
"{% elif dcc == '欧美电影' %}🎬🌟 *欧美大片震撼已入库!体验宏大叙事与视听冲击!*"
"{% elif dcc == '欧美剧' %}📺🌃 *热门欧美剧集新上线!引人入胜的剧情绝对不容错过!*"
"{% elif va >= 7.5 %}😊👌 *不错哟!一部值得一看的优秀作品,可以放心享用与回味!*"
"{% elif va >= 7.0 %}🙂✔️ *尚可一看!能带来片刻消遣与放松,打发时间还算不错!*"
"{% elif fc >= 100 %}📦🌊 *百部以上海量文件集!内容丰富到眼花缭乱,任君挑选!*"
"{% elif fc >= 50 %}📦📚 *批量资源({{ fc }}个)已成功入库!私人收藏更加充实!*"
"{% elif is_very_fast %}⚡️💨 *闪电入库({{ time_usage }})!效率爆表,精彩内容即刻新鲜体验!*"
"{% elif is_hdtv %}📺📡 *HDTV录制源!电视节目高清快速放送,方便及时尝鲜!*"
"{% elif is_dvd %}📀🎞️ *DVD画质!怀旧经典或特殊稀有资源,剧情依旧精彩动人!*"
"{% else %}🎉✨ *新资源已成功添加至您的片库!快去探索新发现与不期而遇的惊喜吧!*{% endif %}\n"
"{% if tmdbid or imdbid or title_year %}\n"
"{% if tmdbid %}🔗 [TMDB](https://www.themoviedb.org/{% if media_type == '电影' %}movie{% elif '电视' in media_type or '剧' in media_type %}tv{% else %}movie{% endif %}/{{ tmdbid }}){% endif %}"
"{% if imdbid %} · [IMDb](https://www.imdb.com/title/{{ imdbid }}/){% endif %}"
" · [豆瓣](https://www.douban.com/search?cat=1002&q={{ title_year | urlencode }})"
"{% endif %}\n"
)
}毒舌入库播报
text
{
"title": "📦 {{ title_year }}{% if season_episode %} {{ season_episode }}{% endif %} 入库完成",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set rq = resource_quality|default('', true)|lower %}"
"分类:{{ category or '未分类' }}\n"
"规格:{{ resource_quality or '没识别出来,先当盲盒' }}\n"
"体积:{{ total_size }} / {{ file_count }} 个文件\n"
"{% if release_group %}发布组:{{ release_group }}\n{% endif %}"
"{% if va >= 9 %}评价:高分选手,终于不是往片库里倒垃圾了。\n"
"{% elif va >= 8 %}评价:还不错,硬盘这次牺牲得有价值。\n"
"{% elif va >= 7 %}评价:能看,别抱太大期待就不会受伤。\n"
"{% elif va > 0 %}评价:这个评分很有勇气,观看前建议降低期待。\n"
"{% elif '2160p' in rq or '4k' in rq %}评价:评分没有,至少分辨率看起来很努力。\n"
"{% else %}评价:新资源已入库,是惊喜还是事故交给播放器判断。\n{% endif %}"
"{% if overview %}\n简介:{{ overview[:90] }}…{% endif %}"
),
"image": "",
"link": ""
}异世界追番补给
text
{
"title": "🌸 {{ title_year }}{% if season_episode %} {{ season_episode }}{% endif %} 异世界补给抵达",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set rq_lower = resource_quality|default('', true)|lower %}"
"🎀 类型:{{ media_type }}\n"
"{% if category %}✨ 阵营:{{ category }}\n{% endif %}"
"{% if resource_quality %}💎 光辉规格:{{ resource_quality }}\n{% endif %}"
"📦 补给数量:{{ file_count }} 个\n"
"🍙 魔力容量:{{ total_size }}\n"
"{% if vote_average %}🌟 圣典评分:{{ vote_average }}/10 {% if va >= 9 %}神谕级,立刻朝圣!{% elif va >= 8 %}强推级,快乐浓度超标!{% elif va >= 7 %}可食用,电波稳定!{% else %}电波微妙,建议带着好奇心打开!{% endif %}\n{% endif %}"
"{% if release_group %}💌 投喂组织:{{ release_group }}\n{% endif %}"
"{% if time_usage %}⏳ 召唤耗时:{{ time_usage }}\n{% endif %}"
"{% if overview %}\n📜 冒险序章:{{ overview[:100] }}…\n{% endif %}"
"{% if '2160p' in rq_lower or '4k' in rq_lower %}\n⚔️ 4K魔法阵已展开,画面粒子浓度爆表!{% elif '1080p' in rq_lower %}\n⚔️ 1080p贤者模式启动,清晰又稳定!{% else %}\n⚔️ 补给已封装,等待欧尼酱开箱鉴定!{% endif %}"
),
"image": "",
"link": ""
}Emby 通知模板
Emby 模板填到“工具箱 / Emby 通知”。结构键支持 title、text、image。
系统默认
text
{
"title": "{% if action == '新入库' and media_type == '电影' %}🎬 {% elif action == '新入库' and media_type == '剧集' %}📺 {% elif action == '新入库' and media_type == '有声书' %}📚 {% elif action == '新入库' %}🆕 {% elif action == '开始播放' %}▶️ {% elif action == '停止播放' %}⏹️ {% elif action == '登录成功' %}✅ {% elif action == '登录失败' %}❌ {% elif action == '标记了' %}🏷️ {% endif %}{% if user_name %}【{{ user_name }}】{% endif %}{{ action }}{% if media_type %} {{media_type}} {% endif %}{{ item_name }}{% if mark_status %} {{ mark_status }}{% endif %}",
"text":
"{% set va = vote_average|default(0)|float(0) %}"
"{% set mt_lower = media_type|default('', true)|lower %}"
"{% set action_lower = action|default('', true)|lower %}"
"{% set is_new_content = '新入库' in action %}"
"{% set is_playing = '开始播放' in action %}"
"{% set is_stopped = '停止播放' in action %}"
"{% set is_login_success = '登录成功' in action %}"
"{% set is_login_failed = '登录失败' in action %}"
"{% set is_marked = '标记了' in action %}"
"{% set progress_num = percentage|default(0)|int(0) %}"
"{% set time_str = now_time|default('12:00:00') %}"
"{% if ' ' in time_str %}{% set time_part = time_str.split(' ')[1] %}{% else %}{% set time_part = time_str %}{% endif %}"
"{% set hour = time_part.split(':')[0]|int if ':' in time_part else 12 %}"
"{% set is_late_night = hour >= 23 or hour < 6 %}"
"{% set is_early_morning = hour >= 6 and hour < 9 %}"
"{% set is_morning = hour >= 9 and hour < 12 %}"
"{% set is_noon = hour >= 12 and hour < 14 %}"
"{% set is_afternoon = hour >= 14 and hour < 18 %}"
"{% set is_evening = hour >= 18 and hour < 23 %}"
"{% if vote_average %}⭐️ 评分:{{ vote_average }}/10\n{% endif %}"
"{% if media_type == '电影' %}🎦{% elif media_type == '剧集' %}📺{% elif media_type == '有声书' %}📚{% else %}📱{% endif %} 媒体类型:{{ media_type }}\n"
"{% if percentage %}🔄 播放进度:{{ percentage }}%\n{% endif %}"
"{% if ip_address %}🌐 来源IP:{{ ip_address }}\n{% endif %}"
"{% if device_name %}📱 播放设备:{{ client }} {{ device_name }}\n{% endif %}"
"{% if user_name and not is_new_content %}👤 用户:{{ user_name }}\n{% endif %}"
"{% if tmdbid %}🍿 TMDB ID:{{ tmdbid }}\n{% endif %}"
"{% if imdbid %}🌟 IMDB ID:{{ imdbid }}\n{% endif %}"
"🕒 操作时间:{{ now_time }}\n"
"{% if overview and is_new_content %}"
"\n📝 简介:{{ overview[:100] }}…\n"
"{% elif overview and not is_new_content %}\n📝 剧情:{{ overview }}{% endif %}"
"{% if tmdbid or imdbid or item_name %}"
"\n\n{% set has_links = false %}"
"{% if tmdbid %}🔗 [TMDB](https://www.themoviedb.org/{% if media_type == '电影' %}movie{% elif media_type == '剧集' %}tv{% else %}movie{% endif %}/{{ tmdbid }}){% set has_links = true %}{% endif %}"
"{% set douban_search_possible = imdbid or item_name %}"
"{% if has_links and douban_search_possible %} | {% endif %}"
"{% if douban_search_possible %}✳️ {% if imdbid %}[豆瓣](https://www.douban.com/search?cat=1002&q={{ imdbid }}){% else %}[豆瓣](https://www.douban.com/search?cat=1002&q={{ item_name | urlencode }}){% endif %}{% set has_links = true %}{% endif %}"
"{% if imdbid %}{% if has_links %} | {% endif %}🌟 [IMDb](https://www.imdb.com/title/{{ imdbid }}/){% set has_links = true %}{% endif %}"
"{% if has_links %}\n{% endif %}"
"{% endif %}"
"\n"
"{% if is_new_content %}"
"{% if va >= 9.8 %}👑🔥 这TM才是真·封神榜!跪着看就完事了,建议全体起立!"
"{% elif va >= 9.5 %}💥 卧槽这分是充了多少钱?但有一说一确实能打,建议申遗!"
"{% elif va >= 9.0 %}🤙 这波在大气层!年度装逼必备作品,不看不是社会人!"
"{% elif va >= 8.5 %}👍 这分对得起你熬的夜!建议搭配炸鸡啤酒食用更佳~"
"{% elif va >= 8.0 %}🍺 中规中矩电子榨菜,拉屎时看刚刚好!"
"{% elif va >= 7.5 %}🤏 也就图一乐,建议开2倍速别浪费生命!"
"{% elif va >= 7.0 %}🙄 这分是刷的吧?建议下载反诈APP!"
"{% elif va >= 6.0 %}😅 6分保底神作,建议配合弹幕护体食用!"
"{% elif va >= 5.0 %}💩 卧槽这答辩也敢入库?建议申报金扫帚奖!"
"{% elif va >= 4.0 %}🤮 导演是喝高了拍的?建议众筹给编剧寄刀片!"
"{% elif va > 0 %}👻 这分是来搞行为艺术的?建议配合降压药观看!"
"{% elif media_type == '电影' %}🎬 新片到货!是骡子是马拉出来溜溜~"
"{% elif media_type == '剧集' %}📺 新剧上架!建议备好瓜子板凳开喷!"
"{% else %}🆕 新货到仓!是惊喜还是惊吓你说了算!{% endif %}"
"{% elif is_playing %}"
"{% if va > 0 %}"
"{% if va >= 9.8 %}🤯 全体注意!前方高能!建议暂停呼吸!"
"{% elif va >= 9.5 %}🚨 这不是演习!请系好安全带准备起飞!"
"{% elif va >= 9.0 %}💥 前方名场面预警!建议录屏反复观看!"
"{% elif va >= 8.5 %}🎇 建议关闭手机!错过镜头血亏一个亿!"
"{% elif va >= 8.0 %}🍿 瓜子饮料准备好,这个能下三碗饭!"
"{% elif va >= 7.5 %}📱 建议开弹幕,没网友吐槽根本看不下去!"
"{% elif va >= 7.0 %}😑 就当听个响,建议边刷抖音边看!"
"{% elif va >= 6.0 %}🤏 建议2倍速观看,时间就是金钱!"
"{% elif va >= 5.0 %}💣 勇士拔剑吧!建议呼叫沙雕网友陪看!"
"{% elif va >= 4.0 %}⚠️ 非战斗人员请撤离!辣眼睛预警!"
"{% else %}☢️ 注意这不是演习!烂片核爆倒计时!"
"{% endif %}"
"{% else %}"
"{% if is_late_night %}"
"{% if progress_num <= 5 %}🌙 大半夜不睡觉是吧?年轻人就是肝!"
"{% elif progress_num <= 20 %}🌃 夜猫子认证!建议来包辣条提神!"
"{% elif progress_num <= 50 %}🌌 这是要决战到天亮?瑞思拜!"
"{% elif progress_num <= 80 %}🌅 看到这个点?明天上班等着摸鱼吧!"
"{% else %}😴 好家伙直接看到天亮?建议申遗!{% endif %}"
"{% else %}"
"{% if progress_num <= 5 %}🚀 刚开局就想跑?给导演个面子!"
"{% elif progress_num <= 20 %}👀 前戏还没完!精彩的在后面!"
"{% elif progress_num <= 50 %}🎢 过山车开到半山腰!坐稳了!"
"{% elif progress_num <= 80 %}🔥 高潮要来了!纸巾备好!"
"{% else %}🏁 最后冲刺!憋住别上厕所!{% endif %}"
"{% endif %}"
"{% endif %}"
"{% elif is_stopped %}"
"{% if va > 0 %}"
"{% if va >= 9.8 %}⏹️ 暂停神片?建议立即续播否则浑身蚂蚁爬!"
"{% elif va >= 9.5 %}⏸️ 看到一半暂停?你是真能忍!"
"{% elif va >= 9.0 %}🚫 暂停装逼现场?建议立即恢复!"
"{% elif va >= 8.5 %}🛑 看到高潮刹车?兄弟你好狠!"
"{% elif va >= 8.0 %}⏸️ 暂停干饭?建议边吃边看!"
"{% elif va >= 7.5 %}⏹️ 弃剧保平安!这波我站你!"
"{% elif va >= 7.0 %}🛌 暂停得好!建议换隔壁小姐姐直播!"
"{% elif va >= 6.0 %}⏸️ 明智选择!建议转战王者峡谷!"
"{% elif va >= 5.0 %}🗑️ 暂停得好!建议永久删除!"
"{% elif va >= 4.0 %}💢 暂停看这玩意?建议立即洗眼睛!"
"{% else %}☠️ 暂停保命!建议领取抗烂片补助!"
"{% endif %}"
"{% else %}"
"{% if is_late_night %}"
"{% if progress_num >= 90 %}🌙 看到最后才停?是个狼灭!"
"{% elif progress_num >= 70 %}😴 看到这程度可以了,梦里啥都有!"
"{% elif progress_num >= 30 %}🌃 暂停在这?你是懂吊胃口的!"
"{% else %}👋 才看这点就停?建议直接右上角!{% endif %}"
"{% else %}"
"{% if progress_num >= 90 %}🎉 看到最后都是勇士!建议申请吉尼斯纪录!"
"{% elif progress_num >= 70 %}🛋️ 看到这程度,算对得起导演了!"
"{% elif progress_num >= 30 %}⏸️ 暂停在这?你是懂吊胃口的!"
"{% else %}👋 才看这点?建议转行当影评人!{% endif %}"
"{% endif %}"
"{% endif %}"
"{% elif is_login_success %}"
"{% if is_late_night %}🌙 夜猫子登录!建议开启隐身模式!"
"{% elif is_early_morning %}🌅 早起的鸟儿被抓包!建议装睡!"
"{% else %}🎉 欢迎老铁!建议备好肥宅快乐水!{% endif %}"
"{% elif is_login_failed %}⚠️ 密码不对还想白嫖?建议充值智商!"
"{% elif is_marked %}🏷️ 标记成功!建议同步发朋友圈装逼!"
"{% else %}📱 系统诈尸!建议立即截图发贴吧!{% endif %}\n"
}中二病播放监控
text
{
"title": "⚔️ {% if user_name %}{{ user_name }} {% endif %}{{ action }}《{{ item_name }}》",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set progress_num = percentage|default(0)|int(0) %}"
"{% set is_playing = '开始播放' in action %}"
"{% set is_stopped = '停止播放' in action %}"
"{% set is_new_content = '新入库' in action %}"
"{% if media_type %}📜 圣遗物类型:{{ media_type }}\n{% endif %}"
"{% if percentage %}🧭 次元同步率:{{ percentage }}%\n{% endif %}"
"{% if client or device_name %}🛡 召唤终端:{{ client }} {{ device_name }}\n{% endif %}"
"{% if ip_address %}🌐 坐标源点:{{ ip_address }}\n{% endif %}"
"{% if vote_average %}🌟 星辉评级:{{ vote_average }}/10 {% if va >= 9 %}神域封印解除!{% elif va >= 8 %}高阶魔力波动!{% elif va >= 7 %}稳定可观测能量!{% else %}混沌电波,谨慎接触!{% endif %}\n{% endif %}"
"{% if overview and is_new_content %}\n📖 古书记载:{{ overview[:120] }}…\n{% endif %}"
"{% if is_new_content %}🔥 新圣遗物入库完成,命运齿轮已经开始转动。"
"{% elif is_playing %}{% if progress_num <= 5 %}🚀 仪式刚刚启动,别急着关闭传送门。{% elif progress_num <= 50 %}🌌 剧情法阵展开中,继续观测。{% elif progress_num <= 90 %}⚡ 高潮领域接近,建议别去倒水。{% else %}🏁 终章封印解除倒计时。{% endif %}"
"{% elif is_stopped %}{% if progress_num >= 90 %}✅ 观测几乎完成,灵魂波形稳定。{% elif progress_num <= 10 %}💤 仪式秒停,看来电波完全没对上。{% else %}⏸️ 中途封印,下次继续召唤。{% endif %}"
"{% elif action == '登录成功' %}✅ 身份认证通过,欧尼酱已进入观测站。"
"{% elif action == '登录失败' %}❌ 认证失败,魔法咒文大概率念错了。"
"{% else %}📡 Emby 事件波动已记录。{% endif %}\n"
"🕒 记录时间:{{ now_time }}"
),
"image": "{{ image_url }}"
}弹幕锐评版
text
{
"title": "📺 {{ action }}:{{ item_name }}",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"{% set progress_num = percentage|default(0)|int(0) %}"
"{% if user_name %}👤 用户:{{ user_name }}\n{% endif %}"
"{% if client or device_name %}📱 设备:{{ client }} {{ device_name }}\n{% endif %}"
"{% if percentage %}🔄 进度:{{ percentage }}%\n{% endif %}"
"{% if vote_average %}⭐️ 评分:{{ vote_average }}/10\n{% endif %}"
"{% if action == '新入库' %}"
"{% if va >= 9 %}弹幕:这分数都摆这了,不看显得你很不合群。{% elif va >= 8 %}弹幕:还行,至少不是硬盘空间诈骗。{% elif va > 0 %}弹幕:分数有点微妙,建议先看五分钟再决定要不要跑路。{% else %}弹幕:新货入库,是宝藏还是事故,播放器会给答案。{% endif %}"
"{% elif action == '开始播放' %}"
"{% if progress_num <= 5 %}弹幕:刚开局就来了,先别急着快进。{% elif progress_num <= 50 %}弹幕:看到一半了,说明它至少没把你劝退。{% elif progress_num <= 90 %}弹幕:都到这了,别在终点前叛逃。{% else %}弹幕:最后冲刺,厕所先忍一下。{% endif %}"
"{% elif action == '停止播放' %}"
"{% if progress_num >= 90 %}弹幕:看到最后才停,算你认真。{% elif progress_num <= 10 %}弹幕:十分钟不到就撤,导演听了会沉默。{% else %}弹幕:暂停在这里,你是真的会吊胃口。{% endif %}"
"{% elif action == '登录成功' %}弹幕:欢迎回来,片库已经准备好继续诱惑你。"
"{% elif action == '登录失败' %}弹幕:密码不对,先别怀疑服务器。"
"{% else %}弹幕:系统事件路过,已截图留念。{% endif %}\n"
"🕒 时间:{{ now_time }}"
),
"image": "{{ image_url }}"
}二次元观影雷达
text
{
"title": "🌸 {% if user_name %}{{ user_name }} {% endif %}{{ action }} {{ item_name }}",
"text": (
"{% set va = vote_average|default(0)|float(0) %}"
"🎀 媒体:{{ media_type }}\n"
"{% if percentage %}💫 同步率:{{ percentage }}%\n{% endif %}"
"{% if client or device_name %}📡 终端:{{ client }} {{ device_name }}\n{% endif %}"
"{% if vote_average %}🌟 萌力评级:{{ vote_average }}/10 {% if va >= 9 %}神作电波已捕获!{% elif va >= 8 %}能量稳定,适合沉浸!{% elif va >= 7 %}普通快乐,可以开看!{% else %}电波微弱,谨慎投入!{% endif %}\n{% endif %}"
"{% if overview and action == '新入库' %}\n📜 剧情咒文:{{ overview[:100] }}…\n{% endif %}"
"{% if action == '新入库' %}✨ 新番补给落地,片库的心跳开始加速。{% elif action == '开始播放' %}▶️ 播放魔法阵启动,今天也要和屏幕另一侧的世界连接。{% elif action == '停止播放' %}⏹️ 观影仪式暂停,记忆碎片已保存。{% elif action == '登录成功' %}✅ 欧尼酱登录成功,欢迎回到秘密基地。{% elif action == '登录失败' %}❌ 登录失败,暗号不对,结界拒绝放行。{% else %}📱 雷达捕获到一条 Emby 电波。{% endif %}\n"
"🕒 时间:{{ now_time }}"
),
"image": "{{ image_url }}"
}订阅通知模板
订阅通知模板填到订阅配置里的自定义通知模板。它是纯文本 Jinja2,不需要 title/text 外层结构。
系统默认
text
🎬 订阅追更通知
📌 {{ name }}{% if year %} ({{ year }}){% endif %}
{% if season_ep %}📺 {{ season_ep }}
{% endif %}📋 {{ mode_text }}
{% if version %}🏷️ {{ version }}
{% endif %}{% if strm_result %}
📁 {{ strm_result }}
{% endif %}{% if ep_progress %}
📊 {{ ep_progress }}
{% endif %}毒舌追更提醒
text
📢 {{ name }}{% if year %} ({{ year }}){% endif %} 又有动静了
策略:{{ mode_text }}
{% if season_ep %}季集:{{ season_ep }}{% endif %}
{% if version %}版本:{{ version }}{% else %}版本:没识别出来,先当盲盒{% endif %}
{% if ep_progress %}进度:{{ ep_progress }}{% endif %}
{% if strm_result %}结果:{{ strm_result }}{% endif %}
{% if done_eps %}锐评:本次补了 {{ done_eps|length }} 集,追更机器终于想起来自己有工作。
{% elif strm_result %}锐评:STRM 已处理,接下来就看扫库给不给面子。
{% else %}锐评:通知来了,但内容看起来还需要你亲自审一下。{% endif %}二次元追更电波
text
🌸 {{ name }}{% if year %} ({{ year }}){% endif %} 追更电波捕获成功
{% if season_ep %}📺 番组坐标:{{ season_ep }}{% endif %}
🎀 执行策略:{{ mode_text }}
{% if version %}💎 资源灵装:{{ version }}{% endif %}
{% if ep_progress %}📊 收集进度:{{ ep_progress }}{% endif %}
{% if done_eps %}
✨ 本次捕获:{% for ep in done_eps %}E{{ "%02d"|format(ep) }} {% endfor %}
{% endif %}
{% if strm_result %}📁 仪式结果:{{ strm_result }}{% endif %}
{% if strm_files %}
📜 新生成卷轴:
{% for file in strm_files %}- {{ file }}
{% endfor %}
{% endif %}
欧尼酱,片库能量槽已补充,今晚的异世界传送门可以开启了。异世界追番补给
text
⚔️ {{ name }}{% if year %} ({{ year }}){% endif %} 任务板刷新
{% if season_ep %}任务章节:{{ season_ep }}{% endif %}
执行模式:{{ mode_text }}
{% if resolution or effect or resource_type %}掉落品质:{{ resolution }} {{ effect }} {{ resource_type }}{% endif %}
{% if release_group %}投放公会:{{ release_group }}{% endif %}
{% if ep_progress %}当前进度:{{ ep_progress }}{% endif %}
{% if done_eps %}
本轮掉落:{% for ep in done_eps %}第{{ ep }}集 {% endfor %}
{% endif %}
{% if strm_result %}传送门状态:{{ strm_result }}
{% else %}传送门状态:等待下一次命运齿轮转动。{% endif %}