Search found 22986 matches

by rednoah
12 Jan 2014, 17:29
Forum: Help and Support
Topic: Strange thing started happening - mystery ogg files
Replies: 17
Views: 7247

Re: Strange thing started happening - mystery ogg files

Sorry, that's a long time ago and i tweaked countless things that i can't even remember. :lol:

I can only make sure that the current script works:
http://filebot.net/scripts/amc.groovy

Finding the difference that makes yours not work is your job now :roll:
by rednoah
12 Jan 2014, 17:13
Forum: Anything and Everything else
Topic: So disappointed with the adware
Replies: 12
Views: 20752

Re: So disappointed with the adware

I prefer forum posts over ratings, especially shitty ones, and especially not ones that add feature requests to reviews when a feature request here in the forums makes so much more sense. Also I actually check the forums more than once a month so if you post here I'll actually be able to reply and f...
by rednoah
12 Jan 2014, 16:48
Forum: Help and Support
Topic: Mediainfo so Problem
Replies: 9
Views: 6380

Re: Mediainfo so Problem

I can only tell you that somehow filebot tries to figure out what movie name for, which fails. If it works you can use Java 6, I just recommend Java 7/8.

There must be .nfo files lying around somewhere that link to tt0462322. Either in the same folder or parent/child folders.
by rednoah
12 Jan 2014, 16:17
Forum: Help and Support
Topic: Mediainfo so Problem
Replies: 9
Views: 6380

Re: Mediainfo so Problem

No idea. Does it matter? Some files can't be processed cause the names are just too badly named. The WARNING messages you can ignore. Apart from that I recommend using Java 7 or even Java 8/ea and updating to the 4.0_RC1 beta release. May or may not make a difference. EDIT: The warning is just becau...
by rednoah
12 Jan 2014, 13:00
Forum: Help and Support
Topic: Mediainfo so Problem
Replies: 9
Views: 6380

Re: Mediainfo so Problem

I can only support the packages I provide, and you apparently are using a package not maintained by me.

Learn from my sample startup script:
https://sourceforge.net/p/filebot/code/ ... ller/ipkg/
by rednoah
12 Jan 2014, 12:55
Forum: Scripting and Automation
Topic: How to input variables into .bat file
Replies: 3
Views: 4686

Re: How to input variables into .bat file

You'll have to look into .bat scripting in detail then. It's not passing in arguments as you'd like. In the debugging output there's even '...' so the ' characters are literally passed in somehow by cmd for some reason.

You'll just have to play with it and figure out how to work windows cmd.
by rednoah
12 Jan 2014, 12:41
Forum: Help and Support
Topic: Mediainfo so Problem
Replies: 9
Views: 6380

Re: Mediainfo so Problem

In the filebot launcher the jna.library.path must point to where the library is:

Code: Select all

-Djna.library.path=/opt/filebot
Maybe the @ is messing with the library path.

Also if a library is incompatible it'll probably give you the same error message as if the library is not there at all.
by rednoah
12 Jan 2014, 01:17
Forum: Help and Support
Topic: Strange thing started happening - mystery ogg files
Replies: 17
Views: 7247

Re: Strange thing started happening - mystery ogg files

I appreciate you reporting any errors, that's why there's a pre-release and forums to report these things. ;) Though this one should be working: Parameter: ut_kind = multi Parameter: minFileSize = 0 Parameter: minLengthMS = 0 Parameter: ut_dir = D:\workspace\testdata\AMC-TEST Input: D:\workspace\tes...
by rednoah
12 Jan 2014, 01:08
Forum: Anything and Everything else
Topic: rednoah is a gentleman.
Replies: 1
Views: 5110

Re: rednoah is a gentleman.

hahahaha, sarcasm? :D
by rednoah
11 Jan 2014, 16:12
Forum: Help and Support
Topic: Can FileBot Add Metadata To Files?
Replies: 4
Views: 9112

Re: Can FileBot Add Metadata To Files?

You're talking apples and bananas. FileBot writes ALL metadata to xattr (and why wouldn't it?) as json object. How files are named is in the format, thus up to what you define. But FileBot will not touch the file content, no tags of any kind are written into the file, just xattr. Although it would b...
by rednoah
11 Jan 2014, 16:04
Forum: Help and Support
Topic: How to make new folder from single files?
Replies: 3
Views: 2396

