integrityCheckarr icon indicating copy to clipboard operation
integrityCheckarr copied to clipboard

A tool to check your movie collection for corrupted files. Based on docker with a nice web dashboard.

Results 8 integrityCheckarr issues
Sort by recently updated
recently updated
newest added

``` integrity-checkarr | [2023-01-30 01:26:23 +0000] [1] [INFO] Starting gunicorn 20.1.0 integrity-checkarr | [2023-01-30 01:26:23 +0000] [1] [INFO] Listening at: http://0.0.0.0:8050 (1) integrity-checkarr | [2023-01-30 01:26:23 +0000] [1] [INFO] Using...

Bumps [dash](https://github.com/plotly/dash) from 2.7.1 to 2.9.3. Release notes Sourced from dash's releases. Dash v2.9.3 Fixed #2489 Fix location change event handling when Location objects are removed from the layout. Event...

dependencies

Bumps [plotly](https://github.com/plotly/plotly.py) from 5.12.0 to 5.14.1. Release notes Sourced from plotly's releases. v5.14.1 Fixed Fixed compatibility issue with Pandas 2.0 [#4103] v5.14.0 Updated Updated Plotly.js from version 2.18.2 to version...

dependencies

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.2 to 2.0.0. Release notes Sourced from pandas's releases. Pandas 2.0.0 We are pleased to announce the release of pandas 2.0.0, a major release from the pandas...

dependencies

Hello, I tried to build it under docker with next config: ``` version: '3' services: checkarr: image: babalion/integrity-checkarr ports: - "8050:8050" environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} volumes: -...

Bumps [numpy](https://github.com/numpy/numpy) from 1.24.1 to 1.24.2. Release notes Sourced from numpy's releases. v1.24.2 NumPy 1.24.2 Release Notes NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after...

dependencies

The docker container does not start and outputs errors.

bug