Package com.lariflix.jemm.reports
package com.lariflix.jemm.reports
-
ClassesClassDescriptionThe JellyfinReportEngine class extends the Thread class and is used to generate reports from a Jellyfin server.The JellyfinReportGenres class is used to generate genre reports from a Jellyfin server.The JellyfinReportGenresItem class extends the JellyfinCadGenresItem class and is used to represent a genre item in a report.The JellyfinReportGenresStructure class extends the ArrayList class and is used to represent a list of genre items in a report.The JellyfinReportInventory class is used to generate inventory reports from a Jellyfin server.The JellyfinReportInventoryItem class extends the JellyfinFolder class and is used to represent an inventory item in a report.The JellyfinReportInventoryStructure class extends the ArrayList class and is used to represent a list of inventory items in a report.The JellyfinReportInventorySubItem class extends the JellyfinItem class and is used to represent a sub-item in an inventory item in a report.The JellyfinReportPeople class is used to represent people in a report.The JellyfinReportPeopleItem class extends the JellyfinCadPeopleItem class and is used to represent a person in a report.The JellyfinReportPeopleStructure class extends the ArrayList class and is used to represent a list of people in a report.The JellyfinReportStudios class is used to represent studios in a report.The JellyfinReportStudiosItem class extends the JellyfinCadStudioItem class and is used to represent a studio in a report.The JellyfinReportStudiosStructure class extends the ArrayList class and is used to represent a list of studios in a report.The JellyfinReportTags class is used to represent tags in a report.The JellyfinReportTagsItem class is used to represent a tag in a report.The JellyfinReportTagsStructure class extends the ArrayList class and is used to represent a list of tags in a report.The JellyfinReportYears class is used to represent years in a report.The JellyfinReportYearsItem class is used to represent a year in a report.The JellyfinReportYearsStructure class extends the ArrayList class and is used to represent a list of years in a report.