Search found 19 matches

by psxlover
03 Apr 2017, 20:57
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

Seems to be working fine. Thank you :)
by psxlover
01 Apr 2017, 19:50
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

Tnx, I'll try it when I get time.
by psxlover
01 Apr 2017, 14:01
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

I know there is an option in utorrent and like I said it's on by default, but I don't want to disable it. C:\Users\Alex>filebot -script fn:sysinfo FileBot 4.7.5 (r4600) JNA Native: 4.0.1 MediaInfo: 0.7.88 7-Zip-JBinding: 9.20 Chromaprint: 1.1.0 Extended Attributes: OK Unicode Filesystem: OK Script ...
by psxlover
31 Mar 2017, 14:48
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

Yes, the file system is NTFS and it is a local hard drive. Below is the log of a single run, but there is nothing really to see. I've got a 1.27MB log file if you want more. Run script [C:\Users\Alex\Downloads\Videos\filebot\amc.groovy] at [Wed Mar 29 16:46:12 EEST 2017] Parameter: ut_label = TV ...
by psxlover
30 Mar 2017, 13:07
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

Wouldn't that prevent files from being moved? No, read-only does not prevent them from being copied, it only prevents them from being modified. And if you're copying files, FileBot probably doesn't preserve Windows file attributes, and even if it does, that's probably what some folks want. Read ...
by psxlover
29 Mar 2017, 22:16
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

Re: [Request] Remove read-only during copy

What do you mean it has no read-only flag? If you go to the properties of a file, you can set it as read-only and windows will prevent writing to it.
by psxlover
29 Mar 2017, 12:35
Forum: Feature Requests and Bug Reports
Topic: [Request] Remove read-only during copy
Replies: 11
Views: 5218

[Request] Remove read-only during copy

μtorrent by default marks downloaded files as read-only. What I'd like from filebot is when copying videos using the amc script (perhaps an option) to not copy the read-only flag.

Also you should probably check if a video is set as read-only before trying to set xattr.
by psxlover
24 Jul 2016, 17:18
Forum: Episode / Movie Naming Scheme
Topic: Anime Season issue
Replies: 5
Views: 5646

Re: Anime Season issue

1)

Code: Select all

Parameter: ut_label = Anime
Problem is it first checks for series.

2) That explains the issue
by psxlover
24 Jul 2016, 16:49
Forum: Episode / Movie Naming Scheme
Topic: Anime Season issue
Replies: 5
Views: 5646

Re: Anime Season issue

One-Punch Man is not the only anime I've encountered a problem with. Some episodes of One-Punch Man that were incorrectly marked as Series instead of Anime and where renamed using TheTVDB had a correct season number. But neither ReLIFE, Assassination Classroom, Ace Attorney or Digimon Frontier were ...
by psxlover
24 Jul 2016, 11:30
Forum: Episode / Movie Naming Scheme
Topic: Anime Season issue
Replies: 5
Views: 5646

Anime Season issue

Hallo, since I updated filebot to v4.7 I'm having an issue with anime naming. I used to have a custom amc.groovy which would rename animes twice in order to get a s00e00 file format. Since version 4.7 I simply use "animeFormat=Anime/{n}/{n} - {s00e00} - {t}". This works fine in animes spanning ...
by psxlover
16 May 2016, 08:32
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

Re: New {plex} binding not detecting Animes

Yeah, sorry I was trying my own format, but I was running the wrong script :oops:.
by psxlover
16 May 2016, 08:05
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

Re: New {plex} binding not detecting Animes

Oh I see, you were looking for 2-3 "E"s instead of digits :P. Does filebot cache the dev:amc script, cause I still get wrong results using it. The script is ok now though, manually downloading and using the new version from Github uses the correct "Anime" folder. Also is there any particular reason ...
by psxlover
16 May 2016, 06:28
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

Re: New {plex} binding not detecting Animes

With r3991 and dev:amc I still get the same issue: C:\Users\Alex>filebot -version FileBot 4.7 (r3991) / Java(TM) SE Runtime Environment 1.8.0_51 C:\Users\Alex>filebot.exe -script dev:amc --output "C:\Users\Alex\Downloads\Videos" --log-file "C:\Users\Alex\Downloads\ Videos\filebot\amc.log" --action ...
by psxlover
15 May 2016, 22:09
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

Re: New {plex} binding not detecting Animes

Is that with amc script? Yes they are real files. This is the log from a freshly downloaded episode Run script [fn:amc] at [Mon May 16 01:05:08 EEST 2016] Parameter: artwork = y Parameter: ut_label = Anime Parameter: ut_state = 20 Parameter: ut_title = [HorribleSubs] Ace Attorney - 05 [1080p].mkv ...
by psxlover
15 May 2016, 09:44
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

Re: New {plex} binding not detecting Animes

The problem comes from the change of: def forceSeries = { f -> label =~ /^(?i:TV|Kids.Shows)/ || f.dir.listPath().any{ it.name ==~ /(?i:TV.Shows)/ } || parseEpisodeNumber(f.path) || parseDate(f.path) || f.path =~ /(?i:tvs-|tvp-|EP[0-9]{2,3}|Season\D?[0-9]{1,2}\D|(19|20)\d{2}.S\d{2})/ } to def ...
by psxlover
15 May 2016, 09:00
Forum: Feature Requests and Bug Reports
Topic: New {plex} binding not detecting Animes
Replies: 9
Views: 6606

New {plex} binding not detecting Animes

The animes are placed in the "TV Shows" folder instead if the "Anime" folder in Filebot 7.0. Run script [fn:amc] at [Sun May 15 11:44:46 EEST 2016] Parameter: artwork = y Parameter: ut_label = Anime Parameter: ut_state = 11 Parameter: ut_title = [NotWCP] Fairy Tail S2 102 (277) END - Message of Fire ...
by psxlover
29 Mar 2015, 18:32
Forum: Feature Requests and Bug Reports
Topic: AMC subtitle encoding
Replies: 3
Views: 2828

Re: AMC subtitle encoding

I just noticed that my TV supports utf-8 subtitles, as long as it contains BOM. Is there a way to make filebot export the subtitle with BOM? (I'm currently running a modified amc script where I use "ISO-8859-7" as enconding).
by psxlover
02 Mar 2015, 20:34
Forum: Feature Requests and Bug Reports
Topic: AMC subtitle encoding
Replies: 3
Views: 2828

AMC subtitle encoding

Is there a way to change the encoding of subtitles when using AMC script?
-get-subtitles seems to have a "--encoding" option but it seems like the encoding is hardcoded in the AMC script.
by psxlover
21 Feb 2015, 17:53
Forum: Scripting and Automation
Topic: AMC with utorrent only on selected tags
Replies: 3
Views: 3044

AMC with utorrent only on selected tags

I'd like to add the run command on utorrent but I only want it to work with certain labels.
Is there a way to tell it to run only on certain labels, or to ignore certain labels other than putting "ignore" infront of every other label or messing with the script?