Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux)
I'm continuing my investigation on "scraping nfos" in tmm. If I build a nfo containing the following xml (i.e something I'm able to build using only the imdb id and no other metadata)

<movie>
    <title>xxx</title>
    <ids><entry><key>imdb</key><value xsi:type="xsConfusedtring" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">tt0091556</value></entry></ids>
</movie>

then it works, but I can't make it simpler than that. In other words, the imdb id has to be in the ids - entry -key - value structure (with the right xsi:type) AND there has to be a <title> tag (I tried without, it doesn't work). If I update the data source using this xml, it fills the imdb id, then "scrape metadata" works fine.

So, for my problem, I only have to write this xml instead of the simple text file with the imdb link, and it should work... i'll keep you posted.


Messages In This Thread
Movies with multiple files - by mag_sol76 - 2014-05-07, 15:21
possible bug? - by ppwrtw - 2017-09-11, 01:28
RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - by moviebuff1017 - 2018-04-19, 22:23
How to reaname subtitles ? - by xbozzo - 2018-06-06, 00:24
Tags don't work - by xbozzo - 2018-06-06, 00:39
RE: HDR or Dobly vision Logos - by nmt1978 - 2020-05-10, 06:27
Logout Mark Read Team Forum Stats Members Help
tinyMediaManager - a media manager written in Java (Win/Mac/Linux)7