Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 66

Thread: Unable to search movie meta data

  1. #11
    Join Date
    Sep 2009
    Posts
    2,680

    Default

    No, the thumbnails are saved on disk alongside the video file and are referenced in the nfo file.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  2. #12
    Join Date
    Nov 2014
    Posts
    1

    Default

    Same here I can't retrieve Meta Data for movies but for TV Shows it works.

  3. #13

    Default

    Quote Originally Posted by Peter View Post
    No, the thumbnails are saved on disk alongside the video file and are referenced in the nfo file.
    Perhaps I don't understand Tiny metadata manager well enough but I don't see a way to do this in batches saving one NFO for multiple files. If one has 10 or so films this isn't a problem but I've been saving things to HDD for years. I'm not beating on you Peter. I'm trying to see if there's a more elegant solution than making individual NFOs for multiple files. And as I said I'm not yet familiar with all the ins and outs of Tiny metadata manager. Thanks

  4. #14
    Join Date
    Jun 2012
    Posts
    1,023

    Default

    Quote Originally Posted by Peter View Post
    TMDB has blocked our access to their database so Mezzmo is unable to lookup metadata for movies. Looking up metadata for TV series will continue to work as it uses a different site. For movies I recommend using either Tiny metadata manager or Kodi to lookup the metadata and save it in nfo files which Mezzmo can read.
    Peter,

    I've been doing some testing with the NFO format of TMM and Mezzmo's ability to read all the tags properly. Most are working but a few aren't. I've attached a sample TMM NFO file. The following fields aren't matching to Mezzmo:

    Note, list was edited from original post

    ratings value -> Rating
    tmdbid -> themoviedb.org
    producer tmdbid -> Producer
    trailer -> trailer (will need to be formatted into Mezzmo format)

    Actors are showing up in both actors and album artists vs. just actors only.

    For the actor artwork the Mezzmo Artwork Checker is having no problems grabbing the artwork files for the UserPoster folder. The Mezzmo Trailer Checker works fine if the You Tube trailer(s) are formatted properly in Mezzmo.

    Would it be possible to tweak the NFO import code to accept the TMM tags listed above ? If so, this is a workable solution.


    Thanks,

    Jeff
    Attached Files Attached Files
    Last edited by jbinkley60; 03-14-2024 at 08:31 PM.

  5. #15
    Join Date
    Apr 2018
    Posts
    74

    Default

    Is there any chance of getting this fixed, maybe with a different provider?

    Unfortunately for me, .nfo would not be a viable solution as my folder structure would
    Be a mess. (I've tried this before).

    I understand if this is not possible.
    Mezzmo 6.0.7.0 - Mezzmo Kodi Matrix Plugin 2.1.7.7.
    Nvidia Shield 2017
    Windows 10 - Intel 6 core i5 - 24GB Ram - 129TB Storage

  6. #16
    Join Date
    Jun 2012
    Posts
    1,023

    Default

    Quote Originally Posted by RonB View Post
    Is there any chance of getting this fixed, maybe with a different provider?

    Unfortunately for me, .nfo would not be a viable solution as my folder structure would
    Be a mess. (I've tried this before).

    I understand if this is not possible.
    Ron,

    What I do is put the new movies for TMM to grab the metadata into a separate folder with nothing else. I then have TMM create the artwork files and the NFO file. Then I copy the movie, artwork and NFO into the folder structure where they belog. Next Mezzmo discovers the new movie. Once done, I delete the NFO and artwork files within the movie folder structure because they are no longer needed. I keep a backup copy of the artwork and NFO file elsewhere, just in case I need them in the future. I use the Mezzmo Artwork Checker to grab the actor images and drop them into the UserPoster folder. Lastly, I use the Mezzmo Trailer Checker to grab local trailers and update the Mezzmo database. I concur that this is a bit more work than before but fortunately I don't add that many movies.

    I am toying with the idea of writing a new metadata scraper that combines creating the NFO files to exactly match what Mezzmo needs, download the movie and actor artwork. A stretch goal would be to update the Mezzmo database directly and bypass the NFO step. That could be a possible phase 2. Together the Mezzmo artwork Checker and Kodi TMDB Python scraper already have much of the code, along with a TMDB API key. If there is a enough interest, I'll consider it.

    It would be written in Python as I don't have time to learn something like GO to make it an executable and tackle this at the same time. It would be command line driven and not GUI driven. I'd start with single movie support and then would consider tying into the Mezzmo database to do something like all newly discovered movies and such.

    feedback is welcome,

    Jeff

  7. #17
    Join Date
    Jan 2019
    Posts
    18

    Default

    Any update on Mezzmo regaining access to TMDB?

  8. #18
    Join Date
    Apr 2018
    Posts
    74

    Default

    Quote Originally Posted by jbinkley60 View Post
    Ron,

    What I do is put the new movies for TMM to grab the metadata into a separate folder with nothing else. I then have TMM create the artwork files and the NFO file. Then I copy the movie, artwork and NFO into the folder structure where they belog. Next Mezzmo discovers the new movie. Once done, I delete the NFO and artwork files within the movie folder structure because they are no longer needed. I keep a backup copy of the artwork and NFO file elsewhere, just in case I need them in the future. I use the Mezzmo Artwork Checker to grab the actor images and drop them into the UserPoster folder. Lastly, I use the Mezzmo Trailer Checker to grab local trailers and update the Mezzmo database. I concur that this is a bit more work than before but fortunately I don't add that many movies.

    I am toying with the idea of writing a new metadata scraper that combines creating the NFO files to exactly match what Mezzmo needs, download the movie and actor artwork. A stretch goal would be to update the Mezzmo database directly and bypass the NFO step. That could be a possible phase 2. Together the Mezzmo artwork Checker and Kodi TMDB Python scraper already have much of the code, along with a TMDB API key. If there is a enough interest, I'll consider it.

    It would be written in Python as I don't have time to learn something like GO to make it an executable and tackle this at the same time. It would be command line driven and not GUI driven. I'd start with single movie support and then would consider tying into the Mezzmo database to do something like all newly discovered movies and such.

    feedback is welcome,

    Jeff
    Jeff,

    Thanks for the tips.

    It's good to know that the .nfo files don't need to stay in the folder with the movies,
    I can live with this solution for now.

    I'm hopeful that this can be fixed in Mezzmo, Peter has been excellent when it comes to support.

    Ron
    Mezzmo 6.0.7.0 - Mezzmo Kodi Matrix Plugin 2.1.7.7.
    Nvidia Shield 2017
    Windows 10 - Intel 6 core i5 - 24GB Ram - 129TB Storage

  9. #19
    Join Date
    Mar 2024
    Location
    USA
    Posts
    1

    Default

    Any update on Mezzmo regaining access to TMDB?
    https://oneddl.org/

  10. #20
    Join Date
    Jun 2012
    Posts
    1,023

    Default

    Quote Originally Posted by RonB View Post
    Jeff,

    Thanks for the tips.

    It's good to know that the .nfo files don't need to stay in the folder with the movies,
    I can live with this solution for now.

    I'm hopeful that this can be fixed in Mezzmo, Peter has been excellent when it comes to support.

    Ron
    I have decided to a go ahead and add NFO creation functionality into the Mezzmo Artwork Checker tool. There may be use cases for the Kodi community to have a stand-alone NFO creation tool. I've gotten a good chunk of the functionality already working. The first test version will ask you for the movie name and year (optional) and then pulls a matching movie list from TMDB and asks you which movie you want to create the NFO file for (i.e. it's a simple 1,2 3 etc.. menu response). Afterwards it pulls the movie details, creates the NFO file and then fetches the poster/backdrop images.

    The initial version will be English / US based movies, which can later be expanded. I am finishing up some of the movie details data parsing and then writing the NFO file. I hope to have something available later this week for anyone interested in helping test. The next version will scan a folder with video files and fetch the matching details.

    If anyone is interesting in testing, please let me know.


    Thanks,

    Jeff

Similar Threads

  1. V4 meta-data question
    By MidnightInAurora in forum Mezzmo Questions and Support
    Replies: 24
    Last Post: 11-23-2016, 11:08 PM
  2. Unable to get meta data, CPU maxed out
    By Tokyo in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 07-28-2014, 10:34 AM
  3. Meta Data Queries
    By kilfinan in forum Mezzmo Questions and Support
    Replies: 3
    Last Post: 04-02-2014, 10:00 AM
  4. Imported meta-data for TV shows?
    By millercentral in forum Mezzmo Questions and Support
    Replies: 7
    Last Post: 12-05-2011, 10:59 AM
  5. Mezzmo meta data
    By kitsunegari in forum Mezzmo Questions and Support
    Replies: 10
    Last Post: 09-12-2011, 04:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •