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

Each file can be described individually and photos can be transferred for preview #743

Open
zhaohuaican opened this issue Sep 21, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@zhaohuaican
Copy link

Is it possible to add file description and picture content to each file? I have stored some 3D model files, but I don't want to download each one. I want to use preview images. At present, my solution is to judge the prefix and the name of the 3D model file to realize preview images. Because now when I'm talking about deleting files the thumbnails and the video files have to be deleted together,I hope you have the right solution

@zhaohuaican zhaohuaican changed the title List files Each file can be described individually and photos can be transferred for preview Sep 21, 2024
@rejetto
Copy link
Owner

rejetto commented Sep 21, 2024

technically with HFS you may do anything about icons, as you can make a plugin to associate any icon to files.
I made a plugin called file-icons, that has a few capabilities, but i'm not sure if one fits your need.
1: are you running on Windows?
2: what is your files' extension?
3: you want to set the icon manually for each file? because with version 0.54 you can do that

@rejetto rejetto added the enhancement New feature or request label Sep 21, 2024
@zhaohuaican
Copy link
Author

从技术上讲,使用 HFS,您可以对图标进行任何操作,因为您可以制作一个插件将任何图标与文件关联起来。 我制作了一个名为 file-icons 的插件,它有一些功能,但我不确定是否有一个适合您的需求。 您是在 Windows 上运行的吗? 您的文件扩展名是什么?

Thanks so much for responseThank you for your reply
1726906560746

I am running on windows, and I am plugged into the Unity game engine, making a file server, managing 3D model files and texture maps and some unity plug-ins, but each file may correspond to a usage document or plug-in usage document, or a preview of the 3D model, so I would like to ask, Do you have a good interface implemented here

@rejetto
Copy link
Owner

rejetto commented Sep 21, 2024

1: Do you see a preview when looking at these files in Windows file manager? If yes, then you can use file-icons plugin to show the same preview in HFS.

2: what is the screenshot you posted? is that from Unity or a customized HFS ?

@rejetto
Copy link
Owner

rejetto commented Sep 21, 2024

the answer to question 1 seems to be "no", but i've found program that claims to display preview of fbx (among other formats)
https://github.com/EYHN/space-thumbnails

if you can get this program to work, then you can install hfs plugin "file-icons", and use this options
image

you just need to enter "fbx" in this field, and it should work.

@zhaohuaican
Copy link
Author

the answer to question 1 seems to be "no", but i've found program that claims to display preview of fbx (among other formats) https://github.com/EYHN/space-thumbnails

if you can get this program to work, then you can install hfs plugin "file-icons", and use this options image

you just need to enter "fbx" in this field, and it should work.

Thank you for your prompt reply. The information in my screenshot is from HFS. I will try the solution you suggested. Can comments have images? I checked the .io file and it seems to be just a plain text file.

@rejetto
Copy link
Owner

rejetto commented Sep 21, 2024

yes, plain text.
to embed images in comments would be possible with html. I will consider it for the future.

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

No branches or pull requests

2 participants