> For the complete documentation index, see [llms.txt](https://glitch9.gitbook.io/native-media-player/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glitch9.gitbook.io/native-media-player/introduction/faq.md).

# FAQ

**Q: How do you switch to another playlist in background mode?**

{% hint style="info" %}
Background mode supports only one playlist at a time. To switch playlists, you need to do so within Unity.
{% endhint %}

#### Q: Will multiple playlists in background mode be supported in the future?

{% hint style="warning" %}
If there is sufficient demand for the feature, I will consider adding support for multiple playlists in background mode. However, so far, only one customer has requested this feature in the past three years.
{% endhint %}

#### Q: AddMediaItem doesn't work properly.

{% hint style="warning" %}
Adding a media item at runtime is currently a test feature. It is unstable and may not work properly. It is always safer to create a new playlist.
{% endhint %}

#### Q: Can Native Media Player play multiple audio tracks at once?

{% hint style="info" %}
Given the current structure of the plugin, implementing this feature would require a complete overhaul. It would be more practical to develop a new plugin from scratch. If there is significant demand, I will consider developing a new plugin to support this functionality.
{% endhint %}
