Search found 23 matches
- 11 May 2017, 07:27
- Forum: Windows
- Topic: Mangled CSV using Media Indexer script
- Replies: 7
- Views: 4958
Re: Mangled CSV using Media Indexer script
Where can I find the script? I'd like to have a look and see if I can modify it. Might even test and see if Excel works fine with tabs or not.
- 11 May 2017, 06:47
- Forum: Windows
- Topic: Mangled CSV using Media Indexer script
- Replies: 7
- Views: 4958
Re: Mangled CSV using Media Indexer script
You can just use Google Sheets instead. That'll let you define the separator when importing csv files. I'm inclined to change the separator to TAB through. That works! Although, is it difficult to change the script to add a user-defined delimiter? Too much work? I'm still inclined towards commas as ...
- 09 May 2017, 07:52
- Forum: Windows
- Topic: Mangled CSV using Media Indexer script
- Replies: 7
- Views: 4958
Re: Mangled CSV using Media Indexer script
Make sure that you select ; as separator when importing the CSV file. Excel 2016 doesn't allow me to do that from what I've gathered. I did find a solution on SuperUser that said that this is region dependent. So, if you've got some free time, would you please modify the script in such a way that ...
- 01 May 2017, 15:14
- Forum: Windows
- Topic: Mangled CSV using Media Indexer script
- Replies: 7
- Views: 4958
Mangled CSV using Media Indexer script
Hey I just found your Media Indexer script from here: https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p53 I was really happy that I wouldn't have to do something like this on my own but once I gave the script a shot the CSV produced was all messed up. The first column had almost all the data ...
- 28 Apr 2017, 14:47
- Forum: Windows
- Topic: Invalid Identifier issue
- Replies: 2
- Views: 2207
Re: Invalid Identifier issue
Oh, that makes sense. I did skim through the notes but I didn't notice the text withing the parentheses. To be fair, the text is really small.
Anyway, your suggestion to use other text editors helped. I'm using sublime now and everything's fine. Thank you so very much!
Anyway, your suggestion to use other text editors helped. I'm using sublime now and everything's fine. Thank you so very much!
- 27 Apr 2017, 02:44
- Forum: Windows
- Topic: Invalid Identifier issue
- Replies: 2
- Views: 2207
Invalid Identifier issue
Hello, I've been facing an issue since yesterday. Whenever I try to run my script, I get an invalid identifier error. I did check the script for spaces in between seriesFormat and = and there weren't any. I've attached my script and a log as well. Please help me out. Script: filebot -script fn:amc ...
- 02 Apr 2017, 04:06
- Forum: Feature Requests and Bug Reports
- Topic: AMC Script down?
- Replies: 18
- Views: 11654
Re: AMC Script down?
Was running 4.7. I updated and everything is fine now. Will keep this in mind next time. Thank you for your help!rednoah wrote:Please run filebot -version and post the output.
- 25 Mar 2017, 06:43
- Forum: Feature Requests and Bug Reports
- Topic: AMC Script down?
- Replies: 18
- Views: 11654
AMC Script down?
I can't rename my files. Apparently the AMC script is down. Here's the error: Resource not found: https://app.filebot.net/scripts/m1.jar script not found: amc java.io.FileNotFoundException: Script not found: amc at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54) at net.filebot.cli ...
- 17 Aug 2016, 16:39
- Forum: Windows
- Topic: What does the --output option do?
- Replies: 6
- Views: 4648
Re: What does the --output option do?
Alright, thank you for your help once again! I appreciate itrednoah wrote:No idea. If Windows refuses or fails to write EAs then FileBot can't do anything about it, unless you find any pattern as to why and when it's not working.

