| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-01 | [doc] rearranges Settings & Engines docs for better readability | Markus Heiser | |
| We have built up detailed documentation of the *settings* and the *engines* over the past few years. However, this documentation was still spread over various chapters and was difficult to navigate in its entirety. This patch rearranges the Settings & Engines documentation for better readability. To review new ordered docs:: make docs.clean docs.live Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-03-24 | [mod] Dailymotion: improved request API & upgrade to data_type: traits_v1 | Markus Heiser | |
| - fetch_traits(): fetch locales (and languages) from dailymotion API - removed obsolete data-type "supported_languages" - add documentation - improved argument list of the HTTP request: - add argument: family_filter_map - add conditional argument: localization Don't add localization and country arguments if the user does select a language (:de, :en, ..) - improve code quality (mainly improve readability) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||