jellyfin-plugin-reports icon indicating copy to clipboard operation
jellyfin-plugin-reports copied to clipboard

Path for exported reports?

Open alpert1 opened this issue 1 year ago • 1 comments

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.

alpert1 avatar Mar 06 '23 04:03 alpert1

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.

a-abella avatar Dec 14 '23 04:12 a-abella