Search found 63 matches

by pax0707
29 Nov 2021, 19:40
Forum: Scripting and Automation
Topic: Issues with 4400 and CSI Vegas
Replies: 5
Views: 4615

Re: Issues with 4400 and CSI Vegas

Thanks for the clarification on age, makes sense now.
I will try running with it for a time and observe the results.
Since I put processed episodes in the exclude list everything should be either a new episode or seasons of old series.

Cheers.
by pax0707
29 Nov 2021, 12:26
Forum: Scripting and Automation
Topic: Issues with 4400 and CSI Vegas
Replies: 5
Views: 4615

Re: Issues with 4400 and CSI Vegas

I disabled xattr since I do hard linking and it works for new episodes but model doesn't deal with older episodes. They are not even put as unsorted. Added Dexter New blood since it's the same thing happening. -script fn:amc D:/TEMP/In --output D:/TEMP/Out --log-file D:/Filebot/log/test.log --action...
by pax0707
28 Nov 2021, 21:59
Forum: Scripting and Automation
Topic: Issues with 4400 and CSI Vegas
Replies: 5
Views: 4615

Issues with 4400 and CSI Vegas

These two reboots/spinoffs keep getting misidentified as the original series, even after several episodes are out. This is a test I tried to make sure there's not something wrong with my full formating, also latest and some older episodes. Sysinfo: FileBot 4.9.4 (r8736) JNA Native: 6.1.0 MediaInfo: ...
by pax0707
25 Feb 2021, 09:46
Forum: Feature Requests and Bug Reports
Topic: myepisodes.com stopped updating
Replies: 16
Views: 15223

Re: myepisodes.com stopped updating

For some reason, it worked last night.
;- )=
by pax0707
17 Dec 2020, 15:00
Forum: Feature Requests and Bug Reports
Topic: myepisodes.com stopped updating
Replies: 16
Views: 15223

Re: myepisodes.com stopped updating

This is totally out of the scope of my knowledge.

This was a great way to check that all I wanted was downloaded.
I will miss this.
by pax0707
16 Oct 2020, 14:14
Forum: Feature Requests and Bug Reports
Topic: myepisodes.com stopped updating
Replies: 16
Views: 15223

Re: myepisodes.com stopped updating

Only thing about it in log is "Update MyEpisodes".

As for that script I'm not quite sure what to do.
by pax0707
10 Oct 2020, 18:55
Forum: Feature Requests and Bug Reports
Topic: myepisodes.com stopped updating
Replies: 16
Views: 15223

myepisodes.com stopped updating

Aloha. Looks like 4.9.2 broke updating My Episodes. Processed files are not reflected on the site. Regards. FileBot 4.9.2 (r8046) JNA Native: 6.1.0 MediaInfo: 20.08 7-Zip-JBinding: 16.02 Chromaprint: 1.5.0 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2020-09-10 (r673) Groovy: 3.0.6 ...
by pax0707
27 Apr 2020, 22:41
Forum: Scripting and Automation
Topic: Moving comics
Replies: 6
Views: 3385

Re: Moving comics

rednoah wrote: 27 Apr 2020, 22:03 You can always pick the first letter yourself, if {az} default behaviour doesn't suit your purpose:

Code: Select all

{n[0].upper()}
Thank you!
This worked like a charm.
by pax0707
27 Apr 2020, 20:30
Forum: Scripting and Automation
Topic: Moving comics
Replies: 6
Views: 3385

Re: Moving comics

