Joel Godfrey

Results 36 comments of Joel Godfrey

I guess more the reason to implement this feature since WebP take less space compared to png/jpg. So it might help the app perform better (similar to splitting tall images).

Yea arm64 works. It would be great if this is merged to have update image for arm.

> It's not possible to retrieve the embedded artwork Meant to say Jellyfin takes the embedded art correctly but the app does not display it properly. Ill share the some...

@thecoffeebin I also had the same struggles was getting some NotOkAPIError or something. These are the steps I did to make it working. 1. I modified to include networks and...

@kkoyung I updated to the latest docker image which includes the PR. The values auto fill but 1. the `/webav/` url is unreachable. I get `"/usr/share/nginx/html/webdav/index.html" is not found (2:...

Yea. I updated the cacheDir in config.yaml file. But that value wasn't used. Tried: `data/tmp` and `/home/filebrowser/data/tmp` The cacheDir just uses `/home/filebrowser/tmp` (aka it's default value). Like I enabled previews...

That config works. But `cacheDir` doesn't work. All cache are only stored at `/home/filebrowser/tmp` and could not be changed. Even if I specify `/home/filebrowser/data/tmp` for cacheDir. That folder is just...

@kkoyung Its working with v13.1.0 with your PRs. Thanks a lot for looking into this issue quickly!! @johannesjo I am closing this issue since its completed.

It works now. Not sure when/how it was fixed.

Also, isync issue may be fixed, if on app startup always waits to pull from remote perhaps? (that is, force remote on startup pull if sync is enabled?)