App to Copy Artwork and Details to Movie Folder v0.5.6 (3 Viewers)

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: App to Copy Artwork and Details to Movie Folder

    (deleted)

    Post is no longer required due to v0.5+ with Unicode support, and would only confuse.
     

    Knives03

    Portal Pro
    March 6, 2009
    103
    2
    Re: App to Copy Artwork and Details to Movie Folder

    Knives03, sorry to use you as a guinea pig, but at least you can reap the benefits.

    I created multi-encoding compatible XBMC scraper. But for it to work the NFO files created by jimcentre's application need to define the proper encoding format used. So before he does that (have to make sure this works first), you will have to manually edit them.

    So please grab a few NFO files and add:

    Code:
    <?xml encoding="ISO-8859-1"?>

    to the top of them (you can use notepad).

    Then delete that test scraper I made you and verify first that the old v1.0.2 scraper still works as expected (with the mistakes on Brüno). That test is important, because I don't want my changes to break anything for existing users.

    Then update the scraper with the attachment, and see if everything works again.

    Also try a few other movies that you did not edit the NFO file on, to make sure that nothing breaks for those.

    Once that works, then jmcentire can update his application to add the proper encoding header on the NFO files his application generates (as well as work on a UTF-8 version in the future).
    Okay so I went to try this and I was faced with an issue that I'm not sure if it is my fault or not.

    I added <?xml encoding="ISO-8859-1"?> to the top of an .nfo file like you said, but neither the original 1.0.2 or 1.0.3 XBMC Scrapers were able to grab anything other than the IMDB ID. If i removed that from the top of the .nfo file, they both were able to import the info from the .nfo file, but they had the special character issue still.

    This is how the my .nfo file looks. Please tell me if this is right and if I made a mistake at all.

    Code:
    <?xml encoding="ISO-8859-1"?>
    <movie>
    <title>Akira</title>
    <sorttitle>akira</sorttitle>
    <rating>8.8</rating>
    <year>1988</year>
    <plot>A secret military project endangers Neo-Tokyo when it turns a biker gang member into a rampaging psionic psychopath that only two kids and a group of psionics can stop.</plot>
    <tagline>Neo-Tokyo is about to E.X.P.L.O.D.E.</tagline>
    <runtime>124</runtime>
    <mpaa>R</mpaa>
    <language>Japanese</language>
    <id>tt0094625</id>
    <genre>|Animation|Action|Mystery|Sci-Fi|Thriller|</genre>
    <director>|Katsuhiro Ôtomo|</director>
    <actor>
    <name>Mitsuo Iwata</name>
    </actor>
    <actor>
    <name>Nozomu Sasaki</name>
    </actor>
    <actor>
    <name>Mami Koyama</name>
    </actor>
    <actor>
    <name>Tesshô Genda</name>
    </actor>
    <actor>
    <name>Hiroshi Ôtake</name>
    </actor>
    <actor>
    <name>Kôichi Kitamura</name>
    </actor>
    <actor>
    <name>Michihiro Ikemizu</name>
    </actor>
    <actor>
    <name>Yuriko Fuchizaki</name>
    </actor>
    <actor>
    <name>Masaaki Ôkura</name>
    </actor>
    <actor>
    <name>Tarô Arakawa</name>
    </actor>
    <writer>
    <name>Katsuhiro Ôtomo</name>
    </writer>
    <writer>
    <name>Izô Hashimoto</name>
    </writer>
    </movie>

    I have no problem testing this out so please let me know what I should do next :) Thanks again for the time you're spending on this!
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: App to Copy Artwork and Details to Movie Folder

    (deleted)

    Post is no longer required due to v0.5+ with Unicode support, and would only confuse.
     

    Knives03

    Portal Pro
    March 6, 2009
    103
    2
    Re: App to Copy Artwork and Details to Movie Folder

    It's telling me "This script does not have a unique 'published' date." when I try to import it into the movie details sources area. Would that be because the 1.0.1 script is still in the list?
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: App to Copy Artwork and Details to Movie Folder

    (deleted)

    Post is no longer required due to v0.5+ with Unicode support, and would only confuse.
     

    imtheyoyo

    Portal Member
    April 24, 2005
    16
    0
    Re: App to Copy Artwork and Details to Movie Folder

    I've a problem with the NFO created. It's incomplete. Some are good and other not. I don't know why ?

    For example :

    Code:
    <movie>
    <title>King Kong</title>
    <sorttitle>king kong</sorttitle>
    <rating>7.6</rating>
    <year>2005</year>
    <plot>New York, 1933. Ann Darrow est une artiste de music-hall dont la carrière a été brisée net par la Dépression. Se retrouvant sans emploi ni ressources, la jeune femme rencontre l'audacieux explorateur-réalisateur Carl Denham et se laisse entraîner par lui dans la plus périlleuse des aventures...</plot>
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: App to Copy Artwork and Details to Movie Folder

    I've a problem with the NFO created. It's incomplete. Some are good and other not. I don't know why ?

    For example :

    Code:
    <movie>
    <title>King Kong</title>
    <sorttitle>king kong</sorttitle>
    <rating>7.6</rating>
    <year>2005</year>
    <plot>New York, 1933. Ann Darrow est une artiste de music-hall dont la carrière a été brisée net par la Dépression. Se retrouvant sans emploi ni ressources, la jeune femme rencontre l'audacieux explorateur-réalisateur Carl Denham et se laisse entraîner par lui dans la plus périlleuse des aventures...</plot>

    Get v0.5+
     

    Knives03

    Portal Pro
    March 6, 2009
    103
    2
    Re: App to Copy Artwork and Details to Movie Folder

    Sorry for the delay on testing this, my Media Portal setup completely crapped out and was acting funny so I just started from scratch. I'll be testing that new xml file shortly and will let you know how it works out.
     

    Users who are viewing this thread

    Top Bottom