Search found 22986 matches

by rednoah
11 Jan 2013, 10:43
Forum: Help and Support
Topic: uTorrent Automation
Replies: 2
Views: 3322

Re: uTorrent Automation

Here's some info on the upcoming Music Mode for processing music/audio. You can already try it with the latest HEAD releases:
http://filebot.sourceforge.net/forums/v ... ?f=3&t=439
by rednoah
11 Jan 2013, 10:41
Forum: Help and Support
Topic: Audio/Music File Renaming
Replies: 2
Views: 2781

Re: Audio/Music File Renaming

I've look into this for a while and this is what I've come up with. You can try with the latest HEAD releases:
http://filebot.sourceforge.net/forums/v ... ?f=3&t=439
by rednoah
11 Jan 2013, 10:38
Forum: Help and Support
Topic: A few setup questions
Replies: 10
Views: 6888

Re: A few setup questions

Re: 2
The next version of FileBot will come with basic support for processing music and it'll become part of the utorrent-script by default as well.

@see
http://filebot.sourceforge.net/forums/v ... ?f=3&t=439
by rednoah
11 Jan 2013, 10:22
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37209

Music Mode AKA Processing Music files via AcoustID

Music Mode: Due to popular request I've looked into how to best process music files the FileBot way. How it works: FileBot identifies music files via AcoustID and it's chromaprint audio-fingerprint technology. That means that artist/title/album metadata will come from AcoustID/MusicBrainz and doesn...
by rednoah
11 Jan 2013, 04:31
Forum: Feature Requests and Bug Reports
Topic: [3.2] GConf-WARNING **: Client failed to connect to the D-BU
Replies: 15
Views: 10352

Re: [3.2] GConf-WARNING **: Client failed to connect to the

The -D Java system properties you have to set in the filebot startup script.
by rednoah
10 Jan 2013, 10:22
Forum: Help and Support
Topic: Having problem filtering '$' character
Replies: 4
Views: 4249

Re: Having problem filtering '$' character

An. The cmdline itself my resolve escaped characters. You could try double escaping, one for cmdline and one for the regex, \\$ or maybe just [$]

PS: Seems it became to smart with the latest update recognising $ as an 's' type character... I'll have a look.
by rednoah
10 Jan 2013, 06:43
Forum: Feature Requests and Bug Reports
Topic: FileBot needs to update tags
Replies: 1
Views: 2583

Re: FileBot needs to update tags

There is not standard for video tags, it's different for every container format and i have never seen anyone make use of that anyway. More importantly there is basically no libraries for editing tags for different containers.
by rednoah
10 Jan 2013, 06:26
Forum: Help and Support
Topic: Having problem filtering '$' character
Replies: 4
Views: 4249

Re: Having problem filtering '$' character

In regex $ means end-of-input so you'll need to escape that to match the literal $, i.e.

Code: Select all

"!(n ==~ /Vega\$/)"
But do you really need to filter this out? Ideally FileBot should be able to pick the right episode even if multiple shows have the same series name.
by rednoah
10 Jan 2013, 04:12
Forum: Help and Support
Topic: uTorrent Automation
Replies: 2
Views: 3322

Re: uTorrent Automation

Sorry, that's not supported by my script. If you don't mind a little bit of groovy coding you can add that yourself. Use the utorrent script as base and modify it and add stuff to fit your needs. For Java/Groovy devs that'd be easy, otherwise maybe not so easy. FileBot can help with some issues like...
by rednoah
09 Jan 2013, 16:17
Forum: Scripting and Automation
Topic: Fully Automated Media Center FAQ
Replies: 21
Views: 12957

Fully Automated Media Center FAQ

Here's all the post from people that didn't create new threads. Please create new threads for new issues or questions. ;)
by rednoah
09 Jan 2013, 08:50
Forum: Scripting and Automation
Topic: [REQ] Artwork Scripting Change
Replies: 24
Views: 17250

Re: [REQ] Artwork Scripting Change

For copying all the **/poster.jpg as **/folder.jpg I have something:
http://filebot.sourceforge.net/forums/v ... &t=5#p2100

e.g. Duplicate each poster.jpg as folder.jpg:

Code: Select all

