Dani John
Dani John
## Description When starting for the first time EarTrumpet consumes large amount of memory, this is likely because: Currently for the initial intro screen [WpfAnimatedGif](https://github.com/XamlAnimatedGif/WpfAnimatedGif) library is used for `Welcome.gif`...
Multiple wallpaper customisation presets with the ability to share/backup. **Original request:** https://www.reddit.com/r/LivelyWallpaper/comments/wbxeh7/can_you_guys_make_an_option_to_create_presets/ > you know that circle audio visualizer wallpaper? i already customized all the settings for it to my...
Progress tracking for gallery development. - [ ] [Microsoft store policy compliance](https://docs.microsoft.com/en-us/windows/uwp/publish/store-policies) - [ ] [Digital Storefront content.](https://docs.microsoft.com/en-us/windows/uwp/publish/store-policies#1113-third-party-digital-storefronts-content) - [ ] Publish and make available a developer and/or publisher terms...
Todo: - [ ] https://github.com/rocksdanister/lively/issues/322 - [ ] Complete webview2 (evergreen installer) implementation https://github.com/rocksdanister/lively/issues/1160 - [ ] Reduce bundled default wallpaper(s) size. Maybe: - [ ] Download default wallpaper(s) bundle...
 Keeping track of next major release milestone Lively v2.0 with a separate core architecture and brand new UI framework (winui3) Tasks: - [x] https://github.com/rocksdanister/lively/issues/969...
Investigate switching from [CSCore](https://github.com/filoe/cscore) to [NAudio](https://github.com/naudio/NAudio) library for audio processing which should fix https://github.com/rocksdanister/lively/issues/1194
Received an email from user: >I just wanted to mention that if you hibernate your PC instead of turning it off, it seems that Lively does not resume animation when...
Support and implement optional additional plugins for mpv player (video wallpaper) to improve user experience. Example: AMD FidelityFX Super Resolution for upscaling lower resolution videos: https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5 More shaders: https://github.com/bjin/mpv-prescalers https://github.com/bloc97/Anime4K...
**Describe the bug** Built in screensaver is being triggered while watching online video etc.. **To Reproduce**  **Additional context** Investigate further checks/flags: https://github.com/rocksdanister/lively/blob/0a004a04508760c016c9edbfac51aaa002ecf6f3/src/livelywpf/livelywpf/Helpers/Screensaver/ScreensaverService.cs#L284-L287 https://github.com/rocksdanister/lively/blob/0a004a04508760c016c9edbfac51aaa002ecf6f3/src/livelywpf/livelywpf/Helpers/Screensaver/ScreensaverService.cs#L358-L376
**Describe the bug** `SetImageFileAsync` API has a bug when being called from a non-UWP process: https://stackoverflow.com/questions/56935486/cached-image-not-being-updated-with-lockscreen-setimagefileasyncfile One possible solution/workaround would be to use background task: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/support-your-app-with-background-tasks **To Reproduce** Steps to...