reconman

Results 289 comments of reconman

From Discord: You want to go in Settings -> Display -> Camera cutout. In there find the FGO app and set it to 'Hide camera cutout'. This should introduce a...

@Moebius09 Which FGA version?

Seems like multithreading support was added in Chrome 74 by default, and I can't really find anything on how to use multithreading in AssemblyScript other than using Web Workers, which...

I patched PlexAniSync so TMDB One Piece works with a mapping like this: ``` - title: "One Piece" seasons: - season: 1 anilist-id: 21 - season: 2 anilist-id: 21 -...

> Oh, does this also work on other series? Like Hunter x Hunter? Yes if you provide a similar mapping to the one I posted.

I think you need a custom mapping to fix this problem. PlexAniSync doesn't remove the year when looking through your existing entries.

> I got the same problem, based on my research it seems like the Docker-Container failes to install the requirements. The Tautulli User has no home directory. Manually creation after...

I tested the image and everything works normally: logs ``` usermod: no changes Updating settings.ini Running Tautulli using user tautulli (uid=1000) and group tautulli (gid=1000) 2024-04-13 15:51:28 - INFO ::...

This line right here sets the python path so the root packages are included: https://github.com/RickDB/PlexAniSync/blob/master/Docker/Tautulli/Dockerfile#L23 Are you sure you're using the current `latest` tag and not an old one?

You can see that the packages are installed if you run ``` su tautulli pip list ``` instead. Do you have PlexAniSync logs (from the Logs section of Portainer) for...