How to save epg import in external hdd?in epg setting i dont have this option
Thanks
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)
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.
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.
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.
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.
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
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.
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.
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?
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.
Posted 28 March 2018 - 04:54
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.Where is the EPG storage used for
- nothing really, it's only written when enigma is stopped or restarted
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
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.
Posted 28 March 2018 - 11:22
Posted 28 March 2018 - 14:59
thanks for that
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.
0 members, 6 guests, 0 anonymous users