Problems with slideshow #761
-
I'm trying to use Auto Dark Mode along with slideshow setting from Windows 10, however, every time I start Windows, the theme changes automatically to some themes named ADMUnmanaged(Light/Dark), which are created automatically even if I delete them. EDIT: It's not only after startup, but after the scheduled mode change from light to dark or vice-versa, ADMUnmanaged Light/Dark themes gets automatically selected as well, so I have to manually change it back also. The problem with these themes is that the slideshow doesn't work with them, it just displays the first image in the folder as if it were in the "picture" setting, I never heard about these ADM themes, it seems it's something specific to the app itself since the only result I get when searching about it on Google is this page, although I couldn't find any mention to this here: I also tried to find something about themes changing automatically on Google itself, but nothing really useful, that's why I thought it'd be worth asking here. I'm using this version of the app:
It's a Windows 10 Pro x64, if it's ever useful. Thanks in advance. EDIT 2: Seems the ADM themes don't stop the slideshow, I still don't know what they are or why they are created, but I was wrong about the problem. Still, there's still some weird behavior about the slideshow intervals changing whenever I change the theme or the tab in the settings windows, but it's not like I'll go as far to ask for a fix just for this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The ADM unmanaged themes are (supposed to be) carbon copies of the custom themes you defined. The configured slideshow interval should not be touched, unless there is a variable in the theme file that I didn't account for when I implemented theme file parsing. You can certainly ask for a fix. If it's related to ADM, I'll try to investigate if I can get it working again. Please note though: When you have your light mode slideshow running and the you switch your theme to the dark mode slideshow, the interval timer may reset. Also, you're not on the latest version of ADM. Switch to the beta branch in settings, update and try again first. |
Beta Was this translation helpful? Give feedback.
I've managed to ascertain that Auto Dark Mode parses and sets the interval correctly within the theme file.
However, Windows themes only seem to apply slideshow timing values that are configurable in the UI:
Values out side of that range are not supported. Instead, Windows then selects 1 minute as default option.
Your theme has 5 minutes set, which is not among the supported values. Thus it won't work.
It might be possible for you to write a script that manually changes the registry entry after a theme has been applied and hook that with the ADM scripting engine if you want a custom interval.