Tools and other software tinyMediaManager - The Media Manager for MediaPortal (Win/Mac/Linux) (6 Viewers)

StephanM

Portal Member
October 14, 2016
5
0
Barcelona
Home Country
European Union European Union
Problem with choosing foreign language posters

I've been using tMM for some time, with TMDB.org as a scraper source and the preferred language set to English. For movies in a different language, I would change the language option in the search movie window, and the poster shown would be in the language I chose. However, after importing the data, the poster imported is always in English.

I can correct it afterwards by manually sifting through all posters until I find the right one again, which is quite cumbersome. Hopefully this little error can be corrected in a future version, because I really love this program. Thank you for all the effort so far with this great tool.
 

Helios61

Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Hi @mlaggner ,
    unfortunately scraping of some episodes doesn't work since some days. Scraping wit MP-TVSeries is working fine. Log-Entry ->

    Code:
    14:25:44.302 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_fanarttv.conf' - using defaults
    14:25:44.370 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_imdb.conf' - using defaults
    14:25:44.485 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_metadata.themoviedb.org.conf' - using defaults
    14:25:44.500 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_metadata.album.universal.conf' - using defaults
    14:25:44.516 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_metadata.artists.universal.conf' - using defaults
    14:25:44.531 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_metadata.themoviedb.org.conf' - using defaults
    14:25:44.543 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_metadata.tvdb.com.conf' - using defaults
    14:25:44.665 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_moviemeter.conf' - using defaults
    14:25:44.697 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_opensubtitles.conf' - using defaults
    14:25:44.820 WARN  org.tinymediamanager.scraper.config.MediaProviderConfig - Cannot load settings 'data\scraper_tmdb.conf' - using defaults
    14:27:24.925 WARN  o.tinymediamanager.core.tvshow.tasks.TvShowEpisodeScrapeTask - Error getting metadata ExceptionType=MAPPING_FAILED, ResponseCode=0, URL=http://thetvdb.com/api/<API_KEY>/series/295759/all/de.xml, cause=XML-Dokumentstrukturen müssen innerhalb derselben Entity beginnen und enden.
    19:42:04.093 WARN  o.tinymediamanager.core.tvshow.tasks.TvShowEpisodeScrapeTask - Error getting metadata ExceptionType=MAPPING_FAILED, ResponseCode=0, URL=http://thetvdb.com/api/<API_KEY>/series/295759/all/de.xml, cause=XML-Dokumentstrukturen müssen innerhalb derselben Entity beginnen und enden.
    19:47:40.311 WARN  o.tinymediamanager.core.tvshow.tasks.TvShowEpisodeScrapeTask - Error getting metadata ExceptionType=MAPPING_FAILED, ResponseCode=0, URL=http://thetvdb.com/api/<API_KEY>/series/295759/all/de.xml, cause=XML-Dokumentstrukturen müssen innerhalb derselben Entity beginnen und enden.

    Could you please take a look at this?
    Best regards
    Helios
     

    mlaggner

    Portal Pro
    September 23, 2013
    166
    273
    Home Country
    Austria Austria
    sorry, haven't been here for ages (somehow email notifications did not work and I forgot to check here too..)

    @Hawkeye: yes tmm should handle that as long as both episode IDs can be parsed out of the file name... just test it with a small test folder ;)

    @SpudR: thanks, will be fixed in the next release

    @azzuro: sorry, did not understand anything.. that is VOST?

    @StephanM: that completely depends on how you get artwork... the poster in the search window is a preview which the scraper provides along with the search result. The final scraped poster may be from a completely different source. I would need some examples/logs to reconstruct this issue

    @Helios61: thetvdb had some serious problems with their XMLs, but now everything should work again
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    @azzuro: sorry, did not understand anything.. that is VOST?
    hello mlaggner,

    so i mean about VOST movie/series, it's "Original Audio Version With Translated Subtitle".
    this one is available, when the movie contain the original audio track ( in english for ex.), but provide translated subtitle for one or many language.
    in france we use :VOSTFR or VOST alone on file for identify this behaviour.

    my demand was if you can :
    - store this value to DB ( and save it inside the NFO)
    - provide an tag for able to set this value for renaming
    - display this tag after the movie name or episode name in list.

    about tag i know :
    VO : Original Version ( with or without subtitle)
    VOST : Original Version with subtitle ( for me subtitle are in french )
    VOSTFR : Original Version with French subtitle
    VFF or TRUEFRENCH : Real French Audio Track Version
    VFQ : Canadian french audiot track version
    FRENCH : French Audio Track ( can be VFF or VFQ )
    VFSTFR : French Audio Track ( can be VFF or VFQ ) + French Subtitle.
    SUBFORCED : Movie with forced sub, during dialog are in different language than the movie.

    if you can scan this tag during import and store it inside a tag as "AudioVersion" and "SubtitleVersion"

    i don't know if other country have proper tag name.

    this one can be good for MP2 dev, for importer.
    @aspik @henso @HTPCSourcer maybe one you can look this
     

    mlaggner

    Portal Pro
    September 23, 2013
    166
    273
    Home Country
    Austria Austria
    @azzuro after a little research I found out that these tags are only used in french (did not find anything similar for other languages). Beside that almost all tags you've provided are alternatives to meta data we already get (audio language is stored in some container / in file name of external audio files; subtitle language is stored in some container / file name of external subtitles).
    Furthermore scanning of such tags out of the file name results in false positives which we want to avoid.
    I am sorry, there are not much pros for that feature from my side thus I will not put it onto our ToDo list
     

    mlaggner

    Portal Pro
    September 23, 2013
    166
    273
    Home Country
    Austria Austria
    25.08.2017 - Version 2.9.4
    =======================
    HIGHLIGHTS:
    + Kodi XML scrapers for TV shows! (Donator only)
    + MediaInfo changes: if you have high-res, 6+ channel, 4k files,
    it is recommended to do a "mediainfo reload" of all movies, to get the correct icons.
    + Animated poster scraping (not always visible inside TMM, but on filesystem)
    + OMDb API scraper. Private scraper: details at OMDb API - The Open Movie Database (thx @wjanes) - OMDb API (movie) scraper.
    TinyMediaManager offers a limited access to OMDb API (10 calls per 15 seconds)
    - removed the RottenTomates scraper because this service is no longer available for public usage

    + updated libmediainfo to 0.7.98
    + export movies/tv shows via command line #116
    + added fallback language scraping with tmdb scraper (thx @ProIcons) - TheMovieDb - Title/Overview fallback language.
    + fixed various templates to use correct graphics
    + added new templates
    DeadSix27 HTML generator by DeadSix27 - HTML Creator for Kodi
    Mobile Movie Search by Jennifer Gigliotti
    + added more icons for high res audio & video streams (Atmos, TrueHD, DTS:X, 4k)
    + added UltraHD Blu Ray as media source
    + added .sup as subtitle format for new installations #162
    (existing ones may have to add this file type in the settings)
    + added video bit depth from mediainfo
    + added more detailed video resolutions #181 (thx @Gridluck)
    + preload settings screen for faster startup
    x enhanced autom. downloading of subtitles #157 (thx @ProIcons)
    x fixed handling for nested movie structures
    x fixed default value for copyArtwork exporting
    x fixed TV multi episode renaming #143
    x fixed handling of JPEG images
    x fixed storing preference for episode scrape
    x fixed deleting original graphics on cache-miss
    x changed forum links to the kodi.tv domain #155
    x fixed some things in the image cache #153
    x fix some surround audio icons #117
    x fixed a mediaInformation JVM crash on some DVD ISO files
    x fixed/enhanced media source detection #172 (thx @ProIcons)
    x fixed detection of certain audio streams with mediainfo #173 (thx @ProIcons)
    x fixed the year field in the editors: now you can set the year to zero
    x better handling of network interruptions in the artwork downloader
    x fixed default window size of the bug report dialog #184 (thx @ProIcons)
     

    jriker1

    Portal Member
    March 15, 2016
    44
    0
    56
    Home Country
    United States of America United States of America
    Couple questions.

    1. Does the .actors folder work when manually providing the content to MP1?
    2. Is there anywhere that talks explicitly how to setup tinymediamanager to work with Media Portal 1? I saw a flag to pick between XMBC and MediaPortal but that didn't seem to drive the correct naming conventions and the like for the graphic files, locations, what will import and what won't. Frequently in MP I see folders being listed for extra art folders and .actors instead of them being hidden so apparently it doesn't like them or know they shouldn't be shown. Unless there is a different way to import content then dropping the media folders into my c:\movies folder with everything tinymediamanager wrote in those folders.

    EDIT: Also I just used the tool to create some image art and nfo file. It took all my movies that were in a collection and moved them out of the folder. Don't really care about that but every movie had the same movie box cover. All the ones in the collection and all the ones out of the collection. Below is what I'm left with. All movies with the same pic. The pic is NOT the same in each folder on the hard drive.

    k8cg7.png


    Thanks.

    JR
     
    Last edited:

    smarty12345

    Portal Pro
    November 23, 2011
    100
    17
    United Kingdom
    Home Country
    Great Britain (UK) Great Britain (UK)
    I have noticed over the last week that I am getting no plot info when using TMM and scraping from IMDB.com. It fills in everything else. eg: tagline, Age rating, actors etc.. All perfect. But plot field remains empty.
    It works perfectly fine when using TMDB.org.
     

    Users who are viewing this thread

    Top Bottom