Uses of Class
com.lariflix.jemm.utils.JellyfinResponseStandard
Packages that use JellyfinResponseStandard
-
Uses of JellyfinResponseStandard in com.lariflix.jemm.csv
Methods in com.lariflix.jemm.csv that return JellyfinResponseStandardModifier and TypeMethodDescriptionJellyfinImportMetadata.checkHeader()Checks if the header of the CSV file matches the expected standard header.JellyfinExportMetadata.getProcessFinalResult()JellyfinImportMetadata.getProcessFinalResult()JellyfinImportMetadata.grantOrigin()Checks the origin of the CSV file to ensure it matches the current Jellyfin instance.JellyfinImportMetadata.preCheckLines()Checks if each line of the CSV file has the same number of fields as expected.JellyfinImportMetadata.startImport()Starts the import process for importing metadata from a CSV file into a Jellyfin instance.JellyfinImportMetadata.startPreCheck()Starts the pre-check process for importing metadata from a CSV file into a Jellyfin instance.JellyfinExportMetadata.startProcess()Starts the process of exporting metadata from the Jellyfin instance to a CSV file.Methods in com.lariflix.jemm.csv with parameters of type JellyfinResponseStandardModifier and TypeMethodDescriptionvoidJellyfinExportMetadata.setProcessFinalResult(JellyfinResponseStandard processFinalResult) voidJellyfinImportMetadata.setProcessFinalResult(JellyfinResponseStandard processFinalResult)