> For the complete documentation index, see [llms.txt](https://docs.xibosignage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xibosignage.com/kb/player-app.md).

# Player App

- [Managing Player storage](https://docs.xibosignage.com/kb/player-app/managing-player-storage.md): Media files, Layouts and other metadata are downloaded from the CMS onto the Player to allow for local playback in the most efficient way and to allow for offline use.
- [Player not updating from the CMS?](https://docs.xibosignage.com/kb/player-app/player-not-updating-from-the-cms.md): When the logged in status in the CMS is showing as a X, there are a number of potential reasons to be considered.
- [Player Licensing over HTTPS](https://docs.xibosignage.com/kb/player-app/player-licensing-over-https.md): A device will automatically connect to My Account using the Licence Pool information provided during the Player Installation process.
- [Error shown when I try to licence my Player?](https://docs.xibosignage.com/kb/player-app/error-shown-when-i-try-to-licence-my-player.md): There are a couple of reasons to explore as to why you are seeing this type of error message.
- [Xibo Player Version Override](https://docs.xibosignage.com/kb/player-app/xibo-player-version-override.md): It may be necessary to run a different Player Version on selected Displays, this can be achieved by using the Player Version Override from the CMS
- [How do I connect my Android Player App to the CMS manually?](https://docs.xibosignage.com/kb/player-app/how-do-i-connect-my-android-player-app-to-the-cms-manually.md): Follow the steps below if you cannot connect your device to the CMS with the recommended 'Use Code' option.
- [How can I install the Xibo Player App on unsupported Android Media Players?](https://docs.xibosignage.com/kb/player-app/how-can-i-install-the-xibo-player-app-on-unsupported-android-media-players.md): In order to install the Xibo Player App on unsupported Android Media Players, you first need to configure some settings on the Android device.
- [4k Panel Resolution with Android](https://docs.xibosignage.com/kb/player-app/4k-panel-resolution-with-android.md)
- [How do I get access to troubleshoot the Player App for Android?](https://docs.xibosignage.com/kb/player-app/how-do-i-get-access-to-troubleshoot-the-player-app-for-android.md)
- [Gapless Playback](https://docs.xibosignage.com/kb/player-app/gapless-playback.md): Xibo supports gapless playback for selected Player apps and supported hardware.
- [Gapless Playback webOS](https://docs.xibosignage.com/kb/player-app/gapless-playback/webos-gapless-playback.md)
- [How do I connect the Player App for LG webOS SoC hardware to the CMS manually?](https://docs.xibosignage.com/kb/player-app/how-do-i-connect-the-player-app-for-lg-webos-soc-hardware-to-the-cms-manually.md): Follow the steps below if you cannot connect your device to the CMS with the recommended 'Use Code' option.
- [Automate CMS credentials for LG webOS SoC](https://docs.xibosignage.com/kb/player-app/how-do-i-connect-the-player-app-for-lg-webos-soc-hardware-to-the-cms-manually/automate-cms-credentials-for-lg-webos-soc.md): Once configured, connect a USB to your LG webOS Soc for an easier way to provide CMS credentials. Follow the steps to automate credentials on Player start up.
- [Downgrading your LG webOS Player via the CMS](https://docs.xibosignage.com/kb/player-app/downgrading-your-lg-webos-player-via-the-cms.md): Whilst we recommend running the latest version of the webOS Player, you may find yourself in a situation where you need to revert to a previous release.
- [How do I connect the Player App for Tizen SoC hardware to the CMS manually?](https://docs.xibosignage.com/kb/player-app/downgrading-your-lg-webos-player-via-the-cms/how-do-i-connect-the-player-app-for-tizen-soc-hardware-to-the-cms-manually.md): Follow the steps below if you cannot connect your device to the CMS with the recommended 'Use Code' option.
- [Installing / Upgrading / Downgrading the Xibo Player on a Samsung Tizen SoC via USB](https://docs.xibosignage.com/kb/player-app/installing-upgrading-downgrading-the-xibo-player-on-a-samsung-tizen-soc-via-usb.md): If you cannot install via our recommended method via the CMS, the Xibo Player can be installed and upgraded locally using a USB device. The same process applies for upgrades/downgrades.
- [Downgrading your Samsung Tizen Player via the CMS](https://docs.xibosignage.com/kb/player-app/installing-upgrading-downgrading-the-xibo-player-on-a-samsung-tizen-soc-via-usb/downgrading-your-samsung-tizen-player-via-the-cms.md): Whilst we recommend running the latest version of the Tizen Player, you may find yourself in a situation where you need to revert to a previous release.
- [Automate CMS credentials for Samsung Tizen SoC](https://docs.xibosignage.com/kb/player-app/automate-cms-credentials-for-samsung-tizen-soc.md): Once configured, connect a USB to your Samsung Soc for an easier way to provide CMS credentials. Follow the steps to automate credentials on Player start up.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xibosignage.com/kb/player-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
