Interactive Search NFO Viewer. 支持 ASCII Art 装饰风格的 NFO,深度优化 MediaInfo/BDInfo 字幕解析,严格限制 API 调用。支持指定特定站点运行。
Radarr/Sonarr - Interactive Search NFO Viewer (only supports omgwtfnzbs)
This script enhances the manual search experience in Radarr and Sonarr by adding a direct NFO viewer button to the search results list.
Key Features:
Direct NFO Viewing: View NFO content in a modal window directly on the search page without opening new tabs.
Smart Parsing: Automatically parses MediaInfo/BDInfo, highlights subtitles (e.g., Chinese, English) based on your preferences.
ASCII Art Support: Properly renders ASCII art decorations found in NFO files.
Caching System: Built-in local caching to reduce API calls and speed up loading.
API Safety: Strictly limits API calls to prevent rate-limiting or bans from indexers.
⚠️ IMPORTANT: How to restrict this script to your Radarr/Sonarr
To prevent the script from running on every website you visit, please configure the restriction in Tampermonkey settings:
Click the Tampermonkey icon in your browser extension bar.
Select Dashboard.
Click on Radarr/Sonarr — Interactive Search NFO Viewer to open the editor.
Go to the Settings tab (next to the Editor tab).
Find the "User includes" section.
Uncheck "Original includes" (if checked) and enter your Radarr/Sonarr URLs in the text box, one per line. Example:
http://192.168.1.10:7878/*
http://192.168.1.10:8989/*
http://localhost:8989/*
Click Save.
Once set, the script will strictly run only on your specified pages.