ptr727 / PlexCleaner

Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin
MIT License
245 stars 12 forks source link

Switch to Alpine 3.20 when released #344

Closed ptr727 closed 3 days ago

ptr727 commented 1 month ago

Is this a new issue that can be reproduced using the latest version?

Which operating systems reproduce the issue?

Version information.

Alpine 3.19 and Alpine Edge

Steps to reproduce?

Handbrake is currently only available on Alpine Edge, mixing media tools from released builds and edge cause issues, and building from Edge is unstable.

Do not mix content from e.g. v3.19 and Edge:

RUN apk --upgrade --no-cache add \
        ffmpeg --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        mediainfo --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        mkvtoolnix --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        handbrake --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/

Switch to Alpine 3.20 when released around May 2024.

Commandline.

NA

Relevant log output.

NA

Settings file.

NA

Log file.

No response

Media file information.

NA
ptr727 commented 1 month ago

Hanbrake is now also failing to install on Edge.

Will wait until Alpine 3.20 is released, and only re-enable Alpine builds is Handbrake installs are stable.