Media Selector without a device

The Media Selector (Selectors - Home Assistant)
presents a UI for choosing a player and the media that the selected player supports. However when using the selector for a field in a script, exposing the player selection may not always be desirable.

For example, if one is writing a script that already has a target device in mind, it would be desirable to only allow the media itself to be selected. In this case, the desired behavior would be to specify the device for the selector but hide the selection when the field value is being presented for input.

Alternatively, there may be cases where the desire is to select the player separately or programmatically. In this case, it would be very useful if one could specify to the selector the capabilities supported and have the media selection show.

In short, I would like to see a media selector that is just that, a selector of MEDIA without the selection of a device.

Did you ever find the solution?