Chaz Larson

Results 114 comments of Chaz Larson

What's causing the issue here is that `None` should be an internal Plex ID: ``` (redacted)/playlists/23193/items/None/move ``` This is telling Plex to move an item with the ID of `None`...

There is information in the wiki about running it on a home server.

> I see that `.envrc` is added, is that intentional here? Yeah, for those who use direnv > Also can't merge because of a conflict in changelog Fixed.

I've got an implementation of this, but it doesn't appear that changing the art in the UI locks the field. Setting it with Kometa does, but not the UI.

They do work as a list, so the path of least resistance is probably to update the wiki to reflect this.

New requirements [tensorflow, specifically] won't install in the docker build; it appears this will require a change in the base image. Changing the base from `python:3-slim` to `python:3-buster` allows tensorflow...

I also had to specifically install `tf-keras` to get it to run not-in-docker: ``` ValueError: You have tensorflow 2.19.0 and this requires tf-keras package. Please run `pip install tf-keras` or...

Here's one consideration: ``` kometateam/kometa googly f111ecdd9279 6 minutes ago 2.41GB kometateam/kometa latest 073cab07d927 4 weeks ago 302MB ``` This is just changing the base image to `python:3.12-slim` That's mostly...