Jesse Bannon
Jesse Bannon
You can use regex to capture the first X lines, something like: ``` my_example_preset: regex: from: description: match: - "(.*)\\n" capture_group_names: - "shortened_description" capture_group_defaults: - "{description}" ```
@cinderblockgames can you post your full config and subscriptions
Looks like a valid bug. Can you try using this instead of overriding `description`: `episode_plot: "{webpage_url}\n\n{shortened_description}"`
@Svagtlys Set it to `episode_title: "{captured_title}"`, that is what the preset uses and will show properly in Kodi. Soon I will add validation to not be able to override 'native'...
try `hours` instead of `hour`
@Ang-Andrew It looks like it's passing the literal "{date_str}" into that field. Can you post your full config
@Ang-Andrew could you dry run and also add --log-level debug
Or reupload the error log file that it prints in the error message (that contains debug logs/
Still need to add documentation
Still needs docs