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]
-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]