Filebot CLI for Synology - Create sfv

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Massaguana
Posts: 36
Joined: 18 Mar 2018, 14:30

Filebot CLI for Synology - Create sfv

Post by Massaguana »

Hello,

i have an filebot cli lizenz, can i use it for the Synology CLI ?

And than an question about creating sfv files with the command

Code: Select all

filebot -check -r "/path/to/files"
Is it possible to run this command over mutiple folders? i wood like to create an sfv file for each TV-Show folder...

Folder structure:

/volume1/Plex/TV-Serien/

than the TV-Shows like "Stargate SG1, Stargate Atlantis and many more"

Thank you for your work on filebot

Kind regards

Massaguana
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot CLI for Synology - Create sfv

Post by rednoah »

Massaguana wrote: 16 Jul 2024, 16:31 i have an filebot cli lizenz, can i use it for the Synology CLI ?
Yes. Also, filebot -check doesn't require a license in the first place.



Massaguana wrote: 16 Jul 2024, 16:31 Is it possible to run this command over mutiple folders?
Yes, you can run any command on multiple folders:

Shell: Select all

for FOLDER in /volume1/Plex/TV-Serien/*
do
	filebot -check -r "$FOLDER"
done
:idea: Please read the FAQ and How to Request Help.
Post Reply