MyVideo 1.3.0 Feedback (1 Viewer)

Deda

Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    It should search by folder name DVDs and Blurays. Check if you have bdmv in you video extension list. Also check if is your BD rip folder structures as moviename\BDMV....

    Autoscanning is not possible because of old code legacy but you have on hidden left menu Scan button which will scan all your folders for new movies which are marked to scan in configuration.
     

    KaRLiBoY

    New Member
    July 15, 2012
    2
    0
    41
    Home Country
    Norway Norway
    bdmv was on mye extensionlist and all my folder are moviename\BDMV....
    As you can see from my snip, the scanner has this conflict on allmost every movie. If i add index.bdmv thats fine, but when i scan the next time the others files id.bdmv still appear. that means that i now have 3times catch 44.
    what do i do?
     

    Attachments

    • Skjermbilde.PNG
      Skjermbilde.PNG
      4.2 KB

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    Hi Deda,
    i've tested Patch V4, for Grab movie and export NFO ( only tested with 1 file), patch work correctly nfo / Poster and Fanart are exported.

    Future enhancement : Certification by Country ( i don't know if it's better in Scraper) and this must be supported by skin for display good logo.
    Change setting in GUI Setting - > VIdéo
    <certifications>
    <certification nation="USA">R</certification>
    <certification nation="Ireland">18</certification>
    <certification nation="UK">18</certification>
    <certification nation="Canada">R</certification>
    <certification nation="Australia">MA</certification>
    <certification nation="Japan">R15+</certification>
    <certification nation="New Zealand">R18</certification>
    <certification nation="Spain">18</certification>
    <certification nation="Norway">18</certification>
    <certification nation="Singapore">R21</certification>
    <certification nation="Finland">K-18</certification>
    <certification nation="Sweden">15</certification>
    <certification nation="Iceland">16</certification>
    <certification nation="Hong Kong">III</certification>
    <certification nation="Brazil">18</certification>
    <certification nation="Argentina">18</certification>
    <certification nation="South Korea">18</certification>
    <certification nation="Mexico">C</certification>
    <certification nation="Germany">18</certification>
    <certification nation="Switzerland">18</certification>
    <certification nation="Netherlands">16</certification>
    <certification nation="Belgium">KNT</certification>
    <certification nation="Denmark">15</certification>
    <certification nation="France">-16</certification>
    <certification nation="Portugal">M/18</certification>
    </certifications>

    IMDB certification extracted from MovieJukebox site


    imdb.preferredCountry

    Set this to the IMDB country you want YAMJ to use when extracting certifications. Example: IMDB shows the following for certification: Italy:T | Iceland:10 | UK:12 (video rating) | UK:12A (original rating) | Malaysia:U | France:U | Brazil:14 | Argentina:Atp | Australia:M | Canada:14 (Nova Scotia) (original rating) | Canada:G (Quebec) | Canada:pG (Alberta/British Columbia/Manitoba/Ontario) | Canada:pG (Nova Scotia) (re-rating after appeal) | Chile:TE | Denmark:11 | Finland:K-11 | Germany:12 | Hong Kong:IIA | Hungary:14 | Ireland:12 | Netherlands:12 | New Zealand:M | Norway:11 | Peru:pT | Philippines:pG-13 | Portugal:M/12 | Singapore:pG | South Korea:12 | Spain:7 | Sweden:11 | Switzerland:12 (canton of Geneva) | Switzerland:12 (canton of Vaud) | Switzerland:12 (canton of the Grisons) | USA:pG-13 | Greece:K-13 Here you see all the various certifications, seperated by "|". Each certification is in the form country:value. YAMJ will extract the certification with a country value that matches the property imdb.preferredCountry. If the value contains a ( YAMJ discards all text after the first (. YAMJ will use the last value available for a country. In the above example, if imdb.preferredCountry = UK, the certifications are:
    • UK:12 (video rating)
    • UK:12A (original rating)
    YAMJ will use the value 12A. Default value
    imdb.preferredCountry=USA
     

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Certifications should have corresponding image in skin (Media\Logos\<certification>.png) so it's a skin problem or better to say missing images.
     
    Last edited:

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Certifications should have corresponding image in skin (Media\Logos\<certification>.png) so it's a skin problem or better to say missing images.

    hi guys ,the Default's skin have Certifications png image for USA , and some more .... not sure witch is for other country style .. (check the logo folder )
    or better Catavolt will answer witch country's more have already image png ... rest comunty will need to add :)
     
    Last edited:

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    bdmv was on mye extensionlist and all my folder are moviename\BDMV....
    As you can see from my snip, the scanner has this conflict on allmost every movie. If i add index.bdmv thats fine, but when i scan the next time the others files id.bdmv still appear. that means that i now have 3times catch 44.
    what do i do?


    Just to ask (don't laugh at me :) ), are you using 1.3.0 Alpha MP or 1.2.3 version? I'm asking because I can't reproduce your problem. This problem you have can only happen in old versions because MP there can't recognize index.bdmv so it search for all files with extension .bdmv if it is added in extensions list.
     
    Last edited:

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Skin not read DB ? or Skin read DB and search the same text in logo ?

    Skin gets property #mpaarating which holds certification as txt and in skin tries to find image (ie.: #mpaarating = "PG, MP looks for PG.png in Media\logos folder).

    Code from skin:
    <texture>logos\#mpaarating.png</texture>
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,596
    10,581
    Königstein (Taunus)
    Home Country
    Germany Germany
    Default skins have mpaarating pngs for USA (movie/tv), Great Britain (movie/tv), Germany (movie), Australia (movie/tv) ;)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    ah, Sorry, i thought MPAA section is limited to USA in DB.
    the MPAA section in NFO must be adapted for my use ?
    i think XBNE grab only MPAA, and Country are stored in <Certification> / no solution for me :(

    Catavolt please can you add Pictogramme France
    Link on MPAA france
    name are -10 / -12 / -16 / -18
     
    Last edited:

    Users who are viewing this thread

    Top Bottom