-
Notifications
You must be signed in to change notification settings - Fork 238
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
StarDict Textual: support resource files #558
Comments
To be clear, you are only talking about the icon showed by GoldenDict as dictionry icon. Media files aka resources, are placed in "res" folder for StarDict output. And are supposed to be used inside the dictionary text. And what if there are multiple .ico files like this example? |
It is the bmp one. If not, it may be |
Well how do we know if it's the dictionary icon or just an image used in some word's definition? |
This is why the title is "Preserve media when converting from Babylon BGL". They shouldn't be lost, so the user can decide what to do with them afterwards. |
Did you check the "res" folder? |
There is no such folder when converting Babylon to Stardict. Whatever goes to
|
Our StarDict textual does not support resources. The "res" folder is for StarDict format (binary). |
What is the problem to create a resource folder for stardict xml if it is created for apple xml? |
Babilon dictionaries have some media inside, at least the icon.
It can be seen when converted to AppleDict:
test ├── Makefile ├── OtherResources │ ├── 8EAF66FD.bmp │ ├── C2EEF3F6.html │ ├── icon1.ico │ └── icon2.ico ├── test.css ├── test.plist └── test.xml
However, when converted to, for example, StarDict (both text and binary) the icons are lost.
Enhancement suggestion: preserve icons according to the GoldenDict conventions:
The text was updated successfully, but these errors were encountered: