casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Ignore Files or Directories Manually #536

Closed once375ml closed 7 months ago

once375ml commented 7 months ago

I use your imdl in Synology NAS. The problem is that Synology uses directory "@eaDir" for file recording. Is there anyway to ingore the "@eaDir" or other certain directories manually while creating torrent?

DerBunteBall commented 7 months ago

I think the --glob/-g option of torrent create subcommand could help you.

once375ml commented 7 months ago

I think the --glob/-g option of torrent create subcommand could help you.

Like -g !@eadir

Testing, hope it works!

Thank you.

casey commented 7 months ago

Yup, that's correct.