RomaP13

Results 3 comments of RomaP13

This is not a bug; it's the default behavior(which is very annoying). You need to set `disable_frontmatter = true` in your options for this plugin. Check the default configuration: ```...

I think I see the issue. You set `disable_frontmatter = true` outside of `opts`, but it needs to be inside `opts`.

I think you need to add flags: ``` params = { "save_path": "./non-existent-path", "storage_mode": lt.storage_mode_t.storage_mode_sparse, "flags": lt.torrent_flags.upload_mode | lt.torrent_flags.auto_managed | lt.torrent_flags.default_dont_download, } ``` More here: https://www.libtorrent.org/single-page-ref.html#torrent-flags-t