[Finished] MP1-4761 Movie Collection support in MyVideo (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Movie Collection support in MyVideo:
    upload_2016-2-25_0-43-32.png upload_2016-2-25_0-44-24.png upload_2016-2-25_0-45-8.png

    Add skin propertiers:
    #usergroups - like Group1 / Group2 / Group3
    #moviecollection
    #tmdbnumber
    #localdbnumber
    #userrating

    #isgroup
    #iscollection
    #moviepath

    Add support for TMDB ID and Movie collections to TMDB.csscript ... - Collection, Collection description, Collection Poster, Collection Backdrops.
    Add support for TMDB ID, Kinopoisk ID, user groups and movie collection to kinopoisk_ru.csscript - Collection, Collection description, Collection Poster, Collection Backdrops.

    It is possible to create multi-level viewing of films:
    MyVideo:
    • Children's films
      • 101 Dalmatin (Collection)
      • Alvin and the Chipmunk (Collection)
      • movie 1
      • movie 2
    • Parents films
      • Alien (Collection)
      • Star Wars (Collection)
      • Blade (Collection)
      • movie 1
      • movie 2
    00-32-16.png 00-32-23.png 00-32-28.png 00-32-48.png

    Based on 1.13 ...
     

    Hawkeye

    Portal Pro
    January 29, 2005
    548
    87
    Halle (Saale)
    Home Country
    Germany Germany
    Some questions:
    1. What about the two dll files in the zip archive? Should they replace the installed ones?
    2. What would be the expected behavior? Should collections be created automatically while scraping?
    3. Which grabber script should be used?
    4. And the question I'm most interested in: Does it work with the NFO scraper?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #3
    What about the two dll files in the zip archive? Should they replace the installed ones?
    Yes!
    What would be the expected behavior? Should collections be created automatically while scraping?
    Manual or automatic from TMDB or Kinopoisk (Only Russian) grabber
    And the question I'm most interested in: Does it work with the NFO scraper?
    Yes :) Should work.
    single set tag -> Movie Collection
    XML:
    <set>[string]</set>
    multi set tag -> User Group
    XML:
    <set>
       <setname>[string]</setname>
       <setrule>[string]</setrule>
       <setdescription>[string]</setdescription>
       <setimage>[string]</setimage>
    </set>
     

    Hawkeye

    Portal Pro
    January 29, 2005
    548
    87
    Halle (Saale)
    Home Country
    Germany Germany
    It does not work (nfo) ... No collections are created.
    Probably because of the xml structure. I'm creating the nfo files with tMM and that's how it looks:
    XML:
    <sets>
            <set order="1">Asterix und Obelix (Animiert) Filmreihe</set>
    </sets>
    But if I read the wiki correct the structure of tMM is wrong and if it was like the example in the wiki it would already create an usergroup, right? Then I should have a talk with @mlaggner if they could change this.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #6
    But if I read the wiki correct the structure of tMM is wrong and if it was like the example in the wiki it would already create an usergroup, right?
    Yes, such a structure is not supported media portals ... Before my changes create groups now collection.
    IMDB has collections too
    Where?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #9
    Have a comment? Suggestions? Or is it not working?
    I have no complaints about the work.
     

    Users who are viewing this thread

    Top Bottom