Moving Pictures 1.0.8 Stable Available (1 Viewer)

Status
Not open for further replies.

nicx

Portal Pro
February 1, 2006
387
12
Stuttgart
Home Country
Germany Germany
Re: Moving Pictures 1.0 Beta 2 Available

So just to be sure, adjusting the following options:

<define>#largeicons.backdrop.used:true</define>
<define>#smallicons.backdrop.used:true</define>
<define>#list.backdrop.used:true</define>
<define>#categories.backdrop.used:true</define>
<define>#details.backdrop.used:true</define>​

to :false doesn't work?

You can always use a different skin that is not focused around fanarts, such as Maya skin.

If you mean something else, then I'll let ltfearme answer, because he knows much more :D

hi rochess,

you gave the right hint: the new v1.0 parameter <define>#categories.backdrop.used:false</define> was missing in the skin xml file. thanks a lot :)

nicx...
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: Moving Pictures 1.0 Beta 2 Available

    you gave the right hint: the new v1.0 parameter <define>#categories.backdrop.used:false</define> was missing in the skin xml file. thanks a lot :)

    Be sure to let the skin developers on the one you use know in their forum thread so that they can fix it.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    Re: Moving Pictures 1.0 Beta 2 Available

    Sorry, for misleading information. For some reason I thought you could disable backdrop from GUI as well.
     

    Schima

    Portal Member
    August 4, 2009
    24
    0
    Aachen
    Home Country
    Germany Germany
    Re: Moving Pictures 1.0 Beta 2 Available

    I have some Problems witch automatching files. For example:

    The Movie name on the OFDB is

    Star Wars: Episode III - Die Rache der Sith

    Actually I rename all my moviefolders so that the foldername is the same as the name from the movie on the OFDB.
    The Problem is: it is not possible to create a foldername witch a colon. But without the colon Movingpictures doesn't find the movie in the OFDB.

    The same Problem witch
    Herr der Ringe:

    Is it possible to fix this in Movingpictures or does the ofdb has this problem?

    Greetz Schima
     

    ryan20021982

    Retired Team Member
  • Premium Supporter
  • June 27, 2008
    655
    86
    USA
    Home Country
    United States of America United States of America
    Re: Moving Pictures 1.0 Beta 2 Available

    I have some Problems witch automatching files. For example:

    The Movie name on the OFDB is

    Star Wars: Episode III - Die Rache der Sith

    Actually I rename all my moviefolders so that the foldername is the same as the name from the movie on the OFDB.
    The Problem is: it is not possible to create a foldername witch a colon. But without the colon Movingpictures doesn't find the movie in the OFDB.

    The same Problem witch
    Herr der Ringe:

    Is it possible to fix this in Movingpictures or does the ofdb has this problem?

    Greetz Schima

    Did you try creating a .nfo file for these movies? Or are they not on imdb?
     

    xystus

    New Member
    June 23, 2009
    4
    0
    Home Country
    Re: Moving Pictures 1.0 Beta 2 Available

    Thanks a lot for this! Works like a charm & I love the new filtering options.

    Mediaportal with MovingPictures & TvSeries rox! :)
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: Moving Pictures 1.0 Beta 2 Available

    I've always used ';' for movie titles that contain a ':' and never had much auto-approve problems.

    As for the simple NFO scraper, all you need is to copy and paste the IMDb link into it, such as:

    Code:
    http://www.imdb.com/title/tt0988045/

    If you want to use the XBMC NFO format, then you need at least:

    Code:
    <movie>
      <id>tt0988045</id>
      <title>Sherlock Holmes</title>
      <year>2009</year>
    </movie>
     

    T-Buster

    MP Donator
  • Premium Supporter
  • January 3, 2007
    138
    23
    LDK
    Home Country
    Germany Germany
    AW: Re: Moving Pictures 1.0 Beta 2 Available

    If you want to use the XBMC NFO format, then you need at least:

    Code:
    <movie>
      <id>tt0988045</id>
      <title>Sherlock Holmes</title>
      <year>2009</year>
    </movie>

    Hi RoChess, is it possible to use this for the "Sort By" entry?

    I try

    Code:
    <movie>
      <id>tt0055928</id>
      <Sort By>James Bond - 01 - Dr. No</Sort By>
    </movie>

    but it dosent work :(
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom