Results 70 issues of 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`...

type: bug
status: fixed in next update

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...

enhancement

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...

enhancement

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...

enhancement

![Lively Banner HiQ With Drop Shadow](https://user-images.githubusercontent.com/17554161/158042616-b74a3ddd-25fc-46c4-af2a-ae85bd6eb8ed.png) 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...

enhancement

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

enhancement

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...

bug

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...

enhancement

**Describe the bug** Built in screensaver is being triggered while watching online video etc.. **To Reproduce** ![Screenshot 2021-09-16 184034](https://user-images.githubusercontent.com/17554161/133618139-5fdf3426-8fab-4866-9eba-22c781be7f57.png) **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

bug
help wanted
screensaver

**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...

bug
help wanted