Search found 12 matches

by Mimo
10 Jul 2016, 02:33
Forum: Scripting and Automation
Topic: action only on files with subtitles
Replies: 3
Views: 2742

Re: action only on files with subtitles

Hi,

this still works for me:

Process files only if (at least) one subtitles found
viewtopic.php?f=4&t=2808
by Mimo
03 Aug 2015, 10:31
Forum: Scripting and Automation
Topic: need help in subtitles
Replies: 2
Views: 2591

Re: need help in subtitles

Hi all, could you please guide me in setup one BAT file so that i can use it as schedule daily task in my windows schedule task, for downloading all missing subtitles for Arabic language only. My problem: when i always run the following filebot -script dev:suball "\\10.10.10.2\share\Video"...
by Mimo
07 Jan 2015, 09:57
Forum: Episode / Movie Naming Scheme
Topic: Bringing scripts up-to-date, 2 issues: 'The', music deleted
Replies: 3
Views: 3315

Re: Bringing scripts up-to-date, 2 issues: 'The', music dele

I may have sorted out the "The" issue: If the function is not escaped it works. The Escape tool is not helpful in this case, it seems. So just calling the format with: n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/) via the command line/batch call looks to be working without escaping the...
by Mimo
07 Jan 2015, 08:06
Forum: Episode / Movie Naming Scheme
Topic: Bringing scripts up-to-date, 2 issues: 'The', music deleted
Replies: 3
Views: 3315

Re: Bringing scripts up-to-date, 2 issues: 'The', music dele

Ok, there seems to be a problem with escaping the characters because in the app window the format code is working right.

But I have used the Escape tool to take care of that.
I have had no success identifying the issue further.
by Mimo
07 Jan 2015, 07:36
Forum: Episode / Movie Naming Scheme
Topic: Bringing scripts up-to-date, 2 issues: 'The', music deleted
Replies: 3
Views: 3315

Re: Bringing scripts up-to-date, 2 issues: 'The', music dele

Hi! This is really weird: putting "The" to the end of the (folder) name does not work , even with this updated format (as it is called from command line): "movieFormat=Movies/{def t = c{collection.upperInitial().replaceAll(':',' -').replaceAll(/[\`´‘’‘]/, \"'\").replaceAll(/...
by Mimo
26 Dec 2014, 06:48
Forum: Episode / Movie Naming Scheme
Topic: Bringing scripts up-to-date, 2 issues: 'The', music deleted
Replies: 3
Views: 3315

Bringing scripts up-to-date, 2 issues: 'The', music deleted

Hi! Filebot is phenomenal. I have been using it for more than a year, but have recently found out some things are not working the same way anymore so I have to make some corrections. I have stumbled upon 2 issues: 1. The expression to move the word "The" to the end of the title in the fold...
by Mimo
19 Oct 2013, 17:00
Forum: Scripting and Automation
Topic: AMC script exiting without processing any files: Done Ńâż(´╝
Replies: 3
Views: 3003

Re: AMC script exiting without processing any files: Done Ńâ

It looks like there is no media files in that folder. This is what it says in UTF-8: Done ヾ(@⌒ー⌒@)ノ Windows console is somehow limited with output charsets and messes things up. It's just visual, in the logs written to file it'll display fine. Thanks! Well there were media files in subfolders. What...
by Mimo
17 Oct 2013, 00:18
Forum: Scripting and Automation
Topic: AMC script exiting without processing any files: Done Ńâż(´╝
Replies: 3
Views: 3003

Re: AMC script exiting without processing any files: Done Ńâ

Well, it looks like it was a stupid thing like folder name or a weird character. Because when I've tried to run the script on manually renamed folder it went through. Would still like to know if possible what is the weird string beside "Done" reporting? Thought about deleting the thread bu...
by Mimo
17 Oct 2013, 00:05
Forum: Scripting and Automation
Topic: AMC script exiting without processing any files: Done Ńâż(´╝
Replies: 3
Views: 3003

AMC script exiting without processing any files: Done Ńâż(´╝

Hi, recently I have set up the Automated Media Center script to run locally on a folder containing media files and it worked very well. Without any changes I've tried running it today only to find out that it exits with a weird string: Parameter: music = n Parameter: artwork = y Parameter: backdrops...
by Mimo
22 Sep 2013, 07:27
Forum: Episode / Movie Naming Scheme
Topic: Taking Release group from {group}, if not, from filename
Replies: 8
Views: 8546

Re: Taking Release group from {group}, if not, from filename

Hi! One "small" issue I can not get around, no matter what I try: It turns out often files can have additional extension, like "movie.file.name-Group.ext1.ext2". In such cases the regex which would otherwise work, does not. The regex should actually match from end-of-string to &q...
by Mimo
15 Sep 2013, 20:59
Forum: Episode / Movie Naming Scheme
Topic: Taking Release group from {group}, if not, from filename
Replies: 8
Views: 8546

Taking Release group from {group}, if not, from filename

Hi, I am (re)posting this with help/advice from Rednoah, with some additional solution, for anyone interested: I've looked into adding the Release groups to the (resulting) filenames but couldn't make it work. It's really important to me to retain the information of origin (at-a-glance). 1. The {gro...
by Mimo
15 Sep 2013, 10:43
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584527

Re: Release Groups {group}

This is such a great app! I've also looked into adding the Release groups to the filenames but couldn't make it work. It's really important to me to retain the information of origin (at-a-glance). The {groups} binding is the best possible solution when it works, but one can still find many files whe...