LukeSkywalker92 / TeleFrame

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

Delete outdated files, when popping them from images list #51

Closed Trenar closed 4 years ago

Trenar commented 4 years ago

Prevent overfull harddrive / SD card. Old images are no more needed (and even no more accessible to the frontend) after popping them from images-list.

Besides, fixed off-by-one error when comparing length with image count

LukeSkywalker92 commented 4 years ago

Hi Trenar,

thanks for your work. Please follow the contribution guidelines (TeleFrame/.github/CONTRIBUTING.md) for pull requests.

I would like to make this feature optional. So please add a config parameter for this.

Cheers Luke

Trenar commented 4 years ago

Hi, sorry for PR to master branch.. Just read the guideslines after creating this PR.

Furthermore, I implemented a config parameter, see PR #53.

Best, Trenar