LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
93 stars 28 forks source link

Frameonly mode #25

Open s00500 opened 4 years ago

s00500 commented 4 years ago

I have run into a stupid issue when the frame is actively turned on and off. when I send a picture and it takes more than 24 hours for the frame to start then telegram drops the cached image. To solve this I want to have a frameonly mode and a bot only mode. The two instances are running and are synced via Google Drive or some other could storage.

This way it is also easy to delete photos

Things that need to be done to do so:

Separate metadata into multiple files, one per photo Create a frame only mode Actively watch filesystem for changes ...

I already started the implementation of this :-)

Let me know if you have any additional ideas or thoughts

LukeSkywalker92 commented 4 years ago

Hi, sounds good.

Do you plan to run the botonly and frameonly mode on separate machines?

s00500 commented 4 years ago

Exactly, Ideally you could even have multiple frames for the same bot

kris711 commented 4 years ago

any news for this development? I'd really like to have a frameonly mode too 👍

s00500 commented 4 years ago

hm currently this is implemented on my own fork and it is working... but it is also not ideal and kills a lot of the other features... also there have been many changes in the meanwhile on the master branch...

sohamakl commented 4 years ago

Are you still working on this? I could use the feature as well.

s00500 commented 4 years ago

No change since my last comment, checking my code and adapting it to the current master is very welcome, but currently I don't really have the time for it... sorry

gegu commented 4 years ago

If someone is still interested and supports me a bit, I would start the development of an addon for this topic.