- 17 Aug 2016, 12:56
- Forum: Windows
- Topic: What does the --output option do?
- Replies: 6
- Views: 4648
Re: Issues with AMC
1. Your seriesFormat is relative, thus it is resolved against the working directory . Your movieFormat is absolute, so the working directory is irrelevant. Looks like the current working directory isn't what you think it is. The working directory is not the directory you pass on the command-line ...
- 15 Aug 2016, 05:12
- Forum: Windows
- Topic: What does the --output option do?
- Replies: 6
- Views: 4648
Re: Issues with AMC
Usage: filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --log-file amc.log --def excludeList=amc.txt This is the standard usage. You won't get any of these odd behaviours with this. 1. Since you forgot to set --output , it'll default to the current ...
- 14 Aug 2016, 19:02
- Forum: Windows
- Topic: What does the --output option do?
- Replies: 6
- Views: 4648
What does the --output option do?
Hey, I'm having a few issues with the AMC script that I put together with your help. Firstly, when I run the script on a folder with a tv show that has the following structure H:. └───Rick and Morty ├───Season 1 └───Season 2 After the script has run its course, the structure is: H:. └───Rick and Mort ...
- 05 Aug 2016, 17:48
- Forum: Help and Support
- Topic: Restrict script to identify TV or Movies only
- Replies: 7
- Views: 11251
Re: Restrict script to identify TV or Movies only
A unique thread per unique question/topic is preferred so that people can find answers via Google. 1. FileBot will write its own xattr metadata. FileBot does not modify files and thus cannot rewrite embedded tags (i.e. mp4 and mkv tags). You may use external tools and automate the process using the ...
- 03 Aug 2016, 10:36
- Forum: Help and Support
- Topic: Restrict script to identify TV or Movies only
- Replies: 7
- Views: 11251
Re: Restrict script to identify TV or Movies only
Hey I have a couple of questions. Thought it's best to ask them here instead of creating another thread. Firstly, is it possible for me to use filebot to remove existing metadata within filenames and write new metadata to it? Example, I have a file of Sherlock - The Abominable Bride that I've ...
- 03 Aug 2016, 08:24
- Forum: Help and Support
- Topic: Restrict script to identify TV or Movies only
- Replies: 7
- Views: 11251
Re: Restrict script to identify TV or Movies only
Ah. I just assumed that it would ignore all the movies and now that I think of it, it was a stupid assumption since it has no way of knowing the difference until they're actually parsed. I've provided both parameters and the script seems to be working great. You sir have saved me a lot of time and ...
- 03 Aug 2016, 03:16
- Forum: Help and Support
- Topic: Restrict script to identify TV or Movies only
- Replies: 7
- Views: 11251
Re: Restrict script to identify TV or Movies only
You can (and should) force Movie/Series/Anime mode by setting --def ut_label accordingly, and you can further define your own --filter rules to fine-tune matching to your exact needs, and avoid mismatches. You can (and should) force Movie/Series/Anime mode or force ignore files via labels, e.g ...
- 01 Aug 2016, 17:37
- Forum: Help and Support
- Topic: Restrict script to identify TV or Movies only
- Replies: 7
- Views: 11251
Restrict script to identify TV or Movies only
Hey, I'm using your AMC script to sort my media but I'm not using it through any torrent downloading program. I want to set it up for times when I use IDM as well and I've got separate folder for TV shows and Movies. I just want to know if there's a way to call the script and restrict it to work in ...
- 29 Jul 2016, 16:58
- Forum: Windows
- Topic: "-" is not a valid option
- Replies: 6
- Views: 5294
Re: "-" is not a valid option
It seems to be working. Will have to test it extensively once I set up a new library. Thank you so much for your help, I appreciate it!
- 26 Jul 2016, 06:30
- Forum: Windows
- Topic: "-" is not a valid option
- Replies: 6
- Views: 5294
Re: "-" is not a valid option
Hey,
I got everything to work. Just one last question, the artwork that's being downloaded is plex compatible or will plex do it's own thing?
I got everything to work. Just one last question, the artwork that's being downloaded is plex compatible or will plex do it's own thing?
- 25 Jul 2016, 10:27
- Forum: Windows
- Topic: "-" is not a valid option
- Replies: 6
- Views: 5294
Re: "-" is not a valid option
Cmdline and Argument Passing explains why it's not working. You're not escaping arguments correctly. I recommend avoiding the intricacies of passing complex arguments on the command-line by using text files . I just tried to create a text file out of all the args and this is what I came up with ...
- 25 Jul 2016, 06:52
- Forum: Windows
- Topic: "-" is not a valid option
- Replies: 6
- Views: 5294
"-" is not a valid option
Hey, I just wanted to set-up the AMC script in qBittorrent and I just plugged in my usual naming scheme into your example script but I can't get it to work and for the life of, I can't figure out what the issue is. H:\Processing\friends\Joey Season 1 Complete (XviD) Sabi>filebot -script fn:amc ...
- 25 Jul 2016, 04:54
- Forum: Episode / Movie Naming Scheme
- Topic: [PLEX-Compatible] Episode & Movie Naming Format
- Replies: 3
- Views: 10497
Re: [PLEX-Compatible] Episode & Movie Naming Format
How does that work?rednoah wrote:I recommend using built-in {plex} binding instead though.![]()
Code: Select all
{plex}
It works differently for TV and Movies?
- 03 May 2015, 16:30
- Forum: Feature Requests and Bug Reports
- Topic: Show poster while resolving media
- Replies: 1
- Views: 2147
Show poster while resolving media
Hello, I was wondering if you also show a poster of the TV show or Movie that you're trying to resolve before pulling their info. For example, as you can see in the screenshot, Filebot is trying to resolve which tv show I've provided as input. Now, I know it is the flash but it would me more useful ...