pyps4-2ndscreen
pyps4-2ndscreen copied to clipboard
Asyncio Python Library for controlling a Sony PlayStation 4 Console
Been trying to get my PS4 working in Home Assistant, but that never worked. Tried it locally and the logs seen below showed up. It doesn't matter what I enter...
This PR aims to improve test reliability of test `test_result_item_missing_data` by removing state pollution of `data` by making a deepcopy. The test can fail in this way by running `pip3...
**Media Data** ```json "CUSA00031": { "media_title": "Rayman\u00ae Legends", "media_image_url": null, "media_content_type": null, "locked": false } ``` **Title of Media**: "Rayman® Legends" **SKU ID**: "CUSA00031" **Region**: "Europe" ``` 2021-02-03 12:13:54 ERROR...
Should this then rather try to find the items e.g. here: https://orbispatches.com/CUSA00432 Then you'd get the media_image_url and the media_content_type, even if the game was deleted: https://orbispatches.com/CUSA00432 -> Evolve https://orbispatches.com/CUSA23465...
**Media Data** ``` "CUSA16183": { "media_title": "EA Play Hub", "media_image_url": null, "media_content_type": null, "locked": false } ``` **Title of Media**: "EA Play Hub" **SKU ID**: "CUSA16183" **Region**: "Europe"
**Media Data** ```json "NPXS21021": { "media_title": "PS5 Remote Play", "media_image_url": null, "media_content_type": null, "locked": false } ``` **Title of Media**: "PS5 Remote Play" **SKU ID**: "NPXS21021" **Region**: "Europe"
**Title of Media**: "Youtube" **SKU ID**: "CUSA01116" **Region**: "Portugal" ________________________________ **Title of Media**: "Playstation™ Now" **SKU ID**: "NPXS20114" **Region**: "Portugal" ________________________________
```json "CUSA11388": { "media_title": "Diablo IV", "media_image_url": null, "media_content_type": null, } ``` https://store.playstation.com/store/api/chihiro/00_09_000/titlecontainer/pl/en/999/CUSA11388_00/image does not exist but https://store.playstation.com/store/api/chihiro/00_09_000/titlecontainer/us/en/999/CUSA11388_00/image does **Title of Media**: "Diablo IV" **SKU ID**: eg. "CUSA11388" **Region**: eg....
### Media Data ```json "CUSA24659": { "media_title": "Yu-Gi-Oh! Master Duel", "media_image_url": null, "media_content_type": null, "locked": false } ``` **Title of Media**: Yu-Gi-Oh! Master Duel **SKU ID**: CUSA24659 **Region**: Europe /...