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?
--apply nfo url
Re: --apply nfo url
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
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
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
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
-
- Posts: 107
- Joined: 12 Apr 2020, 04:02
Re: --apply nfo url
Thanks guys. Another question, does --apply import hardlinks instead of copying companion files when used with a --action hardlink ?
Re: --apply nfo url
--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.
-
- Posts: 107
- Joined: 12 Apr 2020, 04:02
Re: --apply nfo url
When you have a thousand movies and 7 hardlink locations it gets a bit heavy ahah. But no problem, thanks.
Re: --apply nfo url
Alright, I'll change --apply IMPORT to use DUPLICATE instead of COPY in upcoming revisions.