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
Support for Loading Multiple Configurations from a Single Source
Description
Currently, the IPTV Simple PVR add-on requires users to manually input IPTV channels and EPG (Electronic Program Guide) information one by one. This process can be time-consuming and prone to errors, especially when multiple sources are used. Therefore, we are requesting a new feature that allows users to load multiple configurations from a single source.
Proposed Solution
1. Loading Configuration via JSON or XML
Users should be able to define multiple configurations through a single JSON or XML file.
This file should include the following information:
M3U8 URL Definition: The URL of the M3U8 file containing the list of IPTV channels.
EPG URL Definition: The URL of the XMLTV file containing the Electronic Program Guide (EPG) information.
Channel Logo URL Definition: The URLs where channel logos are located.
Users should be able to load this file either from a local file path or a URL.
2. Filtering Duplicate M3U8 URLs
If multiple M3U8 definitions contain the same channel URLs, the add-on should automatically filter out these duplicates and display only one instance.
This feature will allow users to view their channel lists in a cleaner and more organized manner.
I don’t think this is possible. A PVR addon cannot create an instance of itself.
Filtering duplicates URLs would not be possible either. Simply because each instance cannot communicate with another instance nor can it access that instances data.
In Kodi, doesn't the addon have access to the Kodi\userdata\addon_data\pvr.iptvsimple directory, or can't files be created in this directory? However, there is code in the src/iptvsimple/utilities/FileUtils.cpp file that performs file operations in this directory.
Support for Loading Multiple Configurations from a Single Source
Description
Currently, the IPTV Simple PVR add-on requires users to manually input IPTV channels and EPG (Electronic Program Guide) information one by one. This process can be time-consuming and prone to errors, especially when multiple sources are used. Therefore, we are requesting a new feature that allows users to load multiple configurations from a single source.
Proposed Solution
1. Loading Configuration via JSON or XML
2. Filtering Duplicate M3U8 URLs
Example JSON Structure
Example XML Structure
Benefits
The text was updated successfully, but these errors were encountered: