Jason Landbridge
Jason Landbridge
Makes sense, it's missing from here: https://github.com/LukeHagar/plex-api-spec/blob/main/src/models/common/PlexMediaType.yaml https://github.com/LukeHagar/plex-api-spec/blob/main/src/models/common/PlexMediaTypeString.yaml You can make a PR to get it resolved
Already fixed in a different MR
Implement multi-architecture base images in Dockerfile to support ARMv7 (Currently only ARM64/AMD64(
> Hi, I had plexripper:test running, I used the same compose file and changed it to plexripper:dev, but that one fails to run (logging): exec /init: exec format error @ThaMattie...
Implement multi-architecture base images in Dockerfile to support ARMv7 (Currently only ARM64/AMD64(
@ThaMattie That is very weird, what is your hardware and can you post your docker compose? And did you make sure to update the plexripper:dev image that you got the...
Implement multi-architecture base images in Dockerfile to support ARMv7 (Currently only ARM64/AMD64(
@ThaMattie Chat-GPT to the rescue: Can you try to set the platform: ```yaml version: '3.8' services: my_service: image: your-image:tag platform: linux/arm64 #
Implement multi-architecture base images in Dockerfile to support ARMv7 (Currently only ARM64/AMD64(
> Maybe it is getting the arm64 image, but the image is incorrect? Could very well be, I'm looking into it and I will try building it differently. See if...
Implement multi-architecture base images in Dockerfile to support ARMv7 (Currently only ARM64/AMD64(
@Llntrvr The Dockerfile should work but it needs to be build on a ARM64 / ARM7 Device, which is currently not happening in the Docker publishing pipeline. @frosit The hero...
Hi, could you send the account token to [email protected] so i can take a look?
Workaround: You can use [dash-mpd-cli](https://github.com/emarsden/dash-mpd-cli) to download a Plex media by the stream URL which ends in .mpd. ## How to get the MPD URL from Plex 1. **Open Plex...
Great! An alternative is [PlexRipper](https://github.com/PlexRipper/PlexRipper) (shameless plug as I am the author) that does this as well.