Issues.00534 - lordmundi/wikidoctest GitHub Wiki
00534: allow speedy.cfg to be removed from startup
Summary: allow speedy.cfg to be removed from startup
Created: 2015–04–24 10:23
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
right now, speedy.cfg is loaded in cev.cfg and blank.cfg, but it is not done using a DEFINE variable that a user can override in their userdata.
In the rare case where a user wants to NOT include the speedtest plugin, they would have to unload it manually as there isn't a way to keep the config file from being included in the userdata.
This is a request to make the main speedy.cfg included using a DEFINE variable.
Comments
frankie April 24, 2015, at 10:27 AM: This has been added and the new DEFINE (defaulted in edge_settings.cfg) is "SPEEDY_MAIN_CONFIG". However, you should note that in order to customize speedtest settings, you should not override this variable. You can include your own config files that have the DSP_SPEEDTEST block which will be added to any settings in the main config. This is how you want to add your own speedtest settings and definitions. This new define variable is only really needed if you are trying to keep speedtest from loading, which is not common.
Associated Commits
| commit | f85af632e21b1751fa4c22a9fb9905e6baf597fd
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Apr 24 10:23:20 2015 -0500
|
| Message: | [@Issue 00534: Made speedtest config file a DEFINE variable
This allows users to write their own toplevel speedy.cfg or keep speedtest from loading altogether (which would not be common). @] |
Affected Files:
blank.cfg | 2 ±
cev.cfg | 2 ±
edge_settings.cfg | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)