jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
27 stars 18 forks source link

Path for exported reports? #78

Open alpert1 opened 1 year ago

alpert1 commented 1 year ago

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.

a-abella commented 6 months ago

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.