Search found 22976 matches

by rednoah
14 Nov 2013, 02:47
Forum: Feature Requests and Bug Reports
Topic: v3.8 bug
Replies: 9
Views: 5464

Re: v3.8 bug

:?: "stops you from being able to copy off of the computer" :?: The Match button had one special behavior: IF files not empty AND names is empty DO click "Fetch Data" OTHERWISE match files<->names Match button is now simple: match files<->names, if you want to fetch data click &q...
by rednoah
13 Nov 2013, 19:20
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6425

Re: Same file enclose in different folder = different result

Yep, --db TheMovieDB forces movie mode with TheMovieDB.

If you know that the filename is the query why don't you call filebot for each file and use the --q option to force the query to be the filename?
by rednoah
13 Nov 2013, 19:15
Forum: Help and Support
Topic: Multiple operation
Replies: 8
Views: 5165

Re: Multiple operation

You can check that with python. You can call filebot with multiple file arguments instead of a folder so it should be really easy to filter out the files that already have subs after the --lang it run. You can rename the .ita.srt part to .eng.srt :P That'll make filebot think English subs are alread...
by rednoah
13 Nov 2013, 17:51
Forum: Help and Support
Topic: Multiple operation
Replies: 8
Views: 5165

Re: Multiple operation

1. http://www.filebot.net/cli.html 2. Just get English AND Italian subs... 3. The "Quit FileBot" part makes me wonder if you know what cmdline means... but here goes: e.g. this is a start, but you wanna look into all the other options to fine-tunes things: filebot -get-missing-subtitles --...
by rednoah
13 Nov 2013, 01:50
Forum: Help and Support
Topic: sending file through sftp
Replies: 1
Views: 1866

Re: sending file through sftp

Just find a sftp filesystem driver and mount your sftp root as drive.

The built-in sftp stuff is for scripting only.
by rednoah
12 Nov 2013, 16:25
Forum: Scripting and Automation
Topic: Rename Audio files using ID3 tags instead of AcoustID lookup
Replies: 6
Views: 7912

Rename Audio files using ID3 tags instead of AcoustID lookup

You can use FileBot to rename audio files based on ID3 tags instead of AcoustID lookup simply by specifying --db "ID3 Tags" . e.g. filebot -rename "01-Classical_Gas.mp3" --db "ID3 Tags" --format "{pi.pad(2)}. {n} - {t}" Rename music using [ID3] [MOVE] Rename [...
by rednoah
12 Nov 2013, 16:10
Forum: Scripting and Automation
Topic: AMC, only move music to different folder
Replies: 10
Views: 5864

Re: AMC, only move music to different folder

How would you do this? I thought you don't have this information? Replace AcoustID lookup: def dest = rename(file:files, format:format.music, db:'AcoustID') With ID3 tag info: def dest = rename(file:files, format:format.music, db:'ID3') But if you use ID3 info your format probably has to get smarter...
by rednoah
12 Nov 2013, 15:38
Forum: Scripting and Automation
Topic: AMC, only move music to different folder
Replies: 10
Views: 5864

Re: AMC, only move music to different folder

Yes, and the amc script depends on the htpc/cleaner scripts which are expected to exist relative to where the amc script is.
by rednoah
12 Nov 2013, 15:18
Forum: Scripting and Automation
Topic: Delete everything under imdb rating < 6
Replies: 4
Views: 3011

Re: Delete everything under imdb rating < 6

Check amc.groovy how to use detectMovie() and then htpc.groovy how to get the info object from the movie object that you get back from detectMovie(). With the info object you know the rating and you can decide whether to delete the video file.
by rednoah
12 Nov 2013, 14:50
Forum: Scripting and Automation
Topic: [GUIDE] Filebot + MediaInfo + Raspberry Pi
Replies: 19
Views: 32435

Re: Filebot + MediaInfo + Raspberry Pi

Good work! :)

I'd only comment on the JVM memory settings:

Code: Select all

-Xms400M
You're making the JVM hog 400M right on initialization. I recommend not setting -Xms and let the JVM scale up memory as needed. It'll rarely ever need more than 70-80M anyway.
by rednoah
12 Nov 2013, 14:35
Forum: Scripting and Automation
Topic: Delete everything under imdb rating < 6
Replies: 4
Views: 3011

Re: Delete everything under imdb rating < 6

If you have .nfo files with the rating that'd make things easier. Otherwise you have to look at the amc/htpc script on how to do movie detection and fetch metadata.
by rednoah
12 Nov 2013, 13:44
Forum: Feature Requests and Bug Reports
Topic: 3.8 getting EOFException
Replies: 4
Views: 3551

Re: 3.8 getting EOFException

Found some issue with the ONE_MONTH cache not working correctly. Updated the install packages. Should be r1840 now. Try it. ;)
by rednoah
12 Nov 2013, 13:13
Forum: Scripting and Automation
Topic: AMC, only move music to different folder
Replies: 10
Views: 5864

