From 6e4a642544d4995fb9b04124715cde21ffe7cd3d Mon Sep 17 00:00:00 2001 From: Pirates IRC <98669745+PiratesIRC@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:02:18 -0600 Subject: [PATCH] Enhance README with M3U prioritization and logs info Added details about M3U source prioritization and updated monitoring instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 282a936..42a5047 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Before installing or using this plugin, it is **highly recommended** that you cr 3. **Real-Time Monitoring:** To see progress, ETAs, and completion status, you **must** check your Docker logs. **To monitor operations, run this in your terminal:** +`docker logs -n 20 -f Dispatcharr | grep plugins` +or `docker logs -f dispatcharr | grep Stream-Mapparr` Look for "**✅ [ACTION] COMPLETED**" or "**📄 CSV EXPORT CREATED**" to know when the process is finished. @@ -50,6 +52,7 @@ Look for "**✅ [ACTION] COMPLETED**" or "**📄 CSV EXPORT CREATED**" to know w ### Quality & Stream Health * **IPTV Checker Integration**: Automatically filters out "dead" streams with 0x0 resolution using metadata from the IPTV Checker plugin. +* **M3U Source Prioritization**: Prioritize streams from specific M3U providers (e.g., premium sources over backup sources) regardless of quality metrics. * **Resolution & FPS Ranking**: Automatically sorts alternate streams by physical quality (Resolution/FPS) to ensure the best source is primary. * **Auto-Deduplication**: Automatically removes duplicate stream names during assignment to keep channel lists clean.