fiso64 / slsk-batchdl

A batch downloader for Soulseek
GNU General Public License v3.0
216 stars 16 forks source link

Not an issue - Video Filters #59

Open WB2024 opened 4 days ago

WB2024 commented 4 days ago

Thsi is not an issue but not sure how else to request this. is it possible to upload a version that filters to the isvideofile instead of the isaudiofile? so we can use it for downloading video?

fiso64 commented 4 days ago

It's possible but you'd have to build it yourself. The easiest (although definitely not the proper) way of doing this is simply replacing musicExtensions with videoExtensions in the following two locations https://github.com/fiso64/slsk-batchdl/blob/e74dc4beda4947fafdfa39cbab2b68c11b95b76e/slsk-batchdl/Utilities/Utils.cs#L14 https://github.com/fiso64/slsk-batchdl/blob/e74dc4beda4947fafdfa39cbab2b68c11b95b76e/slsk-batchdl/Utilities/Utils.cs#L19

Then just build it yourself using publish.bat or publish.sh

fiso64 commented 4 days ago

Out of curiosity, why do you want that? Are there many video files being shared on Soulseek?