Re: AMC, only move music to different folder

make that File.copyTo(Folder), moveTo is File->File
by rednoah
12 Nov 2013, 13:08
Forum: Scripting and Automation
Topic: AMC, only move music to different folder
Replies: 10
Views: 5864

Re: AMC, only move music to different folder

You can probably add this somewhere:

Code: Select all

input.findAll{ it.isAudio() }*.copyTo('/move/to/folder')
Afterwards make sure you remove non-existing paths from input.
by rednoah
12 Nov 2013, 13:05
Forum: Scripting and Automation
Topic: AMC Script for Synology NAS
Replies: 3
Views: 4080

Re: AMC Script for Synology NAS

Simple answer: redo But since input folder and output folder is different and files are moved this is not a major issue. Only files that can't be identified are left behind (not remain unidentified) over and over. So in that case it's highly recommended to use into the --def excludeList option so we...
by rednoah
12 Nov 2013, 10:51
Forum: Feature Requests and Bug Reports
Topic: 3.8 getting EOFException
Replies: 4
Views: 3551

Re: 3.8 getting EOFException

AniDB works fine as far as I can tell:

Code: Select all

filebot -clear-cache && filebot -list --q naruto --db anidb
What's the console output? Maybe you just need to delete the old cache.
by rednoah
12 Nov 2013, 09:00
Forum: Feature Requests and Bug Reports
Topic: **Support for music videos in Audio mode**
Replies: 2
Views: 2367

Re: **Support for music videos in Audio mode**

AcoustID lookup is completely different, doesn't even look at the filename, only the acoustic fingerprint and audio length. If I don't get matches back there's nothing I can do.

You can try MusicBrainz and see if you can add the missing links, at least then it'll work for others.
by rednoah
12 Nov 2013, 04:07
Forum: Help and Support
Topic: Renaming Files on Two Hard Drives
Replies: 4
Views: 3460

Re: Renaming Files on Two Hard Drives

Only by doing it twice. I would just use robocopy /mir but I guess you wanna avoid delete/copy. :D
by rednoah
12 Nov 2013, 02:33
Forum: Help and Support
Topic: Add Language In Subtitles (.srt)
Replies: 4
Views: 7347

Re: Add Language In Subtitles (.srt)

Works just fine:
http://snag.gy/35hyz.jpg

Your cmdline is just wrong. You're not passing in what you think you're passing in.

If you don't know how to escape argument give my little Escape tool a shot ;)
http://www.filebot.net/forums/viewtopic.php?f=4&t=1041
by rednoah
11 Nov 2013, 16:08
Forum: Help and Support
Topic: Add Language In Subtitles (.srt)
Replies: 4
Views: 7347

Re: Add Language In Subtitles (.srt)

You override default naming with your format and thus force that behavior.

Have you looked at the examples?
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

It's Movies & Subtitles Example #1
by rednoah
11 Nov 2013, 10:34
Forum: Announcements and Releases
Topic: FileBot 3.8
Replies: 0
Views: 53092

FileBot 3.8

FileBot 3.8 is out! Get it here! This new major release brings new support for uploading subtitles and renaming music videos as well as updates to GUI and episode/movie matching that'll make things work much more smooth. Changes: * Support for OpenSubtitles Subtitle Upload (experimental) * Support ...
by rednoah
11 Nov 2013, 02:24
Forum: Help and Support
Topic: ASUSTOR NAS
Replies: 8
Views: 6258

Re: ASUSTOR NAS

Don't hold your breath. Not many people using NAS, and of those most are with Synology, i.e. this would be low priority on the exotic feature requests list... not to mention i don't have the hardware to begin with. ;)
by rednoah
11 Nov 2013, 01:20
Forum: Help and Support
Topic: ASUSTOR NAS
Replies: 8
Views: 6258

Re: ASUSTOR NAS

probably

EDIT: As far as I can tell it's all x86 Linux boxes. If it runs Java it'll run FileBot as well. If you have some basic Linux console skills you should be alright making it work.
by rednoah
10 Nov 2013, 19:27
Forum: Scripting and Automation
Topic: AMC, only move music to different folder
Replies: 10
Views: 5864

Re: AMC, only move music to different folder

not really, you'd have to edit the script for that
by rednoah
10 Nov 2013, 14:16
Forum: Episode / Movie Naming Scheme
Topic: Problem renaming in sorce network folder
Replies: 2
Views: 3233

Re: Problem renaming in sorce network folder

You want to create a new folder structure from scratch: 1. Rename "sport" folder to "sport-old" 2. Set the format to what you want, e.g. Z:/sport/{n} ({y})/{n} ({y}){" CD$pi"} 3. Drag in "sport-old" folder and rename/move everything. 4. "sports-old" ...