Search found 7 matches

by syralk
04 Jun 2020, 20:05
Forum: Scripting and Automation
Topic: update NFO metadata
Replies: 1
Views: 2115

update NFO metadata

is there a way to update the metadata in the movie without moving or renaming the movie file

Code: Select all

filebot  --db TheMovieDB --apply nfo artwork metadata tags "/Shares/Links/Movies/Movies1/New York Minute (2004)"
by syralk
04 Jun 2020, 14:17
Forum: Scripting and Automation
Topic: UFC filter trying to filter out Prelims from result
Replies: 2
Views: 2480

UFC filter trying to filter out Prelims from result

Hi i'm trying to do a CLI auto renamer but it keep giving me the prelims

filebot -rename --db TheMovieDB -non-strict --action test "UFC Fight Night 171"

When I look at the result is giving me this list

UFC Fight Night 171 Prelims (2020)
UFC Fight Night 171: Smith vs. Teixeira (2020)
Knockabout ...
by syralk
19 Nov 2019, 14:57
Forum: Scripting and Automation
Topic: Create a NFO with <tag>
Replies: 6
Views: 4363

Re: Create a NFO with <tag>

rednoah wrote: 19 Nov 2019, 14:25 Alright. I'll add support with the upcoming release.
Great thanks :)
let me know what will be the command line when its ready :)
by syralk
19 Nov 2019, 12:55
Forum: Scripting and Automation
Topic: Create a NFO with <tag>
Replies: 6
Views: 4363

Re: Create a NFO with <tag>

for example in the Movie "Shrek 2 (2004)" it will be
<tag>prison</tag>
<tag>magic</tag>
<tag>liberation</tag>
<tag>honeymoon</tag>
<tag>prince</tag>
<tag>fairy tale</tag>
<tag>parents-in-law</tag>
<tag>donkey</tag>
<tag>kingdom</tag>
<tag>enchantment</tag>
<tag>transformation</tag>
<tag ...
by syralk
18 Nov 2019, 17:40
Forum: Scripting and Automation
Topic: Create a NFO with <tag>
Replies: 6
Views: 4363

Re: Create a NFO with <tag>

I did a script that do exactly what I need
if it can be included in filebot that will be great
the way it work is I do
filebot -script fn:artwork.tmdb --filter "n == /$movie_name_year/" --def extras=y "$movie_path"
then I run script below
#!/bin/bash
API_KEY=# insert your TMDB API KEY HERE
PATH ...
by syralk
15 Nov 2019, 19:33
Forum: Scripting and Automation
Topic: Create a NFO with <tag>
Replies: 6
Views: 4363

Create a NFO with <tag>

I use Tynrmediamanager in the past and it is able to create nfo with <tag>
just wondering how do I do that with filebot
right now my command line is

Code: Select all

filebot -script fn:artwork.tmdb  --filter "n == /$movie_name_year/" --def extras=y "$movie_path"