generated nfo has incorrect imdb and tmdb links

All your suggestions, requests and ideas for future development
Post Reply
hxusar5yr7
Posts: 9
Joined: 29 Jun 2020, 11:59

generated nfo has incorrect imdb and tmdb links

Post by hxusar5yr7 »

Hi,

I've generated a ton of nfos for my movies just now, and I noticed that the tmdb and imdb links are switched around, which is causing me issues.

Here is a sample nfo just generated (i redacted most of it):

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<movie>
    <uniqueid default="true" tmdb="205596"/>
    <title>The Imitation Game</title>
    <plot>Based on the real life story of legendary cryptanalyst Alan Turing, the film portrays the nail-biting race against time by Turing and his brilliant team of code-breakers at Britain's top-secret Government Code and Cypher School at Bletchley Park, during the darkest days of World War II.</plot>
    <imdb id="tt2084970">https://www.themoviedb.org/movie/205596</imdb>
    <tmdb id="205596">https://www.imdb.com/title/tt2084970</tmdb>
</movie>
Note that the imdb URL and and tmdb URL are in the wrong tags.

System Information:

Code: Select all

FileBot 4.9.2 (r8046)
JNA Native: 6.1.0
MediaInfo: 20.08
7-Zip-JBinding: 16.02
Tools: fpcalc/1.5.0 mkvpropedit/50.0.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-12-01 (r724)
Groovy: 3.0.6
JRE: OpenJDK Runtime Environment 15
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 4.3 GB Max Memory / 46 MB Used Memory
OS: Windows 10 (amd64)
STORAGE: NTFS [(C:)] @ 36 GB | NTFS [1TB-3] @ 644 GB | NTFS [1TB-2] @ 762 GB
DATA: C:\Users\AMIR\scoop\apps\filebot\current\data
Package: ZIP
License: FileBot License P15647103 (Valid-Until: 2021-07-05)
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: generated nfo has incorrect imdb and tmdb links

Post by kim »

Post Reply