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

Request: add samba support #1

Open
skwzrd opened this issue Mar 26, 2024 · 1 comment
Open

Request: add samba support #1

skwzrd opened this issue Mar 26, 2024 · 1 comment

Comments

@skwzrd
Copy link

skwzrd commented Mar 26, 2024

Hey, I love this project! I'm currently running Ubuntu 23.10 with GNOME 45.2 and can't generate thumbnails for videos, so having this tool to use is awesome. Thank you for your hard work.

Could you add Samba support?

Entering /run/user/1000/gvfs/smb-share:server=192.168.0.11,share=smb_home/ in a browser, or VSCode, takes me to a file directory listing. Using that syntax, or smb://192.168.0.11/smb_home/ would be awesome. Authentication support would be appreciated so it doesn't have to be a "public" share.

Why?

Currently, I can't upload files from a Samba share with my browser (FireFox), let alone see their thumbnails. I have to copy a file to my Desktop, then navigate to the file.

@dvhar
Copy link
Owner

dvhar commented Mar 28, 2024

I'm not sure if pikeru can help in that situation so you'll have to do a little test. What the filepicker does is just echo the selected filepaths back to the portal, so the way you would test it is by replacing eval "$cmd" in the pikeru script with echo 'smb://192.168.0.11/smb_home/some_real_file' (or the other syntax) and seeing if the browser is able to read it. If the browser can read it, then adding samba to pikeru would help, otherwise it wouldn't do anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants