feat(chrome): Add user debugging

This commit is contained in:
FoxxMD 2024-01-12 11:38:52 -05:00
parent 758770d278
commit 8c402238ed
3 changed files with 33 additions and 1 deletions

View file

@ -25,7 +25,7 @@ title: Overview
* [JRiver](#jriver)
* [Kodi](#kodi)
* [WebScrobbler](#webscrobbler)
* [Google Cast (Chromecast)](#google-cast--chromecast-)
* [Google Cast (Chromecast)](#google-cast--chromecast)
* [Client Configurations](#client-configurations)
* [Maloja](#maloja)
* [Last.fm](#lastfm)
@ -703,6 +703,28 @@ If your media device can be **Cast** to using this button ![Chromecast Icon](htt
The machine and/or container running multi-scrobbler must be configured to allow [mDNS traffic on port 5353/UDP](https://book.hacktricks.xyz/network-services-pentesting/5353-udp-multicast-dns-mdns).
#### Cast Troubleshooting
Please include any/all logs with raw output if there are any errors encountered as this is critical to diagnosing issues.
To diagnose bad/incomplete track information or strange MS player behavior please turn on **payload logging** and include log output of the source running to help diagnose this issue:
```json5
// in chromecast.json or config.json sources
[
{
"name": "MyCast",
"type": "chromecast",
"data": {
//...
},
"options": {
"logPayload": true
}
}
]
```
### ENV-Based
| Environmental Variable | Required? | Default | Description |