-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE]
subscription_map
value (#859)
To be used later for advanced presets. For subscriptions in the form of (+ as prefix) ``` + Subscription Name: Music Videos: - "https://url1.com/..." Concerts: - "https://url2.com/..." ``` Stores all the contents under the subscription name into the override variable ``subscription_map`` as a Map value. The above example is stored as: ``` { "Music Videos": [ "https://url1.com/..." ], "Concerts: [ "https://url2.com/..." ] } ``` Advanced scripting is needed to dissect this Map variable into a usable preset
- Loading branch information
Showing
4 changed files
with
137 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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