Commit Graph

22 Commits

Author SHA1 Message Date
Pirates IRC
caeb7f204a Revise background operations section in README
Updated the README to clarify background operations and monitoring instructions for version 0.6.0 and later.
2025-12-17 11:39:32 -06:00
Pirates IRC
091c9fc44a Update README.md 2025-11-29 18:04:46 -06:00
Pirates IRC
52b0abf34e Update README with v0.6.0 background operation details
Added important information regarding background operations and monitoring for version 0.6.0, including changes to user interaction and log checking.
2025-11-29 17:56:43 -06:00
Pirates IRC
05da565539 Update README.md 2025-11-29 17:45:10 -06:00
Pirates IRC
56b43c6459 Rearrange badge order in README.md 2025-11-29 17:43:18 -06:00
Pirates IRC
bbc9a79f86 Update README.md 2025-11-29 17:42:52 -06:00
Pirates IRC
69a17ee035 Enhance README with more status badges
Added additional badges for last commit, issues, pull requests, top language, repo size, and license.
2025-11-29 17:42:23 -06:00
Pirates IRC
60a2b2710f Update README.md badges
Updated Dispatcharr plugin badge color and removed language and repo size badges.
2025-11-29 17:40:34 -06:00
Pirates IRC
ed711ce702 Remove static badge from README
Removed static badge from README.md.
2025-11-29 17:39:55 -06:00
Pirates IRC
a064d17fd2 Update README.md badges and plugin information
Removed issues and PR badges, added static badge for Dispatcharr plugin.
2025-11-29 17:38:20 -06:00
Pirates IRC
7f7482be57 Update README.md 2025-11-29 17:37:25 -06:00
Pirates IRC
41977fe155 Update badges in README.md
Updated Discord badge and added GitHub release badge.
2025-11-29 17:33:59 -06:00
Pirates IRC
4d7ce7b490 Enhance README with additional badges
Added Discord and Last Updated badges to README.
2025-11-29 17:29:21 -06:00
Claude
f62a8f275f Update versions: plugin to 0.5.0a, fuzzy_matcher to 25.314.1907
- Update plugin.py version from 0.6.0 to 0.5.0a
- Update fuzzy_matcher.py version to 25.314.1907 (Nov 10, 2025 19:07)
- Update all references to v0.6.0 in README.md to v0.5.0a
2025-11-11 01:09:41 +00:00
Claude
2414407291 Fix country prefix handling to not affect other plugins
Changed approach from modifying global GEOGRAPHIC_PATTERNS (which affects
all plugins using fuzzy_matcher.py) to adding a new optional parameter.

Changes:
- Reverted GEOGRAPHIC_PATTERNS to original US-only patterns
- Added new remove_country_prefix parameter to normalize_name() (default: False)
- Updated _clean_channel_name() to use remove_country_prefix=True by default
- Implemented smart prefix detection that avoids removing quality tags (HD, SD, UHD, FHD)
- Added fallback country prefix removal in basic cleaning code
- Updated README to clarify country code prefix handling approach

This ensures backward compatibility for other plugins while enabling
multi-country support for Stream-Mapparr.
2025-11-11 01:07:59 +00:00
Claude
f1d7b1472e Add selectable channel databases feature (v0.6.0)
This update introduces GUI-based channel database management, allowing users to enable or disable specific country databases for channel matching.

Key Changes:
- Convert fields from static list to @property method for dynamic database detection
- Add _get_channel_databases() method to scan and extract database metadata
- Update _load_channels_data() to filter by enabled databases from settings
- Support new database format with country_code, country_name, and version metadata
- Maintain backward compatibility with legacy array format
- Add dynamic checkbox fields for each detected database in plugin settings
- Default behavior: US enabled, all others disabled (or enable if only one database exists)
- Update fuzzy_matcher.py GEOGRAPHIC_PATTERNS to handle any country code prefix (CC:, CC , CCC:, CCC )
- Add comprehensive README documentation for new database format and GUI management
- Include sample CA_channels.json demonstrating new metadata format

Features:
- Selectable channel databases through GUI settings
- Multi-country support with automatic country code prefix handling
- Clear database labels showing country name and version in settings
- Improved matching accuracy by enabling only relevant regional databases

Version: 0.6.0
2025-11-11 01:04:59 +00:00
Claude
62bccdcdc1 Add channel database creation instructions for other countries
- Document the *_channels.json file format and naming pattern
- Provide step-by-step guide for creating country-specific databases
- Include field descriptions and examples (UK_channels.json)
- Add Docker commands for installation and verification
- Include tips for better channel matching
2025-11-11 00:22:00 +00:00
Pirates IRC
b296babff2 Revise README for improved clarity and detail
Updated README to enhance clarity and detail regarding plugin features, installation, and usage instructions.
2025-10-31 16:06:00 -05:00
Pirates IRC
faa35afebe Update README.md 2025-10-24 06:47:40 -05:00
Pirates IRC
85225fcf50 Update README.md 2025-10-09 11:46:18 -05:00
Pirates IRC
80e3e5c7d3 Update README.md 2025-10-01 19:00:19 -05:00
Pirates IRC
fae5e86b25 Initial commit 2025-10-01 18:55:11 -05:00