Search found 12 matches
- 18 Nov 2022, 02:52
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
Perhaps that's because the csv file opened in office? I dunno... In any case, after redoing to the csv file in Notepad++, I got these results using '{ csv('C:/Names.csv')[n] ?: n }' https://drive.google.com/file/d/1GE1pV_WZUIfXC3cpUnHy4iyhx8k2AP7N/view?usp=share_link So this works. call "C:\Program ...
- 18 Nov 2022, 01:58
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
No. I created a new notepad file and then changed the extension from txt to csv. I'll try associating csv files with Notepad++ and recreate the file.
- 17 Nov 2022, 17:35
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
Example #1: Unreadable characters in destination directory { csv('N:/Names.csv') } ----> call "C:\Program Files\Filebot\Filebot.exe" -script fn:amc --output "E:\TV" --action move -non-strict "n:\done" --def "seriesFormat={ csv('N:/Names.csv') }/{ s00e00 } - { t }" --def minFileSize=0 --def ut_label ...
- 17 Nov 2022, 06:26
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
"{ csv('N:/Names.csv') }" results in a series name of unreadable 'letters'
"{ csv('N:/Names.csv')[n] }" result in no series folder in the root
"{ csv('N:/Names.csv')[n] ?: n }" result in a series name ignoring the csv file; \Big Sky (2020) instead of \Big Sky
"{ csv('N:/Names.csv')[n] }" result in no series folder in the root
"{ csv('N:/Names.csv')[n] ?: n }" result in a series name ignoring the csv file; \Big Sky (2020) instead of \Big Sky
- 17 Nov 2022, 05:58
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
I just know that if I purposefully try to run Andor s01e11 through the script. The resulting file is moved to "Andor\S01E11 - Daughter of Ferrix" and not "Star Wars - Andor\S01E11 - Daughter of Ferrix" as the cvs tells it to. That tells me the formatting of the Names.csv file is not correct. For ...
- 17 Nov 2022, 05:47
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
Thank you for that, but I altered my post to reflect your previous help that I did not see prior to posting. I'm no longer using that method.
- 17 Nov 2022, 05:11
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
Using your method, bat pointing to csv file, the results were better. However the csv was ignored, so I'm assuming I messed that up. call C:\Progra~1\FileBot\Filebot.exe -script fn:amc --output "E:\TV" --action move -non-strict "n:\done" --def "seriesFormat={ csv('N:/Names.csv')[n] ?: n }/{ s00e00 ...
- 16 Nov 2022, 18:21
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
Thanks for this. That #2 line helped a lot. It seems that I can just replace the bolded section above with the lines below, adding another series' when an addition is needed. call C:\Progra~1\FileBot\filebot.exe -script fn:amc --output "E:\TV" --action move -non-strict "n:\done" -list --q "Andor ...
- 16 Nov 2022, 05:31
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
Re: [AMC] Use custom series name instead of official series name, e.g. "Star Wars - Andor" instead of "Andor"
I guess that's what I don't understand. If I wanted to use method below, how would that look in the script I have above? Would I need to insert a reference file into the script I posted above? If so, where would that go in my example? For me the destination needs to be E:\TV, because I many other ...
- 15 Nov 2022, 22:59
- Forum: Scripting and Automation
- Topic: [AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
- Replies: 18
- Views: 5658
[AMC] Problem: How do I create a CSV file on Windows? (Goal: use custom series name instead of official series name)
Hello. I'm using Filebot from a CL as an automated way to auto-convert using HandbrakeCLI, then take those resulting files and run it through Filebot CL, afterwards copying the original video files into a directory where I can easily know what I need to watch. for /R n:\todo\ %%F in (*.mkv, *.avi ...
- 19 May 2018, 17:22
- Forum: Windows
- Topic: Can Filebot sort TV files in folders based on series inforatmin?
- Replies: 17
- Views: 16859
Re: Can Filebot sort TV files in folders based on series inforatmin?
I was able to get it functioning perfectly with this script. robocopy e:\done e:\Watch *.mkv *.avi *.mp4 "C:\Program Files\WindowsApps\PointPlanck.FileBot_4.8.1.0_x64__49ex9gnthnt12\filebot.exe" -script fn:amc --output "E:\TV" --action move -non-strict "e:\done" --def "seriesFormat={n}/{'Season '+s ...
- 19 May 2018, 09:02
- Forum: Windows
- Topic: Can Filebot sort TV files in folders based on series inforatmin?
- Replies: 17
- Views: 16859
Re: Can Filebot sort TV files in folders based on series inforatmin?
Sorry to hijack this thread. It seems the author and I are in very similar situations. I just discovered Filebot as a replacement for therenamer, so please forgive my ignorance. The preset I created is below. My question is, how to I automate running that preset? https://s7.postimg.cc/i4lm2bh23 ...