filebot -script fn:replace --action copy --def "e=poster.jpg" "r=folder.jpg" /path/to/files
by rednoah
09 Jan 2013, 02:29
Forum: Scripting and Automation
Topic: Skip some folders using script - fn:suball
Replies: 1
Views: 3341

Re: Skip some folders using script - fn:suball

Just start by downloading the suball script and then making the modifications you need. It's really just gonna boil down to an extra line like this: if(dir.name =~ /a|b|c/) { ... }
by rednoah
08 Jan 2013, 13:40
Forum: Help and Support
Topic: A few setup questions
Replies: 10
Views: 6888

Re: A few setup questions

You didn't pass in the movieFormat parameter correctly. Messed up the quotes somewhere.
by rednoah
08 Jan 2013, 09:43
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540017

Re: Fully Automated Media Center

Reading this thread should answer all your questions:
http://filebot.sourceforge.net/forums/v ... ?f=8&t=429
by rednoah
08 Jan 2013, 02:11
Forum: Help and Support
Topic: Error on processing previously working espisode format
Replies: 4
Views: 10839

Re: Error on processing previously working espisode format

When it's grabbing subtitles it's downloaded a rar that it crashes on. Just disable subtitle fetching and it'll works.

EDIT: On second look. That whole stacktrace is just a warning anyway. Other than extracting that subtitle the rest will still work.
by rednoah
08 Jan 2013, 02:08
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540017

Re: Fully Automated Media Center

Override the format expression => @see Customize Paths
by rednoah
08 Jan 2013, 02:06
Forum: Feature Requests and Bug Reports
Topic: Drag and Drop stopped working on OSX
Replies: 9
Views: 6182

Re: Drag and Drop stopped working on OSX

That sounds like there is something fundamentally broken with Java Swing on Windows 8. Nothing I can do but it'll probably magically work with some future Java updates.
by rednoah
07 Jan 2013, 11:55
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540017

Re: Fully Automated Media Center

You don't have to do anything. Just copy and paste the cmd and it'll work out of the box.

The -script fn:name argument means that FileBot will automatically grab the script from my online repository (it'll also auto-update every day).
by rednoah
07 Jan 2013, 08:23
Forum: Feature Requests and Bug Reports
Topic: Drag and Drop stopped working on OSX
Replies: 9
Views: 6182

Re: Drag and Drop stopped working on OSX

Run my droplog app from here and paste me what it says when you drop files:
http://rednoah.users.sourceforge.net/test/filebot/
by rednoah
06 Jan 2013, 16:11
Forum: Feature Requests and Bug Reports
Topic: Drag and Drop stopped working on OSX
Replies: 9
Views: 6182

Re: Drag and Drop stopped working on OSX

Did it work before? If it's not working on Windows that's wierd cause I develop on Windows 7. Maybe general Java 7 + Windows 8 issues.
by rednoah
05 Jan 2013, 20:06
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540017

Re: Fully Automated Media Center

What's the cmdline output? If you're using --action hardlink it'll do that or print errors if it doesn't work. Make sure you're using Java 7, on linux you don't need to be root to create hardlinks.
by rednoah
05 Jan 2013, 16:46
Forum: Scripting and Automation
Topic: Full automed media center: Move files and clean up
Replies: 4
Views: 4568

Re: Full automed media center: Move files and clean up

BTW i update the utorrent-postprocess script and added support for directly running the cleaner without an extra cmdline call:

Code: Select all

--def clean=y
by rednoah
05 Jan 2013, 01:41
Forum: Feature Requests and Bug Reports
Topic: Drag and Drop stopped working on OSX
Replies: 9
Views: 6182

Re: Drag and Drop stopped working on OSX

Just download the latest package again and it should work.

@see
http://filebot.sourceforge.net/forums/v ... =396#p2681
by rednoah
04 Jan 2013, 15:57
Forum: Feature Requests and Bug Reports
Topic: [3.2] GConf-WARNING **: Client failed to connect to the D-BU
Replies: 15
Views: 10352

Re: [3.2] GConf-WARNING **: Client failed to connect to the

This setting may do the trick:

Code: Select all

-Djava.net.useSystemProxies=false