Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FadeArt not cycling multiple artworks #227

Closed
keilmillerjr opened this issue May 29, 2016 · 4 comments
Closed

FadeArt not cycling multiple artworks #227

keilmillerjr opened this issue May 29, 2016 · 4 comments

Comments

@keilmillerjr
Copy link
Contributor

https://github.com/mickelson/attract/blob/master/config/modules/fade.nut

//
// FadeArt - creates an artwork that does a smooth fade from existing to
// new when it changes images.  This artwork also cycles the image that is
// displayed when multiple artworks are available for a particular game.
//

I have marquee artwork with two paths. The FadeArt works as expected, except for a timed fade into the second art path (if available). Is anyone else experiencing this?

mickelson added a commit that referenced this issue Jun 8, 2016
@mickelson
Copy link
Owner

Ok, this should be fixed now when artwork is matched across multiple paths.

@rsn8887
Copy link

rsn8887 commented Jun 17, 2016

Is it possible to make the random selection of artwork that is matched across multiple paths optional?

If turned off, AM should use the artwork in the first configured folder at first and only if no artwork is found there should it then continue to look in the second folder and so on.

For example, I have set up multiple artwork folders, the first one being 2D boxart, then 3D boxart, then title screenshots etc. It would be great to be able to revert back to the old behavior. Then AM would only display title screen artwork if there is really neither 3D nor 2D boxart available, instead of randomly picking from all available folders.

@keilmillerjr
Copy link
Contributor Author

Issue was closed, but never resolved. I can probably figure out how to modify fade.nut to take two types of configured artworks and work as intended, but it will be a few weeks due to my current living situation.

@mickelson
Copy link
Owner

This has recently been changed again in the dev repository: b23c881

fade should randomize across all matched artwork from all configured paths. Note that only art at the same level of the "selection order" (see readme.md) gets returned.

Hopefully this ome fixes this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants