Reproduction states (all media_players)

Hi friends. How can I make a card that shows all the media players that are running.
I know how to get data from what is active but not from all players. I would like to make a card that shows every object that is reproduced every few seconds.

If you guide me it would be very helpful.
Thank you

type: custom:auto-entities
card:
  type: entities
filter:
  include:
    - domain: media_player
      state: playing
  exclude: []
sort:
  method: last_changed
show_empty: false

Thanks
But what I want is to show the image of a media player entity on a picture card.
What I need is to know how I do to show the ones that are active. For example, if I have two entities in playing, one is shown for two seconds and then the other and repeated.

It is also very good. I did not know auto-entities.
Thanks

I’m not aware of a card that scrolls between entities.

Dont worry. Thanks for responding.