e.g. matching the substring before the first number pattern: fn.before(/\d/) Thanks! So far I got: D:/MEDIA/COMICS/SORTED/ENGLISH/{az}/{fn.before(/REGEXHERE/).upperInitial()}/{fn} (\b(0)\d*\b)|(\b[vV]\d+\b)|(\(\d*\))|(\b[vV][oO][lL]\b)|(#(0)\d*)|(\b[bB][oO][oO][kK]\s\d+) Still finding some edge cas...
by pax0707
27 Apr 2020, 20:29
Forum: Scripting and Automation
Topic: Moving comics
Replies: 6
Views: 3385

Re: Moving comics

kim wrote: 26 Apr 2020, 22:25 *1st letter of name* =

Code: Select all

{az}
If 1st character is a number this gives me "0-9"
Is there a way to get that exact number?

Also, it ignores "a".
Puts "A Distant Soil" under D, "A Walk Through Hell" under W.
by pax0707
26 Apr 2020, 20:38
Forum: Scripting and Automation
Topic: Moving comics
Replies: 6
Views: 3385

Moving comics

I have a large number of comics that I need to put into a folder structure. Something like Sorted/*1st letter of name*/name/fn.ext. The name should be anything before number followed by an open bracket or in case of volumes v*number* or "vol". Any chance for a proper format expression that...
by pax0707
22 Jul 2018, 01:16
Forum: Scripting and Automation
Topic: Default to {n} if {ny} does not work due to {y} being undefined
Replies: 6
Views: 3059

Re: Issue with Taek Two series

Another one. Input: D:\Done\BTN\Who.Is.America.S01E01.Who.Is.America.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv Group: [tvs:who is america] => [Who.Is.America.S01E01.Who.Is.America.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv] Rename episodes using [TheTVDB] Auto-detected query: [who is america] Fetching episod...
by pax0707
22 Jul 2018, 01:15
Forum: Scripting and Automation
Topic: Default to {n} if {ny} does not work due to {y} being undefined
Replies: 6
Views: 3059

Re: Issue with Taek Two series

Forgot to check notify on reply so didn't see your reply. filebot.launcher -script fn:amc "D:/Done/BTN" --db TheTVDB --output "D:/Done/SERIJE" --log-file "D:/Filebot/log/btn.log" --action hardlink --conflict auto -non-strict --def "seriesFormat=D:/Done/SERIJE/{ny} ...
by pax0707
15 Jul 2018, 20:38
Forum: Scripting and Automation
Topic: Default to {n} if {ny} does not work due to {y} being undefined
Replies: 6
Views: 3059

Default to {n} if {ny} does not work due to {y} being undefined

For some reason, there's no series name in rename. All other series work fine. FileBot 4.8.2 (r5710) JNA Native: 5.2.0 MediaInfo: 18.05 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2018-07-15 (r530) Groovy: 2.5.0 JRE: Java(TM) SE Runtime Envir...
by pax0707
03 Apr 2018, 02:11
Forum: Scripting and Automation
Topic: Cleaner and \subs
Replies: 1
Views: 1567

Cleaner and \subs

I keep my subtitles in \subs so reduce clatter.

Is there a way for cleaner script to check in the folder above subs folder above if fubar.* exist before deleting fubar.lang.srt?
by pax0707
20 Oct 2017, 17:10
Forum: Scripting and Automation
Topic: {n} ({y}) naming
Replies: 2
Views: 1665

Re: {n} ({y}) naming

You're the man!

I probably haven't checked the changes in some time, or that one completely missed me.
by pax0707
20 Oct 2017, 12:29
Forum: Scripting and Automation
Topic: {n} ({y}) naming
Replies: 2
Views: 1665

{n} ({y}) naming

Greetings. I prefer naming my series {n} ({y}) so avoid false positives in my media center but some series already have year in their title so I end up with year twice. Like: Scandal (2012) (2012), Bull (2016) (2016), Empire (2015) (2015) etc. Could FB be made "smart enough" not to include...
by pax0707
28 Feb 2017, 03:14
Forum: Scripting and Automation
Topic: Failed to read media info
Replies: 2
Views: 3088

Re: Failed to read media info

Other PC: Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release. FileBot 4.7.8 (r4884) JNA Native: java.lang.ExceptionInInitializerError MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load x86 (32-bit) native library MediaInfo.dll: Could not initialize cla...
by pax0707
28 Feb 2017, 03:11
Forum: Scripting and Automation
Topic: Failed to read media info
Replies: 2
Views: 3088

Failed to read media info

I've noticed the filebot started not overwriting episodes with better format and propers. This used to work fine, not sure when it broke. Run script [fn:amc] at [Tue Feb 28 03:51:04 CET 2017] Parameter: seriesFormat = D:/Done/SERIJE/{n} - {s00e00} - {t} Parameter: animeFormat = D:/Done/ANIME/{n} - {...
by pax0707
06 Dec 2016, 14:12
Forum: Scripting and Automation
Topic: ExcludeList amc.txt gets deleted
Replies: 6
Views: 3379

Re: ExcludeList amc.txt gets deleted

filebot.launcher -script fn:amc "D:/Done/BTN" --output "D:/Done/SERIJE" --log-file "D:/Filebot/btn.log" --action copy --conflict auto -non-strict --def "seriesFormat=D:/Done/SERIJE/{n} - {s00e00} - {t}" --def "animeFormat=D:/Done/ANIME/{n} - {s00e00} - {...
by pax0707
06 Dec 2016, 09:11
Forum: Scripting and Automation
Topic: ExcludeList amc.txt gets deleted
Replies: 6
Views: 3379

Re: ExcludeList amc.txt gets deleted

Check line: 96: Use excludes: D:\Done\SERIJE\amc.txt 370: Use excludes: D:\Done\SERIJE\amc.txt 664: Use excludes: D:\Done\SERIJE\amc.txt 970, 1308, then it's ok till line 1746. From what I've observed amx.txt randomly get's deleted. I have no idea what's happening. It' was working fine for months an...
by pax0707
06 Dec 2016, 08:47
Forum: Scripting and Automation
Topic: ExcludeList amc.txt gets deleted
Replies: 6
Views: 3379

Re: ExcludeList amc.txt gets deleted

It's happening again.
From my mail notification at 7:52 AM, 7:32 AM, 5:53 AM, 2:11 AM.



http://pastebin.com/YMfx5KkW
by pax0707
05 Dec 2016, 20:50
Forum: Scripting and Automation
Topic: ExcludeList amc.txt gets deleted
Replies: 6
Views: 3379

ExcludeList amc.txt gets deleted

Starting yesterday I've noticed filebot copying old episodes again. Soon I've noticed that exclude list file gets deleted and ofc after that filebot starts to copy everything from download folder to my watch folder again bat files already there. FileBot 4.7.5 (r4634) JNA Native: 4.0.1 MediaInfo: 0.7...