Search found 5 matches

by haupti
02 Sep 2016, 19:59
Forum: Scripting and Automation
Topic: Rename failed
Replies: 9
Views: 4667

Re: Rename failed

Hi rednoah,

I found my mistake... renaming by GUI works fine!
Sure, a solution by script is "smarter", but these solution is for me OK. :-)

Thanks again for Your support.
Bernd
by haupti
02 Sep 2016, 19:24
Forum: Scripting and Automation
Topic: Rename failed
Replies: 9
Views: 4667

Re: Rename failed

Hi rednoah, a solution with GUI (scripting though with bash or Groovy isn't for me ;-)) is my solution.... but: I have read "Batch Rename any type of file" with example to rename "JPG Pictures". If I try this I have the same problem like my videos: the files in the left site (original) are not ...
by haupti
02 Sep 2016, 14:51
Forum: Scripting and Automation
Topic: Rename failed
Replies: 9
Views: 4667

Re: Rename failed

Hello rednoah, thanks again four Your answer. I tried with "Avatar.avi" and it works. Than I tried with "Test.avi" AND "--db xattr" and it works also. Now I tried another file and get the following error. filebot -non-strict --db xattr -rename "Avatar.wmv" --conflict "auto" --format "{fn}_[{minutes ...
by haupti
02 Sep 2016, 14:18
Forum: Scripting and Automation
Topic: Rename failed
Replies: 9
Views: 4667

Re: Rename failed

Hello rednoah, sorry... in the same time You answer I changed my Question. OK, if I add "--db TheMovieDB" so I get the following error (its the example above): filebot -non-strict --db TheMovieDB -rename "test.avi" --conflict "auto" --format "{fn}_[{minutes}min]_[{resolution}]" [color=#FF0000]Rename ...
by haupti
31 Aug 2016, 20:11
Forum: Scripting and Automation
Topic: Rename failed
Replies: 9
Views: 4667

Rename failed

I would only rename files to add Resolution and Length. Many files works fine, but not all.. so I get the following Error: filebot -non-strict -rename "test.avi" --conflict "auto" --format "{fn}_[{minutes}min]_[{resolution}]" [color=#FF0000]Failed to process group: {} => [/test.avi][/color] Whats ...