Search found 23098 matches

by rednoah
18 Jul 2013, 11:24
Forum: Help and Support
Topic: Filebot/AMC and german Umlaute
Replies: 3
Views: 4088

Re: Filebot/AMC and german Umlaute

Pass in your own format that does the cleanup. Read the docs on the ascii() function: http://www.filebot.net/naming.html e.g. {n.ascii()} ... {t.ascii()} Though I find it odd that your system doesn't support unicode filenames. Maybe LANG is not setup correctly on your system. You might wanna read th...
by rednoah
18 Jul 2013, 02:04
Forum: Feature Requests and Bug Reports
Topic: [REQ] AMC Script Improvement: Reference Series
Replies: 9
Views: 5451

Re: [REQ] AMC Script Improvement: Reference Series

Send me the original paths that aren't working and i'll have a look what the best fix might be.


PS: You can probably build that logic with a more complicated --filter expression already to some degree.
by rednoah
17 Jul 2013, 14:31
Forum: Feature Requests and Bug Reports
Topic: Rename BOTH Movie file AND it's folder name
Replies: 4
Views: 21755

Re: Rename BOTH Movie file AND it's folder name

The "Folder-mode" is for when you wanna treat folders as if they were files, thus renaming folders. But you don't want that. You want to move files into a new structure. OK, so let's take the first sample from here: http://www.filebot.net/forums/viewtopic.php?f=5&t=2 e.g. V:/TV Shows/{...
by rednoah
17 Jul 2013, 08:49
Forum: Feature Requests and Bug Reports
Topic: Rename BOTH Movie file AND it's folder name
Replies: 4
Views: 21755

Re: Rename BOTH Movie file AND it's folder name

FAQ ;)

It's simple. Just define your path scheme in the the format editor and things will get moved into that path. You might have remaining empty folders, that you can ignore, or use the cleaner script to get rid of.
by rednoah
16 Jul 2013, 15:05
Forum: Scripting and Automation
Topic: Dumb artwork question?
Replies: 1
Views: 2387

Re: Dumb artwork question?

Send me the logs of running it on one of the folders that doesn't work.
by rednoah
16 Jul 2013, 15:01
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 80877

Re: Wishlist for New Features and Scripts

Heard MediaElch is doing a good job and nice and comprehensive GUI for artwork and info. Haven't tried it but with filebot naming everything nicely these tools should be doing a good job.
by rednoah
16 Jul 2013, 07:15
Forum: Scripting and Automation
Topic: Need script to delete unrared file after moving
Replies: 7
Views: 6276

Re: Need script to delete unrared file after moving

Easiest way might be to cross check all the files you have against the torrent file entries and delete what's not in any of the torrents. That's easiest but only works if you still have all the torrent files.
by rednoah
16 Jul 2013, 07:07
Forum: Scripting and Automation
Topic: Need script to delete unrared file after moving
Replies: 7
Views: 6276

Re: Need script to delete unrared file after moving

In the amc script you'd have to set --def clean=y to auto-delete these files after copy/hardlink. Getting rid of that afterwards will be hard though. How can we know what should be deleted? Rename history tells us the files. How do we know if it's an extracted file? Check the torrent files? Guess if...
by rednoah
16 Jul 2013, 04:15
Forum: Feature Requests and Bug Reports
Topic: V3.61 Doesn't Find Subtitles but v3.50 Does
Replies: 10
Views: 5949

Re: V3.61 Doesn't Find Subtitles but v3.50 Does

v3.6 I think. Old versions are all on sourceforge downloads.
by rednoah
16 Jul 2013, 00:35
Forum: Help and Support
Topic: artwork and info
Replies: 1
Views: 1824

Re: artwork and info

It's part of the FileBot cmdline tools:
http://www.filebot.net/forums/viewtopic ... 4&t=5#p204
by rednoah
16 Jul 2013, 00:26
Forum: Feature Requests and Bug Reports
Topic: V3.61 Doesn't Find Subtitles but v3.50 Does
Replies: 10
Views: 5949

Re: V3.61 Doesn't Find Subtitles but v3.50 Does

Sublight and Subscene are no longer supported. Older versions may or may not work, but will break eventually.
by rednoah
15 Jul 2013, 08:34
Forum: Feature Requests and Bug Reports
Topic: V3.61 Doesn't Find Subtitles but v3.50 Does
Replies: 10
Views: 5949

Re: V3.61 Doesn't Find Subtitles but v3.50 Does

It's the colour. The more red it is the more uncertain the subtitle match. Here's what a positive hash lookup looks like: http://snag.gy/haGaf.jpg Each option is pure white => all hash matches are considered to be a 100% perfect match. You'll also notice it didn't even do a text search since it alre...
by rednoah
15 Jul 2013, 02:43
Forum: Episode / Movie Naming Scheme
Topic: Anime - absolute numbering with eng & jap title and more
Replies: 21
Views: 18352

