Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request parse the json data convert to xmltv #65

Closed
fuzmik opened this issue Mar 13, 2025 · 1 comment
Closed

Feature request parse the json data convert to xmltv #65

fuzmik opened this issue Mar 13, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@fuzmik
Copy link

fuzmik commented Mar 13, 2025

Is your feature request related to a problem? Please describe.
not really. its just extra tv guide like ppv and other sports schedule thats not on the free epgshare site

Describe the solution you'd like
using data from json we can map special events.
Parse the JSON:
Load the JSON data into a data structure (e.g., a dictionary or object) in your programming language.
Transform the Data:
Map the JSON data structure to the desired XML structure.
Create the XML tags and attributes based on the JSON data.
Generate the XML:
Output the transformed data as an XML string or file.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
here is the data from https://daddylive.mp/schedule/schedule-generated.json
there are other json data but i think they are not free.

@fuzmik fuzmik added the enhancement New feature or request label Mar 13, 2025
@sparkison
Copy link
Owner

might revisit later, but not something I'm going to be implementing in the immediate future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants