Search found 24025 matches
- 12 May 2014, 06:49
- Forum: Scripting and Automation
- Topic: How I got around American Dad showing S09 instead of S10
- Replies: 7
- Views: 9570
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: 1873
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: 3340
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: 15969
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: 114656
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: 14845
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: 4575
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: 8703
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: 11277
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: 2280
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: 2664
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: 14845
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: 4524
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: 7865
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: 114656
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: 4524
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: 14845
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. 

- 11 May 2014, 06:24
- Forum: Scripting and Automation
- Topic: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaInfo
- Replies: 20
- Views: 15969
Re: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaIn
Didn't someone have the same request the other way around? /opt/usr/share/filebot seems better to me, but isn't this again breaking things for other people? Is there a standard at all? Or variables? There's like zero specification on how the directory structure within an .ipkg should look like ...
- 11 May 2014, 06:13
- Forum: Help and Support
- Topic: CLI broken after update
- Replies: 4
- Views: 3256
Re: CLI broken after update
Logs? Since you're not using fn:utorrent-postprocess this is obviously completely different issue.
- 10 May 2014, 20:00
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14845
Re: [Hire Request] Rtorrent + Filebot/AMC
Did you previously rename the file with TheTVDB? It's probably tagged. These logs can't happen if it's a clean file. If you're testing things on the same file you need to reset xattr before each run: filebot -script fn:xattr --action clear /path/to/files @see http://www.filebot.net/forums/viewtopic ...
- 10 May 2014, 16:57
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14845
Re: [Hire Request] Rtorrent + Filebot/AMC
Yeah, I guess you'll need to use the latest 4.1 RC3 with -script dev:amc. Just grab the portable, extract it somewhere, and run with filebot.sh
@see http://www.filebot.net/forums/viewtopic.php?f=7&t=1609
@see http://www.filebot.net/forums/viewtopic.php?f=7&t=1609
- 10 May 2014, 15:23
- Forum: Scripting and Automation
- Topic: [Hire Request] Rtorrent + Filebot/AMC
- Replies: 30
- Views: 14845
Re: [Hire Request] Rtorrent + Filebot/AMC
Then you can either edit the amc script yourself or used the latest dev:amc where I added Games|Seeding to the ignore pattern.
You don't use it, you search for it, so you see where in the amc script this is handled, so you know where to edit.
You don't use it, you search for it, so you see where in the amc script this is handled, so you know where to edit.
- 10 May 2014, 14:10
- Forum: Scripting and Automation
- Topic: [HIRE REQUEST] AMC Seedbox modification
- Replies: 1
- Views: 2066
Re: [HIRE REQUEST] AMC Seedbox modification
Yep, I don't see anything that AMC doesn't do out of the box. Except season data for Anime, that's impossible since AniDB only stores absolute numbers, and rightly so. If you already know if some media is TV / Anime / Movie then you should of course pass that in via ut_label. Just ready the manual ...
- 10 May 2014, 14:00
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114656
Re: Receiving TV Data
Sure, same as in the Format Dialog. You have {startdate} and {airdate} and maybe some other stuff I can't recall now.
e.g.
e.g.
Code: Select all
startdate.year >= 2000
- 10 May 2014, 13:56
- Forum: Scripting and Automation
- Topic: Can "automatic media center" use my movie actual format?
- Replies: 3
- Views: 3257
Re: Can "automatic media center" use my movie actual format?
If you want to use a custom format you'll have to pass it in in the cmdline call. It's a bit tricky cause of all the escaping, but you could also write little python or groovy script that passes things in as String Array.