Re: Anime - absolute numbering with eng & jap title and more

That should work. You can grab the latest jar and try it. Check the FAQ.
by rednoah
15 Jul 2013, 02:37
Forum: Feature Requests and Bug Reports
Topic: V3.61 Doesn't Find Subtitles but v3.50 Does
Replies: 10
Views: 5949

Re: V3.61 Doesn't Find Subtitles but v3.50 Does

Hash lookup works by hashing the file data. My test file has 0 bytes, no data, no hash lookup. But since I get 3 subtitles on my 0-byte test file it means it can look up subtitles just by looking at the filename. Everything is done automatically. If it can't find subs via hash lookup it'll continue ...
by rednoah
14 Jul 2013, 12:09
Forum: Episode / Movie Naming Scheme
Topic: Anime - absolute numbering with eng & jap title and more
Replies: 21
Views: 18352

Re: Anime - absolute numbering with eng & jap title and more

With the latest revision you can simplify the first part with the new {primaryTitle} binding: {norm = {it.upperInitial().lowerTrail().replaceAll(/[`´‘’ʻ""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!").replaceAll(/[*\s]+/, " ").replaceFir...
by rednoah
14 Jul 2013, 10:24
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 80877

Re: Wishlist for New Features and Scripts

In the Format Editor / Bindings Viewer you can check all properties MediaInfo can grab from movie files. If you can find the video property that would tell me what kind of 3D movie it is let me know. Or how does Plex know it's a 3D movie? Is there 2 video streams? Is there a special video property t...
by rednoah
14 Jul 2013, 10:18
Forum: Feature Requests and Bug Reports
Topic: V3.61 Doesn't Find Subtitles but v3.50 Does
Replies: 10
Views: 5949

Re: V3.61 Doesn't Find Subtitles but v3.50 Does

Tried v3.61 and dragged in an empty file (so no hash lookup) with that name, in the end it found 3 subtitles via text-search.
by rednoah
13 Jul 2013, 07:15
Forum: Feature Requests and Bug Reports
Topic: [Matching Error] game of thrones
Replies: 11
Views: 7142

Re: [Matching Error] game of thrones

Works: C:\Users\reinhard>filebot -script fn:amc "D:\testdata\AMC-TEST" --output "D:\out put" --lang fr --def artwork=y -non-strict --action copy Parameter: artwork = y Argument: D:\testdata\AMC-TEST Input: D:\testdata\AMC-TEST\Le Tr¶ne De Fer S02E09 La NÚra.mkv.mp4 Group: [tvs:Le...
by rednoah
13 Jul 2013, 04:35
Forum: Feature Requests and Bug Reports
Topic: [Matching Error] game of thrones
Replies: 11
Views: 7142

Re: [Matching Error] game of thrones

Don't think so. I only modified fn:amc and works for my test cases
by rednoah
12 Jul 2013, 21:12
Forum: Feature Requests and Bug Reports
Topic: [REQ] Save subtitles next to symlinks
Replies: 3
Views: 2753

Re: [REQ] Save subtitles next to symlinks

It's all in the rename(...) call. Can't symlink for videos but move for subtitles. Of course it's possible (i can pass in a smart rename function) but that'll make the code even more complex. You can have your own mod if you really need to.
by rednoah
12 Jul 2013, 21:04
Forum: Feature Requests and Bug Reports
Topic: [REQ] Save subtitles next to symlinks
Replies: 3
Views: 2753

Re: [REQ] Save subtitles next to symlinks

Sure, just keep track of the destination files and run the getSubtitles calls after the rename calls. Lookup will work less well because you lose the original name though. You'll need to modify the script anyway. EDIT: Noticed that with clean=y already takes care of this issue in COPY and HARDLINK m...
by rednoah
12 Jul 2013, 20:46
Forum: Scripting and Automation
Topic: Cleaner isAudio isVideo
Replies: 2
Views: 2603

Re: Cleaner isAudio isVideo

Set --action test to do a dry-run and see what would happen.

isAudio/isVideo just checks for extensions. Check media.types in the SVN for details on what extensions are mapped to what type.
by rednoah
12 Jul 2013, 16:26
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 617728

Re: Automated Media Center

For that you'd have to port (rewrite) the Linux bash script to a Windows CMD bat script.
by rednoah
12 Jul 2013, 16:18
Forum: Feature Requests and Bug Reports
Topic: [Matching Error] Scandal (2012)
Replies: 1
Views: 2149

Re: [Matching Error] Scandal (2012)

I always need the file paths to have a look.

EDIT: Fixed with r1659 by fine-tuning popularity metrics.
by rednoah
12 Jul 2013, 16:12
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 617728

Re: Automated Media Center

Probably not. You'll have to check the qBittorrent docs on how to call external programs on download complete.