Search found 18 matches

by Meshuu
12 Feb 2020, 15:36
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

Re: FileBot CLI (-bash: filebot: command not found)

Ok thank you for now.
by Meshuu
12 Feb 2020, 10:11
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

Re: FileBot CLI (-bash: filebot: command not found)

Hi rednoah thank you and apologize for the delay in my reply. I would like to ask you for information. What does the purchase of the universal license for one year include? I'll explain. At the end of the year will the FileBot command-line tool continue to work and will I simply no longer receive up...
by Meshuu
30 Jan 2020, 10:29
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

Re: FileBot CLI (-bash: filebot: command not found)

1. You have always had it "installed" as in you've had all the files on your computer. If the app bundle folder just so happens to be located in the /Applications folder, then macOS will show it as "installed app" in the Launchpad. 2. You will need to "install" your Fi...
by Meshuu
29 Jan 2020, 18:41
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

Re: FileBot CLI (-bash: filebot: command not found)

Make sure to uninstall all versions of FileBot you may have copied or installed anywhere. Then do brew cask install filebot . Adding --force will usually do the trick if brew thinks things are inconsistent (e.g. brew thinks it's installed, but actually isn't) . 1. Uninstall FileBot (if installed vi...
by Meshuu
28 Jan 2020, 15:34
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

Re: FileBot CLI (-bash: filebot: command not found)

Thanks for the reply rednoah. As you suggested to me I tried to uninstall and reinstall the program with the code: brew cask zap filebot && brew cask install filebot and the Terminal returned the following message: ==> Implied "brew cask uninstall filebot" Error: It seems the App s...
by Meshuu
28 Jan 2020, 11:06
Forum: macOS
Topic: FileBot CLI (-bash: filebot: command not found)
Replies: 10
Views: 10029

FileBot CLI (-bash: filebot: command not found)

Hi guys, I tell you right away that I use only FileBot command-line tool, and not the GUI app (never used), in fact I found this program a few years ago right through this post: https://www.filebot.net/mac/brew.html I am going now to explain the problem. I use FileBot CLI along with another applicat...
by Meshuu
14 Sep 2017, 15:32
Forum: Anything and Everything else
Topic: Request change username
Replies: 2
Views: 3664

Re: Request change username

rednoah wrote: 14 Sep 2017, 14:59Done.
Thank you!
by Meshuu
14 Sep 2017, 10:08
Forum: Anything and Everything else
Topic: Request change username
Replies: 2
Views: 3664

Request change username

Hi, I would like to ask kindly if a username change from the current Alevi to Meshuu is possible.
Thanks in advance.
by Meshuu
26 Jun 2017, 06:54
Forum: macOS
Topic: FileNotFoundException (problem with CLI)
Replies: 15
Views: 10538

Re: FileNotFoundException (problem with CLI)

I use only FileBot command-line tool, and not the GUI app, in fact I found this program right through this post:
https://www.filebot.net/mac/brew.html

Maybe resolution to the problem is simpler than I thought.
Thank you again.
by Meshuu
23 Jun 2017, 13:02
Forum: macOS
Topic: FileNotFoundException (problem with CLI)
Replies: 15
Views: 10538

Re: FileNotFoundException (problem with CLI)

I have now read comments on my post. I did not want to generate controversy, I hope you understand that mine was really a simple question. We users who, even just a few times, use a program like FileBot, created by developers such as rednoah, that also make users available to their work on GitHub, w...
by Meshuu
22 Jun 2017, 15:36
Forum: macOS
Topic: FileNotFoundException (problem with CLI)
Replies: 15
Views: 10538

Re: FileNotFoundException (problem with CLI)

Thanks again rednoah,
I hope someone in the community can help me.
In the meantime, can I ask you if there is a minimum contribution for entitlement to support, or is it discretionary?
by Meshuu
22 Jun 2017, 14:24
Forum: macOS
Topic: FileNotFoundException (problem with CLI)
Replies: 15
Views: 10538

Re: FileNotFoundException (problem with CLI)

I apologize rednoah,
a year ago I participated in a discussion on this forum and I was answered.
Thanks anyway.
by Meshuu
22 Jun 2017, 13:00
Forum: macOS
Topic: FileNotFoundException (problem with CLI)
Replies: 15
Views: 10538

FileNotFoundException (problem with CLI)

Hi guys, I have a problem with the FileBot CLI, I'll explain it better. I use CLI along with another application, that is Lingon X. I've made sure that when I copy content within a specific folder, this content is automatically scanned, renamed, and sorted by Filebot. I've been using this "work...
by Meshuu
11 Mar 2016, 17:10
Forum: Scripting and Automation
Topic: Correct syntax for media music organization
Replies: 6
Views: 3728

Re: Correct syntax for media music organization

If you don't understand how Cmdline and Argument Passing works then I recommend passing complex arguments via text files . Many thanks rednoah, use this syntax is much simpler, and makes it much "cleaner script". I have used this syntax, and the args.txt file, to create the plist files to...
by Meshuu
10 Mar 2016, 18:27
Forum: Scripting and Automation
Topic: µTorrent for Mac, AMC, and launchd: automatic for the people
Replies: 12
Views: 17842

Re: µTorrent for Mac, AMC, and launchd: automatic for the pe

Hi guys, I tried this method to automate the process by translating my custom scripts: filebot -script fn:amc --output "/users/alevi/downloads/media" --action move -non-strict "/users/alevi/downloads/completed" --def music=y --log-file amc.log --def excludeList=amc.txt --def dele...
by Meshuu
10 Mar 2016, 18:04
Forum: Scripting and Automation
Topic: Correct syntax for media music organization
Replies: 6
Views: 3728

Re: Correct syntax for media music organization

You can find this 1:1 in the examples: {'('+y+')'} {pi.pad(2)} Thank you for your answer. I had already tried to use the syntax you suggested but did not work with osx system. Finally I solved using quotes in this way: filebot -script fn:amc --output "/users/alevi/downloads/media" --actio...
by Meshuu
09 Mar 2016, 16:32
Forum: Scripting and Automation
Topic: Correct syntax for media music organization
Replies: 6
Views: 3728

Re: Correct syntax for media music organization

1. It's doing exactly what you tell it to do. {artist}/{y}.{album}/{pi}.{t} Coldplay/2015.A Head Full of Dreams/1.A Head Full Of Dreams 2. What's the problem? Adding parentheses and padding? Please learn from the examples. ??? Music/Coldplay/(2015) A Head Full of Dreams/01. A Head Full Of Dreams Re...
by Meshuu
09 Mar 2016, 16:10
Forum: Scripting and Automation
Topic: Correct syntax for media music organization
Replies: 6
Views: 3728

Correct syntax for media music organization

Hi guys, hi rednoah, first of all thank you for your work. I have a problem with the amc script, I am a noob so I apologize in advance. I recently discovered the FileBot and only yesterday I discovered the possibility of using scripts to automate all operations. I modified the basic script in this w...