Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few problems #834

Open
1ucay opened this issue Jan 26, 2025 · 1 comment
Open

Few problems #834

1ucay opened this issue Jan 26, 2025 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@1ucay
Copy link

1ucay commented Jan 26, 2025

Hi, I just test you plugin and have some problems:

  1. I opened page over QR code via browser. Open Network tab. For me it is downloading 1GB file from AI cdn (some models). It would be pain for mobile users or on wifi.. Is this even necessary?
  2. Can you please add in wizard tick, "I want download 1GB models from CDN (link), which gives me auto caption / etc..". Maybe this settings should be also in "Media Preferences" ( for mobile / tablet / desktop in each group ). You can also detect slow connection over JS, so maybe in this situation it should skip downloading models and disabled AI caption at all.
  3. In Gutenbergs - add Image - on side click to "start" in "Self Recording". I dont know why, but I have text in image block "Permission denied". Than I click to "Upload" from device on side. After one minute it shows image, but only on side in Media Experiments, not in image block. After adding new block, it shows my image.
  4. Icon "Uploads" on top bar should be visibled only if I upload first image over this func. For me it is better from UX point.
  5. Maybe you can add some documentation about VIPS Image Editor. Im using https://github.com/notglossy/vips-image-editor-ffi - I have to add to php.ini "ffi.enable=true"
    But in settings "Enhanced (libvips)" cannot be selected. In Healt Tab in Media I see "Image_Editor_Vips_FFI". Uploading and resizing image works ok.
  6. In AI auto caption, can you please add settings to set for locale for VOSK model? Also if I have Polylang / WPML, it can be so usefull, if it detect actual page locale. If not installed translation plugin, it should be default of locale of website.
  7. Block wp:cover - on side "Media Experiments" is box empty.

EDIT: I know, why "Self Recording" not working. I dont have camera connecteced to usb port :) So maybe you can enumerate devices (camera,microphone) and if does not exist, you can disable entire box?

Thank you for you work, it is amazing.

@swissspidy
Copy link
Owner

Hi there, thanks for testing this plugin and providing your feedback!

  1. I opened page over QR code via browser. Open Network tab. For me it is downloading 1GB file from AI cdn (some models). It would be pain for mobile users or on wifi.. Is this even necessary?

Good point, I should disable it by default on that screen.

  1. Can you please add in wizard tick, "I want download 1GB models from CDN (link), which gives me auto caption / etc..".

Hmm good idea about adding this to the getting started guide.

Maybe this settings should be also in "Media Preferences" ( for mobile / tablet / desktop in each group ).

There is already a setting to disable the AI experiments in the Media Preferences section. I don't see why this should be done per device group though 🤔

You can also detect slow connection over JS, so maybe in this situation it should skip downloading models and disabled AI caption at all.

Hmm interesting idea to incorporate this somehow. I'll think about it.

  1. In Gutenbergs - add Image - on side click to "start" in "Self Recording". I dont know why, but I have text in image block "Permission denied". Than I click to "Upload" from device on side. After one minute it shows image, but only on side in Media Experiments, not in image block. After adding new block, it shows my image.
    EDIT: I know, why "Self Recording" not working. I dont have camera connected to usb port :) So maybe you can enumerate devices (camera,microphone) and if does not exist, you can disable entire box?

Mhm this enumeration already happens. I'll need to check what is going wrong in this case.

  1. Icon "Uploads" on top bar should be visible only if I upload first image over this func. For me it is better from UX point.

You mean hide it completely if there is no upload in progress?

  1. Maybe you can add some documentation about VIPS Image Editor. Im using https://github.com/notglossy/vips-image-editor-ffi - I have to add to php.ini "ffi.enable=true"
    But in settings "Enhanced (libvips)" cannot be selected. In Healt Tab in Media I see "Image_Editor_Vips_FFI". Uploading and resizing image works ok.

The "Enhanced (libvips)" setting has nothing to do with Image_Editor_Vips_FFI. You don't need that.

If you can't select it, your site is probably not running on HTTPS.

  1. In AI auto caption, can you please add settings to set for locale for VOSK model? Also if I have Polylang / WPML, it can be so useful, if it detect actual page locale. If not installed translation plugin, it should be default of locale of website.

Yeah that all still needs to be implemented. The page locale is secondary. What matters is the language of the video that first needs to be detected.

  1. Block wp:cover - on side "Media Experiments" is box empty.

Hmm I thought this was supported and tested... will need to check it out.

@swissspidy swissspidy added bug Something isn't working enhancement New feature or request labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants