jellyfin-plugin-reports
jellyfin-plugin-reports copied to clipboard
Path for exported reports?
This might seem like a dumb question to some of you, but I wasn't able to find the answer despite a thorough search:
Where are exported reports stored?
I checked the little documentation I was able to find and searched the entire docker container with find . -type f -name \*.xlsx
, but couldn't find the exported list.
I just found this issue on my own search for the Reports output directory and decided to comment here for future wayward wanderers: the Report export function appears to be a client-side operation, not a server-side one. When accessing Jellyfin via the web browser, exporting works and the CSV/XLSX is downloaded by the browser. Using the desktop client does nothing, no errors or anything.