Re: How to make new folder from single files?

By defining a folder for the movie:

Code: Select all

../{n} ({y})/{n} ({y})
by rednoah
11 Jan 2014, 16:00
Forum: Scripting and Automation
Topic: Need help with language tag
Replies: 3
Views: 3047

Re: Need help with language tag

You're cmdline call is wrong. Learn how to properly escape arguments first. FAQ says: Q: I'm trying to run FileBot from the console, but I'm having trouble passing in --format because of spaces or double-quotes A: You need to pass in arguments correctly. "..." allows you to pass in one arg...
by rednoah
11 Jan 2014, 07:55
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14759

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

If someone figures how to do sync with bitsadmin even better :D
by rednoah
11 Jan 2014, 07:32
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14759

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

That's pretty common, not sure if it's Windows doing it or your Anti-Virus but loading dll, or executing programs from the temp folders it often gets blocked. Anything in the Program Files folders generally never gets blocked. If you do call it on a schedule make sure it only updates if the file has...
by rednoah
11 Jan 2014, 04:10
Forum: Scripting and Automation
Topic: [HOWTO] Semi-Automated Download Mediacenter...
Replies: 6
Views: 7709

Re: [HOWTO] Semi-Automated Download Mediacenter...

This tutorial is outdated, but if you use --action copy the original files won't be touched.
by rednoah
10 Jan 2014, 16:29
Forum: Feature Requests and Bug Reports
Topic: msiexec error 1603
Replies: 6
Views: 5189

Re: msiexec error 1603

No, but you could grab the msi and try this from the cmdline: msiexec /log <logfile> /i filebot.msi (plus the options for logging) Though I guess it'll also work. Not sure what the issue might be, I'd guess some sort of anti-virus blocking the installer from installing msi files from temp locations.
by rednoah
10 Jan 2014, 16:19
Forum: Help and Support
Topic: Shell Script Problem Synology DS 214 play
Replies: 2
Views: 3155

Re: Shell Script Problem Synology DS 214 play

Probably permissions. Did you forget to run chmod +x in the script to make it executable?
by rednoah
10 Jan 2014, 16:13
Forum: Feature Requests and Bug Reports
Topic: Filebot for music?
Replies: 2
Views: 2886

Re: Filebot for music?

The guy has 100+ posts. I'm pretty sure FileBot has occurred to him :D

I guess these two would be your best choices:

1 => https://musicbrainz.org/doc/MusicBrainz_Picard
2 => http://beets.radbox.org

I don't use any of those but it was recommended here in the forums by other people.
by rednoah
10 Jan 2014, 16:09
Forum: Scripting and Automation
Topic: copy to FTP server
Replies: 3
Views: 2609

Re: copy to FTP server

Not sure if you're talking Windows, Linux or Mac, but in any case there should be a way to mount the the FTP/SMB shares as local drives or folders making things appear as if they are local files. If you have any cmdline tools that you can use to upload things then you can play with doing your own up...
by rednoah
10 Jan 2014, 16:02
Forum: Scripting and Automation
Topic: [CODE] Snippets & Examples
Replies: 11
Views: 33464

Re: [CODE] Examples and Snippets

Here's an example of how to plug in your rename function and copy files to a remote server via SSH/SFTP without creating any temporary files. Because scp won't create folders for us we have to call mkdir on the server first. include('fn:lib/ant') def copy_scp = { from, to -> def remoteHost = 'www.ex...
by rednoah
10 Jan 2014, 13:26
Forum: Scripting and Automation
Topic: copy to FTP server
Replies: 3
Views: 2609

Re: copy to FTP server

Sorry, that's not supported, you can only use the local filesystem. I recommend just copying to a temporary location and then syncing everything to your ftp either with filebot scripts or other ftp tools of your choice.
by rednoah
10 Jan 2014, 13:20
Forum: Feature Requests and Bug Reports
Topic: msiexec error 1603
Replies: 6
Views: 5189

Re: msiexec error 1603

Yep, that's basically a generic error code that doesn't tell us anything...

Do you get this all the time? Even if you just grab the .msi?

You could try this guide and see if we can get some extra logging:
http://www.msigeek.com/715/how-to-troub ... stallation