Open
Conversation
| oe_setup_addon service.downloadmanager.FlexGet | ||
|
|
||
| if [ "$FLEXGET_PATH_CUSTOM_CONFIG" = "" ]; then | ||
| FLEXGET_PATH_CUSTOM_CONFIG="/storage/.config/flexget" |
Contributor
There was a problem hiding this comment.
this belongs to $ADDON_HOME/
Author
There was a problem hiding this comment.
Can you clarify what you mean here? Do you mean it should be
if [ "$FLEXGET_PATH_CUSTOM_CONFIG" = "" ]; then
FLEXGET_PATH_CUSTOM_CONFIG="$ADDON_HOME"
Contributor
There was a problem hiding this comment.
I mean no addon config should ever be stored outside addon's data folder. but well, if you want users to have an option to use their own config, okay.
Author
There was a problem hiding this comment.
FlexGet depends on the user providing a config.yml file; it doesn't do anything without it. The reason I put it in /storage/.config/flexget is so they can easily edit it over the network at smb://openelec.local/configfiles/flexget/config.yml or \openelec.local\configfiles\flexget\config.yml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a FlexGet add-on to the OpenELEC unofficial addons repository