K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
100 stars 17 forks source link

Need Help : Siteconfig Maker for xml file store is local #38

Closed ghost closed 10 months ago

ghost commented 10 months ago

How to make Siteconfig.php for xml file stored in local.? For example xml file attached here. aro.zip

Toei79 commented 10 months ago

you need a local server?

ghost commented 10 months ago

No, xml files stored in my pc, I want to make siteconfig for it.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Toei79 @.> Sent: Monday, September 4, 2023 2:37:59 AM To: K-vanc/Tempest-EPG-Generator @.> Cc: dbmtech @.>; Author @.> Subject: Re: [K-vanc/Tempest-EPG-Generator] Need Help : Siteconfig Maker for xml file store is local (Issue #38)

you need a local server?

— Reply to this email directly, view it on GitHubhttps://github.com/K-vanc/Tempest-EPG-Generator/issues/38#issuecomment-1704402695, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVXCSYZLUIDUYSKXUFVZNJ3XYTWS7ANCNFSM6AAAAAA4JKVHTE. You are receiving this because you authored the thread.Message ID: @.***>

Toei79 commented 10 months ago

oh theres a wiki pdf. looks some complicated imo. or needs practice.

ghost commented 10 months ago

I tried but not succeed, that's why I attached a file for example here. It will be great if you can make siteconfig for it for example. thanks!

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Toei79 @.> Sent: Monday, September 4, 2023 7:55:04 AM To: K-vanc/Tempest-EPG-Generator @.> Cc: dbmtech @.>; Author @.> Subject: Re: [K-vanc/Tempest-EPG-Generator] Need Help : Siteconfig Maker for xml file store is local (Issue #38)

oh theres a wiki pdf. looks some complicated imo. or needs practice.

— Reply to this email directly, view it on GitHubhttps://github.com/K-vanc/Tempest-EPG-Generator/issues/38#issuecomment-1704524113, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVXCSY5Y4MZX3DLJHEYSZBDXYU3YBANCNFSM6AAAAAA4JKVHTE. You are receiving this because you authored the thread.Message ID: @.***>

Toei79 commented 10 months ago

im no the developer. i tried with tempest on other sites but looks complicated, its easy i bet when you able to handle the lenguague used.

ghost commented 10 months ago

Ok

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Toei79 @.> Sent: Monday, September 4, 2023 8:02:23 AM To: K-vanc/Tempest-EPG-Generator @.> Cc: dbmtech @.>; Author @.> Subject: Re: [K-vanc/Tempest-EPG-Generator] Need Help : Siteconfig Maker for xml file store is local (Issue #38)

im no the developer. i tried with tempest on other sites but looks complicated, its easy i bet when you able to handle the lenguague used.

— Reply to this email directly, view it on GitHubhttps://github.com/K-vanc/Tempest-EPG-Generator/issues/38#issuecomment-1704528130, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVXCSY7WDDJNB2T526BZ23TXYU4TPANCNFSM6AAAAAA4JKVHTE. You are receiving this because you authored the thread.Message ID: @.***>

K-vanc commented 10 months ago

hi @dbmtech ;

I have already explained you how to use local files, shared 1 siteconfig that I used and even prepared your version of siteconfig on below issue for dummy channels;

https://github.com/K-vanc/Tempest-EPG-Generator/issues/20#issuecomment-1446875548

now, you want to grab from a ready epg xml source generated from another grabber? What is the point of this? you can just link that file into your player or if you want to grab it with Tempest, It is generated from astro.com.my which Tempest siteconfig is available in Malaysia folder.

Anyway, just to reply your question in order to close out the issue, you need to point url1 to local file(xml, http, txt, csv, etc) with " file:// + full/path/of/your/file.xml" command as;

Example for Linux file://var/www/html/yourfile.xml

Example for Windows file://C:\Users\dbmtech\Epg\yourfile.xml

and I am sharing that example siteconfig.php for your attached file for the last time, but if you want to make your own siteconfigs then you have to learn it by doing yourself, not by raising issue for each time.. There are plenty of users learned how to make siteconfigs and now some of them are able to make even their unlocked versions of my [ENC] siteconfigs.

dbmtect.zip

hi @Toei79 ;

It has to be a little complicated since it is not an easy thing to be the most advanced programmable epg generator 🥇 but basicly everything else just regex(regular expression) which part of almost all the modern programming languages

ghost commented 10 months ago

Ok

Toei79 commented 10 months ago

yea thats what i think lol, i mean if you handle it you see how easy it is pure logic , pieces fitting perfectly, i bet , barely i know pascal from sometime ago . but you need learn the tools for use it.