Jump to content


Photo

Epg import


  • Please log in to reply
20 replies to this topic

#1 darkman13

  • Senior Member
  • 72 posts

0
Neutral

Posted 27 March 2018 - 10:37

How to save epg import in external hdd?in epg setting i dont have this option

 

Thanks



Re: Epg import #2 Abu Baniaz

  • PLi® Contributor
  • 2,501 posts

+64
Good

Posted 27 March 2018 - 11:03

Install EPG cache selector plugin or manually set location in settings file

Re: Epg import #3 eura

  • Senior Member
  • 83 posts

+5
Neutral

Posted 27 March 2018 - 11:31

Here is the Faq https://forums.openp...d-xmltv-import/ look at

 

* Where is epg.dat stored and how to change it.

 

You can set the storage device for the epg.dat file by editing the settings file in /etc/enigma2 when enigma is stopped.

init 4  (to stop enigma)

edit now /etc/enigma2/settings – add or change


config.misc.epgcache_filename=/media/usb/epg.dat  (or another location to your choice)

init 3 (to restart enigma)



Re: Epg import #4 darkman13

  • Senior Member
  • 72 posts

0
Neutral

Posted 27 March 2018 - 11:42

thanks all :)



Re: Epg import #5 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 27 March 2018 - 14:33

You missed the most important FAQ (maybe it should be added to this list...)

 

Where is the EPG storage used for

- nothing really, it's only written when enigma is stopped or restarted

 

Does it matter then what storage is used

- no not really, actually


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Epg import #6 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 27 March 2018 - 15:57

The problem is that the default is /media/hdd, and afaik no storage search logic is used. Which means this is a problem if the box doesn't have a local disk, because /media is tmpfs...

 

So the root cause of this issue has to be sorted, then modifying isn't needed.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Epg import #7 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 27 March 2018 - 17:55

When did we change that, it's stupid! Last time I checked it was /hdd, which, in at least my setup, points to a proper NFS file share.

 

There is no point in writing data in memory to data in memory??? This should be checked before used (and that's possible using statfs() or similar).


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Epg import #8 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 27 March 2018 - 18:24

That is wrong to, /hdd is a hardcoded link to /media/hdd, which does not exist if there is no HDD.

 

You are not a good example, you probably have an fstab mount to /hdd. ;)


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Epg import #9 Pr2

  • PLi® Contributor
  • 6,182 posts

+261
Excellent

Posted 27 March 2018 - 18:59

And what about editing /etc/enigma2/settings and add:

 

In telnet:

 

init 4

edit file: /etc/enigma2/settings

config.misc.epgcache_filename=/media/hdd/epg.dat

init 3

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Epg import #10 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+542
Excellent

Posted 27 March 2018 - 19:05

That is wrong to, /hdd is a hardcoded link to /media/hdd, which does not exist if there is no HDD.

 

You are not a good example, you probably have an fstab mount to /hdd. ;)

Still my point remains that enigma should check it's not writing to a tmpfs.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Epg import #11 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 27 March 2018 - 20:24

Yes. I assume this is the case since we have storage detection, and no longer mount the first device found hardcoded on /media/hdd, no matter what it is.

 

Shouldn't be too difficult to implement.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Epg import #12 Abu Baniaz

  • PLi® Contributor
  • 2,501 posts

+64
Good

Posted 28 March 2018 - 00:35

You missed the most important FAQ (maybe it should be added to this list...)

 

Where is the EPG storage used for

- nothing really, it's only written when enigma is stopped or restarted

 

Does it matter then what storage is used

- no not really, actually

 

If a person uses a receiver for Freesat and Freeview (terrestrial), they obtain EPG data off the stream with no need for any plugin. Are you saying that the EPG cache is not loaded/used at startup if they had shut down the receiver manually or using a power timer?



Re: Epg import #13 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 28 March 2018 - 01:16

No. He is saying that as it is an internal cache only used to cache epg between starts, it doesn't matter where it is stored. A user should not have to configure this, it should simply always work.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Epg import #14 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 28 March 2018 - 04:54

Where is the EPG storage used for
- nothing really, it's only written when enigma is stopped or restarted

This is no longer true; since introducing the client-mode, EPG.dat is also written upon using that import. If the HDD is used for the cache, this can mean a serious delay caused by the HDD spin-up.

Re: Epg import #15 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 28 March 2018 - 08:11

No. He is saying that as it is an internal cache only used to cache epg between starts, it doesn't matter where it is stored. A user should not have to configure this, it should simply always work.

Unless there was a power cut or box restart?


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Epg import #16 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 28 March 2018 - 10:59

If it is there, it is used when Enigma starts. No matter what the reason was.

 

My point is that for this mechanism (or any other mechanism that needs the info) it is not relevant WHERE the file is stored.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Epg import #17 Abu Baniaz

  • PLi® Contributor
  • 2,501 posts

+64
Good

Posted 28 March 2018 - 11:22

Can thread title be changed plesse as the thread is not really about EPG Importer?

From what I have observed that where a USB/HDD exists, it is used for reading/saving with no user intervention. As in the other thread about same issue, this is where PLI does it better than other images.

However, we don't know if receivers with microsd cards do the same. I presume it doesn't because they keep asking.(I could be wrong). However, it doesn't get explored because you get posts saying "you don't need to save it".

What of situations where there are more than one storage locations/mounts?

Re: Epg import #18 scottmoore

  • Member
  • 2 posts

0
Neutral

Posted 28 March 2018 - 14:59

thanks for that 


For gamblers we offer a wildjack casino review on which you can find on our website
 

Re: Epg import #19 Gringosat

  • Senior Member
  • 41 posts

+1
Neutral

Posted 28 March 2018 - 16:33

Install EPG cache selector plugin or manually set location in settings file

Is "EPG cache selector" plugin in the feeds?

 

I've used this plugin but I'd prefer this option was built-in on PLI image ;)


Edited by Gringosat, 28 March 2018 - 16:34.


Re: Epg import #20 WanWizard

  • PLi® Core member
  • 70,551 posts

+1,813
Excellent

Posted 28 March 2018 - 16:34

However, we don't know if receivers with microsd cards do the same. I presume it doesn't because they keep asking.(I could be wrong). However, it doesn't get explored because you get posts saying "you don't need to save it".

 

I don't think anyone said "you don't need to save it". What is said is "it shouldn't matter WHERE it is saved". A very big difference.

 

For recordings there is a mechanism that looks for free space with write access, for the epg.dat the code should do the same. Then you don't need an option or a plugin.

 

p.s. the EPG Refresh plugin also has the option to edit the location.


Edited by WanWizard, 28 March 2018 - 16:35.

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users