Page 1 of 1
--apply nfo url
Posted: 29 May 2020, 17:03
by AbedlaPaille
1. Can i modify
--apply url to only get imdb links ?
2. Filebot-made .nfos : I've found that readability is improved with UTF8 and XML selected in notepad++. But the <xyz>abc</xyz> format still bothered me so i made it an XML file to open with Excel. Didn't parse it very well (although it's decent) :
https://i.imgur.com/feW9nWn.png so i guess i'm not supposed to do that ? How do you guys read your Filebot made nfos?
Re: --apply nfo url
Posted: 29 May 2020, 17:23
by rednoah
1.
Nope.
2.
XML files are primarily meant to be machine-readable, and aren't spreadsheets. Your browser will be able to visualize the tree structure.
3.
You may want to look into the media index script if you want to export everything into a spreadsheet:
viewtopic.php?p=53#p53
Re: --apply nfo url
Posted: 29 May 2020, 17:40
by kim
Create a link to IMDb site for each movie, at movie's folder
viewtopic.php?f=6&t=501#p44629
Simple movie.nfo file creation
viewtopic.php?t=501#p3385
Help to create simple NFO script
viewtopic.php?f=4&t=9568#p40485
Re: --apply nfo url
Posted: 30 May 2020, 01:09
by AbedlaPaille
Thanks guys. Another question, does --apply import hardlinks instead of copying companion files when used with a --action hardlink ?
Re: --apply nfo url
Posted: 30 May 2020, 04:00
by rednoah
--apply IMPORT will always COPY files, and does not inherit any options from the command-line. Typically, companion files are expected to be very small.
Re: --apply nfo url
Posted: 02 Jun 2020, 15:19
by AbedlaPaille
When you have a thousand movies and 7 hardlink locations it gets a bit heavy ahah. But no problem, thanks.
Re: --apply nfo url
Posted: 02 Jun 2020, 15:38
by rednoah
Alright, I'll change --apply IMPORT to use DUPLICATE instead of COPY in upcoming revisions.
Re: --apply nfo url
Posted: 02 Jun 2020, 15:59
by AbedlaPaille
Fantastic
Thanks a lot.