Jeeeesus christ I'm so f**** stupid.
I had forgot to install filebot
Thanks anyway!!!! xD
Search found 17 matches
- 12 Aug 2020, 23:37
- Forum: Scripting and Automation
- Topic: amc pyw script subprocess.run error
- Replies: 3
- Views: 2561
- 12 Aug 2020, 23:25
- Forum: Scripting and Automation
- Topic: amc pyw script subprocess.run error
- Replies: 3
- Views: 2561
Re: amc pyw script subprocess.run error
Just realized the unedited script from the amc post won't work either, so someething is wrong elsewere...
any idea what might becausing it?
any idea what might becausing it?
- 12 Aug 2020, 23:23
- Forum: Scripting and Automation
- Topic: amc pyw script subprocess.run error
- Replies: 3
- Views: 2561
amc pyw script subprocess.run error
Hi, I get an error when trying to run my rename script, I believe it use to work before though I got most of it from a backup of my script since I lost my original one so I don't remember if I had to change something for it to work. This is my script. import sys import subprocess # configuration ...
- 25 Dec 2019, 23:45
- Forum: Help and Support
- Topic: Anime Movie Issues
- Replies: 13
- Views: 11236
Re: Anime Movie Issues
Well, for now the use case you describe seems to be perfectly supported via the CLI usage given above, though GUI support for IDs would be nice. I'll see what I can do about it. EDIT: FileBot 6787 now allows you to enter numeric IDs for the selected database throughout the GUI and CLI whenever you ...
- 19 Jun 2019, 15:07
- Forum: Help and Support
- Topic: Tag multiple audio
- Replies: 5
- Views: 3243
Re: Tag multiple audio
Solved it as such for the time being:
Seems pretty clean to me, though don't know how to detect if it contains multiple commas...
Code: Select all
{audioLanguages =~ ',' ? '[Dual Audio]' : null}
- 19 Jun 2019, 14:42
- Forum: Help and Support
- Topic: Tag multiple audio
- Replies: 5
- Views: 3243
Re: Tag multiple audio
Just realized after posting that I could probably just check if audioLanguages contains a comma since it separates multiple languages with comma. I think I'll try that for the time being unless someone has a better solution.. Could probably do a comma count check and change from [dual audio] to ...
- 19 Jun 2019, 14:39
- Forum: Help and Support
- Topic: Tag multiple audio
- Replies: 5
- Views: 3243
Tag multiple audio
Hi, I'm trying to get filebot to add [Dual Audio] to files containing audio streams in different languages. Right now what I'm doing is just checking if audio[1].language is not null, but that will tag all files that have two or more audio streams even if they're all the same language. What I'm ...
- 04 Jun 2019, 15:20
- Forum: Help and Support
- Topic: AMC anime ut_label sometimes still using TVDB
- Replies: 7
- Views: 4749
Re: AMC anime ut_label sometimes still using TVDB
Well... seems on a quick glance that updating solved the issue. Run script [fn:amc] at [Tue Jun 04 17:00:46 CEST 2019] Parameter: unsorted = y Parameter: movieFormat = D:/Movies/{n.replaceTrailingBrackets().replaceAll(':',' -')} ({y})/{n.replaceTrailingBrackets().replaceAll(':',' -')} ({y}){' (Part ...
- 04 Jun 2019, 14:41
- Forum: Help and Support
- Topic: AMC anime ut_label sometimes still using TVDB
- Replies: 7
- Views: 4749
Re: AMC anime ut_label sometimes still using TVDB
Here's the sysinfo. I see I have an update, I'll check if updating helps the issue. filebot -script fn:sysinfo FileBot 4.8.2 (r5789) JNA Native: 5.2.2 MediaInfo: 18.05 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2019-02-26 (r552) Groovy: 2.5 ...
- 04 Jun 2019, 11:27
- Forum: Help and Support
- Topic: AMC anime ut_label sometimes still using TVDB
- Replies: 7
- Views: 4749
Re: AMC anime ut_label sometimes still using TVDB
Here is what a successful anime rename looks like: Run script [fn:amc] at [Wed May 29 17:51:57 CEST 2019] Parameter: unsorted = y Parameter: movieFormat = D:/Movies/{n.replaceTrailingBrackets().replaceAll(':',' -')} ({y})/{n.replaceTrailingBrackets().replaceAll(':',' -')} ({y}){' (Part '+pi ...
- 04 Jun 2019, 08:56
- Forum: Help and Support
- Topic: AMC anime ut_label sometimes still using TVDB
- Replies: 7
- Views: 4749
Re: AMC anime ut_label sometimes still using TVDB
Hmm.. What would cause me to not get [anime:true]? I don't have the TVDB absolute, since other anime episodes get processed correctly with anime format and using AniDb. Attack on Titan s3 p2 seems to be the main culprit for me atm.. Is the [anime:true] parameter only when anime gets forced or also ...
- 03 Jun 2019, 22:16
- Forum: Help and Support
- Topic: AMC anime ut_label sometimes still using TVDB
- Replies: 7
- Views: 4749
AMC anime ut_label sometimes still using TVDB
I've noticed recently some of my anime labeled files get sorted as TV show. amc log: Run script [fn:amc] at [Mon Jun 03 14:24:13 CEST 2019] Parameter: unsorted = y Parameter: movieFormat = D:/Movies/{n.replaceTrailingBrackets().replaceAll(':',' -')} ({y})/{n.replaceTrailingBrackets().replaceAll ...
- 12 May 2019, 10:03
- Forum: Help and Support
- Topic: Change unsorted folder location
- Replies: 7
- Views: 4512
Re: Change unsorted folder location
Hmm.. That's the first I tried, threw a bunch of errors.
I'll try again and check the log.
I'll try again and check the log.
- 12 May 2019, 01:27
- Forum: Help and Support
- Topic: Change unsorted folder location
- Replies: 7
- Views: 4512
Re: Change unsorted folder location
Hey @rednoah ! A follow up, what would I type in input to select the folder where the script was ran from? I want to have a mobile script that I can run from any folder and sort the files in that folder. I haven't been able to find out how to do it, all my attempts with different signs and figures ...
- 11 May 2019, 12:04
- Forum: Help and Support
- Topic: Change unsorted folder location
- Replies: 7
- Views: 4512
Re: Change unsorted folder location
Yeah I did, but I removed everything that I 'thought' I didn't need.
But its all good now, added it back and everything works as I want!
Cheers, Noah!
Filebot is a lifesaver!
But its all good now, added it back and everything works as I want!
Cheers, Noah!
Filebot is a lifesaver!
- 11 May 2019, 11:57
- Forum: Help and Support
- Topic: Change unsorted folder location
- Replies: 7
- Views: 4512
Re: Change unsorted folder location
Ah, that would do it, I skipped --output since all my other paths in the script are absolute.
How foolish of me...
Thank you for the help!
You're always here when we need you, cheers!
How foolish of me...
Thank you for the help!
You're always here when we need you, cheers!
- 11 May 2019, 11:26
- Forum: Help and Support
- Topic: Change unsorted folder location
- Replies: 7
- Views: 4512
Change unsorted folder location
I'm using AMC to sort my media from my nzb output folder. I have unsorted=y so that it moves files out of the folder if it fails to sort it. But the unsorted folder gets paced in the path from where the script is run which is on a drive with pretty low space and I can't have a bunch of media files ...