When I add a link for a slideshow as an asset it loads and displays properly. When I edit the asset and change the “Play For” setting, to set a schedule or simply play forever, things break. The slide show will reload but the delay and repeat settings are ignored. It just skips through the slides (maybe 1.5 sec delay but delay is set to 10) and at the final slide it hangs without looping.
It appears to be sticking a bunch of “amp;” in the link after each of the ampersand signs in the original link. Why is it doing this and how do I fix it?
@WBB
This issue is fixed on this PR which is awaiting merging. Basically what is happening is that the & character is being escaped and thus the google slides part of the URL that controls this gets ignored.
This is fixed. The cause was the extra settings in your Google Slides link (the part that controls the delay and looping) getting dropped when the asset was saved, so the slideshow raced through the slides. Anthias now keeps the full link intact, so changing the Play For or the schedule no longer breaks the slide timing. Marking this as solved. If you still see this on a current version, please let us know.