Search found 22 matches

by Keven07
19 Jul 2020, 07:22
Forum: Help and Support
Topic: File Size condition
Replies: 2
Views: 1635

Re: File Size condition

rednoah wrote: 19 Jul 2020, 06:38 f.displaySize might work:

Code: Select all

{f.displaySize}
wow thanks bro :D :D
by Keven07
19 Jul 2020, 05:56
Forum: Help and Support
Topic: File Size condition
Replies: 2
Views: 1635

File Size condition

{gigabytes} works great.

but i wanted 700 MB displayed instead of 0.7 GB in those < 1GB files.

how can i set condition ?
by Keven07
30 Jun 2020, 11:25
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151908

Re: Multiple audio tracks with different codecs and languages

Added addToList = to make it more user friendly ( output e.g. [Add to "DTS XBR" codecList] ) Added useChFilter = to make it more user friendly ( true or false, makes it more "scene" like ) { def preferredLang = 'Eng' def useChFilter = false def filter = { [it.codec, it.ch, it.ob...
by Keven07
30 Jun 2020, 09:55
Forum: Help and Support
Topic: How do i get Both audio ac with channels data ?
Replies: 5
Views: 3107

Re: How do i get Both audio ac with channels data ?

hello rednoah finally figured it out. I post format code here, if in future anyone need. format code : {n} [{y}] [{ import java.math.RoundingMode import net.filebot.Language audio.collect { def au = it def channels = any{ au['ChannelPositions/String2'] }{ au['Channel(s)_Original'] }{ au['Channel(s)'...
by Keven07
30 Jun 2020, 06:41
Forum: Help and Support
Topic: How do i get Both audio ac with channels data ?
Replies: 5
Views: 3107

Re: How do i get Both audio ac with channels data ?

{channels} will give you the best value across all audio streams. {channels} cannot be used to get individual channel information for individual audio streams. You'll have to access the corresponding MediaInfo properties for that directly. You can try to extract MediaInfo properties directly as exp...
by Keven07
30 Jun 2020, 05:52
Forum: Help and Support
Topic: How do i get Both audio ac with channels data ?
Replies: 5
Views: 3107

Re: How do i get Both audio ac with channels data ?

You won't be able to rely on built-in bindings for this particular use case. You can make it work by iterating through each audio stream and reading the properties you want and combining them: https://www.filebot.net/forums/viewtopic.php?t=4285 :!: Basic coding skills required. I'd stick to the bui...
by Keven07
30 Jun 2020, 05:11
Forum: Help and Support
Topic: How do i get Both audio ac with channels data ?
Replies: 5
Views: 3107

How do i get Both audio ac with channels data ?

using this movie format :

Code: Select all

{n} [{y}] [ {ac} {channels} ] {audioLanguages.name}
Result :

Code: Select all

Sherlock Holmes A Game Of Shadows [2011] [ AAC 2.0 ] [Spanish, English]
but i want movie name look like this :

Code: Select all

Sherlock Holmes A Game Of Shadows [2011] [ Spanish AAC 2.0, English AAC 5.1 ]
by Keven07
19 Apr 2020, 07:42
Forum: Help and Support
Topic: [mkvpropedit] Delete all track name at once
Replies: 2
Views: 2427

[mkvpropedit] Delete all track name at once

Script working fine, I don't want to add manually all track (track:v / track:a / track:s ) for every file. Is there any way to auto detect all track and delete their name. Script "C:\Program Files\FileBot\filebot.launcher.exe" -mediainfo -r C:\Users\box1\Documents\VideoConverter -non-stric...
by Keven07
14 Apr 2020, 14:29
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Re: Store Report in TEXT file

Sure, you can always write your own .bat script and run any number of commands. You just need to pass along %variables from the qBT call, to the amc script call within your .bat script. Some .bat scripting skills will be required there. thanks for help :) hahaha ur mind reader :D just made .bat and...
by Keven07
14 Apr 2020, 14:14
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Re: Store Report in TEXT file

rednoah wrote: 14 Apr 2020, 14:04 1.
qBT will only accept one command. You can't paste in multiple commands.


2.
Your command is syntactically incorrect, unrelated to FileBot. Please read up on the basics:
https://ss64.com/nt/syntax-redirection.html
oho no any other way?
by Keven07
14 Apr 2020, 12:30
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Re: Store Report in TEXT file

like this ? "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output C:/Users/box1/Downloads --action duplicate --conflict skip -non-strict --log-file "C:\Users\box1\Downloads\logs.log" --def excludeList=reports.txt --def pushbullet=key --def ignore="[.]srt&qu...
by Keven07
14 Apr 2020, 12:27
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Re: Store Report in TEXT file

i m using qbittorrent run external program parameters how can i set
by Keven07
14 Apr 2020, 12:10
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Re: Store Report in TEXT file

rednoah wrote: 14 Apr 2020, 12:01 You can query the history anytime after the fact to generate this file:
viewtopic.php?p=2459#p2459
can i use -script fn:amc fn:history both same time ?
by Keven07
14 Apr 2020, 11:54
Forum: Help and Support
Topic: Store Report in TEXT file
Replies: 9
Views: 3802

Store Report in TEXT file

I m using amc script and use --def storeReport but it's create new html file for every oppression can i save all Original Name | New Name | New Location data in same txt or html file ? Like This : Original Name | New Name | New Location Help!.1965.720p.BluRay.x264.AAC-[YTS.MX].mp4 mp414831.mp4 C:\Us...
by Keven07
14 Apr 2020, 06:10
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

thank you so much :D 8-)

it's worked, also add in example for new bees like me.

Code: Select all

--def ignore="[.]srt"
by Keven07
14 Apr 2020, 05:48
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

this right ? The log will tell. ;) Looks good to me, but I'm not very reliable as a regular expression engine. :lol: EDIT: Start with --def ignore=.+ to ignore everything, so you can see what the logs look like when files are ignored, and then rapid prototype from there. EDIT 2: Note that '...' doe...
by Keven07
14 Apr 2020, 05:11
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

rednoah wrote: 13 Apr 2020, 18:32 Have you tried --def ignore yet?
no one working

Code: Select all

--def ignore='[.](avi|srt)$'
--def ignore='[.]srt$'
--def ignore='[.]srt'
by Keven07
13 Apr 2020, 18:18
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

last question i want to skip .SRT files to rename.
by Keven07
13 Apr 2020, 17:18
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

update working everything fine "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output C:/Users/box1/Downloads --action duplicate --conflict skip -non-strict --log-file "C:\Users\box1\Downloads\logs.log" --def excludeList=reports.txt --def pushbullet=o.kvV78zVqTv...
by Keven07
13 Apr 2020, 17:04
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

Re: if any file in folder it's fail to rename

thanks for reply :geek: this is right ? "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "C:\Users\box1\Downloads\" --action duplicate --conflict skip -non-strict --log-file "C:\Users\box1\Downloads\logs.log" --def excludeList=reports.txt --def &q...
by Keven07
13 Apr 2020, 12:37
Forum: Help and Support
Topic: if any file in folder it's fail to rename
Replies: 10
Views: 3981

if any file in folder it's fail to rename

i m new here, buy key 4 days ago and love it <3 really great work developers thanks for filebot. (sorry for my bad english) Everything working fine yesterday. if i download in empty Folder is worked but if any file in folder it's give CmdlineException: Failed to process. :twisted: :twisted: :twisted...