Results 1 to 10 of 75

Thread: Unable to search movie meta data

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Quote Originally Posted by Peter View Post
    The current key is dee64c83bd0310bc227948c9d4bc5aab, there are 10 locations in the binary where it is used if you want to try replacing it in the binary.
    Thanks Peter. I've noticed that the Mezzmo executables are compressed which adds a layer of complexity to the binary editing method. I don't suppose that there's an uncompressed version of the relevant binary available is there please?
    Thanks,
    Frantic.

  2. #2
    Join Date
    Sep 2009
    Posts
    2,682

    Default

    Quote Originally Posted by FranticOrange View Post
    Thanks Peter. I've noticed that the Mezzmo executables are compressed which adds a layer of complexity to the binary editing method. I don't suppose that there's an uncompressed version of the relevant binary available is there please?
    No, we do not have an uncompressed version of the binaries.

    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

  3. #3

    Default

    Quote Originally Posted by Peter View Post
    No, we do not have an uncompressed version of the binaries.
    No worries, I worked around that anyway and have successfully changed the API key within the binary itself and all is now working fine again.

    Given the cause of the issue, it may be worth considering the earlier suggestion of pulling the key out into an INI file so that end users can use their own.

    Also, thanks @jbinkley60 for the work on your Art Checker tool - I'll try to find some time to check that out and to see if I can put it to good use.
    Thanks,
    Frantic.

  4. #4
    Join Date
    Jun 2012
    Posts
    1,034

    Default

    Quote Originally Posted by FranticOrange View Post
    No worries, I worked around that anyway and have successfully changed the API key within the binary itself and all is now working fine again.

    Given the cause of the issue, it may be worth considering the earlier suggestion of pulling the key out into an INI file so that end users can use their own.

    Also, thanks @jbinkley60 for the work on your Art Checker tool - I'll try to find some time to check that out and to see if I can put it to good use.
    I'd also suggest that if it is moved to an INI file that a different User Agent is used when using a personal API Key vs. the embedded key in the binary..


    Thanks,

    Jeff

  5. #5
    Join Date
    Apr 2013
    Posts
    15

    Default

    Hi FranticOrange

    Might you share how you modified the binary API key ? (tools, steps, etc)

    Thanks

  6. #6

    Default

    Quote Originally Posted by IronAddict View Post
    Hi FranticOrange

    Might you share how you modified the binary API key ? (tools, steps, etc)

    Thanks
    Sure, steps are below.

    Note that I accept no responsibility if you corrupt your binaries, and I strongly suggest backing up your entire Mezzmo folder before starting these steps.

    1. Stop the Mezzmo Service and close Mezzmo.
    2. Open up your favourite HEX Editor. If you don't have one already, I use this which is pretty lightweight and has all the features I need: https://filecr.com/windows/mitec-hex...d=941345044000
    3. Use that to open up Mezzmo.exe from the folder you installed Mezzmo into. By default this is C:\Program Files (x86)\Conceiva\Mezzmo unless you changed it during installation.
    4. Click Format --> Unicode Chars.
    5. Click Edit --> Replace.
    6. In the dialog that pops up, ensure that "Find text" and "Is text" are both checked.
    7. Copy and paste the old API key into the top text box: dee64c83bd0310bc227948c9d4bc5aab
    8. Enter your new API key into the bottom text box. You must ensure that it's exactly 32 characters otherwise you'll corrupt the binary. If you don't already have one then you'll need to follow the process here to get a free one.
    9. Click Replace All.
    10. You should be informed that 10 instances have been replaced.
    11. Click File --> Save to overwrite Mezzmo.exe. (Note that a backup is automatically created called Mezzmo.bak which you can use to restore the original binary if you did something wrong and didn't take your own backup)

    Depending on your Windows account privileges, you may not be able to edit/save directly into the Mezzmo folder. In that case, copy Mezzmo.exe from C:\Program Files (x86)\Conceiva\Mezzmo into a temporary location and do all of your editing there. Then copy the modified Mezzmo.exe back into the installation folder.

    12. Open Mezzmo and check the metadata search functionality.
    13. Restart your Mezzmo Service.
    14. Rejoice.

    The API key also exists 10 times in the MezzmoGetMetadata.exe binary so you'll want to repeat the above steps for that file too.

    Hope that helps.
    Last edited by FranticOrange; 03-29-2024 at 03:15 AM. Reason: Updated API key URL
    Thanks,
    Frantic.

  7. #7

    Default

    Hi,

    Tried to hexedit but found a problem. Seems the hexedit you use is for mac as it doesnt seem to work for me on Windows 10. so downloaded another one. I got an API but it has dashes in the key. I suspect I just remove them as there would be 32 characters then? The editor for old code you included "dee64c83bd0310bc227948c9d4bc5aab" says that it cannot find that string. Any ideas? Thanks

  8. #8
    Join Date
    Apr 2013
    Posts
    15

    Thumbs up

    Frantic,

    Thanks so much for taking the time and effort to explain it. It is greatly appreciated!!!

    And thanks for bbar as well for the additional information on hexedit!!!

    IronAddict


    Update :

    Got a new API key from TMDB in about 5 minutes
    Created copies of original 2 exe files
    Used UltraEdit (30 day trial) to edit the files
    Selected "UTF-16LE" option in the bottom tool bar
    Used Find and replace -- had to use singular "replace" and not "replace all" for some reason
    Saved the files and exited

    Presto -- Rejoiced ... although i call it martini time.

    Frantic : Thanks again for your help!!!!

    (one quirk ATM .. it will only update 1 file at a time .. but i'll tweak this if i can and post the resolution if not its still working enough not to have to use TMM)
    Last edited by IronAddict; 03-28-2024 at 03:14 AM.

  9. #9

    Default

    Quote Originally Posted by IronAddict View Post
    Frantic,

    Thanks so much for taking the time and effort to explain it. It is greatly appreciated!!!

    And thanks for bbar as well for the additional information on hexedit!!!

    IronAddict


    Update :

    Got a new API key from TMDB in about 5 minutes
    Created copies of original 2 exe files
    Used UltraEdit (30 day trial) to edit the files
    Selected "UTF-16LE" option in the bottom tool bar
    Used Find and replace -- had to use singular "replace" and not "replace all" for some reason
    Saved the files and exited

    Presto -- Rejoiced ... although i call it martini time.

    Frantic : Thanks again for your help!!!!

    (one quirk ATM .. it will only update 1 file at a time .. but i'll tweak this if i can and post the resolution if not its still working enough not to have to use TMM)

    Thank you for hint re TMDB. Got API now from them and there is JOY!

    Thanks to all for your help
    Last edited by bbar; 03-29-2024 at 03:35 AM.

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
  •