Search found 24033 matches
- 12 May 2014, 18:31
- Forum: Synology NAS & Embedded Linux
- Topic: Looking for testers on Synology NAS
- Replies: 49
- Views: 55743
Re: Looking for testers on Synology NAS
UPDATE * The latest FileBot 4.1 RC3 arm/ipk packages contain fpcalc binaries (armada370) so it'll work with DS213j to the very least. * Groovy should be 3x faster with FileBot 4.1 RC3 now (on my DS213j anyway) I don't really have time to work on a WebUI right now so that'll have to wait until the ...
- 12 May 2014, 17:30
- Forum: Scripting and Automation
- Topic: Automated Media Center
- Replies: 5
- Views: 1934465
[qBT] Setup for qBittorrent on Windows, Linux and macOS
https://www.qbittorrent.org/favicon.ico Setup for qBittorrent on Windows, Linux and macOS Instructions for Windows : Options ► Downloads ► Run an external program on torrent completion filebot -script fn:amc --output "X:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def ...
- 12 May 2014, 16:04
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] TVDB
- Replies: 2
- Views: 3351
Re: [Mismatch] TVDB
Cosmos: A Spacetime Odyssey doesn't match Cosmos a Space Time Odyssey so Cosmos ends up being a better match since one matches and the other one doesn't. I'll add an alias for this way of spelling it. It'll work by next week.
- 12 May 2014, 15:36
- Forum: Scripting and Automation
- Topic: --conflict fail
- Replies: 15
- Views: 8704
Re: --conflict fail
If you want local scripts I'd just clone the devel branch with git clone. Whenever you feel like updating you can do a git sync and that should take care of automatically merging as well if possible.
- 12 May 2014, 15:32
- Forum: Scripting and Automation
- Topic: move files but don't write over
- Replies: 13
- Views: 7884
Re: move files but don't write over
No, but you can replace ~/.filebot/reports with a symlink to wherever you want. 

- 12 May 2014, 15:25
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114753
Re: Receiving TV Data
What links? Or rather, what do you think should be a link? If you click one of the preset formats it'll switch to that format.
- 12 May 2014, 15:23
- Forum: Episode / Movie Naming Scheme
- Topic: Rename without confirming?
- Replies: 2
- Views: 3519
Re: Rename without confirming?
You clicked TheMovieDB so you force FileBot to deal with each episode file as if it was a movie.
- 12 May 2014, 15:03
- Forum: Scripting and Automation
- Topic: How I got around American Dad showing S09 instead of S10
- Replies: 7
- Views: 9579
Re: How I got around American Dad showing S09 instead of S10
oh, so it actually matches the wrong episode data, but you just fix it in the format... in that case make sure to use -no-xattr so at least the files don't get tagged with the wrong data. I would solve the issue something like this: filebot -rename . --filter "(n != 'American Dad!' || s == 10 ...
- 12 May 2014, 06:49
- Forum: Scripting and Automation
- Topic: How I got around American Dad showing S09 instead of S10
- Replies: 7
- Views: 9579
Re: How I got around American Dad showing S09 instead of S10
Won't this cause issues if your Media Center is also using TheTVDB to make sense of the filenames?
- 12 May 2014, 06:40
- Forum: Help and Support
- Topic: subtitle language tag
- Replies: 1
- Views: 1878
Re: subtitle language tag
1. No. 2. Use FileBot 4.1 RC3. 3. Though I would be surprised if XBMC doesn't work with 3-letter codes. It's probably an issue with pb/pob which is not "a language" but rather a locale according to the standard. So make a bug report and tell them to use the same fix for pob as they're doing for pb ...
- 12 May 2014, 06:35
- Forum: Help and Support
- Topic: Filebot 4.1RC3 not able to parse 3D string in movieFormat
- Replies: 2
- Views: 3344
Re: Filebot 4.1RC3 not able to parse 3D string in movieForma
The current call could never ever have worked since the invention of sh cause you're passing arguments wrong:
Code: Select all
Parameter: movieFormat = FILM/{n} ({y}) {fn
- 12 May 2014, 06:32
- Forum: Scripting and Automation
- Topic: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaInfo
- Replies: 20
- Views: 16025
Re: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaIn
It's using /opt/share/filebot now and at least within my .ipkg package it's consistent now. 

- 12 May 2014, 06:30
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114753
Re: Receiving TV Data
In the Format Editor you can easily prototype any expression: http://i.imgur.com/eIMLgPM.png In the Bindings dialog you can easily check what bindings are available and what values they may have: http://i.imgur.com/AiH7dRG.png It's all self-documenting really, but if you want a link you can have one ...
- 12 May 2014, 06:24
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14906
Re: [Hire Request] Rtorrent + Filebot/AMC
Can you send me the commands that you're using now? Just so I post something that is confirmed to work.
- 12 May 2014, 06:23
- Forum: Scripting and Automation
- Topic: [SOLVED] Failed to create cache dir (linux/transmission)
- Replies: 2
- Views: 4590
Re: Failed to create cache dir (linux/transmission)
$HOME needs to be defined, and it normally is in any reasonable Linux distro / bash instance.
- 12 May 2014, 06:13
- Forum: Help and Support
- Topic: Help with "Sort into drive with the most free space:"
- Replies: 13
- Views: 8719
Re: Help with "Sort into drive with the most free space:"
As far as FileBot is concerned, this is what you're passing in: {["/Volumes/Public", "/Volumes/Public-1"].collect{"$it/Shared Videos/Serie TV/$n" as File}.sort{ a, b -\> a.exists() \< This is most obviously not what you want to pass in. You need to work on escaping things properly. ;) PS: Have you ...
- 12 May 2014, 06:04
- Forum: Scripting and Automation
- Topic: [Solved] Script is doing nothing on Transmission complete
- Replies: 9
- Views: 11279
Re: [Solved] Script is doing nothing on Transmission complet
FYI your $HOME variable is empty!!! Of course FileBot isn't allowed to create a folder in in the filesystem root.
So fix $HOME and fix the permissions so the deluge-daemon user has full access to the .filebot folder.
So fix $HOME and fix the permissions so the deluge-daemon user has full access to the .filebot folder.
- 11 May 2014, 18:07
- Forum: Help and Support
- Topic: Multi-cd Audio Tag?
- Replies: 1
- Views: 2284
Re: Multi-cd Audio Tag?
Sure, you can use the generic media info bindings but you'll need to figure out the key for this field yourself.
Check available MediaInfo:

Use it in your format:

Check available MediaInfo:

Use it in your format:

- 11 May 2014, 16:33
- Forum: Feature Requests and Bug Reports
- Topic: 4.1 rc1 - rc3 will error if you run amc script locally
- Replies: 2
- Views: 2666
Re: 4.1 rc1 - rc3 will error if you run amc script locally
You need to update your scripts from the devel branch:
https://github.com/filebot/scripts/tree/devel
https://github.com/filebot/scripts/tree/devel
- 11 May 2014, 16:29
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14906
Re: [Hire Request] Rtorrent + Filebot/AMC
The file lock on the lock file makes sure there is only one active filebot instance at any given time: Locking /home/0x00/.filebot/logs/amc.log So the operating system will queue all the filebot instances that may be called in parallel. PS: I had my bank pay it out in cents and now I'm having a pool ...
- 11 May 2014, 16:26
- Forum: Episode / Movie Naming Scheme
- Topic: Search option in "Episodes"?
- Replies: 4
- Views: 4529
Re: Search option in "Episodes"?
2.
If you deal with a large library it's a bad idea to rename in place anyway. Just make a new folder and have filebot move/rename there into the proper structure. Everything in the new structure is done, so in the end the old structure will only contain badly named files.
If you deal with a large library it's a bad idea to rename in place anyway. Just make a new folder and have filebot move/rename there into the proper structure. Everything in the new structure is done, so in the end the old structure will only contain badly named files.
- 11 May 2014, 16:11
- Forum: Scripting and Automation
- Topic: move files but don't write over
- Replies: 13
- Views: 7884
Re: move files but don't write over
1. I would recommend that of course: http://www.filebot.net/forums/viewtopic.php?f=4&t=1126&p=6868&hilit=chmod#p6857 2. storeReport=y create HTML reports for humans per batch, so the information you need is definitely much easier to grep from the log. If you're using amc you should always always set ...
- 11 May 2014, 09:09
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114753
Re: Receiving TV Data
It's the same as in the Format Expression. So you have the Naming docs online lots of examples built into the Format Editor(click the (x)= button).
- 11 May 2014, 07:42
- Forum: Episode / Movie Naming Scheme
- Topic: Search option in "Episodes"?
- Replies: 4
- Views: 4529
Re: Search option in "Episodes"?
1. "Episodes" only does "Search & Fetch Episode List" so you need to be more precise. If you mean you want to filter then it can only filter by Season. If you want to "Search" in the names then just copy & paste everything into notepad. 2. Press DELETE to delete a row from both sides. Press ALT ...
- 11 May 2014, 07:02
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14906
Re: [Hire Request] Rtorrent + Filebot/AMC
Haha, now I see! You have a 0x00 in the path, so amc thinks it should apply TV Mode, kinda like if you had 1x01 in the filename. Just use a normal username, not something weird. 
