Adyanth Hosavalike
Adyanth Hosavalike
If the whole app crashes, it is better to file a bug in the main repo here https://github.com/QL-Win/QuickLook. The application should not crash due to slow plugins.
Hey @JaredDC thanks for the PR! Had a question here. How did you choose the value for `FILES_MAX`? I created a folder with 500 files and it barely took a...
Oh, do you mean more than 300 files in the same directory? If that is the case, correct, it is not really appropriate. But, it is not appropriate for that...
Here is an example, there are no folders with more than 300 files here. I would really like to be able to open the folder to go to the bin...
Okay, just verified that now, it is true. Looks like the thumbnail generation takes time for video files. @mooflu thoughts on this issue?
Sorry for the delay, was on other projects The SMBConnection needs the following to work successfully ```python from smb.SMBConnection import SMBConnection from smb import smb_structs smb_structs.SUPPORT_SMB2 = True client_machine_name =...
I would say instead of rolling your own, it is better to add OAuth2.0/OIDC support and let the identity providers/auth servers like Authelia or KeyCloak do that job of handling...
With OIDC in place, it should work with both of them and many many more :)
Here is a sample stack for traefik + traefik forward auth https://github.com/adyanth/portable-oidc
Mine stops halfway for spotify songs. Is there any way to extract album/artist information only, rather than download the song when it fails?