{"id":18561903,"url":"https://github.com/sir-go/epgxml","last_synced_at":"2026-04-20T19:02:46.080Z","repository":{"id":144671945,"uuid":"545033382","full_name":"sir-go/epgxml","owner":"sir-go","description":"epg xml converter for iptv proxy","archived":false,"fork":false,"pushed_at":"2023-03-07T03:41:20.000Z","size":16663,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-12T11:52:15.802Z","etag":null,"topics":["docker","docker-compose","epg","firebird","go","xml"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sir-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-03T17:05:08.000Z","updated_at":"2022-11-23T12:07:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9876b17-8151-4aa2-846f-634b4c3822fb","html_url":"https://github.com/sir-go/epgxml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sir-go/epgxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sir-go%2Fepgxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sir-go%2Fepgxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sir-go%2Fepgxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sir-go%2Fepgxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sir-go","download_url":"https://codeload.github.com/sir-go/epgxml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sir-go%2Fepgxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","epg","firebird","go","xml"],"created_at":"2024-11-06T22:08:13.238Z","updated_at":"2026-04-20T19:02:46.057Z","avatar_url":"https://github.com/sir-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPG converter from XML dump to local Firebird Database\n[![Go](https://github.com/sir-go/epgxml/actions/workflows/go.yml/badge.svg)](https://github.com/sir-go/epgxml/actions/workflows/go.yml)\n\n## What it does\n- script `get_xml.sh` downloads an EPG XML dump from the EPG service site,\n  it uses a `ncftpget` tool from the `ncftp` package\n- the app parses an XML dump to the local Firebird database\n- updates the dates in the tables `dvb_network` and `dvb_streams`\n\n## Configuration\nAll the settings are set in the `config.yml` file (path to config file can be set\nby `-c` option)\n\n```yaml\nusername:   sysdba                    # database username\npassword:   masterkey                 # database password\ndb_path:    /firebird/data/a4on.fdb   # database file location\ndump_path:  /TV_Pack.xml              # downloaded XML dump locatin\nhost:       firebird-db-test          # firebird server host\nport:       3050                      # firebird server port\n\n```\n## Tests\nYou should run testing firebird server instance before running tests\n```bash\ndocker compose up -d\n\ngo test -v ./tests\ngosec ./...\n\ndocker compose down\n```\n\n## Docker\n```bash\ndocker build -t epgxml .\n\ndocker run \\\n  --net epgxml_net \\\n  --name epgxml \\\n  --rm -it \\\n  -v ${PWD}/tests/testdata/a4on.fdb:/firebird/data/a4on.fdb \\\n  -v ${PWD}/tests/testdata/TV_Pack.xml:/TV_Pack.xml \\\n  -v ${PWD}/config.yml:/config.yml \\\n  epgxml:latest\n```\n\n## Standalone\n```bash\ngo mod download\ngo build -o epgxml ./cmd/epgxml\n\n./epgxml -c config.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsir-go%2Fepgxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsir-go%2Fepgxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsir-go%2Fepgxml/lists"}