• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Media Scanning & Identification SOLVED: Scan through API not showing metadata

     
    • 0 Vote(s) - 0 Average

    SOLVED: Scan through API not showing metadata

    scan through api not giving desired result
    latumus
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Netherlands
    #1
    2024-08-04, 03:23 PM (This post was last modified: 2024-08-04, 04:21 PM by TheDreadPirate. Edited 2 times in total.)
    curl -X POST "http://10.0.2.12:8096/Items/3574cb053f6254ace5435ac550e444b8/Refresh" \
        -H "Content-Type: application/json" \
        -H "Authorization: MediaBrowser Token=xxxx" \
            -d '{"metadataRefreshMode":"FullRefresh","imageRefreshMode":"FullRefresh","replaceAllMetadata":false,"replaceAllImages":false}'

    i initiatie this curl command and it scans my tv folder after i call it from my script but for some reason it doesnt get metadata for the show/episode not poster art etc
    am i missing something in the last line (when i just click refresh library in the app and choose search for missing metadata everything does show up)

    help greatly appreciated!

    [Edited by TDP]
    Go to solution
    latumus
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Netherlands
    #2
    2024-08-04, 05:04 PM
    this is what it looks like after the api call:
       

    but when i run a rescan for missing metadata in the normal client it does find it, so this leads me to believe im missing something in my api call:
       
    latumus
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:Netherlands
    #3
    2024-08-04, 05:56 PM
    mcarlton helped me and found the solution i dont know why, but this is how it works:
    curl -X POST -H "Authorization: MediaBrowser Token=myapikey" 'http://192.168.68.61:8096/Items/5c677727c909f4feff6f8ccd3a7e1f9c/Refresh?ImageRefreshMode=FullRefresh&MetadataRefreshMode=FullRefresh&ReplaceAllImages=false&ReplaceAllMetadata=false

    all values are the same
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode