Is there a way to validate the media info data? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: Is there a way to validate the media info data? (/t-is-there-a-way-to-validate-the-media-info-data) |
Is there a way to validate the media info data? - kodiuser - 2024-11-29 I have just seen that an anime show that I watch has been catalogued as another show I have, one that is in a different parent folder. I have checked that my tvshow.nfo file is correct for both shows.Is there a tool or method that can see if the metadata held for a show is correct? For example: path: /anime/Chainsaw Man/Season 1/... metadata: title: Chainsaw Man A tool or such would say that the data matches and is therefore correct. Without looking at the API yet, I suppose I could use that? Thanks RE: Is there a way to validate the media info data? - TheDreadPirate - 2024-11-29 I am only aware of a way to see if a show/movie has not been identified at all. I am not aware of a way to check for mis-identified content. I recommend including the TMDB ID in the folder name to help prevent this from happening. Code: /anime/Chainsaw Man [tmdbid-114410] RE: Is there a way to validate the media info data? - kodiuser - 2024-11-29 I have been playing and sorted it with PowerShell. Copy this into a new file (Jellyfin_Fix.ps1) and execute it. It will scan all your libraries that are of type "tvshow" and output a proper PowerShell object with the relevant details. Just remember to add your API key and User ID at the bottom where indicated. Enjoy. ---------- Code: Clear-Host |