Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
152 stars 41 forks source link

Add a extras field to ignore video descriptions #192

Closed kprinssu closed 2 months ago

kprinssu commented 2 months ago

This PR will add a new extras field called removeVideoDescription to remove the video descriptions in the metadata and NFO.

By default, this field will be false and will not remove the video description. This will ensure that existing functionality is preserved and won't effect existing users of Floatplane Downloader.

Inrixia commented 2 months ago

Does setting post.text = "" in the channel matchers also work? Technically it should I beleive.

Inrixia commented 2 months ago

Closing as this was resolved by setting values via matchers as mentioned.