toniebox-reverse-engineering / teddycloud

teddyCloud is an open source server replacement for the Boxine Cloud
https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/
GNU General Public License v2.0
487 stars 36 forks source link

Assign image to custom tag like assigning Tonie model #156

Closed henryk86 closed 1 month ago

henryk86 commented 7 months ago

Currently you can assign a tonie model to your custom tag. After that, the custom tag looks like the tonie in the web gui.

I would love to have the option to enter a image url (or in a deluxe version add an image) which then creates/adapts the entry in the tonies.custom.json and displays the image instead of the question mark icon in the web gui.

how it could be:

image

Additional line After Model: Image (edit:Icon)

And then a dialog selecting a picture (or just pasting a url).

SciLor commented 7 months ago

I think it makes sense to implement a full editor for the tonies.custom.json entries.

henryk86 commented 7 months ago

This (the full editor) needs actions in both Frontend and backend I assume. Frontend provide the form and backend provide the api for adding an entry to the custom.json?

Exitras commented 3 months ago

I also would love to add custom images. Please implement this into the Teddycloud 😊

henryk86 commented 3 months ago

@Exitras just for information. You can already assign custom images through the tonies.custom.json. But the images needs to be hosted somewhere as they can only be linked as url.

Exitras commented 3 months ago

@henryk86, thanks a lot for this information! Do you have an instruction/guide for this? Where do I have to put the link?

henryk86 commented 3 months ago

Have a look here: https://tonies-wiki.revvox.de/docs/tools/teddycloud/tonies-custom-json/

Exitras commented 3 months ago

Ahh, that worked very well. Thanks a lot! It's much nicer with my images :)

henryk86 commented 1 month ago

it's part of https://github.com/toniebox-reverse-engineering/teddycloud/issues/176