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
157 stars 41 forks source link

[Feature suggestion] Ffmpeg #178

Closed TakenMC closed 1 year ago

TakenMC commented 1 year ago

Could you add the ability to use your own ffmpeg binary or system one in the config file so it doesn't keep generating new ones in the config dir.

Inrixia commented 1 year ago

What is the point of this?

TakenMC commented 1 year ago

Just so it doesn't keep generating new ones in the specific location and if no binary is selected then like it would auto download like usual

Inrixia commented 1 year ago

It shouldn't be generating a new ffmpeg if it already exists. Are you getting that behavior?

TakenMC commented 1 year ago

It's not what I was saying, is that it generates a new one every time I reset the db folder

Inrixia commented 1 year ago

Right that's the intended behavior. Why is that a bad thing?

TakenMC commented 1 year ago

Not necessarily but it would be great to have it used the system binary

Inrixia commented 1 year ago

What is the actual benifit of it doing so? If you want to use a custom binary you can just replace the existing one.

TakenMC commented 1 year ago

I mean I can't see a tangible benefit, it would be nice if you could have a different location for it.

Inrixia commented 1 year ago

Right, well in that case I really don't see a need to add extra complexity to how ffmpeg pathing is handled.

If you do think of something feel free to reopen this though.