From 10de51a307ca73b16c457e389b3db07f8a1c381b Mon Sep 17 00:00:00 2001 From: Jordan Ramos Date: Tue, 16 Dec 2025 18:45:46 -0700 Subject: [PATCH] docs(truenas): add comprehensive Docker apps/containers documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added TRUENAS_APPS.md with complete documentation of all 13 Docker containers - Documented container health status, networking, storage mounts, and configurations - Included disaster recovery export (truenas-apps-export-20251216-143515) with: - Individual container configs and metadata - Docker images, networks, volumes, and compose projects - App configuration and mount point listings - Updated README.md to reference TRUENAS_APPS.md in documentation index - Updated scribe.md timestamp This establishes comprehensive documentation for TrueNAS Scale Docker infrastructure including Plex, *arr stack (Sonarr/Radarr/Bazarr/Prowlarr), Deluge, Gluetun VPN, FlareSolverr, Dockge, and Beszel monitoring agent. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- README.md | 1 + TRUENAS_APPS.md | 816 ++ .../configs/apps/metadata.yaml | 553 + .../exports/apps/app_configs_list.txt | 1104 ++ .../exports/apps/app_mounts_list.txt | 11110 ++++++++++++++++ .../apps/containers/arr-stack-bazarr-1.json | 291 + .../apps/containers/arr-stack-radarr-1.json | 294 + .../apps/containers/arr-stack-sonarr-1.json | 296 + .../exports/apps/containers/beszel-agent.json | 228 + .../exports/apps/containers/deluge.json | 247 + .../exports/apps/containers/epic_dewdney.json | 264 + .../exports/apps/containers/flaresolverr.json | 230 + .../exports/apps/containers/frosty_gates.json | 264 + .../exports/apps/containers/gluetun.json | 455 + .../apps/containers/ix-dockge-dockge-1.json | 372 + .../containers/ix-plex-permissions-1.json | 288 + .../apps/containers/ix-plex-plex-1.json | 408 + .../exports/apps/containers/prowlarr.json | 235 + .../exports/apps/docker-compose-projects.json | 0 .../exports/apps/docker-containers.json | 210 + .../exports/apps/docker-containers.txt | 14 + .../exports/apps/docker-images.json | 405 + .../exports/apps/docker-networks.json | 62 + .../exports/apps/docker-volumes.json | 122 + .../exports/apps/docker_sizes.txt | 0 sub-agents/scribe.md | 20 +- 26 files changed, 18287 insertions(+), 2 deletions(-) create mode 100644 TRUENAS_APPS.md create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/configs/apps/metadata.yaml create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_configs_list.txt create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_mounts_list.txt create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-bazarr-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-radarr-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-sonarr-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/beszel-agent.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/deluge.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/epic_dewdney.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/flaresolverr.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/frosty_gates.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/gluetun.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-dockge-dockge-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-permissions-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-plex-1.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/prowlarr.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-compose-projects.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.txt create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-images.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-networks.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-volumes.json create mode 100644 disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker_sizes.txt diff --git a/README.md b/README.md index 0b413f1..d92f569 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Unlike traditional SSH-based configuration dumps, this system uses the **TrueNAS ## Usage Guides - **[INDEX.md](INDEX.md)**: Comprehensive file navigation and command reference +- **[TRUENAS_APPS.md](TRUENAS_APPS.md)**: Docker containers and TrueNAS applications catalog with health status and network configuration - **[START-HERE-DOCS/README-TRUENAS.md](START-HERE-DOCS/README-TRUENAS.md)**: Quick start guide - **[START-HERE-DOCS/TRUENAS_COLLECTION_README.md](START-HERE-DOCS/TRUENAS_COLLECTION_README.md)**: Complete collection system documentation - **[START-HERE-DOCS/TRUENAS_API_REFERENCE.md](START-HERE-DOCS/TRUENAS_API_REFERENCE.md)**: API v2.0 endpoint reference diff --git a/TRUENAS_APPS.md b/TRUENAS_APPS.md new file mode 100644 index 0000000..313b0f6 --- /dev/null +++ b/TRUENAS_APPS.md @@ -0,0 +1,816 @@ +# TrueNAS Docker Apps and Containers + +**Last Updated**: 2025-12-16 +**Source**: `/home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/` +**Export Reference**: truenas-apps-export-20251216-143515 + +--- + +## Overview + +This document catalogs all Docker containers and TrueNAS applications deployed on the TrueNAS Scale system at 192.168.2.150. The inventory includes 13 containers across 5 functional categories: Media Management, VPN/Networking, Media Streaming, Infrastructure Management, and Monitoring. + +**Collection Details**: +- Export Date: 2025-12-16 14:35:15 +- Format: JSON + YAML metadata +- Containers: 13 total (7 running healthy/active, 6 unhealthy/exited) +- Networks: 6 Docker networks (3 compose-managed, 2 bridge, 1 host) +- Volumes: Multiple named and anonymous volumes + +--- + +## Quick Reference: Container Status Matrix + +| Container | Status | Health | Uptime | Port | Function | +|-----------|--------|--------|--------|------|----------| +| ix-plex-plex-1 | Running | Healthy | 3 days | 32400 | Media Server | +| arr-stack-sonarr-1 | Running | - | 2 days | 8989 | TV Automation | +| arr-stack-radarr-1 | Running | - | 2 days | 7878 | Movie Automation | +| arr-stack-bazarr-1 | Running | - | 2 days | 6767 | Subtitle Automation | +| ix-dockge-dockge-1 | Running | Healthy | 3 days | 31014 | Docker Manager | +| gluetun | Running | Unhealthy | 2 days | 8112 | VPN Gateway | +| deluge | Running | - | 2 days | - | Torrent Client | +| prowlarr | Running | - | 2 days | - | Indexer Hub | +| flaresolverr | Running | - | 2 days | - | CF Bypass | +| beszel-agent | Running | - | 3 weeks | - | Monitor Agent | +| epic_dewdney | Running | Unhealthy | 2 days | - | NordVPN #1 | +| frosty_gates | Running | Unhealthy | 2 days | - | NordVPN #2 | +| ix-plex-permissions-1 | Exited (0) | - | 3 days ago | - | Init (Plex) | + +--- + +## Detailed Container Documentation + +### Media & Streaming Stack + +#### Plex Media Server (ix-plex-plex-1) + +``` +Status: Running (Healthy) βœ“ +Uptime: 3 days +Image: plexinc/pms-docker:1.42.2.10156-f737b826c +Container ID: 3a2f37cf7910 +Created: 2025-12-12 19:30:02 +Size: 354MB +``` + +**Network Configuration**: +- Network: `ix-plex_default` (Compose bridge network) +- Exposed Ports: + - `32400/tcp` β†’ `0.0.0.0:32400` (Primary web UI) + - `1900/udp` (SSDP discovery for UPnP) + - `8324/tcp` (Plex Companion protocol) + - `32412-32414/udp` (Server communication) + - `32469/tcp` (DLNA media server) + +**Storage & Volumes**: +- Config: `/mnt/.ix-apps/app_configs/plex/` +- Media Library: `/mnt/Vauly/media/` (mounted from ZFS pool) +- Transcode Cache: Anonymous volumes for temporary encoding + +**Health Check**: Enabled and passing +- Confirms proper Plex daemon operation +- Verifies network accessibility +- Validates media database integrity + +**Application Metadata**: +- Catalog Train: `stable` +- App Version: 1.2.19 +- Chart Version: 1.42.2.10156-f737b826c +- Maintainer: TrueNAS +- Last Updated: 2025-07-23 + +**Connected Services**: Communicates with Sonarr, Radarr, Bazarr via `ix-plex_default` network for direct library updates. + +**Security Context**: Runs as root (uid 0, gid 0) with supplementary group `apps`. Has full access to media paths and Docker socket. + +**Web UI Access**: `http://:32400/web` + +--- + +### *Arr Stack: Media Automation Suite + +The *arr stack provides integrated media discovery, acquisition, and management for Plex. + +#### Sonarr (arr-stack-sonarr-1) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: lscr.io/linuxserver/sonarr:latest +Container ID: 3ef4c33c4303 +Created: 2025-12-13 08:23:53 +Size: 205MB +``` + +**Network**: `ix-plex_default` (bridge) - communicates with Plex, Radarr, Bazarr + +**Exposed Port**: +- `8989/tcp` β†’ `0.0.0.0:8989` (Web UI) + +**Storage Paths**: +- TV shows: `/mnt/Vauly/media/tv` +- Monitoring: Configuration in `ix-plex_default` network context +- Temp/Cache: Anonymous volumes + +**Function**: Monitors RSS feeds and indexers for new TV episodes. Automatically triggers downloads via Gluetun/Deluge when releases match specified criteria. + +--- + +#### Radarr (arr-stack-radarr-1) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: lscr.io/linuxserver/radarr:latest +Container ID: b717503fcc3d +Created: 2025-12-13 08:23:53 +Size: 218MB +``` + +**Network**: `ix-plex_default` (bridge) + +**Exposed Port**: +- `7878/tcp` β†’ `0.0.0.0:7878` (Web UI) + +**Storage Paths**: +- Movies: `/mnt/Vauly/media/movies` +- Configuration & Cache: Standard arr volumes + +**Function**: Monitors movie release indexes and automatically manages movie acquisitions. Integrates with Bazarr for subtitle management. + +--- + +#### Bazarr (arr-stack-bazarr-1) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: lscr.io/linuxserver/bazarr:latest +Container ID: bcb36fb9aa89 +Created: 2025-12-13 08:23:53 +Size: 424MB (largest arr container) +``` + +**Network**: `ix-plex_default` (bridge) + +**Exposed Port**: +- `6767/tcp` β†’ `0.0.0.0:6767` (Web UI) + +**Storage Paths**: +- Media library: Access to Radarr/Sonarr managed content +- Download directory: For subtitle file placement +- Configuration: Shared `ix-plex_default` context + +**Function**: Monitors media added by Radarr/Sonarr and automatically downloads matching subtitles from OpenSubtitles, SubDB, and other sources. Supports multiple language priorities and format conversion. + +**Integration**: Watches Sonarr/Radarr API for library changes and proactively downloads subtitles before media arrives at Plex. + +--- + +### VPN & Torrent Infrastructure + +#### Gluetun (VPN Gateway) + +``` +Status: Running (Unhealthy ⚠) +Uptime: 2 days +Image: qmcgaw/gluetun +Container ID: 26bc7cd665e9 +Created: 2025-12-13 19:52:09 +Size: 49.8MB +``` + +**Network**: `vpn-deluge_default` (Compose bridge network for VPN isolation) + +**Exposed Ports**: +- `8112/tcp` β†’ `0.0.0.0:8112` (SOCKS5 proxy for Deluge) +- `9696/tcp` β†’ `0.0.0.0:9696` (VPN port forward notification) +- Internal: `8000/tcp, 8388/tcp, 8888/tcp, 8388/udp` + +**Function**: Universal VPN client providing tunneled egress for Deluge and other services requiring anonymized connections. Supports multiple VPN providers (NordVPN, Mullvad, Private Internet Access, etc.). + +**Health Status Analysis**: +- **Status**: UNHEALTHY (connection dropped or test failing) +- **Likely Causes**: + 1. VPN provider authentication failure + 2. VPN endpoint unreachable + 3. Network interface misconfiguration + 4. Credentials expired + 5. Health check probe timeout + +**Resolution Steps**: +1. Check VPN provider credentials in container environment +2. Verify network connectivity to VPN provider +3. Review container logs: `docker logs gluetun` +4. Restart container to re-establish connection +5. Test SOCKS proxy: `curl --socks5 localhost:8112 https://api.ipify.org` + +--- + +#### Deluge (Torrent Client) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: lscr.io/linuxserver/deluge +Container ID: e10aa1ce7cba +Created: 2025-12-13 19:52:10 +Size: 151MB +``` + +**Network Configuration**: Routes through Gluetun VPN gateway + +**Storage Paths**: +- Download staging: `/mnt/Vauly/media/downloads/` +- Watch directory: `/mnt/Vauly/media/incomplete/` +- Configuration: Shared `vpn-deluge_default` context + +**Function**: BitTorrent client that tunnels all traffic through Gluetun for privacy. Downloads torrent files matching arr stack searches and stages them for sorting. + +**Integration Flow**: +1. Prowlarr finds torrent match +2. Sonarr/Radarr adds torrent to Deluge +3. Deluge downloads via Gluetun VPN tunnel +4. Media moves to appropriate Plex folder +5. Bazarr adds subtitles + +--- + +### Content Discovery & Indexing + +#### Prowlarr (Indexer Aggregator) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: lscr.io/linuxserver/prowlarr:latest +Container ID: 5c1edaf31660 +Created: 2025-12-13 19:52:10 +Size: 193MB +``` + +**Network**: Custom mounts (independent service, not bound to Compose network) + +**Storage**: `/mnt/Vauly/media/` access for configuration + +**Function**: Central indexer management hub. Provides unified interface to 1000+ torrent and usenet indexers. Integrates with Sonarr/Radarr via API. + +**Architecture**: +- Acts as proxy between arr stack and multiple indexers +- Handles authentication & scraping for each indexer +- Provides single configuration point for Sonarr/Radarr +- Reduces duplicate work across arr services + +--- + +#### FlareSolverr (Cloudflare Challenge Solver) + +``` +Status: Running βœ“ +Uptime: 2 days +Image: flaresolverr/flaresolverr:latest +Container ID: b9c3baf08da4 +Created: 2025-12-13 21:37:11 +Size: 1.02GB +``` + +**Network**: Custom mounts (independent service) + +**Exposed Port**: Internal only (default 8191, browser automation endpoint) + +**Storage**: 1 local volume for session/cache data + +**Function**: Solves Cloudflare challenges using browser automation (Chromium). Allows Prowlarr to access Cloudflare-protected indexer sites. + +**Workflow**: +1. Prowlarr attempts to access indexer +2. Indexer returns Cloudflare challenge +3. Prowlarr redirects request to FlareSolverr +4. FlareSolverr uses headless browser to solve challenge +5. Challenge cookie passed back to Prowlarr +6. Successful indexer access for searching + +**Resource Impact**: High (1GB+ due to Chromium bundle). Consider resource-constrained environments. + +--- + +### Infrastructure Management + +#### Dockge (Docker Compose Manager) + +``` +Status: Running (Healthy βœ“) +Uptime: 3 days +Image: louislam/dockge:1.5.0 +Container ID: 45f46edd8923 +Created: 2025-12-12 19:11:22 +Size: 755MB +``` + +**Network**: `ix-dockge_default` (isolated Compose bridge network) + +**Exposed Port**: +- `31014/tcp` β†’ `0.0.0.0:31014` (Web UI) +- Internal: `5001/tcp` (inter-container communication) + +**Privileged Mounts**: +- Docker socket: `/var/run/docker.sock` (R/W) - **High privilege** +- Configuration: `/mnt/.ix-apps/app_configs/dockge/` +- App paths: `/mnt/.ix-apps/docker/` + +**Security Capabilities**: CHOWN, DAC_OVERRIDE, FOWNER, KILL, SETFCAP, SETGID, SETPCAP, SETUID +- **Warning**: Extensive system permissions required for Docker manipulation + +**Web UI Access**: +- URL: `http://:31014` +- Features: Compose file editor, container logs, real-time monitoring, deployment management + +**Function**: Provides graphical interface for Docker Compose management on TrueNAS. Central point for monitoring and updating container stacks. + +**Use Cases**: +- View running compose projects +- Edit docker-compose.yml files +- Deploy/update containers +- View logs in real-time +- Manage container lifecycle +- Network monitoring + +--- + +### Monitoring & System Observability + +#### Beszel Agent (System Monitoring) + +``` +Status: Running βœ“ +Uptime: 3 weeks (since last TrueNAS restart) +Image: henrygd/beszel-agent +Container ID: b5842204dad7 +Created: 2025-09-21 20:18:12 +Size: 8.35MB +``` + +**Network**: `host` (direct host network access, no isolation) + +**Mounts**: +- Docker socket: `/var/run/docker.sock` (read-only) +- Host system: Full access + +**Function**: Lightweight system metrics collection agent. Collects CPU, memory, disk, and network statistics. Reports to Beszel central hub for unified infrastructure monitoring across multiple hosts. + +**Data Collection**: +- CPU usage per core +- Memory (used/available/swap) +- Disk I/O and space utilization +- Network throughput +- Container-level metrics (via Docker socket) +- System load averages +- Uptime tracking + +**Integration**: Communicates with Beszel central server (hosted elsewhere) via API for metrics aggregation and alerting. + +--- + +### VPN Client Instances + +Two standalone NordVPN/WireGuard client containers for testing or geographic diversity. + +#### epic_dewdney (NordVPN Instance #1) + +``` +Status: Running (Unhealthy ⚠) +Uptime: 2 days +Image: ghcr.io/bubuntux/nordlynx +Container ID: c2fbbec99464 +Created: 2025-12-13 17:24:50 +Size: 31.7MB +``` + +**Network**: `bridge` (standard Docker bridge, not Compose-managed) + +**Function**: Independent NordVPN WireGuard tunnel. Likely used for specific use cases or testing. + +**Health Status**: Unhealthy - VPN connection issue + +--- + +#### frosty_gates (NordVPN Instance #2) + +``` +Status: Running (Unhealthy ⚠) +Uptime: 2 days +Image: ghcr.io/bubuntux/nordlynx +Container ID: a61438137ff9 +Created: 2025-12-13 17:17:26 +Size: 31.7MB +``` + +**Network**: `bridge` (standard Docker bridge) + +**Function**: Second independent NordVPN tunnel instance + +**Health Status**: Unhealthy - VPN connection issue + +**Analysis**: Both instances reporting unhealthy likely indicates a broader issue: +- NordVPN provider credentials misconfigured +- Network connectivity issue affecting both +- WireGuard kernel module not loaded +- Latest NordVPN API endpoint changes + +--- + +### Initialization & Utility Containers + +#### ix-plex-permissions-1 (Plex Permission Setup) + +``` +Status: Exited (0) βœ“ - Completed Successfully +Uptime: Exited 3 days ago +Image: ixsystems/container-utils:1.0.2 +Container ID: 38c6a6005997 +Created: 2025-12-12 19:30:02 +Size: 120MB +``` + +**Network**: `none` (no network access needed) + +**Mounts**: +- Plex volumes (R/W) for permission setting +- Plex library mount (R/O) for verification + +**Function**: Short-lived initialization container that sets proper file permissions on Plex volumes after deployment. Runs once at Plex startup, then exits. + +**Status**: Normal behavior (exit code 0 indicates successful completion) + +--- + +## Docker Networks + +| Network Name | Driver | Type | Connected Containers | Created | +|--------------|--------|------|----------------------|---------| +| **ix-plex_default** | bridge | Compose | Plex, Sonarr, Radarr, Bazarr | 2025-12-12 | +| **ix-dockge_default** | bridge | Compose | Dockge | 2025-12-12 | +| **vpn-deluge_default** | bridge | Compose | Gluetun, Deluge | 2025-12-13 | +| **bridge** | bridge | System | epic_dewdney, frosty_gates | 2025-11-24 | +| **host** | host | System | Beszel Agent | Built-in | +| **none** | null | System | ix-plex-permissions-1 (exited) | Built-in | + +**Network Topology Notes**: +- **ix-plex_default**: Media stack (streaming + acquisition) +- **ix-dockge_default**: Infrastructure management (isolated) +- **vpn-deluge_default**: Torrent infrastructure (VPN tunneled) +- **bridge**: Legacy/standalone VPN instances +- **host**: Host-level monitoring (direct system access) + +--- + +## Storage Architecture + +### Volume Hierarchy + +``` +/mnt/Vauly/ (Primary ZFS Pool) +β”œβ”€β”€ media/ +β”‚ β”œβ”€β”€ tv/ ← Sonarr output +β”‚ β”œβ”€β”€ movies/ ← Radarr output +β”‚ β”œβ”€β”€ music/ ← Future streaming +β”‚ β”œβ”€β”€ downloads/ ← Deluge staging +β”‚ └── incomplete/ ← Torrent in-progress +β”‚ +/mnt/.ix-apps/ (TrueNAS App Management) +β”œβ”€β”€ app_configs/ +β”‚ β”œβ”€β”€ plex/ +β”‚ β”‚ β”œβ”€β”€ metadata.yaml +β”‚ β”‚ └── versions/1.2.19/ ← Current version config +β”‚ β”œβ”€β”€ dockge/ +β”‚ β”‚ β”œβ”€β”€ metadata.yaml +β”‚ β”‚ β”œβ”€β”€ user_config.yaml ← Custom settings +β”‚ β”‚ └── versions/1.2.14/ +β”‚ β”œβ”€β”€ beszel/ +β”‚ β”œβ”€β”€ paperless-ngx/ ← Installed but unused +β”‚ └── open-speed-test/ ← Installed but unused +β”‚ +β”œβ”€β”€ docker/ +β”‚ └── volumes/ +β”‚ β”œβ”€β”€ / ← Anonymous volumes +β”‚ β”œβ”€β”€ / ← Plex libraries +β”‚ β”œβ”€β”€ / ← Database stores +β”‚ └── ... (6 total) +``` + +### Volume-to-Container Mapping + +| Volume | Containers | Access Mode | Purpose | +|--------|------------|-------------|---------| +| `/mnt/Vauly/` | Plex, Sonarr, Radarr, Bazarr, Deluge, Prowlarr | R/W | Media files & configuration | +| `/mnt/.ix-apps/app_configs/plex/` | Plex | R/W | Plex database and library metadata | +| `/mnt/.ix-apps/docker/volumes/*` | Ix-apps managed | R/W | App-specific persistent data | +| `/var/run/docker.sock` | Dockge, Beszel | R/W (Dockge), R/O (Beszel) | Docker daemon communication | +| Anonymous volumes | Various | R/W | Temporary/cache data | + +--- + +## Health & Status Analysis + +### Running State Summary + +``` +Total Containers: 13 +β”œβ”€β”€ Running: 10 +β”‚ β”œβ”€β”€ Healthy: 2 (Plex, Dockge - confirmed) +β”‚ β”œβ”€β”€ Unhealthy: 3 (Gluetun, epic_dewdney, frosty_gates - VPN issues) +β”‚ └── Unknown: 5 (arr stack, Prowlarr, FlareSolverr, Deluge, Beszel) +β”‚ +└── Not Running: 3 + β”œβ”€β”€ Exited (0): 1 (ix-plex-permissions-1 - normal completion) + β”œβ”€β”€ Exited (non-0): 0 + └── Removed: 2 (Paperless-ngx, Open Speed Test) +``` + +### Health Check Analysis + +#### Healthy Containers +1. **Plex** - Health check passing, server responsive +2. **Dockge** - Web UI accessible, container management functional + +#### Unhealthy Containers (VPN-Related Issues) + +**Gluetun Analysis**: +- Service started successfully 2 days ago +- Health check began failing shortly after +- Likely: VPN provider connectivity issue, expired credentials, or health check configuration too strict + +**NordVPN Instances (epic_dewdney, frosty_gates)**: +- Both report unhealthy simultaneously +- Suggests shared cause (VPN provider change, API issue, etc.) +- Not directly impacting core services (isolated instances) + +**Recommendation**: These VPN issues don't affect Plex/arr-stack operation but should be resolved for proper functionality. + +#### Unknown Status Containers + +These containers don't have explicit health checks configured but appear to be running: +- Sonarr, Radarr, Bazarr, Deluge, Prowlarr, FlareSolverr, Beszel Agent + +To improve visibility, consider adding health checks to these services in docker-compose configurations. + +--- + +## TrueNAS App Catalog Status + +### Installed & Running + +| App | Version | Status | Portal | +|-----|---------|--------|--------| +| Plex | 1.2.19 | Installed & Running | http://192.168.2.150:32400/web | +| Dockge | 1.2.14 | Installed & Running | http://192.168.2.150:31014/ | +| Beszel | 1.0.0 | Custom app, running | N/A (agent only) | + +### Installed but Unused/Not Running + +| App | Version | Status | Reason | +|-----|---------|--------|--------| +| Open Speed Test | 1.0.21 | Installed | Not actively used | +| Paperless-ngx | 1.3.27 | Installed | Configuration may be incomplete | + +### Available for Installation + +Many more apps available in TrueNAS community/stable catalogs: +- **Media**: Jellyfin, Kaleidescape, MyMediaforMass +- **Productivity**: LibreOffice, Nextcloud, Syncthing +- **Database**: PostgreSQL, MongoDB, Elasticsearch +- **Utilities**: Uptime Kuma, Authelia, VaultWarden + +--- + +## Disaster Recovery & Backup + +### Export Location & Contents + +``` +/home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/ +β”œβ”€β”€ exports/ +β”‚ └── apps/ +β”‚ β”œβ”€β”€ docker-containers.json ← 13 containers + metadata +β”‚ β”œβ”€β”€ docker-containers.txt ← Human-readable format +β”‚ β”œβ”€β”€ docker-images.json ← 12 images + details +β”‚ β”œβ”€β”€ docker-networks.json ← 6 networks configuration +β”‚ β”œβ”€β”€ docker-volumes.json ← All volume definitions +β”‚ β”œβ”€β”€ docker-compose-projects.json ← Compose project metadata +β”‚ β”œβ”€β”€ app_configs_list.txt ← Directory tree +β”‚ β”œβ”€β”€ app_mounts_list.txt ← Mount point listing +β”‚ β”œβ”€β”€ docker_sizes.txt ← Storage footprint +β”‚ └── containers/ ← Individual container exports +β”‚ β”œβ”€β”€ flaresolverr.json +β”‚ β”œβ”€β”€ prowlarr.json +β”‚ β”œβ”€β”€ deluge.json +β”‚ β”œβ”€β”€ gluetun.json +β”‚ β”œβ”€β”€ epic_dewdney.json +β”‚ β”œβ”€β”€ frosty_gates.json +β”‚ β”œβ”€β”€ arr-stack-*.json (3 files) +β”‚ β”œβ”€β”€ ix-plex-*.json (2 files) +β”‚ β”œβ”€β”€ ix-dockge-dockge-1.json +β”‚ └── beszel-agent.json +β”‚ +└── configs/ + └── apps/ + └── metadata.yaml ← TrueNAS apps catalog metadata +``` + +### Recovery Procedures + +#### Restore Container Configuration +```bash +# View container export +cat /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json | jq '.[] | {name: .Names, image: .Image, status: .Status}' + +# Extract specific container details +jq '.[] | select(.Names | contains("plex"))' /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json +``` + +#### Restore from TrueNAS UI +1. Access TrueNAS Web UI β†’ Apps +2. For each app in the inventory: + - Click "Install" from appropriate catalog (stable/community) + - Upload saved configuration if available + - Configure environment variables and mounts + - Deploy + +#### Rebuild Compose Projects +```bash +# Export compose definitions from Dockge +# Via Dockge UI: http://192.168.2.150:31014/ +# Or via API/Docker daemon + +# Restore Docker volumes (requires separate process) +# Consider using: +# - docker volume restore (from backups) +# - ZFS snapshot rollback +# - Manual data copy from backup source +``` + +#### Restore Media Library +This requires separate backup strategy: +1. Restore ZFS snapshots to `/mnt/Vauly/` +2. Or restore from external backup source +3. Or resync from original media sources + +--- + +## Configuration Recommendations + +### Immediate Actions Required + +1. **Fix VPN Connectivity** (Priority: Medium) + - Investigate Gluetun unhealthy status + - Check Gluetun logs: `docker logs gluetun` + - Verify VPN provider credentials + - Consider restarting service + - Verify health check logic not too restrictive + +2. **Monitor NordVPN Instances** (Priority: Low) + - Decide if these are needed + - If not, consider removing to free resources + - If needed, diagnose and fix connection issues + +3. **Add Health Checks** (Priority: Medium) + - Sonarr: HTTP check on port 8989 + - Radarr: HTTP check on port 7878 + - Bazarr: HTTP check on port 6767 + - Prowlarr: HTTP check on default port + - FlareSolverr: Browser automation endpoint check + - Deluge: Connection pool check + +### Security Hardening + +1. **Network Segmentation** + - Consider separate VLAN for media services + - Restrict Plex port exposure (currently 0.0.0.0:32400) + - Implement firewall rules per service + +2. **Access Control** + - Add authentication to Dockge (currently exposed) + - Secure Prowlarr/FlareSolverr endpoints + - Consider reverse proxy with OAuth/OIDC + +3. **Secrets Management** + - Use TrueNAS Secrets for environment variables + - Don't commit API keys to git + - Rotate credentials regularly + - Use dedicated VPN accounts for each service + +4. **Resource Limits** + ```yaml + # Add to docker-compose + services: + plex: + deploy: + resources: + limits: + cpus: '4' + memory: 4G + reservations: + cpus: '2' + memory: 2G + ``` + +5. **Logging & Monitoring** + - Enable Docker logging drivers (json-file with rotation) + - Forward logs to central logging (ELK, Loki) + - Implement alerting on unhealthy containers + - Track container restart patterns + +### Performance Optimization + +1. **Image Updates** + ```bash + # Check for newer image versions + docker images --format "table {{.Repository}}\t{{.Tag}}\t{{.Created}}" + + # Pull updates + docker pull lscr.io/linuxserver/sonarr:latest + ``` + +2. **Cleanup Unused Resources** + ```bash + # Remove dangling images + docker image prune -a -f + + # Remove unused volumes + docker volume prune -f + + # Remove exited containers + docker container prune -f + ``` + +3. **Storage Optimization** + - Monitor `/mnt/Vauly/` usage + - Implement automated cleanup (old downloads) + - Consider compression for archive media + +--- + +## Related Documentation + +### In This Repository +- **README.md**: Overview and quick start +- **INDEX.md**: Complete file navigation and reference +- **CLAUDE.md**: AI assistant guidelines and architecture +- **scripts/collect-truenas-apps.sh**: Collection script source code +- **disaster-recovery/**: All exported configurations + +### External Resources +- **TrueNAS Docs**: https://www.truenas.com/docs/scale/ +- **Docker Docs**: https://docs.docker.com/ +- **Plex Support**: https://support.plex.tv/ +- **Arr Stack Wikis**: + - Sonarr: https://wiki.servarr.com/sonarr + - Radarr: https://wiki.servarr.com/radarr + - Bazarr: https://wiki.servarr.com/bazarr + - Prowlarr: https://wiki.servarr.com/prowlarr + +--- + +## Appendix: Raw Data Access + +### Query Individual Container Details +```bash +# All containers in JSON +jq . /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json + +# Single container +jq '.[] | select(.Names == "ix-plex-plex-1")' /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json + +# Container IDs and names only +jq '.[] | {id: .ID, name: .Names}' /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json +``` + +### Network Configuration Access +```bash +jq . /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-networks.json +``` + +### Volume Inventory +```bash +jq . /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-volumes.json +``` + +### Docker Images +```bash +jq . /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-images.json +``` + +### App Metadata +```bash +cat /home/jramos/truenas/disaster-recovery/truenas-apps-export-20251216-143515/configs/apps/metadata.yaml +``` + +--- + +**Document Version**: 1.0 +**Last Updated**: 2025-12-16 14:35:15 +**Export Source**: TrueNAS Scale at 192.168.2.150 +**Maintained By**: Scribe (Documentation Agent) +**Format**: Markdown +**License**: Personal Use (Same as Repository) diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/configs/apps/metadata.yaml b/disaster-recovery/truenas-apps-export-20251216-143515/configs/apps/metadata.yaml new file mode 100644 index 0000000..fe60420 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/configs/apps/metadata.yaml @@ -0,0 +1,553 @@ +beszel: + custom_app: true + human_version: 1.0.0_custom + metadata: + app_version: custom + capabilities: [] + description: This is a custom app where user can use his/her own docker compose + file for deploying services + home: '' + host_mounts: [] + maintainers: [] + name: custom-app + run_as_context: [] + sources: [] + title: Custom App + train: stable + version: 1.0.0 + migrated: false + notes: null + portals: {} + version: 1.0.0 +dockge: + custom_app: false + human_version: 1.5.0_1.2.14 + metadata: + annotations: + min_scale_version: 24.10.2.2 + app_version: 1.5.0 + capabilities: + - description: Dockge is able to change file ownership arbitrarily + name: CHOWN + - description: Dockge is able to bypass file permission checks + name: DAC_OVERRIDE + - description: Dockge is able to bypass permission checks for file operations + name: FOWNER + - description: Dockge is able to send signals to any process + name: KILL + - description: Dockge is able to set file capabilities on other files + name: SETFCAP + - description: Dockge is able to change group ID of processes + name: SETGID + - description: Dockge is able to transfer capabilities between processes + name: SETPCAP + - description: Dockge is able to change user ID of processes + name: SETUID + categories: + - management + changelog_url: https://github.com/louislam/dockge/releases + date_added: '2024-08-01' + description: A fancy, easy-to-use and reactive self-hosted docker compose.yaml + stack-oriented manager + home: https://dockge.kuma.pet + host_mounts: + - description: Docker socket + host_path: /var/run/docker.sock + icon: https://media.sys.truenas.net/apps/dockge/icons/icon.svg + keywords: + - docker + - compose + last_update: '2025-11-28 16:17:12' + lib_version: 2.1.65 + lib_version_hash: f92a9ee78c78fc77f86e7d8b545bd4c605c31c599e2c5da59f1615aa516cb8b5 + maintainers: + - email: dev@truenas.com + name: truenas + url: https://www.truenas.com/ + name: dockge + run_as_context: + - description: Dockge runs as root user. + gid: 0 + group_name: root + uid: 0 + user_name: root + screenshots: + - https://media.sys.truenas.net/apps/dockge/screenshots/screenshot1.png + sources: + - https://dockge.kuma.pet + - https://github.com/louislam/dockge + title: Dockge + train: community + version: 1.2.14 + migrated: false + notes: '# Dockge + + + ## Security + + + **Read the following security precautions to ensure that you wish to continue + using this application.** + + + --- + + + ### Container: [dockge] + + + #### Running user/group(s) + + + - User: root + + - Group: root + + - Supplementary Groups: apps, docker + + + #### Passing Host Files, Devices, or Sockets into the Container + + + - Docker Socket (/var/run/docker.sock) - (Read/Write) + + + --- + + + ## Bug Reports and Feature Requests + + + If you find a bug in this app or have an idea for a new feature, please file an + issue at + + https://github.com/truenas/apps + + ' + portals: + Web UI: http://0.0.0.0:31014/ + version: 1.2.14 +open-speed-test: + custom_app: false + human_version: v2.0.6_1.0.21 + metadata: + app_version: v2.0.6 + capabilities: [] + categories: + - networking + changelog_url: https://github.com/openspeedtest/Docker-Image/tags + date_added: '2025-02-05' + description: "SpeedTest by OpenSpeedTest\u2122 is a Free and Open-Source HTML5\ + \ Network Performance Estimation Tool" + home: https://openspeedtest.com + host_mounts: [] + icon: https://media.sys.truenas.net/apps/open-speed-test/icons/icon.svg + keywords: + - speedtest + last_update: '2025-11-15 15:15:59' + lib_version: 2.1.57 + lib_version_hash: 6659ad369fff2f1df318cb6353bb32bffe7047dc21df4823750d39be7284e605 + maintainers: + - email: dev@truenas.com + name: truenas + url: https://www.truenas.com/ + name: open-speed-test + run_as_context: + - description: Open Speed Test runs as non-root user. + gid: 101 + group_name: nginx + uid: 101 + user_name: nginx + screenshots: + - https://media.sys.truenas.net/apps/open-speed-test/screenshots/screenshot1.gif + sources: + - https://github.com/openspeedtest/Speed-Test + title: Open Speed Test + train: community + version: 1.0.21 + migrated: false + notes: '# Open Speed Test + + + ## Security + + + **Read the following security precautions to ensure that you wish to continue + using this application.** + + + --- + + + ### Container: [open-speed-test] + + + #### Running user/group(s) + + + - User: 101 + + - Group: 101 + + - Supplementary Groups: apps + + + --- + + + ## Bug Reports and Feature Requests + + + If you find a bug in this app or have an idea for a new feature, please file an + issue at + + https://github.com/truenas/apps + + ' + portals: + HTTP: http://0.0.0.0:30116/ + HTTPS: https://0.0.0.0:30117/ + version: 1.0.21 +paperless-ngx: + custom_app: false + human_version: 2.18.4_1.3.27 + metadata: + annotations: + min_scale_version: 24.10.2.2 + app_version: 2.18.4 + capabilities: + - description: Paperless is able to change file ownership arbitrarily + name: CHOWN + - description: Paperless is able to bypass file permission checks + name: DAC_OVERRIDE + - description: Paperless is able to bypass permission checks for file operations + name: FOWNER + - description: Paperless is able to change group ID of processes + name: SETGID + - description: Paperless is able to change user ID of processes + name: SETUID + categories: + - productivity + changelog_url: https://github.com/paperless-ngx/paperless-ngx/releases + date_added: '2024-09-10' + description: Paperless-ngx is a document management system that transforms your + physical documents into a searchable online archive so you can keep, well, less + paper. + home: https://docs.paperless-ngx.com + host_mounts: [] + icon: https://media.sys.truenas.net/apps/paperless-ngx/icons/icon.svg + keywords: + - document + - management + lib_version: 2.1.50 + lib_version_hash: 82f6bd4b66d71cc5456607ea1faed36d33faca43a0af1c6555704df4c2104460 + maintainers: + - email: dev@ixsystems.com + name: truenas + url: https://www.truenas.com/ + name: paperless-ngx + run_as_context: + - description: Paperless-ngx runs as root user. + gid: 0 + group_name: root + uid: 0 + user_name: root + - description: Postgres runs as non-root user. + gid: 999 + group_name: postgres + uid: 999 + user_name: postgres + - description: Redis runs as any non-root user. + gid: 568 + group_name: redis + uid: 568 + user_name: redis + - description: Tika runs as a non-root user. + gid: 35002 + group_name: tika + uid: 35002 + user_name: tika + - description: Gotenberg runs as a non-root user. + gid: 1001 + group_name: gotenberg + uid: 1001 + user_name: gotenberg + screenshots: + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot1.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot2.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot3.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot4.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot5.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot6.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot7.png + - https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot8.png + sources: + - https://hub.docker.com/r/paperlessngx/paperless-ngx + - https://github.com/paperless-ngx/paperless-ngx + title: Paperless-ngx + train: community + version: 1.3.27 + migrated: false + notes: '# Paperless-ngx + + + ## Security + + + **Read the following security precautions to ensure that you wish to continue + using this application.** + + + --- + + + ### Container: [gotenberg] + + + #### Running user/group(s) + + + - User: 1001 + + - Group: 1001 + + - Supplementary Groups: apps + + + --- + + + ### Container: [paperless] + + + #### Running user/group(s) + + + - User: root + + - Group: root + + - Supplementary Groups: apps + + + --- + + + ### Container: [postgres] + + + #### Running user/group(s) + + + - User: 999 + + - Group: 999 + + - Supplementary Groups: apps + + + --- + + + ### Container: [redis] + + + #### Running user/group(s) + + + - User: 568 + + - Group: 568 + + - Supplementary Groups: apps + + + --- + + + ### Container: [tika] + + + #### Running user/group(s) + + + - User: 35002 + + - Group: 35002 + + - Supplementary Groups: apps + + + --- + + + ### Container: [permissions] + + + **This container is short-lived.** + + + #### Running user/group(s) + + + - User: root + + - Group: root + + - Supplementary Groups: apps + + + --- + + + ### Container: [postgres_upgrade] + + + **This container is short-lived.** + + + #### Running user/group(s) + + + - User: 999 + + - Group: 999 + + - Supplementary Groups: apps + + + --- + + + ## Bug Reports and Feature Requests + + + If you find a bug in this app or have an idea for a new feature, please file an + issue at + + https://github.com/truenas/apps + + ' + portals: + Web UI: http://0.0.0.0:30070/ + version: 1.3.27 +plex: + custom_app: false + human_version: 1.42.2.10156-f737b826c_1.2.19 + metadata: + annotations: + min_scale_version: 24.10.2.2 + app_version: 1.42.2.10156-f737b826c + capabilities: + - description: Plex is able to change file ownership arbitrarily + name: CHOWN + - description: Plex is able to bypass file permission checks + name: DAC_OVERRIDE + - description: Plex is able to bypass permission checks for file operations + name: FOWNER + - description: Plex is able to send signals to any process + name: KILL + - description: Plex is able to change group ID of processes + name: SETGID + - description: Plex is able to change user ID of processes + name: SETUID + categories: + - media + changelog_url: https://forums.plex.tv/t/plex-media-server/30447/ + date_added: '2024-07-23' + description: Plex is a media server that allows you to stream your media to any + Plex client. + home: https://plex.tv + host_mounts: [] + icon: https://media.sys.truenas.net/apps/plex/icons/icon.png + keywords: + - plex + - media + - entertainment + - movies + - series + - tv + - streaming + lib_version: 2.1.65 + lib_version_hash: f92a9ee78c78fc77f86e7d8b545bd4c605c31c599e2c5da59f1615aa516cb8b5 + maintainers: + - email: dev@truenas.com + name: truenas + url: https://www.truenas.com/ + name: plex + run_as_context: + - description: Plex runs as root user. + gid: 0 + group_name: root + uid: 0 + user_name: root + screenshots: + - https://media.sys.truenas.net/apps/plex/screenshots/screenshot1.png + - https://media.sys.truenas.net/apps/plex/screenshots/screenshot2.png + sources: + - https://plex.tv + - https://hub.docker.com/r/plexinc/pms-docker + title: Plex + train: stable + version: 1.2.19 + migrated: false + notes: '# Plex + + + ## Security + + + **Read the following security precautions to ensure that you wish to continue + using this application.** + + + --- + + + ### Container: [plex] + + + #### Running user/group(s) + + + - User: root + + - Group: root + + - Supplementary Groups: apps + + + --- + + + ### Container: [permissions] + + + **This container is short-lived.** + + + #### Running user/group(s) + + + - User: root + + - Group: root + + - Supplementary Groups: apps + + + --- + + + ## Bug Reports and Feature Requests + + + If you find a bug in this app or have an idea for a new feature, please file an + issue at + + https://github.com/truenas/apps + + ' + portals: + Web UI: http://0.0.0.0:32400/web + version: 1.2.19 diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_configs_list.txt b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_configs_list.txt new file mode 100644 index 0000000..84da74c --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_configs_list.txt @@ -0,0 +1,1104 @@ +/mnt/.ix-apps/app_configs/: +total 20 +drwxr-xr-x 7 root root 7 Dec 12 19:10 . +drwxr-xr-x 7 root root 9 Sep 23 16:14 .. +drwxr-xr-x 3 root root 4 Jun 23 14:16 beszel +drwxr-xr-x 3 root root 4 Dec 12 19:10 dockge +drwxr-xr-x 3 root root 4 Nov 15 19:39 open-speed-test +drwxr-xr-x 3 root root 4 Sep 21 20:14 paperless-ngx +drwxr-xr-x 3 root root 4 Dec 12 19:29 plex + +/mnt/.ix-apps/app_configs/beszel: +total 14 +drwxr-xr-x 3 root root 4 Jun 23 14:16 . +drwxr-xr-x 7 root root 7 Dec 12 19:10 .. +-rw------- 1 root root 419 Jun 23 14:16 metadata.yaml +drwxr-xr-x 3 root root 3 Jun 23 14:16 versions + +/mnt/.ix-apps/app_configs/beszel/versions: +total 10 +drwxr-xr-x 3 root root 3 Jun 23 14:16 . +drwxr-xr-x 3 root root 4 Jun 23 14:16 .. +drwxr-xr-x 3 root root 6 Jun 23 14:16 1.0.0 + +/mnt/.ix-apps/app_configs/beszel/versions/1.0.0: +total 23 +drwxr-xr-x 3 root root 6 Jun 23 14:16 . +drwxr-xr-x 3 root root 3 Jun 23 14:16 .. +-rw-r--r-- 1 root root 111 Jun 23 14:16 README.md +-rw------- 1 root root 318 Jun 23 14:16 app.yaml +drwxr-xr-x 3 root root 3 Jun 23 14:16 templates +-rw------- 1 root root 335 Jun 23 14:16 user_config.yaml + +/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates: +total 10 +drwxr-xr-x 3 root root 3 Jun 23 14:16 . +drwxr-xr-x 3 root root 6 Jun 23 14:16 .. +drwxr-xr-x 2 root root 3 Jun 23 14:16 rendered + +/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates/rendered: +total 6 +drwxr-xr-x 2 root root 3 Jun 23 14:16 . +drwxr-xr-x 3 root root 3 Jun 23 14:16 .. +-rw------- 1 root root 335 Jun 23 14:16 docker-compose.yaml + +/mnt/.ix-apps/app_configs/dockge: +total 14 +drwxr-xr-x 3 root root 4 Dec 12 19:10 . +drwxr-xr-x 7 root root 7 Dec 12 19:10 .. +-rw------- 1 root root 2535 Dec 12 19:10 metadata.yaml +drwxr-xr-x 3 root root 3 Dec 12 19:10 versions + +/mnt/.ix-apps/app_configs/dockge/versions: +total 10 +drwxr-xr-x 3 root root 3 Dec 12 19:10 . +drwxr-xr-x 3 root root 4 Dec 12 19:10 .. +drwxr-xr-x 4 root root 10 Dec 12 19:10 1.2.14 + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14: +total 41 +drwxr-xr-x 4 root root 10 Dec 12 19:10 . +drwxr-xr-x 3 root root 3 Dec 12 19:10 .. +-rw-r--r-- 1 root root 136 Nov 28 19:40 README.md +-rw------- 1 root root 1701 Dec 12 19:10 app.yaml +-rw-r--r-- 1 root root 103 Nov 28 19:40 app_migrations.yaml +-rw-r--r-- 1 root root 231 Nov 28 19:40 ix_values.yaml +drwxr-xr-x 2 root root 3 Nov 28 19:40 migrations +-rw-r--r-- 1 root root 19254 Nov 28 19:40 questions.yaml +drwxr-xr-x 5 root root 6 Dec 12 19:10 templates +-rw------- 1 root root 2766 Dec 12 19:10 user_config.yaml + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/migrations: +total 14 +drwxr-xr-x 2 root root 3 Nov 28 19:40 . +drwxr-xr-x 4 root root 10 Dec 12 19:10 .. +-rwxr-xr-x 1 root root 465 Nov 28 19:40 ip_port_migration + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates: +total 23 +drwxr-xr-x 5 root root 6 Dec 12 19:10 . +drwxr-xr-x 4 root root 10 Dec 12 19:10 .. +-rw-r--r-- 1 root root 1875 Nov 28 19:40 docker-compose.yaml +drwxr-xr-x 3 root root 3 Nov 28 19:40 library +drwxr-xr-x 2 root root 3 Dec 12 19:10 rendered +drwxr-xr-x 2 root root 4 Nov 28 19:40 test_values + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Nov 28 19:40 . +drwxr-xr-x 5 root root 6 Dec 12 19:10 .. +drwxr-xr-x 3 root root 47 Dec 12 19:10 base_v2_1_65 + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/library/base_v2_1_65: +total 232 +drwxr-xr-x 3 root root 47 Dec 12 19:10 . +drwxr-xr-x 3 root root 3 Nov 28 19:40 .. +-rw-r--r-- 1 root root 0 Nov 28 19:40 __init__.py +-rw-r--r-- 1 root root 2630 Nov 28 19:40 client.py +-rw-r--r-- 1 root root 2776 Nov 28 19:40 configs.py +-rw-r--r-- 1 root root 17100 Nov 28 19:40 container.py +-rw-r--r-- 1 root root 1195 Nov 28 19:40 depends.py +-rw-r--r-- 1 root root 581 Nov 28 19:40 deploy.py +-rw-r--r-- 1 root root 2865 Nov 28 19:40 deps.py +-rw-r--r-- 1 root root 3296 Nov 28 19:40 deps_elastic.py +-rw-r--r-- 1 root root 3333 Nov 28 19:40 deps_mariadb.py +-rw-r--r-- 1 root root 2900 Nov 28 19:40 deps_meilisearch.py +-rw-r--r-- 1 root root 3307 Nov 28 19:40 deps_mongodb.py +-rw-r--r-- 1 root root 5569 Nov 28 19:40 deps_perms.py +-rw-r--r-- 1 root root 7647 Nov 28 19:40 deps_postgres.py +-rw-r--r-- 1 root root 3193 Nov 28 19:40 deps_redis.py +-rw-r--r-- 1 root root 2862 Nov 28 19:40 deps_solr.py +-rw-r--r-- 1 root root 2010 Nov 28 19:40 deps_tika.py +-rw-r--r-- 1 root root 1244 Nov 28 19:40 device.py +-rw-r--r-- 1 root root 1664 Nov 28 19:40 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Nov 28 19:40 devices.py +-rw-r--r-- 1 root root 2705 Nov 28 19:40 dns.py +-rw-r--r-- 1 root root 4934 Nov 28 19:40 environment.py +-rw-r--r-- 1 root root 92 Nov 28 19:40 error.py +-rw-r--r-- 1 root root 941 Nov 28 19:40 expose.py +-rw-r--r-- 1 root root 943 Nov 28 19:40 extra_hosts.py +-rw-r--r-- 1 root root 759 Nov 28 19:40 formatter.py +-rw-r--r-- 1 root root 7668 Nov 28 19:40 functions.py +-rw-r--r-- 1 root root 8135 Nov 28 19:40 healthcheck.py +-rw-r--r-- 1 root root 1096 Nov 28 19:40 labels.py +-rw-r--r-- 1 root root 10940 Nov 28 19:40 notes.py +-rw-r--r-- 1 root root 2383 Nov 28 19:40 portals.py +-rw-r--r-- 1 root root 5843 Nov 28 19:40 ports.py +-rw-r--r-- 1 root root 2886 Nov 28 19:40 render.py +-rw-r--r-- 1 root root 3775 Nov 28 19:40 resources.py +-rw-r--r-- 1 root root 834 Nov 28 19:40 restart.py +-rw-r--r-- 1 root root 1673 Nov 28 19:40 security_opts.py +-rw-r--r-- 1 root root 4409 Nov 28 19:40 storage.py +-rw-r--r-- 1 root root 1222 Nov 28 19:40 sysctls.py +drwxr-xr-x 2 root root 28 Nov 28 19:40 tests +-rw-r--r-- 1 root root 2851 Nov 28 19:40 tmpfs.py +-rw-r--r-- 1 root root 11508 Nov 28 19:40 validations.py +-rw-r--r-- 1 root root 4605 Nov 28 19:40 volume_mount.py +-rw-r--r-- 1 root root 1290 Nov 28 19:40 volume_mount_types.py +-rw-r--r-- 1 root root 3741 Nov 28 19:40 volume_sources.py +-rw-r--r-- 1 root root 4473 Nov 28 19:40 volume_types.py +-rw-r--r-- 1 root root 2049 Nov 28 19:40 volumes.py + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/library/base_v2_1_65/tests: +total 138 +drwxr-xr-x 2 root root 28 Nov 28 19:40 . +drwxr-xr-x 3 root root 47 Dec 12 19:10 .. +-rw-r--r-- 1 root root 0 Nov 28 19:40 __init__.py +-rw-r--r-- 1 root root 1511 Nov 28 19:40 test_build_image.py +-rw-r--r-- 1 root root 2111 Nov 28 19:40 test_configs.py +-rw-r--r-- 1 root root 19116 Nov 28 19:40 test_container.py +-rw-r--r-- 1 root root 1758 Nov 28 19:40 test_depends.py +-rw-r--r-- 1 root root 42592 Nov 28 19:40 test_deps.py +-rw-r--r-- 1 root root 5216 Nov 28 19:40 test_device.py +-rw-r--r-- 1 root root 2348 Nov 28 19:40 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Nov 28 19:40 test_dns.py +-rw-r--r-- 1 root root 6745 Nov 28 19:40 test_environment.py +-rw-r--r-- 1 root root 1268 Nov 28 19:40 test_expose.py +-rw-r--r-- 1 root root 1695 Nov 28 19:40 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Nov 28 19:40 test_formatter.py +-rw-r--r-- 1 root root 5929 Nov 28 19:40 test_functions.py +-rw-r--r-- 1 root root 10342 Nov 28 19:40 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Nov 28 19:40 test_labels.py +-rw-r--r-- 1 root root 8630 Nov 28 19:40 test_notes.py +-rw-r--r-- 1 root root 3675 Nov 28 19:40 test_portal.py +-rw-r--r-- 1 root root 13200 Nov 28 19:40 test_ports.py +-rw-r--r-- 1 root root 818 Nov 28 19:40 test_render.py +-rw-r--r-- 1 root root 4902 Nov 28 19:40 test_resources.py +-rw-r--r-- 1 root root 1764 Nov 28 19:40 test_restart.py +-rw-r--r-- 1 root root 2906 Nov 28 19:40 test_security_opts.py +-rw-r--r-- 1 root root 1765 Nov 28 19:40 test_sysctls.py +-rw-r--r-- 1 root root 4326 Nov 28 19:40 test_validations.py +-rw-r--r-- 1 root root 26958 Nov 28 19:40 test_volumes.py + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/rendered: +total 14 +drwxr-xr-x 2 root root 3 Dec 12 19:10 . +drwxr-xr-x 5 root root 6 Dec 12 19:10 .. +-rw------- 1 root root 2213 Dec 12 19:10 docker-compose.yaml + +/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/test_values: +total 22 +drwxr-xr-x 2 root root 4 Nov 28 19:40 . +drwxr-xr-x 5 root root 6 Dec 12 19:10 .. +-rw-r--r-- 1 root root 584 Nov 28 19:40 basic-values.yaml +-rw-r--r-- 1 root root 6091 Nov 28 19:40 https-values.yaml + +/mnt/.ix-apps/app_configs/open-speed-test: +total 14 +drwxr-xr-x 3 root root 4 Nov 15 19:39 . +drwxr-xr-x 7 root root 7 Dec 12 19:10 .. +-rw------- 1 root root 1701 Nov 15 19:39 metadata.yaml +drwxr-xr-x 3 root root 3 Nov 15 19:39 versions + +/mnt/.ix-apps/app_configs/open-speed-test/versions: +total 10 +drwxr-xr-x 3 root root 3 Nov 15 19:39 . +drwxr-xr-x 3 root root 4 Nov 15 19:39 .. +drwxr-xr-x 3 root root 8 Nov 15 19:39 1.0.21 + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21: +total 40 +drwxr-xr-x 3 root root 8 Nov 15 19:39 . +drwxr-xr-x 3 root root 3 Nov 15 19:39 .. +-rw-r--r-- 1 root root 396 Oct 21 16:20 README.md +-rw------- 1 root root 998 Nov 15 19:39 app.yaml +-rw-r--r-- 1 root root 234 Oct 21 16:20 ix_values.yaml +-rw-r--r-- 1 root root 15191 Oct 21 16:20 questions.yaml +drwxr-xr-x 5 root root 6 Nov 15 19:39 templates +-rw------- 1 root root 1804 Nov 15 19:39 user_config.yaml + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates: +total 23 +drwxr-xr-x 5 root root 6 Nov 15 19:39 . +drwxr-xr-x 3 root root 8 Nov 15 19:39 .. +-rw-r--r-- 1 root root 1365 Oct 21 16:20 docker-compose.yaml +drwxr-xr-x 3 root root 3 Oct 21 16:20 library +drwxr-xr-x 2 root root 3 Nov 15 19:39 rendered +drwxr-xr-x 2 root root 4 Oct 21 16:20 test_values + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Oct 21 16:20 . +drwxr-xr-x 5 root root 6 Nov 15 19:39 .. +drwxr-xr-x 3 root root 46 Nov 15 19:39 base_v2_1_57 + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates/library/base_v2_1_57: +total 227 +drwxr-xr-x 3 root root 46 Nov 15 19:39 . +drwxr-xr-x 3 root root 3 Oct 21 16:20 .. +-rw-r--r-- 1 root root 0 Oct 21 16:20 __init__.py +-rw-r--r-- 1 root root 2630 Oct 21 16:20 client.py +-rw-r--r-- 1 root root 2776 Oct 21 16:20 configs.py +-rw-r--r-- 1 root root 16784 Oct 21 16:20 container.py +-rw-r--r-- 1 root root 1195 Oct 21 16:20 depends.py +-rw-r--r-- 1 root root 581 Oct 21 16:20 deploy.py +-rw-r--r-- 1 root root 2623 Oct 21 16:20 deps.py +-rw-r--r-- 1 root root 3326 Oct 21 16:20 deps_elastic.py +-rw-r--r-- 1 root root 3331 Oct 21 16:20 deps_mariadb.py +-rw-r--r-- 1 root root 2899 Oct 21 16:20 deps_meilisearch.py +-rw-r--r-- 1 root root 3051 Oct 21 16:20 deps_mongodb.py +-rw-r--r-- 1 root root 10172 Oct 21 16:20 deps_perms.py +-rw-r--r-- 1 root root 6171 Oct 21 16:20 deps_postgres.py +-rw-r--r-- 1 root root 3191 Oct 21 16:20 deps_redis.py +-rw-r--r-- 1 root root 2861 Oct 21 16:20 deps_solr.py +-rw-r--r-- 1 root root 1244 Oct 21 16:20 device.py +-rw-r--r-- 1 root root 1664 Oct 21 16:20 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Oct 21 16:20 devices.py +-rw-r--r-- 1 root root 2705 Oct 21 16:20 dns.py +-rw-r--r-- 1 root root 4610 Oct 21 16:20 environment.py +-rw-r--r-- 1 root root 92 Oct 21 16:20 error.py +-rw-r--r-- 1 root root 941 Oct 21 16:20 expose.py +-rw-r--r-- 1 root root 943 Oct 21 16:20 extra_hosts.py +-rw-r--r-- 1 root root 759 Oct 21 16:20 formatter.py +-rw-r--r-- 1 root root 7519 Oct 21 16:20 functions.py +-rw-r--r-- 1 root root 8135 Oct 21 16:20 healthcheck.py +-rw-r--r-- 1 root root 1096 Oct 21 16:20 labels.py +-rw-r--r-- 1 root root 10940 Oct 21 16:20 notes.py +-rw-r--r-- 1 root root 2383 Oct 21 16:20 portals.py +-rw-r--r-- 1 root root 5843 Oct 21 16:20 ports.py +-rw-r--r-- 1 root root 3474 Oct 21 16:20 render.py +-rw-r--r-- 1 root root 3775 Oct 21 16:20 resources.py +-rw-r--r-- 1 root root 834 Oct 21 16:20 restart.py +-rw-r--r-- 1 root root 1673 Oct 21 16:20 security_opts.py +-rw-r--r-- 1 root root 4409 Oct 21 16:20 storage.py +-rw-r--r-- 1 root root 1222 Oct 21 16:20 sysctls.py +drwxr-xr-x 2 root root 28 Oct 21 16:20 tests +-rw-r--r-- 1 root root 2851 Oct 21 16:20 tmpfs.py +-rw-r--r-- 1 root root 11251 Oct 21 16:20 validations.py +-rw-r--r-- 1 root root 4605 Oct 21 16:20 volume_mount.py +-rw-r--r-- 1 root root 1290 Oct 21 16:20 volume_mount_types.py +-rw-r--r-- 1 root root 3741 Oct 21 16:20 volume_sources.py +-rw-r--r-- 1 root root 4659 Oct 21 16:20 volume_types.py +-rw-r--r-- 1 root root 2049 Oct 21 16:20 volumes.py + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates/library/base_v2_1_57/tests: +total 138 +drwxr-xr-x 2 root root 28 Oct 21 16:20 . +drwxr-xr-x 3 root root 46 Nov 15 19:39 .. +-rw-r--r-- 1 root root 0 Oct 21 16:20 __init__.py +-rw-r--r-- 1 root root 1511 Oct 21 16:20 test_build_image.py +-rw-r--r-- 1 root root 2111 Oct 21 16:20 test_configs.py +-rw-r--r-- 1 root root 18568 Oct 21 16:20 test_container.py +-rw-r--r-- 1 root root 1758 Oct 21 16:20 test_depends.py +-rw-r--r-- 1 root root 40192 Oct 21 16:20 test_deps.py +-rw-r--r-- 1 root root 5216 Oct 21 16:20 test_device.py +-rw-r--r-- 1 root root 2348 Oct 21 16:20 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Oct 21 16:20 test_dns.py +-rw-r--r-- 1 root root 6014 Oct 21 16:20 test_environment.py +-rw-r--r-- 1 root root 1268 Oct 21 16:20 test_expose.py +-rw-r--r-- 1 root root 1695 Oct 21 16:20 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Oct 21 16:20 test_formatter.py +-rw-r--r-- 1 root root 5638 Oct 21 16:20 test_functions.py +-rw-r--r-- 1 root root 10342 Oct 21 16:20 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Oct 21 16:20 test_labels.py +-rw-r--r-- 1 root root 8630 Oct 21 16:20 test_notes.py +-rw-r--r-- 1 root root 3675 Oct 21 16:20 test_portal.py +-rw-r--r-- 1 root root 13200 Oct 21 16:20 test_ports.py +-rw-r--r-- 1 root root 818 Oct 21 16:20 test_render.py +-rw-r--r-- 1 root root 4902 Oct 21 16:20 test_resources.py +-rw-r--r-- 1 root root 1764 Oct 21 16:20 test_restart.py +-rw-r--r-- 1 root root 2906 Oct 21 16:20 test_security_opts.py +-rw-r--r-- 1 root root 1765 Oct 21 16:20 test_sysctls.py +-rw-r--r-- 1 root root 4326 Oct 21 16:20 test_validations.py +-rw-r--r-- 1 root root 26958 Oct 21 16:20 test_volumes.py + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates/rendered: +total 14 +drwxr-xr-x 2 root root 3 Nov 15 19:39 . +drwxr-xr-x 5 root root 6 Nov 15 19:39 .. +-rw------- 1 root root 1579 Nov 15 19:39 docker-compose.yaml + +/mnt/.ix-apps/app_configs/open-speed-test/versions/1.0.21/templates/test_values: +total 22 +drwxr-xr-x 2 root root 4 Oct 21 16:20 . +drwxr-xr-x 5 root root 6 Nov 15 19:39 .. +-rw-r--r-- 1 root root 275 Oct 21 16:20 basic-values.yaml +-rw-r--r-- 1 root root 5782 Oct 21 16:20 https-values.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx: +total 18 +drwxr-xr-x 3 root root 4 Sep 21 20:14 . +drwxr-xr-x 7 root root 7 Dec 12 19:10 .. +-rw------- 1 root root 4186 Sep 21 20:14 metadata.yaml +drwxr-xr-x 4 root root 4 Sep 21 20:14 versions + +/mnt/.ix-apps/app_configs/paperless-ngx/versions: +total 18 +drwxr-xr-x 4 root root 4 Sep 21 20:14 . +drwxr-xr-x 3 root root 4 Sep 21 20:14 .. +drwxr-xr-x 4 root root 10 Sep 21 20:14 1.3.27 +drwxr-xr-x 4 root root 10 Jun 24 17:35 1.3.7 + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27: +total 45 +drwxr-xr-x 4 root root 10 Sep 21 20:14 . +drwxr-xr-x 4 root root 4 Sep 21 20:14 .. +-rw-r--r-- 1 root root 205 Sep 21 20:10 README.md +-rw------- 1 root root 2581 Sep 21 20:14 app.yaml +-rw-r--r-- 1 root root 103 Sep 21 20:10 app_migrations.yaml +-rw-r--r-- 1 root root 1051 Sep 21 20:10 ix_values.yaml +drwxr-xr-x 2 root root 3 Sep 21 20:10 migrations +-rw-r--r-- 1 root root 33286 Sep 21 20:10 questions.yaml +drwxr-xr-x 5 root root 6 Sep 21 20:14 templates +-rw------- 1 root root 7787 Sep 21 20:14 user_config.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/migrations: +total 14 +drwxr-xr-x 2 root root 3 Sep 21 20:10 . +drwxr-xr-x 4 root root 10 Sep 21 20:14 .. +-rwxr-xr-x 1 root root 465 Sep 21 20:10 ip_port_migration + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates: +total 23 +drwxr-xr-x 5 root root 6 Sep 21 20:14 . +drwxr-xr-x 4 root root 10 Sep 21 20:14 .. +-rw-r--r-- 1 root root 6705 Sep 21 20:10 docker-compose.yaml +drwxr-xr-x 3 root root 3 Sep 21 20:10 library +drwxr-xr-x 2 root root 3 Sep 21 20:14 rendered +drwxr-xr-x 2 root root 5 Sep 21 20:10 test_values + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Sep 21 20:10 . +drwxr-xr-x 5 root root 6 Sep 21 20:14 .. +drwxr-xr-x 3 root root 45 Sep 21 20:14 base_v2_1_50 + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates/library/base_v2_1_50: +total 223 +drwxr-xr-x 3 root root 45 Sep 21 20:14 . +drwxr-xr-x 3 root root 3 Sep 21 20:10 .. +-rw-r--r-- 1 root root 0 Sep 21 20:10 __init__.py +-rw-r--r-- 1 root root 2630 Sep 21 20:10 client.py +-rw-r--r-- 1 root root 2776 Sep 21 20:10 configs.py +-rw-r--r-- 1 root root 16582 Sep 21 20:10 container.py +-rw-r--r-- 1 root root 1195 Sep 21 20:10 depends.py +-rw-r--r-- 1 root root 581 Sep 21 20:10 deploy.py +-rw-r--r-- 1 root root 2333 Sep 21 20:10 deps.py +-rw-r--r-- 1 root root 3326 Sep 21 20:10 deps_elastic.py +-rw-r--r-- 1 root root 2972 Sep 21 20:10 deps_mariadb.py +-rw-r--r-- 1 root root 2899 Sep 21 20:10 deps_meilisearch.py +-rw-r--r-- 1 root root 3051 Sep 21 20:10 deps_mongodb.py +-rw-r--r-- 1 root root 10172 Sep 21 20:10 deps_perms.py +-rw-r--r-- 1 root root 5856 Sep 21 20:10 deps_postgres.py +-rw-r--r-- 1 root root 3191 Sep 21 20:10 deps_redis.py +-rw-r--r-- 1 root root 1244 Sep 21 20:10 device.py +-rw-r--r-- 1 root root 1664 Sep 21 20:10 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Sep 21 20:10 devices.py +-rw-r--r-- 1 root root 2705 Sep 21 20:10 dns.py +-rw-r--r-- 1 root root 4610 Sep 21 20:10 environment.py +-rw-r--r-- 1 root root 92 Sep 21 20:10 error.py +-rw-r--r-- 1 root root 941 Sep 21 20:10 expose.py +-rw-r--r-- 1 root root 943 Sep 21 20:10 extra_hosts.py +-rw-r--r-- 1 root root 759 Sep 21 20:10 formatter.py +-rw-r--r-- 1 root root 7437 Sep 21 20:10 functions.py +-rw-r--r-- 1 root root 8181 Sep 21 20:10 healthcheck.py +-rw-r--r-- 1 root root 1096 Sep 21 20:10 labels.py +-rw-r--r-- 1 root root 10810 Sep 21 20:10 notes.py +-rw-r--r-- 1 root root 2383 Sep 21 20:10 portals.py +-rw-r--r-- 1 root root 5843 Sep 21 20:10 ports.py +-rw-r--r-- 1 root root 3474 Sep 21 20:10 render.py +-rw-r--r-- 1 root root 3775 Sep 21 20:10 resources.py +-rw-r--r-- 1 root root 834 Sep 21 20:10 restart.py +-rw-r--r-- 1 root root 1673 Sep 21 20:10 security_opts.py +-rw-r--r-- 1 root root 4409 Sep 21 20:10 storage.py +-rw-r--r-- 1 root root 1222 Sep 21 20:10 sysctls.py +drwxr-xr-x 2 root root 28 Sep 21 20:10 tests +-rw-r--r-- 1 root root 2851 Sep 21 20:10 tmpfs.py +-rw-r--r-- 1 root root 11251 Sep 21 20:10 validations.py +-rw-r--r-- 1 root root 4605 Sep 21 20:10 volume_mount.py +-rw-r--r-- 1 root root 1290 Sep 21 20:10 volume_mount_types.py +-rw-r--r-- 1 root root 3741 Sep 21 20:10 volume_sources.py +-rw-r--r-- 1 root root 4659 Sep 21 20:10 volume_types.py +-rw-r--r-- 1 root root 2049 Sep 21 20:10 volumes.py + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates/library/base_v2_1_50/tests: +total 138 +drwxr-xr-x 2 root root 28 Sep 21 20:10 . +drwxr-xr-x 3 root root 45 Sep 21 20:14 .. +-rw-r--r-- 1 root root 0 Sep 21 20:10 __init__.py +-rw-r--r-- 1 root root 1511 Sep 21 20:10 test_build_image.py +-rw-r--r-- 1 root root 2111 Sep 21 20:10 test_configs.py +-rw-r--r-- 1 root root 16062 Sep 21 20:10 test_container.py +-rw-r--r-- 1 root root 1758 Sep 21 20:10 test_depends.py +-rw-r--r-- 1 root root 35934 Sep 21 20:10 test_deps.py +-rw-r--r-- 1 root root 5216 Sep 21 20:10 test_device.py +-rw-r--r-- 1 root root 2348 Sep 21 20:10 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Sep 21 20:10 test_dns.py +-rw-r--r-- 1 root root 6014 Sep 21 20:10 test_environment.py +-rw-r--r-- 1 root root 1268 Sep 21 20:10 test_expose.py +-rw-r--r-- 1 root root 1695 Sep 21 20:10 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Sep 21 20:10 test_formatter.py +-rw-r--r-- 1 root root 5413 Sep 21 20:10 test_functions.py +-rw-r--r-- 1 root root 10384 Sep 21 20:10 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Sep 21 20:10 test_labels.py +-rw-r--r-- 1 root root 8630 Sep 21 20:10 test_notes.py +-rw-r--r-- 1 root root 3675 Sep 21 20:10 test_portal.py +-rw-r--r-- 1 root root 13200 Sep 21 20:10 test_ports.py +-rw-r--r-- 1 root root 818 Sep 21 20:10 test_render.py +-rw-r--r-- 1 root root 4902 Sep 21 20:10 test_resources.py +-rw-r--r-- 1 root root 1764 Sep 21 20:10 test_restart.py +-rw-r--r-- 1 root root 2906 Sep 21 20:10 test_security_opts.py +-rw-r--r-- 1 root root 1765 Sep 21 20:10 test_sysctls.py +-rw-r--r-- 1 root root 4326 Sep 21 20:10 test_validations.py +-rw-r--r-- 1 root root 26958 Sep 21 20:10 test_volumes.py + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates/rendered: +total 18 +drwxr-xr-x 2 root root 3 Sep 21 20:14 . +drwxr-xr-x 5 root root 6 Sep 21 20:14 .. +-rw------- 1 root root 17853 Sep 21 20:14 docker-compose.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.27/templates/test_values: +total 23 +drwxr-xr-x 2 root root 5 Sep 21 20:10 . +drwxr-xr-x 5 root root 6 Sep 21 20:14 .. +-rw-r--r-- 1 root root 1256 Sep 21 20:10 basic-values.yaml +-rw-r--r-- 1 root root 1344 Sep 21 20:10 tika-gotenberg-values.yaml +-rw-r--r-- 1 root root 1387 Sep 21 20:10 trash-values.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7: +total 45 +drwxr-xr-x 4 root root 10 Jun 24 17:35 . +drwxr-xr-x 4 root root 4 Sep 21 20:14 .. +-rw-r--r-- 1 root root 205 Jun 20 19:12 README.md +-rw------- 1 root root 2591 Jun 23 21:35 app.yaml +-rw-r--r-- 1 root root 103 Jun 20 19:12 app_migrations.yaml +-rw-r--r-- 1 root root 1046 Jun 20 19:12 ix_values.yaml +drwxr-xr-x 2 root root 3 Jun 20 19:12 migrations +-rw-r--r-- 1 root root 33803 Jun 20 19:12 questions.yaml +drwxr-xr-x 5 root root 6 Jul 3 17:31 templates +-rw------- 1 root root 4723 Jun 24 17:35 user_config.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/migrations: +total 14 +drwxr-xr-x 2 root root 3 Jun 20 19:12 . +drwxr-xr-x 4 root root 10 Jun 24 17:35 .. +-rwxr-xr-x 1 root root 465 Jun 20 19:12 ip_port_migration + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates: +total 23 +drwxr-xr-x 5 root root 6 Jul 3 17:31 . +drwxr-xr-x 4 root root 10 Jun 24 17:35 .. +-rw-r--r-- 1 root root 6688 Jun 20 19:12 docker-compose.yaml +drwxr-xr-x 3 root root 3 Jun 20 19:12 library +drwxr-xr-x 2 root root 3 Jul 3 17:31 rendered +drwxr-xr-x 2 root root 5 Jun 20 19:12 test_values + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Jun 20 19:12 . +drwxr-xr-x 5 root root 6 Jul 3 17:31 .. +drwxr-xr-x 3 root root 43 Jul 3 17:31 base_v2_1_35 + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates/library/base_v2_1_35: +total 210 +drwxr-xr-x 3 root root 43 Jul 3 17:31 . +drwxr-xr-x 3 root root 3 Jun 20 19:12 .. +-rw-r--r-- 1 root root 0 Jun 20 19:12 __init__.py +-rw-r--r-- 1 root root 2630 Jun 20 19:12 client.py +-rw-r--r-- 1 root root 2776 Jun 20 19:12 configs.py +-rw-r--r-- 1 root root 15992 Jun 20 19:12 container.py +-rw-r--r-- 1 root root 1195 Jun 20 19:12 depends.py +-rw-r--r-- 1 root root 581 Jun 20 19:12 deploy.py +-rw-r--r-- 1 root root 1657 Jun 20 19:12 deps.py +-rw-r--r-- 1 root root 2945 Jun 20 19:12 deps_mariadb.py +-rw-r--r-- 1 root root 3025 Jun 20 19:12 deps_mongodb.py +-rw-r--r-- 1 root root 9886 Jun 20 19:12 deps_perms.py +-rw-r--r-- 1 root root 5678 Jun 20 19:12 deps_postgres.py +-rw-r--r-- 1 root root 2881 Jun 20 19:12 deps_redis.py +-rw-r--r-- 1 root root 1244 Jun 20 19:12 device.py +-rw-r--r-- 1 root root 1664 Jun 20 19:12 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Jun 20 19:12 devices.py +-rw-r--r-- 1 root root 2705 Jun 20 19:12 dns.py +-rw-r--r-- 1 root root 4610 Jun 20 19:12 environment.py +-rw-r--r-- 1 root root 92 Jun 20 19:12 error.py +-rw-r--r-- 1 root root 941 Jun 20 19:12 expose.py +-rw-r--r-- 1 root root 943 Jun 20 19:12 extra_hosts.py +-rw-r--r-- 1 root root 759 Jun 20 19:12 formatter.py +-rw-r--r-- 1 root root 6233 Jun 20 19:12 functions.py +-rw-r--r-- 1 root root 7247 Jun 20 19:12 healthcheck.py +-rw-r--r-- 1 root root 1096 Jun 20 19:12 labels.py +-rw-r--r-- 1 root root 4709 Jun 20 19:12 notes.py +-rw-r--r-- 1 root root 2383 Jun 20 19:12 portals.py +-rw-r--r-- 1 root root 5843 Jun 20 19:12 ports.py +-rw-r--r-- 1 root root 3474 Jun 20 19:12 render.py +-rw-r--r-- 1 root root 3775 Jun 20 19:12 resources.py +-rw-r--r-- 1 root root 834 Jun 20 19:12 restart.py +-rw-r--r-- 1 root root 1673 Jun 20 19:12 security_opts.py +-rw-r--r-- 1 root root 4409 Jun 20 19:12 storage.py +-rw-r--r-- 1 root root 1222 Jun 20 19:12 sysctls.py +drwxr-xr-x 2 root root 28 Jun 20 19:12 tests +-rw-r--r-- 1 root root 2851 Jun 20 19:12 tmpfs.py +-rw-r--r-- 1 root root 10764 Jun 20 19:12 validations.py +-rw-r--r-- 1 root root 4605 Jun 20 19:12 volume_mount.py +-rw-r--r-- 1 root root 1290 Jun 20 19:12 volume_mount_types.py +-rw-r--r-- 1 root root 3933 Jun 20 19:12 volume_sources.py +-rw-r--r-- 1 root root 4659 Jun 20 19:12 volume_types.py +-rw-r--r-- 1 root root 2049 Jun 20 19:12 volumes.py + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates/library/base_v2_1_35/tests: +total 138 +drwxr-xr-x 2 root root 28 Jun 20 19:12 . +drwxr-xr-x 3 root root 43 Jul 3 17:31 .. +-rw-r--r-- 1 root root 0 Jun 20 19:12 __init__.py +-rw-r--r-- 1 root root 1511 Jun 20 19:12 test_build_image.py +-rw-r--r-- 1 root root 2111 Jun 20 19:12 test_configs.py +-rw-r--r-- 1 root root 13837 Jun 20 19:12 test_container.py +-rw-r--r-- 1 root root 1758 Jun 20 19:12 test_depends.py +-rw-r--r-- 1 root root 27564 Jun 20 19:12 test_deps.py +-rw-r--r-- 1 root root 5216 Jun 20 19:12 test_device.py +-rw-r--r-- 1 root root 2348 Jun 20 19:12 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Jun 20 19:12 test_dns.py +-rw-r--r-- 1 root root 6014 Jun 20 19:12 test_environment.py +-rw-r--r-- 1 root root 1268 Jun 20 19:12 test_expose.py +-rw-r--r-- 1 root root 1695 Jun 20 19:12 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Jun 20 19:12 test_formatter.py +-rw-r--r-- 1 root root 4922 Jun 20 19:12 test_functions.py +-rw-r--r-- 1 root root 7767 Jun 20 19:12 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Jun 20 19:12 test_labels.py +-rw-r--r-- 1 root root 5472 Jun 20 19:12 test_notes.py +-rw-r--r-- 1 root root 3675 Jun 20 19:12 test_portal.py +-rw-r--r-- 1 root root 13200 Jun 20 19:12 test_ports.py +-rw-r--r-- 1 root root 818 Jun 20 19:12 test_render.py +-rw-r--r-- 1 root root 4902 Jun 20 19:12 test_resources.py +-rw-r--r-- 1 root root 1764 Jun 20 19:12 test_restart.py +-rw-r--r-- 1 root root 2906 Jun 20 19:12 test_security_opts.py +-rw-r--r-- 1 root root 1765 Jun 20 19:12 test_sysctls.py +-rw-r--r-- 1 root root 4326 Jun 20 19:12 test_validations.py +-rw-r--r-- 1 root root 26958 Jun 20 19:12 test_volumes.py + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates/rendered: +total 18 +drwxr-xr-x 2 root root 3 Jul 3 17:31 . +drwxr-xr-x 5 root root 6 Jul 3 17:31 .. +-rw------- 1 root root 16719 Jul 3 17:31 docker-compose.yaml + +/mnt/.ix-apps/app_configs/paperless-ngx/versions/1.3.7/templates/test_values: +total 23 +drwxr-xr-x 2 root root 5 Jun 20 19:12 . +drwxr-xr-x 5 root root 6 Jul 3 17:31 .. +-rw-r--r-- 1 root root 1256 Jun 20 19:12 basic-values.yaml +-rw-r--r-- 1 root root 1344 Jun 20 19:12 tika-gotenberg-values.yaml +-rw-r--r-- 1 root root 1387 Jun 20 19:12 trash-values.yaml + +/mnt/.ix-apps/app_configs/plex: +total 14 +drwxr-xr-x 3 root root 4 Dec 12 19:29 . +drwxr-xr-x 7 root root 7 Dec 12 19:10 .. +-rw------- 1 root root 2416 Dec 12 19:29 metadata.yaml +drwxr-xr-x 6 root root 6 Dec 12 19:29 versions + +/mnt/.ix-apps/app_configs/plex/versions: +total 35 +drwxr-xr-x 6 root root 6 Dec 12 19:29 . +drwxr-xr-x 3 root root 4 Dec 12 19:29 .. +drwxr-xr-x 4 root root 10 Nov 15 19:41 1.2.12 +drwxr-xr-x 4 root root 10 Dec 12 19:29 1.2.19 +drwxr-xr-x 4 root root 10 Jun 7 2025 1.2.3 +drwxr-xr-x 4 root root 10 Jun 23 14:17 1.2.4 + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12: +total 45 +drwxr-xr-x 4 root root 10 Nov 15 19:41 . +drwxr-xr-x 6 root root 6 Dec 12 19:29 .. +-rw-r--r-- 1 root root 107 Sep 21 20:10 README.md +-rw------- 1 root root 1562 Sep 21 20:19 app.yaml +-rw-r--r-- 1 root root 103 Sep 21 20:10 app_migrations.yaml +-rw-r--r-- 1 root root 256 Sep 21 20:10 ix_values.yaml +drwxr-xr-x 2 root root 4 Sep 21 20:10 migrations +-rw-r--r-- 1 root root 32299 Sep 21 20:10 questions.yaml +drwxr-xr-x 5 root root 6 Nov 15 19:41 templates +-rw------- 1 root root 2885 Nov 15 19:41 user_config.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/migrations: +total 14 +drwxr-xr-x 2 root root 4 Sep 21 20:10 . +drwxr-xr-x 4 root root 10 Nov 15 19:41 .. +-rw-r--r-- 1 root root 0 Sep 21 20:10 __init__.py +-rwxr-xr-x 1 root root 476 Sep 21 20:10 ip_port_migration + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates: +total 23 +drwxr-xr-x 5 root root 6 Nov 15 19:41 . +drwxr-xr-x 4 root root 10 Nov 15 19:41 .. +-rw-r--r-- 1 root root 2736 Sep 21 20:10 docker-compose.yaml +drwxr-xr-x 3 root root 3 Sep 21 20:10 library +drwxr-xr-x 2 root root 3 Nov 15 19:41 rendered +drwxr-xr-x 2 root root 4 Sep 21 20:10 test_values + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Sep 21 20:10 . +drwxr-xr-x 5 root root 6 Nov 15 19:41 .. +drwxr-xr-x 3 root root 45 Nov 15 19:41 base_v2_1_50 + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates/library/base_v2_1_50: +total 223 +drwxr-xr-x 3 root root 45 Nov 15 19:41 . +drwxr-xr-x 3 root root 3 Sep 21 20:10 .. +-rw-r--r-- 1 root root 0 Sep 21 20:10 __init__.py +-rw-r--r-- 1 root root 2630 Sep 21 20:10 client.py +-rw-r--r-- 1 root root 2776 Sep 21 20:10 configs.py +-rw-r--r-- 1 root root 16582 Sep 21 20:10 container.py +-rw-r--r-- 1 root root 1195 Sep 21 20:10 depends.py +-rw-r--r-- 1 root root 581 Sep 21 20:10 deploy.py +-rw-r--r-- 1 root root 2333 Sep 21 20:10 deps.py +-rw-r--r-- 1 root root 3326 Sep 21 20:10 deps_elastic.py +-rw-r--r-- 1 root root 2972 Sep 21 20:10 deps_mariadb.py +-rw-r--r-- 1 root root 2899 Sep 21 20:10 deps_meilisearch.py +-rw-r--r-- 1 root root 3051 Sep 21 20:10 deps_mongodb.py +-rw-r--r-- 1 root root 10172 Sep 21 20:10 deps_perms.py +-rw-r--r-- 1 root root 5856 Sep 21 20:10 deps_postgres.py +-rw-r--r-- 1 root root 3191 Sep 21 20:10 deps_redis.py +-rw-r--r-- 1 root root 1244 Sep 21 20:10 device.py +-rw-r--r-- 1 root root 1664 Sep 21 20:10 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Sep 21 20:10 devices.py +-rw-r--r-- 1 root root 2705 Sep 21 20:10 dns.py +-rw-r--r-- 1 root root 4610 Sep 21 20:10 environment.py +-rw-r--r-- 1 root root 92 Sep 21 20:10 error.py +-rw-r--r-- 1 root root 941 Sep 21 20:10 expose.py +-rw-r--r-- 1 root root 943 Sep 21 20:10 extra_hosts.py +-rw-r--r-- 1 root root 759 Sep 21 20:10 formatter.py +-rw-r--r-- 1 root root 7437 Sep 21 20:10 functions.py +-rw-r--r-- 1 root root 8181 Sep 21 20:10 healthcheck.py +-rw-r--r-- 1 root root 1096 Sep 21 20:10 labels.py +-rw-r--r-- 1 root root 10810 Sep 21 20:10 notes.py +-rw-r--r-- 1 root root 2383 Sep 21 20:10 portals.py +-rw-r--r-- 1 root root 5843 Sep 21 20:10 ports.py +-rw-r--r-- 1 root root 3474 Sep 21 20:10 render.py +-rw-r--r-- 1 root root 3775 Sep 21 20:10 resources.py +-rw-r--r-- 1 root root 834 Sep 21 20:10 restart.py +-rw-r--r-- 1 root root 1673 Sep 21 20:10 security_opts.py +-rw-r--r-- 1 root root 4409 Sep 21 20:10 storage.py +-rw-r--r-- 1 root root 1222 Sep 21 20:10 sysctls.py +drwxr-xr-x 2 root root 28 Sep 21 20:10 tests +-rw-r--r-- 1 root root 2851 Sep 21 20:10 tmpfs.py +-rw-r--r-- 1 root root 11251 Sep 21 20:10 validations.py +-rw-r--r-- 1 root root 4605 Sep 21 20:10 volume_mount.py +-rw-r--r-- 1 root root 1290 Sep 21 20:10 volume_mount_types.py +-rw-r--r-- 1 root root 3741 Sep 21 20:10 volume_sources.py +-rw-r--r-- 1 root root 4659 Sep 21 20:10 volume_types.py +-rw-r--r-- 1 root root 2049 Sep 21 20:10 volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates/library/base_v2_1_50/tests: +total 138 +drwxr-xr-x 2 root root 28 Sep 21 20:10 . +drwxr-xr-x 3 root root 45 Nov 15 19:41 .. +-rw-r--r-- 1 root root 0 Sep 21 20:10 __init__.py +-rw-r--r-- 1 root root 1511 Sep 21 20:10 test_build_image.py +-rw-r--r-- 1 root root 2111 Sep 21 20:10 test_configs.py +-rw-r--r-- 1 root root 16062 Sep 21 20:10 test_container.py +-rw-r--r-- 1 root root 1758 Sep 21 20:10 test_depends.py +-rw-r--r-- 1 root root 35934 Sep 21 20:10 test_deps.py +-rw-r--r-- 1 root root 5216 Sep 21 20:10 test_device.py +-rw-r--r-- 1 root root 2348 Sep 21 20:10 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Sep 21 20:10 test_dns.py +-rw-r--r-- 1 root root 6014 Sep 21 20:10 test_environment.py +-rw-r--r-- 1 root root 1268 Sep 21 20:10 test_expose.py +-rw-r--r-- 1 root root 1695 Sep 21 20:10 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Sep 21 20:10 test_formatter.py +-rw-r--r-- 1 root root 5413 Sep 21 20:10 test_functions.py +-rw-r--r-- 1 root root 10384 Sep 21 20:10 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Sep 21 20:10 test_labels.py +-rw-r--r-- 1 root root 8630 Sep 21 20:10 test_notes.py +-rw-r--r-- 1 root root 3675 Sep 21 20:10 test_portal.py +-rw-r--r-- 1 root root 13200 Sep 21 20:10 test_ports.py +-rw-r--r-- 1 root root 818 Sep 21 20:10 test_render.py +-rw-r--r-- 1 root root 4902 Sep 21 20:10 test_resources.py +-rw-r--r-- 1 root root 1764 Sep 21 20:10 test_restart.py +-rw-r--r-- 1 root root 2906 Sep 21 20:10 test_security_opts.py +-rw-r--r-- 1 root root 1765 Sep 21 20:10 test_sysctls.py +-rw-r--r-- 1 root root 4326 Sep 21 20:10 test_validations.py +-rw-r--r-- 1 root root 26958 Sep 21 20:10 test_volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates/rendered: +total 14 +drwxr-xr-x 2 root root 3 Nov 15 19:41 . +drwxr-xr-x 5 root root 6 Nov 15 19:41 .. +-rw------- 1 root root 9392 Nov 15 19:41 docker-compose.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.12/templates/test_values: +total 18 +drwxr-xr-x 2 root root 4 Sep 21 20:10 . +drwxr-xr-x 5 root root 6 Nov 15 19:41 .. +-rw-r--r-- 1 root root 839 Sep 21 20:10 basic-values.yaml +-rw-r--r-- 1 root root 773 Sep 21 20:10 hostnet-values.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19: +total 45 +drwxr-xr-x 4 root root 10 Dec 12 19:29 . +drwxr-xr-x 6 root root 6 Dec 12 19:29 .. +-rw-r--r-- 1 root root 107 Dec 10 19:41 README.md +-rw------- 1 root root 1560 Dec 12 19:29 app.yaml +-rw-r--r-- 1 root root 103 Dec 10 19:41 app_migrations.yaml +-rw-r--r-- 1 root root 338 Dec 10 19:41 ix_values.yaml +drwxr-xr-x 2 root root 4 Dec 10 19:41 migrations +-rw-r--r-- 1 root root 33395 Dec 10 19:41 questions.yaml +drwxr-xr-x 5 root root 6 Dec 12 19:29 templates +-rw------- 1 root root 4804 Dec 12 19:29 user_config.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/migrations: +total 14 +drwxr-xr-x 2 root root 4 Dec 10 19:41 . +drwxr-xr-x 4 root root 10 Dec 12 19:29 .. +-rw-r--r-- 1 root root 0 Dec 10 19:41 __init__.py +-rwxr-xr-x 1 root root 476 Dec 10 19:41 ip_port_migration + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates: +total 23 +drwxr-xr-x 5 root root 6 Dec 12 19:29 . +drwxr-xr-x 4 root root 10 Dec 12 19:29 .. +-rw-r--r-- 1 root root 2736 Dec 10 19:41 docker-compose.yaml +drwxr-xr-x 3 root root 3 Dec 10 19:41 library +drwxr-xr-x 2 root root 3 Dec 12 19:29 rendered +drwxr-xr-x 2 root root 4 Dec 10 19:41 test_values + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Dec 10 19:41 . +drwxr-xr-x 5 root root 6 Dec 12 19:29 .. +drwxr-xr-x 3 root root 47 Dec 12 19:29 base_v2_1_65 + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/library/base_v2_1_65: +total 232 +drwxr-xr-x 3 root root 47 Dec 12 19:29 . +drwxr-xr-x 3 root root 3 Dec 10 19:41 .. +-rw-r--r-- 1 root root 0 Dec 10 19:41 __init__.py +-rw-r--r-- 1 root root 2630 Dec 10 19:41 client.py +-rw-r--r-- 1 root root 2776 Dec 10 19:41 configs.py +-rw-r--r-- 1 root root 17100 Dec 10 19:41 container.py +-rw-r--r-- 1 root root 1195 Dec 10 19:41 depends.py +-rw-r--r-- 1 root root 581 Dec 10 19:41 deploy.py +-rw-r--r-- 1 root root 2865 Dec 10 19:41 deps.py +-rw-r--r-- 1 root root 3296 Dec 10 19:41 deps_elastic.py +-rw-r--r-- 1 root root 3333 Dec 10 19:41 deps_mariadb.py +-rw-r--r-- 1 root root 2900 Dec 10 19:41 deps_meilisearch.py +-rw-r--r-- 1 root root 3307 Dec 10 19:41 deps_mongodb.py +-rw-r--r-- 1 root root 5569 Dec 10 19:41 deps_perms.py +-rw-r--r-- 1 root root 7647 Dec 10 19:41 deps_postgres.py +-rw-r--r-- 1 root root 3193 Dec 10 19:41 deps_redis.py +-rw-r--r-- 1 root root 2862 Dec 10 19:41 deps_solr.py +-rw-r--r-- 1 root root 2010 Dec 10 19:41 deps_tika.py +-rw-r--r-- 1 root root 1244 Dec 10 19:41 device.py +-rw-r--r-- 1 root root 1664 Dec 10 19:41 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Dec 10 19:41 devices.py +-rw-r--r-- 1 root root 2705 Dec 10 19:41 dns.py +-rw-r--r-- 1 root root 4934 Dec 10 19:41 environment.py +-rw-r--r-- 1 root root 92 Dec 10 19:41 error.py +-rw-r--r-- 1 root root 941 Dec 10 19:41 expose.py +-rw-r--r-- 1 root root 943 Dec 10 19:41 extra_hosts.py +-rw-r--r-- 1 root root 759 Dec 10 19:41 formatter.py +-rw-r--r-- 1 root root 7668 Dec 10 19:41 functions.py +-rw-r--r-- 1 root root 8135 Dec 10 19:41 healthcheck.py +-rw-r--r-- 1 root root 1096 Dec 10 19:41 labels.py +-rw-r--r-- 1 root root 10940 Dec 10 19:41 notes.py +-rw-r--r-- 1 root root 2383 Dec 10 19:41 portals.py +-rw-r--r-- 1 root root 5843 Dec 10 19:41 ports.py +-rw-r--r-- 1 root root 2886 Dec 10 19:41 render.py +-rw-r--r-- 1 root root 3775 Dec 10 19:41 resources.py +-rw-r--r-- 1 root root 834 Dec 10 19:41 restart.py +-rw-r--r-- 1 root root 1673 Dec 10 19:41 security_opts.py +-rw-r--r-- 1 root root 4409 Dec 10 19:41 storage.py +-rw-r--r-- 1 root root 1222 Dec 10 19:41 sysctls.py +drwxr-xr-x 2 root root 28 Dec 10 19:41 tests +-rw-r--r-- 1 root root 2851 Dec 10 19:41 tmpfs.py +-rw-r--r-- 1 root root 11508 Dec 10 19:41 validations.py +-rw-r--r-- 1 root root 4605 Dec 10 19:41 volume_mount.py +-rw-r--r-- 1 root root 1290 Dec 10 19:41 volume_mount_types.py +-rw-r--r-- 1 root root 3741 Dec 10 19:41 volume_sources.py +-rw-r--r-- 1 root root 4473 Dec 10 19:41 volume_types.py +-rw-r--r-- 1 root root 2049 Dec 10 19:41 volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/library/base_v2_1_65/tests: +total 138 +drwxr-xr-x 2 root root 28 Dec 10 19:41 . +drwxr-xr-x 3 root root 47 Dec 12 19:29 .. +-rw-r--r-- 1 root root 0 Dec 10 19:41 __init__.py +-rw-r--r-- 1 root root 1511 Dec 10 19:41 test_build_image.py +-rw-r--r-- 1 root root 2111 Dec 10 19:41 test_configs.py +-rw-r--r-- 1 root root 19116 Dec 10 19:41 test_container.py +-rw-r--r-- 1 root root 1758 Dec 10 19:41 test_depends.py +-rw-r--r-- 1 root root 42592 Dec 10 19:41 test_deps.py +-rw-r--r-- 1 root root 5216 Dec 10 19:41 test_device.py +-rw-r--r-- 1 root root 2348 Dec 10 19:41 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Dec 10 19:41 test_dns.py +-rw-r--r-- 1 root root 6745 Dec 10 19:41 test_environment.py +-rw-r--r-- 1 root root 1268 Dec 10 19:41 test_expose.py +-rw-r--r-- 1 root root 1695 Dec 10 19:41 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Dec 10 19:41 test_formatter.py +-rw-r--r-- 1 root root 5929 Dec 10 19:41 test_functions.py +-rw-r--r-- 1 root root 10342 Dec 10 19:41 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Dec 10 19:41 test_labels.py +-rw-r--r-- 1 root root 8630 Dec 10 19:41 test_notes.py +-rw-r--r-- 1 root root 3675 Dec 10 19:41 test_portal.py +-rw-r--r-- 1 root root 13200 Dec 10 19:41 test_ports.py +-rw-r--r-- 1 root root 818 Dec 10 19:41 test_render.py +-rw-r--r-- 1 root root 4902 Dec 10 19:41 test_resources.py +-rw-r--r-- 1 root root 1764 Dec 10 19:41 test_restart.py +-rw-r--r-- 1 root root 2906 Dec 10 19:41 test_security_opts.py +-rw-r--r-- 1 root root 1765 Dec 10 19:41 test_sysctls.py +-rw-r--r-- 1 root root 4326 Dec 10 19:41 test_validations.py +-rw-r--r-- 1 root root 26958 Dec 10 19:41 test_volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered: +total 18 +drwxr-xr-x 2 root root 3 Dec 12 19:29 . +drwxr-xr-x 5 root root 6 Dec 12 19:29 .. +-rw------- 1 root root 4490 Dec 12 19:29 docker-compose.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/test_values: +total 18 +drwxr-xr-x 2 root root 4 Dec 10 19:41 . +drwxr-xr-x 5 root root 6 Dec 12 19:29 .. +-rw-r--r-- 1 root root 839 Dec 10 19:41 basic-values.yaml +-rw-r--r-- 1 root root 773 Dec 10 19:41 hostnet-values.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3: +total 45 +drwxr-xr-x 4 root root 10 Jun 7 2025 . +drwxr-xr-x 6 root root 6 Dec 12 19:29 .. +-rw-r--r-- 1 root root 107 Jun 7 2025 README.md +-rw------- 1 root root 1560 Jun 7 2025 app.yaml +-rw-r--r-- 1 root root 103 Jun 7 2025 app_migrations.yaml +-rw-r--r-- 1 root root 255 Jun 7 2025 ix_values.yaml +drwxr-xr-x 2 root root 4 Jun 7 2025 migrations +-rw-r--r-- 1 root root 32665 Jun 7 2025 questions.yaml +drwxr-xr-x 5 root root 6 Jun 7 2025 templates +-rw------- 1 root root 2920 Jun 7 2025 user_config.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/migrations: +total 14 +drwxr-xr-x 2 root root 4 Jun 7 2025 . +drwxr-xr-x 4 root root 10 Jun 7 2025 .. +-rw-r--r-- 1 root root 0 Jun 7 2025 __init__.py +-rwxr-xr-x 1 root root 476 Jun 7 2025 ip_port_migration + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates: +total 23 +drwxr-xr-x 5 root root 6 Jun 7 2025 . +drwxr-xr-x 4 root root 10 Jun 7 2025 .. +-rw-r--r-- 1 root root 2736 Jun 7 2025 docker-compose.yaml +drwxr-xr-x 3 root root 3 Jun 7 2025 library +drwxr-xr-x 2 root root 3 Jun 7 2025 rendered +drwxr-xr-x 2 root root 4 Jun 7 2025 test_values + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Jun 7 2025 . +drwxr-xr-x 5 root root 6 Jun 7 2025 .. +drwxr-xr-x 3 root root 43 Jun 7 2025 base_v2_1_35 + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates/library/base_v2_1_35: +total 210 +drwxr-xr-x 3 root root 43 Jun 7 2025 . +drwxr-xr-x 3 root root 3 Jun 7 2025 .. +-rw-r--r-- 1 root root 0 Jun 7 2025 __init__.py +-rw-r--r-- 1 root root 2630 Jun 7 2025 client.py +-rw-r--r-- 1 root root 2776 Jun 7 2025 configs.py +-rw-r--r-- 1 root root 15992 Jun 7 2025 container.py +-rw-r--r-- 1 root root 1195 Jun 7 2025 depends.py +-rw-r--r-- 1 root root 581 Jun 7 2025 deploy.py +-rw-r--r-- 1 root root 1657 Jun 7 2025 deps.py +-rw-r--r-- 1 root root 2945 Jun 7 2025 deps_mariadb.py +-rw-r--r-- 1 root root 3025 Jun 7 2025 deps_mongodb.py +-rw-r--r-- 1 root root 9886 Jun 7 2025 deps_perms.py +-rw-r--r-- 1 root root 5678 Jun 7 2025 deps_postgres.py +-rw-r--r-- 1 root root 2881 Jun 7 2025 deps_redis.py +-rw-r--r-- 1 root root 1244 Jun 7 2025 device.py +-rw-r--r-- 1 root root 1664 Jun 7 2025 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Jun 7 2025 devices.py +-rw-r--r-- 1 root root 2705 Jun 7 2025 dns.py +-rw-r--r-- 1 root root 4610 Jun 7 2025 environment.py +-rw-r--r-- 1 root root 92 Jun 7 2025 error.py +-rw-r--r-- 1 root root 941 Jun 7 2025 expose.py +-rw-r--r-- 1 root root 943 Jun 7 2025 extra_hosts.py +-rw-r--r-- 1 root root 759 Jun 7 2025 formatter.py +-rw-r--r-- 1 root root 6233 Jun 7 2025 functions.py +-rw-r--r-- 1 root root 7247 Jun 7 2025 healthcheck.py +-rw-r--r-- 1 root root 1096 Jun 7 2025 labels.py +-rw-r--r-- 1 root root 4709 Jun 7 2025 notes.py +-rw-r--r-- 1 root root 2383 Jun 7 2025 portals.py +-rw-r--r-- 1 root root 5843 Jun 7 2025 ports.py +-rw-r--r-- 1 root root 3474 Jun 7 2025 render.py +-rw-r--r-- 1 root root 3775 Jun 7 2025 resources.py +-rw-r--r-- 1 root root 834 Jun 7 2025 restart.py +-rw-r--r-- 1 root root 1673 Jun 7 2025 security_opts.py +-rw-r--r-- 1 root root 4409 Jun 7 2025 storage.py +-rw-r--r-- 1 root root 1222 Jun 7 2025 sysctls.py +drwxr-xr-x 2 root root 28 Jun 7 2025 tests +-rw-r--r-- 1 root root 2851 Jun 7 2025 tmpfs.py +-rw-r--r-- 1 root root 10764 Jun 7 2025 validations.py +-rw-r--r-- 1 root root 4605 Jun 7 2025 volume_mount.py +-rw-r--r-- 1 root root 1290 Jun 7 2025 volume_mount_types.py +-rw-r--r-- 1 root root 3933 Jun 7 2025 volume_sources.py +-rw-r--r-- 1 root root 4659 Jun 7 2025 volume_types.py +-rw-r--r-- 1 root root 2049 Jun 7 2025 volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates/library/base_v2_1_35/tests: +total 138 +drwxr-xr-x 2 root root 28 Jun 7 2025 . +drwxr-xr-x 3 root root 43 Jun 7 2025 .. +-rw-r--r-- 1 root root 0 Jun 7 2025 __init__.py +-rw-r--r-- 1 root root 1511 Jun 7 2025 test_build_image.py +-rw-r--r-- 1 root root 2111 Jun 7 2025 test_configs.py +-rw-r--r-- 1 root root 13837 Jun 7 2025 test_container.py +-rw-r--r-- 1 root root 1758 Jun 7 2025 test_depends.py +-rw-r--r-- 1 root root 27564 Jun 7 2025 test_deps.py +-rw-r--r-- 1 root root 5216 Jun 7 2025 test_device.py +-rw-r--r-- 1 root root 2348 Jun 7 2025 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Jun 7 2025 test_dns.py +-rw-r--r-- 1 root root 6014 Jun 7 2025 test_environment.py +-rw-r--r-- 1 root root 1268 Jun 7 2025 test_expose.py +-rw-r--r-- 1 root root 1695 Jun 7 2025 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Jun 7 2025 test_formatter.py +-rw-r--r-- 1 root root 4922 Jun 7 2025 test_functions.py +-rw-r--r-- 1 root root 7767 Jun 7 2025 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Jun 7 2025 test_labels.py +-rw-r--r-- 1 root root 5472 Jun 7 2025 test_notes.py +-rw-r--r-- 1 root root 3675 Jun 7 2025 test_portal.py +-rw-r--r-- 1 root root 13200 Jun 7 2025 test_ports.py +-rw-r--r-- 1 root root 818 Jun 7 2025 test_render.py +-rw-r--r-- 1 root root 4902 Jun 7 2025 test_resources.py +-rw-r--r-- 1 root root 1764 Jun 7 2025 test_restart.py +-rw-r--r-- 1 root root 2906 Jun 7 2025 test_security_opts.py +-rw-r--r-- 1 root root 1765 Jun 7 2025 test_sysctls.py +-rw-r--r-- 1 root root 4326 Jun 7 2025 test_validations.py +-rw-r--r-- 1 root root 26958 Jun 7 2025 test_volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates/rendered: +total 14 +drwxr-xr-x 2 root root 3 Jun 7 2025 . +drwxr-xr-x 5 root root 6 Jun 7 2025 .. +-rw------- 1 root root 8984 Jun 7 2025 docker-compose.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.3/templates/test_values: +total 18 +drwxr-xr-x 2 root root 4 Jun 7 2025 . +drwxr-xr-x 5 root root 6 Jun 7 2025 .. +-rw-r--r-- 1 root root 839 Jun 7 2025 basic-values.yaml +-rw-r--r-- 1 root root 773 Jun 7 2025 hostnet-values.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4: +total 45 +drwxr-xr-x 4 root root 10 Jun 23 14:17 . +drwxr-xr-x 6 root root 6 Dec 12 19:29 .. +-rw-r--r-- 1 root root 107 Jun 11 2025 README.md +-rw------- 1 root root 1560 Jun 23 14:17 app.yaml +-rw-r--r-- 1 root root 103 Jun 11 2025 app_migrations.yaml +-rw-r--r-- 1 root root 255 Jun 11 2025 ix_values.yaml +drwxr-xr-x 2 root root 4 Jun 11 2025 migrations +-rw-r--r-- 1 root root 32665 Jun 11 2025 questions.yaml +drwxr-xr-x 5 root root 6 Jun 23 14:17 templates +-rw------- 1 root root 4841 Jun 23 14:17 user_config.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/migrations: +total 14 +drwxr-xr-x 2 root root 4 Jun 11 2025 . +drwxr-xr-x 4 root root 10 Jun 23 14:17 .. +-rw-r--r-- 1 root root 0 Jun 11 2025 __init__.py +-rwxr-xr-x 1 root root 476 Jun 11 2025 ip_port_migration + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates: +total 23 +drwxr-xr-x 5 root root 6 Jun 23 14:17 . +drwxr-xr-x 4 root root 10 Jun 23 14:17 .. +-rw-r--r-- 1 root root 2736 Jun 11 2025 docker-compose.yaml +drwxr-xr-x 3 root root 3 Jun 11 2025 library +drwxr-xr-x 2 root root 3 Jun 23 14:17 rendered +drwxr-xr-x 2 root root 4 Jun 11 2025 test_values + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates/library: +total 18 +drwxr-xr-x 3 root root 3 Jun 11 2025 . +drwxr-xr-x 5 root root 6 Jun 23 14:17 .. +drwxr-xr-x 3 root root 43 Jun 23 14:17 base_v2_1_35 + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates/library/base_v2_1_35: +total 210 +drwxr-xr-x 3 root root 43 Jun 23 14:17 . +drwxr-xr-x 3 root root 3 Jun 11 2025 .. +-rw-r--r-- 1 root root 0 Jun 11 2025 __init__.py +-rw-r--r-- 1 root root 2630 Jun 11 2025 client.py +-rw-r--r-- 1 root root 2776 Jun 11 2025 configs.py +-rw-r--r-- 1 root root 15992 Jun 11 2025 container.py +-rw-r--r-- 1 root root 1195 Jun 11 2025 depends.py +-rw-r--r-- 1 root root 581 Jun 11 2025 deploy.py +-rw-r--r-- 1 root root 1657 Jun 11 2025 deps.py +-rw-r--r-- 1 root root 2945 Jun 11 2025 deps_mariadb.py +-rw-r--r-- 1 root root 3025 Jun 11 2025 deps_mongodb.py +-rw-r--r-- 1 root root 9886 Jun 11 2025 deps_perms.py +-rw-r--r-- 1 root root 5678 Jun 11 2025 deps_postgres.py +-rw-r--r-- 1 root root 2881 Jun 11 2025 deps_redis.py +-rw-r--r-- 1 root root 1244 Jun 11 2025 device.py +-rw-r--r-- 1 root root 1664 Jun 11 2025 device_cgroup_rules.py +-rw-r--r-- 1 root root 2645 Jun 11 2025 devices.py +-rw-r--r-- 1 root root 2705 Jun 11 2025 dns.py +-rw-r--r-- 1 root root 4610 Jun 11 2025 environment.py +-rw-r--r-- 1 root root 92 Jun 11 2025 error.py +-rw-r--r-- 1 root root 941 Jun 11 2025 expose.py +-rw-r--r-- 1 root root 943 Jun 11 2025 extra_hosts.py +-rw-r--r-- 1 root root 759 Jun 11 2025 formatter.py +-rw-r--r-- 1 root root 6233 Jun 11 2025 functions.py +-rw-r--r-- 1 root root 7247 Jun 11 2025 healthcheck.py +-rw-r--r-- 1 root root 1096 Jun 11 2025 labels.py +-rw-r--r-- 1 root root 4709 Jun 11 2025 notes.py +-rw-r--r-- 1 root root 2383 Jun 11 2025 portals.py +-rw-r--r-- 1 root root 5843 Jun 11 2025 ports.py +-rw-r--r-- 1 root root 3474 Jun 11 2025 render.py +-rw-r--r-- 1 root root 3775 Jun 11 2025 resources.py +-rw-r--r-- 1 root root 834 Jun 11 2025 restart.py +-rw-r--r-- 1 root root 1673 Jun 11 2025 security_opts.py +-rw-r--r-- 1 root root 4409 Jun 11 2025 storage.py +-rw-r--r-- 1 root root 1222 Jun 11 2025 sysctls.py +drwxr-xr-x 2 root root 28 Jun 11 2025 tests +-rw-r--r-- 1 root root 2851 Jun 11 2025 tmpfs.py +-rw-r--r-- 1 root root 10764 Jun 11 2025 validations.py +-rw-r--r-- 1 root root 4605 Jun 11 2025 volume_mount.py +-rw-r--r-- 1 root root 1290 Jun 11 2025 volume_mount_types.py +-rw-r--r-- 1 root root 3933 Jun 11 2025 volume_sources.py +-rw-r--r-- 1 root root 4659 Jun 11 2025 volume_types.py +-rw-r--r-- 1 root root 2049 Jun 11 2025 volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates/library/base_v2_1_35/tests: +total 138 +drwxr-xr-x 2 root root 28 Jun 11 2025 . +drwxr-xr-x 3 root root 43 Jun 23 14:17 .. +-rw-r--r-- 1 root root 0 Jun 11 2025 __init__.py +-rw-r--r-- 1 root root 1511 Jun 11 2025 test_build_image.py +-rw-r--r-- 1 root root 2111 Jun 11 2025 test_configs.py +-rw-r--r-- 1 root root 13837 Jun 11 2025 test_container.py +-rw-r--r-- 1 root root 1758 Jun 11 2025 test_depends.py +-rw-r--r-- 1 root root 27564 Jun 11 2025 test_deps.py +-rw-r--r-- 1 root root 5216 Jun 11 2025 test_device.py +-rw-r--r-- 1 root root 2348 Jun 11 2025 test_device_cgroup_rules.py +-rw-r--r-- 1 root root 2102 Jun 11 2025 test_dns.py +-rw-r--r-- 1 root root 6014 Jun 11 2025 test_environment.py +-rw-r--r-- 1 root root 1268 Jun 11 2025 test_expose.py +-rw-r--r-- 1 root root 1695 Jun 11 2025 test_extra_hosts.py +-rw-r--r-- 1 root root 430 Jun 11 2025 test_formatter.py +-rw-r--r-- 1 root root 4922 Jun 11 2025 test_functions.py +-rw-r--r-- 1 root root 7767 Jun 11 2025 test_healthcheck.py +-rw-r--r-- 1 root root 2639 Jun 11 2025 test_labels.py +-rw-r--r-- 1 root root 5472 Jun 11 2025 test_notes.py +-rw-r--r-- 1 root root 3675 Jun 11 2025 test_portal.py +-rw-r--r-- 1 root root 13200 Jun 11 2025 test_ports.py +-rw-r--r-- 1 root root 818 Jun 11 2025 test_render.py +-rw-r--r-- 1 root root 4902 Jun 11 2025 test_resources.py +-rw-r--r-- 1 root root 1764 Jun 11 2025 test_restart.py +-rw-r--r-- 1 root root 2906 Jun 11 2025 test_security_opts.py +-rw-r--r-- 1 root root 1765 Jun 11 2025 test_sysctls.py +-rw-r--r-- 1 root root 4326 Jun 11 2025 test_validations.py +-rw-r--r-- 1 root root 26958 Jun 11 2025 test_volumes.py + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates/rendered: +total 14 +drwxr-xr-x 2 root root 3 Jun 23 14:17 . +drwxr-xr-x 5 root root 6 Jun 23 14:17 .. +-rw------- 1 root root 8984 Jun 23 14:17 docker-compose.yaml + +/mnt/.ix-apps/app_configs/plex/versions/1.2.4/templates/test_values: +total 18 +drwxr-xr-x 2 root root 4 Jun 11 2025 . +drwxr-xr-x 5 root root 6 Jun 23 14:17 .. +-rw-r--r-- 1 root root 839 Jun 11 2025 basic-values.yaml +-rw-r--r-- 1 root root 773 Jun 11 2025 hostnet-values.yaml diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_mounts_list.txt b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_mounts_list.txt new file mode 100644 index 0000000..876a477 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/app_mounts_list.txt @@ -0,0 +1,11110 @@ +/mnt/.ix-apps/app_mounts/: +total 19 +drwxr-xr-x 5 root root 5 Dec 12 19:10 . +drwxr-xr-x 7 root root 9 Sep 23 16:14 .. +drwxr-xr-x 4 root root 4 Dec 12 19:10 dockge +drwxr-xr-x 7 root root 7 Jun 23 21:35 paperless-ngx +drwxr-xr-x 3 root root 3 Jun 7 2025 plex + +/mnt/.ix-apps/app_mounts/dockge: +total 10 +drwxr-xr-x 4 root root 4 Dec 12 19:10 . +drwxr-xr-x 5 root root 5 Dec 12 19:10 .. +drwxr-xr-x 2 root root 6 Dec 12 19:11 data +drwxr-xr-x 4 root root 4 Dec 13 19:48 stacks + +/mnt/.ix-apps/app_mounts/dockge/data: +total 19 +drwxr-xr-x 2 root root 6 Dec 12 19:11 . +drwxr-xr-x 4 root root 4 Dec 12 19:10 .. +-rw-r--r-- 1 root root 24 Dec 12 19:11 db-config.json +-rw-r--r-- 1 root root 4096 Dec 12 19:11 dockge.db +-rw-r--r-- 1 root root 32768 Dec 12 19:13 dockge.db-shm +-rw-r--r-- 1 root root 94792 Dec 12 19:13 dockge.db-wal + +/mnt/.ix-apps/app_mounts/dockge/stacks: +total 2 +drwxr-xr-x 4 root root 4 Dec 13 19:48 . +drwxr-xr-x 4 root root 4 Dec 12 19:10 .. +drwxr-xr-x 2 root root 4 Dec 12 19:26 arr-stack +drwxr-xr-x 2 root root 4 Dec 13 19:48 vpn-deluge + +/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack: +total 6 +drwxr-xr-x 2 root root 4 Dec 12 19:26 . +drwxr-xr-x 4 root root 4 Dec 13 19:48 .. +-rw-r--r-- 1 root root 10 Dec 13 19:46 .env +-rw-r--r-- 1 root root 1157 Dec 13 19:46 compose.yaml + +/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge: +total 6 +drwxr-xr-x 2 root root 4 Dec 13 19:48 . +drwxr-xr-x 4 root root 4 Dec 13 19:48 .. +-rw-r--r-- 1 root root 25 Dec 13 21:36 .env +-rw-r--r-- 1 root root 1670 Dec 13 21:36 compose.yaml + +/mnt/.ix-apps/app_mounts/paperless-ngx: +total 28 +drwxr-xr-x 7 root root 7 Jun 23 21:35 . +drwxr-xr-x 5 root root 5 Dec 12 19:10 .. +drwxr-xr-x 2 apps apps 2 Nov 24 19:42 consume +drwxr-xr-x 4 apps apps 8 Nov 24 19:42 data +drwxr-xr-x 3 apps apps 4 Nov 24 19:42 media +drwx------ 19 netdata docker 25 Dec 8 13:11 postgres_data +drwxr-xr-x 2 apps apps 2 Nov 24 19:42 trash + +/mnt/.ix-apps/app_mounts/paperless-ngx/consume: +total 9 +drwxr-xr-x 2 apps apps 2 Nov 24 19:42 . +drwxr-xr-x 7 root root 7 Jun 23 21:35 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/data: +total 130128 +drwxr-xr-x 4 apps apps 8 Nov 24 19:42 . +drwxr-xr-x 7 root root 7 Jun 23 21:35 .. +-rw-r--r-- 1 apps apps 2 Jun 23 21:41 .index_version +-rw-r--r-- 1 apps apps 524288 Dec 8 13:09 celerybeat-schedule.db +-rw-r--r-- 1 apps apps 133162728 Sep 21 20:46 classification_model.pickle +drwxr-xr-x 2 apps apps 5 Dec 7 23:00 index +drwxr-xr-x 2 apps apps 26 Dec 6 22:50 log +-rw-r--r-- 1 apps apps 0 Jun 23 21:40 migration_lock + +/mnt/.ix-apps/app_mounts/paperless-ngx/data/index: +total 391 +drwxr-xr-x 2 apps apps 5 Dec 7 23:00 . +drwxr-xr-x 4 apps apps 8 Nov 24 19:42 .. +-rwxr-xr-x 1 apps apps 0 Jun 23 21:41 MAIN_WRITELOCK +-rw-r--r-- 1 apps apps 1131440 Dec 7 23:00 MAIN_wfh47t06h7nxvuki.seg +-rw-r--r-- 1 apps apps 7918 Dec 7 23:00 _MAIN_97.toc + +/mnt/.ix-apps/app_mounts/paperless-ngx/data/log: +total 3665 +drwxr-xr-x 2 apps apps 26 Dec 6 22:50 . +drwxr-xr-x 4 apps apps 8 Nov 24 19:42 .. +-rwxr-xr-x 1 apps apps 0 Jun 23 21:41 .__celery.lock +-rwxr-xr-x 1 apps apps 0 Jun 23 21:41 .__paperless.lock +-rw-r--r-- 1 apps apps 625730 Dec 8 13:10 celery.log +-rw-r--r-- 1 apps apps 1048869 Dec 6 22:50 celery.log.1 +-rw-r--r-- 1 apps apps 1048664 Nov 12 16:20 celery.log.10 +-rw-r--r-- 1 apps apps 1049220 Nov 9 23:20 celery.log.11 +-rw-r--r-- 1 apps apps 1048648 Nov 7 06:30 celery.log.12 +-rw-r--r-- 1 apps apps 1048980 Nov 4 13:40 celery.log.13 +-rw-r--r-- 1 apps apps 1048586 Nov 1 21:05 celery.log.14 +-rw-r--r-- 1 apps apps 1048690 Oct 30 04:05 celery.log.15 +-rw-r--r-- 1 apps apps 1048859 Oct 27 11:05 celery.log.16 +-rw-r--r-- 1 apps apps 1048578 Oct 24 18:30 celery.log.17 +-rw-r--r-- 1 apps apps 1048668 Oct 22 01:30 celery.log.18 +-rw-r--r-- 1 apps apps 1049393 Oct 19 08:30 celery.log.19 +-rw-r--r-- 1 apps apps 1048805 Dec 4 05:40 celery.log.2 +-rw-r--r-- 1 apps apps 1049569 Oct 16 15:50 celery.log.20 +-rw-r--r-- 1 apps apps 1048609 Dec 1 13:00 celery.log.3 +-rw-r--r-- 1 apps apps 1048640 Nov 28 20:05 celery.log.4 +-rw-r--r-- 1 apps apps 1048674 Nov 26 03:05 celery.log.5 +-rw-r--r-- 1 apps apps 1049329 Nov 23 10:50 celery.log.6 +-rw-r--r-- 1 apps apps 1048601 Nov 20 18:05 celery.log.7 +-rw-r--r-- 1 apps apps 1049402 Nov 18 01:05 celery.log.8 +-rw-r--r-- 1 apps apps 1049363 Nov 15 09:05 celery.log.9 +-rw-r--r-- 1 apps apps 566020 Dec 8 13:05 paperless.log + +/mnt/.ix-apps/app_mounts/paperless-ngx/media: +total 10 +drwxr-xr-x 3 apps apps 4 Nov 24 19:42 . +drwxr-xr-x 7 root root 7 Jun 23 21:35 .. +drwxr-xr-x 5 apps apps 5 Jul 3 17:18 documents +-rw-r--r-- 1 apps apps 0 Jul 3 19:01 media.lock + +/mnt/.ix-apps/app_mounts/paperless-ngx/media/documents: +total 3 +drwxr-xr-x 5 apps apps 5 Jul 3 17:18 . +drwxr-xr-x 3 apps apps 4 Nov 24 19:42 .. +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 archive +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 originals +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 thumbnails + +/mnt/.ix-apps/app_mounts/paperless-ngx/media/documents/archive: +total 16682 +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 . +drwxr-xr-x 5 apps apps 5 Jul 3 17:18 .. +-rw-r--r-- 1 apps apps 17937302 Jul 3 18:44 0000001.pdf + +/mnt/.ix-apps/app_mounts/paperless-ngx/media/documents/originals: +total 5670 +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 . +drwxr-xr-x 5 apps apps 5 Jul 3 17:18 .. +-rw-r--r-- 1 apps apps 5892569 Jul 3 18:26 0000001.pdf + +/mnt/.ix-apps/app_mounts/paperless-ngx/media/documents/thumbnails: +total 34 +drwxr-xr-x 2 apps apps 3 Jul 3 18:45 . +drwxr-xr-x 5 apps apps 5 Jul 3 17:18 .. +-rw-r--r-- 1 apps apps 30512 Jul 3 18:45 0000001.webp + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data: +total 77 +drwx------ 19 netdata docker 25 Dec 8 13:11 . +drwxr-xr-x 7 root root 7 Jun 23 21:35 .. +-rw------- 1 netdata docker 3 Jun 23 21:37 PG_VERSION +drwx------ 6 netdata docker 6 Jun 23 21:37 base +drwx------ 2 netdata docker 65 Nov 24 19:41 global +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_commit_ts +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_dynshmem +-rw------- 1 netdata docker 5743 Jun 23 21:37 pg_hba.conf +-rw------- 1 netdata docker 2640 Jun 23 21:37 pg_ident.conf +drwx------ 4 netdata docker 5 Dec 8 13:11 pg_logical +drwx------ 4 netdata docker 4 Jun 23 21:37 pg_multixact +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_notify +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_replslot +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_serial +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_snapshots +drwx------ 2 netdata docker 3 Dec 8 13:11 pg_stat +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_stat_tmp +drwx------ 2 netdata docker 3 Jun 23 21:37 pg_subtrans +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_tblspc +drwx------ 2 netdata docker 2 Jun 23 21:37 pg_twophase +drwx------ 4 netdata docker 6 Dec 7 01:30 pg_wal +drwx------ 2 netdata docker 3 Jun 23 21:37 pg_xact +-rw------- 1 netdata docker 88 Jun 23 21:37 postgresql.auto.conf +-rw------- 1 netdata docker 30791 Jun 23 21:37 postgresql.conf +-rw------- 1 netdata docker 36 Nov 24 19:40 postmaster.opts + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/base: +total 51 +drwx------ 6 netdata docker 6 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +drwx------ 2 netdata docker 300 Jun 30 18:25 1 +drwx------ 2 netdata docker 780 Nov 24 19:41 16384 +drwx------ 2 netdata docker 300 Jun 23 21:37 4 +drwx------ 2 netdata docker 300 Jun 30 18:25 5 + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/base/1: +total 2118 +drwx------ 2 netdata docker 300 Jun 30 18:25 . +drwx------ 6 netdata docker 6 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 113 +-rw------- 1 netdata docker 122880 Jun 23 21:37 1247 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1247_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1247_vm +-rw------- 1 netdata docker 450560 Jun 23 21:37 1249 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1249_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1249_vm +-rw------- 1 netdata docker 811008 Jun 23 21:37 1255 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1255_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1255_vm +-rw------- 1 netdata docker 114688 Jun 23 21:42 1259 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1259_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1259_vm +-rw------- 1 netdata docker 65536 Jun 23 21:37 13402 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13402_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13402_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13405 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13406 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13407_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13410 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13411 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13412_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13415 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13416 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13417_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13420 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13421 +-rw------- 1 netdata docker 0 Jun 23 21:37 1417 +-rw------- 1 netdata docker 0 Jun 23 21:37 1418 +-rw------- 1 netdata docker 8192 Jun 23 21:37 174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2187 +-rw------- 1 netdata docker 0 Jun 23 21:37 2224 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2228 +-rw------- 1 netdata docker 0 Jun 23 21:37 2328 +-rw------- 1 netdata docker 0 Jun 23 21:37 2336 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2337 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2579 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601_vm +-rw------- 1 netdata docker 57344 Jun 23 21:37 2602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2602_vm +-rw------- 1 netdata docker 40960 Jun 23 21:37 2603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2603_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2605 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2605_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2605_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2606_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2607 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2607_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2607_vm +-rw------- 1 netdata docker 106496 Jun 23 21:37 2608 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2608_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2608_vm +-rw------- 1 netdata docker 368640 Jun 23 21:37 2609 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2609_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2609_vm +-rw------- 1 netdata docker 32768 Jun 23 21:37 2610 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2610_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2610_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2611 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2612_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2613 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2615_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2616_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2617 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2617_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2617_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2618 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2618_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2618_vm +-rw------- 1 netdata docker 212992 Jun 23 21:42 2619 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2619_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2619_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2620 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2650 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2651 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2652 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2653 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2654 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2655 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2656 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2657 +-rw------- 1 netdata docker 122880 Jun 23 21:37 2658 +-rw------- 1 netdata docker 90112 Jun 23 21:37 2659 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2660 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2661 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2662 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2663 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2664 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2665 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2666 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2667 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2668 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2669 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2670 +-rw------- 1 netdata docker 81920 Jun 23 21:37 2673 +-rw------- 1 netdata docker 65536 Jun 23 21:37 2674 +-rw------- 1 netdata docker 212992 Jun 23 21:37 2675 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2678 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2679 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2680 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2681 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2682 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2683 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2684 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2685 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2686 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2687 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2688 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2689 +-rw------- 1 netdata docker 98304 Jun 23 21:37 2690 +-rw------- 1 netdata docker 262144 Jun 23 21:37 2691 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2692 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2693 +-rw------- 1 netdata docker 40960 Jun 23 21:42 2696 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2699 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2701 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2702 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2703 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2704 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2753 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2753_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2753_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2754 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2755 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2756 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2757 +-rw------- 1 netdata docker 0 Jun 23 21:37 2830 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2831 +-rw------- 1 netdata docker 0 Jun 23 21:37 2832 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2833 +-rw------- 1 netdata docker 0 Jun 23 21:37 2834 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2835 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2836_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2837 +-rw------- 1 netdata docker 516096 Jun 23 21:37 2838 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2838_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2838_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2839 +-rw------- 1 netdata docker 32768 Jun 23 21:42 2840 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2840_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2840_vm +-rw------- 1 netdata docker 16384 Jun 23 21:42 2841 +-rw------- 1 netdata docker 0 Jun 23 21:37 2995 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2996 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3079_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3080 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3081 +-rw------- 1 netdata docker 40960 Jun 23 21:37 3085 +-rw------- 1 netdata docker 0 Jun 23 21:37 3118 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3119 +-rw------- 1 netdata docker 49152 Jun 23 21:37 3164 +-rw------- 1 netdata docker 0 Jun 23 21:37 3256 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3257 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3258 +-rw------- 1 netdata docker 0 Jun 23 21:37 3350 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3351 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3379 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3380 +-rw------- 1 netdata docker 0 Jun 23 21:37 3381 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3394_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3395 +-rw------- 1 netdata docker 0 Jun 23 21:37 3429 +-rw------- 1 netdata docker 0 Jun 23 21:37 3430 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3431 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3433 +-rw------- 1 netdata docker 0 Jun 23 21:37 3439 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3440 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3455 +-rw------- 1 netdata docker 114688 Jun 23 21:37 3456 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3456_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3456_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 3466 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3467 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3468 +-rw------- 1 netdata docker 0 Jun 23 21:37 3501 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3502 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3503 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3534 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3541_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3542 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3574 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3575 +-rw------- 1 netdata docker 0 Jun 23 21:37 3576 +-rw------- 1 netdata docker 0 Jun 23 21:37 3596 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3597 +-rw------- 1 netdata docker 0 Jun 23 21:37 3598 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3599 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3603_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3605 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3606 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3607 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3608 +-rw------- 1 netdata docker 32768 Jun 23 21:37 3609 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3712 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3764_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3766 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3767 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3997 +-rw------- 1 netdata docker 0 Jun 23 21:37 4143 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4144 +-rw------- 1 netdata docker 0 Jun 23 21:37 4145 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4146 +-rw------- 1 netdata docker 0 Jun 23 21:37 4147 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4148 +-rw------- 1 netdata docker 0 Jun 23 21:37 4149 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4150 +-rw------- 1 netdata docker 0 Jun 23 21:37 4151 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4152 +-rw------- 1 netdata docker 0 Jun 23 21:37 4153 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4154 +-rw------- 1 netdata docker 0 Jun 23 21:37 4155 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4156 +-rw------- 1 netdata docker 0 Jun 23 21:37 4157 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4158 +-rw------- 1 netdata docker 0 Jun 23 21:37 4159 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4160 +-rw------- 1 netdata docker 0 Jun 23 21:37 4163 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4164 +-rw------- 1 netdata docker 0 Jun 23 21:37 4165 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4166 +-rw------- 1 netdata docker 0 Jun 23 21:37 4167 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4168 +-rw------- 1 netdata docker 0 Jun 23 21:37 4169 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4170 +-rw------- 1 netdata docker 0 Jun 23 21:37 4171 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4172 +-rw------- 1 netdata docker 0 Jun 23 21:37 4173 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 5002 +-rw------- 1 netdata docker 8192 Jun 23 21:37 548 +-rw------- 1 netdata docker 8192 Jun 23 21:37 549 +-rw------- 1 netdata docker 0 Jun 23 21:37 6102 +-rw------- 1 netdata docker 0 Jun 23 21:37 6104 +-rw------- 1 netdata docker 0 Jun 23 21:37 6106 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6110 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6111 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6113 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6116 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6117 +-rw------- 1 netdata docker 0 Jun 23 21:37 6175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6176 +-rw------- 1 netdata docker 0 Jun 23 21:37 6228 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6229 +-rw------- 1 netdata docker 0 Jun 23 21:37 6237 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6238 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6239 +-rw------- 1 netdata docker 0 Jun 23 21:37 826 +-rw------- 1 netdata docker 8192 Jun 23 21:37 827 +-rw------- 1 netdata docker 8192 Jun 23 21:37 828 +-rw------- 1 netdata docker 3 Jun 23 21:37 PG_VERSION +-rw------- 1 netdata docker 524 Jun 23 21:37 pg_filenode.map + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/base/16384: +total 4226 +drwx------ 2 netdata docker 780 Nov 24 19:41 . +drwx------ 6 netdata docker 6 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 113 +-rw------- 1 netdata docker 147456 Jun 23 21:42 1247 +-rw------- 1 netdata docker 24576 Jun 23 21:42 1247_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 1247_vm +-rw------- 1 netdata docker 819200 Jun 23 21:42 1249 +-rw------- 1 netdata docker 24576 Jun 23 21:42 1249_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 1249_vm +-rw------- 1 netdata docker 811008 Jun 23 21:37 1255 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1255_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1255_vm +-rw------- 1 netdata docker 212992 Dec 8 12:01 1259 +-rw------- 1 netdata docker 24576 Jun 23 21:42 1259_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 1259_vm +-rw------- 1 netdata docker 65536 Jun 23 21:37 13402 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13402_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13402_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13405 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13406 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13407_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13410 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13411 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13412_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13415 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13416 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13417_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13420 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13421 +-rw------- 1 netdata docker 0 Jun 23 21:37 1417 +-rw------- 1 netdata docker 0 Jun 23 21:37 1418 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16389 +-rw------- 1 netdata docker 24576 Jun 23 21:42 16390 +-rw------- 1 netdata docker 24576 Jun 23 21:42 16390_fsm +-rw------- 1 netdata docker 0 Jun 23 21:41 16393 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16394 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16395 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16397 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16398 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16401 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16403 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16405 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16406 +-rw------- 1 netdata docker 24576 Jun 23 21:42 16406_fsm +-rw------- 1 netdata docker 16384 Jun 23 21:42 16409 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16411 +-rw------- 1 netdata docker 0 Jun 23 21:41 16412 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16415 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16417 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16419 +-rw------- 1 netdata docker 0 Jun 23 21:41 16420 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16423 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16425 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16426 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16429 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16431 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16433 +-rw------- 1 netdata docker 0 Jun 23 21:41 16434 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16437 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16439 +-rw------- 1 netdata docker 0 Jun 23 21:41 16440 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16443 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16445 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16452 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16453 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16454 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16466 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16467 +-rw------- 1 netdata docker 16384 Jun 23 21:42 16468 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16469 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16481 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16482 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16483 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16495 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16496 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16497 +-rw------- 1 netdata docker 0 Jun 23 21:41 16498 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16501 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16505 +-rw------- 1 netdata docker 0 Jun 23 21:41 16506 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16509 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16511 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16519 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16525 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16526 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16530 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16532 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16534 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16535 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16536 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16537 +-rw------- 1 netdata docker 0 Jun 23 21:41 16538 +-rw------- 1 netdata docker 0 Jun 23 21:41 16542 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16543 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16544 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16556 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16557 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16558 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16607 +-rw------- 1 netdata docker 122880 Jul 3 18:45 16610 +-rw------- 1 netdata docker 24576 Jul 3 18:45 16610_fsm +-rw------- 1 netdata docker 16384 Jul 3 18:45 16611 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16612 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16613 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16614 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16615 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16616 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16617 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16618 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16619 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16620 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16621 +-rw------- 1 netdata docker 0 Jun 23 21:41 16626 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16627 +-rw------- 1 netdata docker 0 Jun 23 21:41 16631 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16634 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16636 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16643 +-rw------- 1 netdata docker 8192 Dec 8 13:11 16644 +-rw------- 1 netdata docker 114688 Dec 8 13:11 16645 +-rw------- 1 netdata docker 24576 Dec 8 03:01 16645_fsm +-rw------- 1 netdata docker 8192 Dec 8 04:41 16645_vm +-rw------- 1 netdata docker 0 Jun 23 21:41 16648 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16649 +-rw------- 1 netdata docker 40960 Dec 8 13:11 16650 +-rw------- 1 netdata docker 24576 Dec 6 22:40 16650_fsm +-rw------- 1 netdata docker 65536 Dec 8 13:11 16652 +-rw------- 1 netdata docker 57344 Dec 8 13:11 16654 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16665 +-rw------- 1 netdata docker 0 Jun 23 21:41 16666 +-rw------- 1 netdata docker 0 Jun 23 21:41 16670 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16671 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16672 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16674 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16676 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16677 +-rw------- 1 netdata docker 0 Jun 23 21:41 16678 +-rw------- 1 netdata docker 0 Jun 23 21:41 16681 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16682 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16683 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16685 +-rw------- 1 netdata docker 16384 Dec 8 13:11 16687 +-rw------- 1 netdata docker 16384 Dec 8 13:11 16688 +-rw------- 1 netdata docker 16384 Dec 8 13:11 16689 +-rw------- 1 netdata docker 32768 Dec 8 13:11 16690 +-rw------- 1 netdata docker 24576 Dec 6 23:10 16690_fsm +-rw------- 1 netdata docker 40960 Dec 8 13:11 16691 +-rw------- 1 netdata docker 24576 Dec 6 22:40 16691_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:41 16692 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16693 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16694 +-rw------- 1 netdata docker 16384 Dec 8 13:11 16695 +-rw------- 1 netdata docker 8192 Jul 3 18:45 16696 +-rw------- 1 netdata docker 8192 Jul 3 19:05 16697 +-rw------- 1 netdata docker 360448 Jul 3 19:05 16700 +-rw------- 1 netdata docker 24576 Jul 3 19:05 16700_fsm +-rw------- 1 netdata docker 8192 Jul 3 19:05 16700_vm +-rw------- 1 netdata docker 16384 Jul 3 19:05 16701 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16702 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16706 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16707 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16710 +-rw------- 1 netdata docker 0 Jun 23 21:41 16711 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16714 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16723 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16726 +-rw------- 1 netdata docker 8192 Jul 3 18:50 16732 +-rw------- 1 netdata docker 8192 Jul 3 18:55 16733 +-rw------- 1 netdata docker 16384 Jul 3 18:50 16738 +-rw------- 1 netdata docker 8192 Jul 3 18:55 16743 +-rw------- 1 netdata docker 8192 Jul 3 18:55 16744 +-rw------- 1 netdata docker 16384 Jul 3 18:55 16747 +-rw------- 1 netdata docker 16384 Jul 3 18:55 16772 +-rw------- 1 netdata docker 16384 Jul 3 18:55 16784 +-rw------- 1 netdata docker 16384 Jul 3 18:55 16785 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16791 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16794 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16796 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16800 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16802 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16805 +-rw------- 1 netdata docker 8192 Jul 5 07:36 16806 +-rw------- 1 netdata docker 16384 Jul 5 07:36 16810 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16822 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16824 +-rw------- 1 netdata docker 0 Jun 23 21:41 16825 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16828 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16830 +-rw------- 1 netdata docker 0 Jun 23 21:41 16831 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16835 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16842 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16848 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16849 +-rw------- 1 netdata docker 0 Jun 23 21:41 16850 +-rw------- 1 netdata docker 0 Jun 23 21:41 16854 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16855 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16856 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16858 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16860 +-rw------- 1 netdata docker 0 Jun 23 21:41 16861 +-rw------- 1 netdata docker 0 Jun 23 21:41 16868 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16869 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16870 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16879 +-rw------- 1 netdata docker 0 Jun 23 21:41 16880 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16883 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16885 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16906 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16907 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16908 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16910 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16922 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16923 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16936 +-rw------- 1 netdata docker 0 Jun 23 21:41 16937 +-rw------- 1 netdata docker 0 Jun 23 21:41 16940 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16941 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16942 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16946 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16948 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16949 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16950 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16961 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16962 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16963 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16965 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16967 +-rw------- 1 netdata docker 16384 Jul 3 19:05 16968 +-rw------- 1 netdata docker 8192 Jul 3 17:21 16970 +-rw------- 1 netdata docker 8192 Jul 5 07:41 16971 +-rw------- 1 netdata docker 0 Jun 23 21:41 16974 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16975 +-rw------- 1 netdata docker 16384 Jul 3 17:21 16976 +-rw------- 1 netdata docker 16384 Jul 3 17:21 16978 +-rw------- 1 netdata docker 8192 Jun 23 21:42 16980 +-rw------- 1 netdata docker 0 Jun 23 21:41 16981 +-rw------- 1 netdata docker 0 Jun 23 21:41 16985 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16986 +-rw------- 1 netdata docker 8192 Jun 23 21:41 16987 +-rw------- 1 netdata docker 16384 Jul 3 19:05 17002 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17003 +-rw------- 1 netdata docker 0 Jun 23 21:41 17004 +-rw------- 1 netdata docker 0 Jun 23 21:41 17007 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17008 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17009 +-rw------- 1 netdata docker 8192 Dec 8 13:06 17011 +-rw------- 1 netdata docker 409600 Dec 8 13:06 17012 +-rw------- 1 netdata docker 24576 Dec 8 10:06 17012_fsm +-rw------- 1 netdata docker 8192 Nov 7 23:07 17012_vm +-rw------- 1 netdata docker 65536 Dec 8 13:06 17015 +-rw------- 1 netdata docker 0 Jun 23 21:41 17020 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17021 +-rw------- 1 netdata docker 180224 Dec 8 13:06 17023 +-rw------- 1 netdata docker 172032 Dec 8 13:06 17025 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17062 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17064 +-rw------- 1 netdata docker 16384 Jul 5 07:36 17065 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17067 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17068 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17070 +-rw------- 1 netdata docker 16384 Jul 3 18:50 17071 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17073 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17084 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17085 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17086 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17087 +-rw------- 1 netdata docker 16384 Jul 3 19:05 17088 +-rw------- 1 netdata docker 16384 Jul 5 07:36 17089 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17090 +-rw------- 1 netdata docker 16384 Jul 3 18:50 17091 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17092 +-rw------- 1 netdata docker 0 Jun 23 21:41 17093 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17096 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17098 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17110 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17111 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17112 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17113 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17114 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17256 +-rw------- 1 netdata docker 0 Jun 23 21:41 17257 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17260 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17262 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17268 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17272 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17308 +-rw------- 1 netdata docker 0 Jun 23 21:41 17309 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17312 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17314 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17316 +-rw------- 1 netdata docker 0 Jun 23 21:41 17317 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17321 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17323 +-rw------- 1 netdata docker 0 Jun 23 21:41 17324 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17327 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17329 +-rw------- 1 netdata docker 0 Jun 23 21:41 17330 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17333 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17335 +-rw------- 1 netdata docker 0 Jun 23 21:41 17336 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17339 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17341 +-rw------- 1 netdata docker 0 Jun 23 21:41 17342 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17345 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17347 +-rw------- 1 netdata docker 0 Jun 23 21:41 17348 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17351 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17353 +-rw------- 1 netdata docker 0 Jun 23 21:41 17354 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17357 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17359 +-rw------- 1 netdata docker 0 Jun 23 21:41 17360 +-rw------- 1 netdata docker 0 Jun 23 21:41 17365 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17366 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17367 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17369 +-rw------- 1 netdata docker 0 Jun 23 21:41 17370 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17373 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17375 +-rw------- 1 netdata docker 0 Jun 23 21:41 17376 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17379 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17381 +-rw------- 1 netdata docker 0 Jun 23 21:41 17382 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17385 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17387 +-rw------- 1 netdata docker 8192 Jun 23 21:37 174 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17408 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17409 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17410 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17411 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17412 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17424 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17425 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17426 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17438 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17439 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17440 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17452 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17453 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17454 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17466 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17467 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17468 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17480 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17481 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17482 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17494 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17495 +-rw------- 1 netdata docker 8192 Jun 23 21:37 175 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17511 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17512 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17513 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17514 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17526 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17527 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17528 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17540 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17541 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17542 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17554 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17555 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17573 +-rw------- 1 netdata docker 0 Jun 23 21:41 17574 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17577 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17579 +-rw------- 1 netdata docker 0 Jun 23 21:41 17580 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17583 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17585 +-rw------- 1 netdata docker 0 Jun 23 21:41 17586 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17589 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17591 +-rw------- 1 netdata docker 0 Jun 23 21:41 17592 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17595 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17597 +-rw------- 1 netdata docker 0 Jun 23 21:41 17598 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17601 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17603 +-rw------- 1 netdata docker 0 Jun 23 21:41 17604 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17607 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17609 +-rw------- 1 netdata docker 0 Jun 23 21:41 17610 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17613 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17615 +-rw------- 1 netdata docker 0 Jun 23 21:41 17616 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17619 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17621 +-rw------- 1 netdata docker 0 Jun 23 21:41 17622 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17625 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17627 +-rw------- 1 netdata docker 0 Jun 23 21:41 17628 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17631 +-rw------- 1 netdata docker 0 Jun 23 21:41 17634 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17635 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17636 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17648 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17649 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17650 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17662 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17663 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17664 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17676 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17677 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17678 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17690 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17691 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17692 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17704 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17705 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17706 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17718 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17719 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17720 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17732 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17733 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17734 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17746 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17747 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17748 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17760 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17761 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17762 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17774 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17775 +-rw------- 1 netdata docker 0 Jun 23 21:41 17776 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17777 +-rw------- 1 netdata docker 49152 Dec 8 13:06 17826 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17838 +-rw------- 1 netdata docker 0 Jun 23 21:41 17839 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17843 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17845 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17856 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17857 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17858 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17859 +-rw------- 1 netdata docker 0 Jun 23 21:41 17860 +-rw------- 1 netdata docker 0 Jun 23 21:41 17863 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17864 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17865 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17867 +-rw------- 1 netdata docker 0 Jun 23 21:41 17868 +-rw------- 1 netdata docker 0 Jun 23 21:41 17871 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17872 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17873 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17885 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17886 +-rw------- 1 netdata docker 0 Jun 23 21:41 17887 +-rw------- 1 netdata docker 0 Jun 23 21:41 17890 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17891 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17892 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17893 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17894 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17895 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17896 +-rw------- 1 netdata docker 0 Jun 23 21:41 17900 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17901 +-rw------- 1 netdata docker 16384 Jul 3 19:05 17903 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17904 +-rw------- 1 netdata docker 0 Jun 23 21:41 17905 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17908 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17910 +-rw------- 1 netdata docker 0 Jun 23 21:41 17911 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17914 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17916 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17918 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17935 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17936 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17937 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17953 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17954 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17955 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17956 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17957 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17958 +-rw------- 1 netdata docker 0 Jun 23 21:41 17959 +-rw------- 1 netdata docker 0 Jun 23 21:41 17962 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17963 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17964 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17973 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17975 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17976 +-rw------- 1 netdata docker 8192 Jun 23 21:42 17977 +-rw------- 1 netdata docker 0 Jun 23 21:41 17982 +-rw------- 1 netdata docker 8192 Jun 23 21:41 17983 +-rw------- 1 netdata docker 16384 Jun 23 21:42 17984 +-rw------- 1 netdata docker 8192 Jul 3 18:30 18008 +-rw------- 1 netdata docker 0 Jun 23 21:41 18011 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18012 +-rw------- 1 netdata docker 16384 Jul 3 17:21 18013 +-rw------- 1 netdata docker 16384 Jul 3 18:30 18015 +-rw------- 1 netdata docker 16384 Jul 3 17:21 18016 +-rw------- 1 netdata docker 8192 Jun 23 21:42 18017 +-rw------- 1 netdata docker 8192 Jun 23 21:42 18025 +-rw------- 1 netdata docker 0 Jun 23 21:41 18026 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18029 +-rw------- 1 netdata docker 8192 Jun 23 21:42 18031 +-rw------- 1 netdata docker 0 Jun 23 21:41 18032 +-rw------- 1 netdata docker 0 Jun 23 21:41 18035 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18036 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18037 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18039 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18059 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18060 +-rw------- 1 netdata docker 0 Jun 23 21:41 18061 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18062 +-rw------- 1 netdata docker 0 Jun 23 21:41 18072 +-rw------- 1 netdata docker 0 Jun 23 21:41 18075 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18076 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18077 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18078 +-rw------- 1 netdata docker 8192 Jun 23 21:41 18079 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2187 +-rw------- 1 netdata docker 8192 Jun 23 21:42 2224 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2228 +-rw------- 1 netdata docker 0 Jun 23 21:37 2328 +-rw------- 1 netdata docker 0 Jun 23 21:37 2336 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2337 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2579 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601_vm +-rw------- 1 netdata docker 57344 Jun 23 21:37 2602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2602_vm +-rw------- 1 netdata docker 40960 Jun 23 21:37 2603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2603_vm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2605 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2605_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2605_vm +-rw------- 1 netdata docker 98304 Jun 23 21:42 2606 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2606_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2606_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2607 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2607_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2607_vm +-rw------- 1 netdata docker 229376 Jun 23 21:42 2608 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2608_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2608_vm +-rw------- 1 netdata docker 368640 Jun 23 21:37 2609 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2609_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2609_vm +-rw------- 1 netdata docker 98304 Jun 23 21:42 2610 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2610_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2610_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2611 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2612_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2613 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2615_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2616_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2617 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2617_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2617_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2618 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2618_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2618_vm +-rw------- 1 netdata docker 221184 Dec 8 12:06 2619 +-rw------- 1 netdata docker 24576 Jun 24 23:30 2619_fsm +-rw------- 1 netdata docker 8192 Jun 29 07:12 2619_vm +-rw------- 1 netdata docker 90112 Jun 23 21:42 2620 +-rw------- 1 netdata docker 24576 Jun 23 21:42 2620_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:42 2620_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2650 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2651 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2652 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2653 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2654 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2655 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2656 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2657 +-rw------- 1 netdata docker 204800 Jun 23 21:42 2658 +-rw------- 1 netdata docker 147456 Jun 23 21:42 2659 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2660 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2661 +-rw------- 1 netdata docker 40960 Jun 23 21:42 2662 +-rw------- 1 netdata docker 98304 Jun 23 21:42 2663 +-rw------- 1 netdata docker 65536 Jun 23 21:42 2664 +-rw------- 1 netdata docker 49152 Jun 23 22:07 2665 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2666 +-rw------- 1 netdata docker 32768 Jun 23 21:42 2667 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2668 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2669 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2670 +-rw------- 1 netdata docker 172032 Jun 23 21:42 2673 +-rw------- 1 netdata docker 122880 Jun 23 21:42 2674 +-rw------- 1 netdata docker 212992 Jun 23 21:37 2675 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2678 +-rw------- 1 netdata docker 32768 Jun 23 21:42 2679 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2680 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2681 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2682 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2683 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2684 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2685 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2686 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2687 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2688 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2689 +-rw------- 1 netdata docker 98304 Jun 23 21:37 2690 +-rw------- 1 netdata docker 262144 Jun 23 21:37 2691 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2692 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2693 +-rw------- 1 netdata docker 40960 Oct 7 14:14 2696 +-rw------- 1 netdata docker 16384 Jun 23 21:42 2699 +-rw------- 1 netdata docker 49152 Jun 23 21:42 2701 +-rw------- 1 netdata docker 32768 Jun 23 21:42 2702 +-rw------- 1 netdata docker 40960 Jun 23 21:42 2703 +-rw------- 1 netdata docker 57344 Jun 23 21:42 2704 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2753 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2753_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2753_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2754 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2755 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2756 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2757 +-rw------- 1 netdata docker 0 Jun 23 21:37 2830 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2831 +-rw------- 1 netdata docker 0 Jun 23 21:37 2832 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2833 +-rw------- 1 netdata docker 0 Jun 23 21:37 2834 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2835 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2836_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2837 +-rw------- 1 netdata docker 516096 Jun 23 21:37 2838 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2838_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2838_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2839 +-rw------- 1 netdata docker 139264 Dec 8 12:01 2840 +-rw------- 1 netdata docker 24576 Dec 8 12:01 2840_fsm +-rw------- 1 netdata docker 8192 Dec 8 12:01 2840_vm +-rw------- 1 netdata docker 16384 Dec 8 12:01 2841 +-rw------- 1 netdata docker 0 Jun 23 21:37 2995 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2996 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3079_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3080 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3081 +-rw------- 1 netdata docker 40960 Jun 23 21:37 3085 +-rw------- 1 netdata docker 0 Jun 23 21:37 3118 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3119 +-rw------- 1 netdata docker 49152 Jun 23 21:37 3164 +-rw------- 1 netdata docker 0 Jun 23 21:37 3256 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3257 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3258 +-rw------- 1 netdata docker 0 Jun 23 21:37 3350 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3351 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3379 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3380 +-rw------- 1 netdata docker 0 Jun 23 21:37 3381 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3394_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3395 +-rw------- 1 netdata docker 0 Jun 23 21:37 3429 +-rw------- 1 netdata docker 0 Jun 23 21:37 3430 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3431 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3433 +-rw------- 1 netdata docker 0 Jun 23 21:37 3439 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3440 +-rw------- 1 netdata docker 40960 Jun 23 21:42 3455 +-rw------- 1 netdata docker 114688 Jun 23 21:37 3456 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3456_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3456_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 3466 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3467 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3468 +-rw------- 1 netdata docker 0 Jun 23 21:37 3501 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3502 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3503 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3534 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3541_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3542 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3574 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3575 +-rw------- 1 netdata docker 0 Jun 23 21:37 3576 +-rw------- 1 netdata docker 0 Jun 23 21:37 3596 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3597 +-rw------- 1 netdata docker 0 Jun 23 21:37 3598 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3599 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3603_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3605 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3606 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3607 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3608 +-rw------- 1 netdata docker 32768 Jun 23 21:37 3609 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3712 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3764_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3766 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3767 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3997 +-rw------- 1 netdata docker 0 Jun 23 21:37 4143 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4144 +-rw------- 1 netdata docker 0 Jun 23 21:37 4145 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4146 +-rw------- 1 netdata docker 0 Jun 23 21:37 4147 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4148 +-rw------- 1 netdata docker 0 Jun 23 21:37 4149 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4150 +-rw------- 1 netdata docker 0 Jun 23 21:37 4151 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4152 +-rw------- 1 netdata docker 0 Jun 23 21:37 4153 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4154 +-rw------- 1 netdata docker 0 Jun 23 21:37 4155 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4156 +-rw------- 1 netdata docker 0 Jun 23 21:37 4157 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4158 +-rw------- 1 netdata docker 0 Jun 23 21:37 4159 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4160 +-rw------- 1 netdata docker 0 Jun 23 21:37 4163 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4164 +-rw------- 1 netdata docker 0 Jun 23 21:37 4165 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4166 +-rw------- 1 netdata docker 0 Jun 23 21:37 4167 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4168 +-rw------- 1 netdata docker 0 Jun 23 21:37 4169 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4170 +-rw------- 1 netdata docker 0 Jun 23 21:37 4171 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4172 +-rw------- 1 netdata docker 0 Jun 23 21:37 4173 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4174 +-rw------- 1 netdata docker 16384 Jun 23 21:42 5002 +-rw------- 1 netdata docker 8192 Jun 23 21:37 548 +-rw------- 1 netdata docker 8192 Jun 23 21:37 549 +-rw------- 1 netdata docker 0 Jun 23 21:37 6102 +-rw------- 1 netdata docker 0 Jun 23 21:37 6104 +-rw------- 1 netdata docker 0 Jun 23 21:37 6106 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6110 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6111 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6113 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6116 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6117 +-rw------- 1 netdata docker 0 Jun 23 21:37 6175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6176 +-rw------- 1 netdata docker 0 Jun 23 21:37 6228 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6229 +-rw------- 1 netdata docker 0 Jun 23 21:37 6237 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6238 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6239 +-rw------- 1 netdata docker 0 Jun 23 21:37 826 +-rw------- 1 netdata docker 8192 Jun 23 21:37 827 +-rw------- 1 netdata docker 8192 Jun 23 21:37 828 +-rw------- 1 netdata docker 3 Jun 23 21:37 PG_VERSION +-rw------- 1 netdata docker 524 Jun 23 21:37 pg_filenode.map +-rw------- 1 netdata docker 158340 Nov 24 19:41 pg_internal.init + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/base/4: +total 2102 +drwx------ 2 netdata docker 300 Jun 23 21:37 . +drwx------ 6 netdata docker 6 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 113 +-rw------- 1 netdata docker 122880 Jun 23 21:37 1247 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1247_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1247_vm +-rw------- 1 netdata docker 450560 Jun 23 21:37 1249 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1249_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1249_vm +-rw------- 1 netdata docker 811008 Jun 23 21:37 1255 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1255_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1255_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 1259 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1259_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1259_vm +-rw------- 1 netdata docker 65536 Jun 23 21:37 13402 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13402_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13402_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13405 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13406 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13407_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13410 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13411 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13412_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13415 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13416 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13417_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13420 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13421 +-rw------- 1 netdata docker 0 Jun 23 21:37 1417 +-rw------- 1 netdata docker 0 Jun 23 21:37 1418 +-rw------- 1 netdata docker 8192 Jun 23 21:37 174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2187 +-rw------- 1 netdata docker 0 Jun 23 21:37 2224 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2228 +-rw------- 1 netdata docker 0 Jun 23 21:37 2328 +-rw------- 1 netdata docker 0 Jun 23 21:37 2336 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2337 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2579 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601_vm +-rw------- 1 netdata docker 57344 Jun 23 21:37 2602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2602_vm +-rw------- 1 netdata docker 40960 Jun 23 21:37 2603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2603_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2605 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2605_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2605_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2606_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2607 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2607_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2607_vm +-rw------- 1 netdata docker 106496 Jun 23 21:37 2608 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2608_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2608_vm +-rw------- 1 netdata docker 368640 Jun 23 21:37 2609 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2609_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2609_vm +-rw------- 1 netdata docker 32768 Jun 23 21:37 2610 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2610_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2610_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2611 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2612_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2613 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2615_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2616_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2617 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2617_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2617_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2618 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2618_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2618_vm +-rw------- 1 netdata docker 155648 Jun 23 21:37 2619 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2619_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2619_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2620 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2650 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2651 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2652 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2653 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2654 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2655 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2656 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2657 +-rw------- 1 netdata docker 122880 Jun 23 21:37 2658 +-rw------- 1 netdata docker 90112 Jun 23 21:37 2659 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2660 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2661 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2662 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2663 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2664 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2665 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2666 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2667 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2668 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2669 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2670 +-rw------- 1 netdata docker 81920 Jun 23 21:37 2673 +-rw------- 1 netdata docker 65536 Jun 23 21:37 2674 +-rw------- 1 netdata docker 212992 Jun 23 21:37 2675 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2678 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2679 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2680 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2681 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2682 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2683 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2684 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2685 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2686 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2687 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2688 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2689 +-rw------- 1 netdata docker 98304 Jun 23 21:37 2690 +-rw------- 1 netdata docker 262144 Jun 23 21:37 2691 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2692 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2693 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2696 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2699 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2701 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2702 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2703 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2704 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2753 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2753_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2753_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2754 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2755 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2756 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2757 +-rw------- 1 netdata docker 0 Jun 23 21:37 2830 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2831 +-rw------- 1 netdata docker 0 Jun 23 21:37 2832 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2833 +-rw------- 1 netdata docker 0 Jun 23 21:37 2834 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2835 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2836_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2837 +-rw------- 1 netdata docker 516096 Jun 23 21:37 2838 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2838_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2838_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2839 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2840 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2840_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2840_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2841 +-rw------- 1 netdata docker 0 Jun 23 21:37 2995 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2996 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3079_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3080 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3081 +-rw------- 1 netdata docker 40960 Jun 23 21:37 3085 +-rw------- 1 netdata docker 0 Jun 23 21:37 3118 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3119 +-rw------- 1 netdata docker 49152 Jun 23 21:37 3164 +-rw------- 1 netdata docker 0 Jun 23 21:37 3256 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3257 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3258 +-rw------- 1 netdata docker 0 Jun 23 21:37 3350 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3351 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3379 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3380 +-rw------- 1 netdata docker 0 Jun 23 21:37 3381 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3394_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3395 +-rw------- 1 netdata docker 0 Jun 23 21:37 3429 +-rw------- 1 netdata docker 0 Jun 23 21:37 3430 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3431 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3433 +-rw------- 1 netdata docker 0 Jun 23 21:37 3439 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3440 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3455 +-rw------- 1 netdata docker 114688 Jun 23 21:37 3456 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3456_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3456_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 3466 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3467 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3468 +-rw------- 1 netdata docker 0 Jun 23 21:37 3501 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3502 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3503 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3534 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3541_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3542 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3574 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3575 +-rw------- 1 netdata docker 0 Jun 23 21:37 3576 +-rw------- 1 netdata docker 0 Jun 23 21:37 3596 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3597 +-rw------- 1 netdata docker 0 Jun 23 21:37 3598 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3599 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3603_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3605 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3606 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3607 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3608 +-rw------- 1 netdata docker 32768 Jun 23 21:37 3609 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3712 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3764_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3766 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3767 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3997 +-rw------- 1 netdata docker 0 Jun 23 21:37 4143 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4144 +-rw------- 1 netdata docker 0 Jun 23 21:37 4145 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4146 +-rw------- 1 netdata docker 0 Jun 23 21:37 4147 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4148 +-rw------- 1 netdata docker 0 Jun 23 21:37 4149 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4150 +-rw------- 1 netdata docker 0 Jun 23 21:37 4151 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4152 +-rw------- 1 netdata docker 0 Jun 23 21:37 4153 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4154 +-rw------- 1 netdata docker 0 Jun 23 21:37 4155 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4156 +-rw------- 1 netdata docker 0 Jun 23 21:37 4157 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4158 +-rw------- 1 netdata docker 0 Jun 23 21:37 4159 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4160 +-rw------- 1 netdata docker 0 Jun 23 21:37 4163 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4164 +-rw------- 1 netdata docker 0 Jun 23 21:37 4165 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4166 +-rw------- 1 netdata docker 0 Jun 23 21:37 4167 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4168 +-rw------- 1 netdata docker 0 Jun 23 21:37 4169 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4170 +-rw------- 1 netdata docker 0 Jun 23 21:37 4171 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4172 +-rw------- 1 netdata docker 0 Jun 23 21:37 4173 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 5002 +-rw------- 1 netdata docker 8192 Jun 23 21:37 548 +-rw------- 1 netdata docker 8192 Jun 23 21:37 549 +-rw------- 1 netdata docker 0 Jun 23 21:37 6102 +-rw------- 1 netdata docker 0 Jun 23 21:37 6104 +-rw------- 1 netdata docker 0 Jun 23 21:37 6106 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6110 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6111 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6113 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6116 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6117 +-rw------- 1 netdata docker 0 Jun 23 21:37 6175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6176 +-rw------- 1 netdata docker 0 Jun 23 21:37 6228 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6229 +-rw------- 1 netdata docker 0 Jun 23 21:37 6237 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6238 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6239 +-rw------- 1 netdata docker 0 Jun 23 21:37 826 +-rw------- 1 netdata docker 8192 Jun 23 21:37 827 +-rw------- 1 netdata docker 8192 Jun 23 21:37 828 +-rw------- 1 netdata docker 3 Jun 23 21:37 PG_VERSION +-rw------- 1 netdata docker 524 Jun 23 21:37 pg_filenode.map + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/base/5: +total 2102 +drwx------ 2 netdata docker 300 Jun 30 18:25 . +drwx------ 6 netdata docker 6 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 113 +-rw------- 1 netdata docker 122880 Jun 23 21:37 1247 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1247_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1247_vm +-rw------- 1 netdata docker 450560 Jun 23 21:37 1249 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1249_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1249_vm +-rw------- 1 netdata docker 811008 Jun 23 21:37 1255 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1255_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1255_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 1259 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1259_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1259_vm +-rw------- 1 netdata docker 65536 Jun 23 21:37 13402 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13402_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13402_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13405 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13406 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13407_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13407_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13410 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13411 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13412_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13412_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13415 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13416 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417 +-rw------- 1 netdata docker 24576 Jun 23 21:37 13417_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 13417_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 13420 +-rw------- 1 netdata docker 8192 Jun 23 21:37 13421 +-rw------- 1 netdata docker 0 Jun 23 21:37 1417 +-rw------- 1 netdata docker 0 Jun 23 21:37 1418 +-rw------- 1 netdata docker 8192 Jun 23 21:37 174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2187 +-rw------- 1 netdata docker 0 Jun 23 21:37 2224 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2228 +-rw------- 1 netdata docker 0 Jun 23 21:37 2328 +-rw------- 1 netdata docker 0 Jun 23 21:37 2336 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2337 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2579 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2601_vm +-rw------- 1 netdata docker 57344 Jun 23 21:37 2602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2602_vm +-rw------- 1 netdata docker 40960 Jun 23 21:37 2603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2603_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2605 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2605_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2605_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2606_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2606_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2607 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2607_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2607_vm +-rw------- 1 netdata docker 106496 Jun 23 21:37 2608 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2608_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2608_vm +-rw------- 1 netdata docker 368640 Jun 23 21:37 2609 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2609_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2609_vm +-rw------- 1 netdata docker 32768 Jun 23 21:37 2610 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2610_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2610_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2611 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2612_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2612_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2613 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2615_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2615_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2616_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2616_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2617 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2617_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2617_vm +-rw------- 1 netdata docker 114688 Jun 23 21:37 2618 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2618_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2618_vm +-rw------- 1 netdata docker 155648 Jun 23 21:37 2619 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2619_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2619_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 2620 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2650 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2651 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2652 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2653 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2654 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2655 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2656 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2657 +-rw------- 1 netdata docker 122880 Jun 23 21:37 2658 +-rw------- 1 netdata docker 90112 Jun 23 21:37 2659 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2660 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2661 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2662 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2663 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2664 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2665 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2666 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2667 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2668 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2669 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2670 +-rw------- 1 netdata docker 81920 Jun 23 21:37 2673 +-rw------- 1 netdata docker 65536 Jun 23 21:37 2674 +-rw------- 1 netdata docker 212992 Jun 23 21:37 2675 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2678 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2679 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2680 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2681 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2682 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2683 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2684 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2685 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2686 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2687 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2688 +-rw------- 1 netdata docker 49152 Jun 23 21:37 2689 +-rw------- 1 netdata docker 98304 Jun 23 21:37 2690 +-rw------- 1 netdata docker 262144 Jun 23 21:37 2691 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2692 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2693 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2696 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2699 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2701 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2702 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2703 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2704 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2753 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2753_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2753_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2754 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2755 +-rw------- 1 netdata docker 40960 Jun 23 21:37 2756 +-rw------- 1 netdata docker 32768 Jun 23 21:37 2757 +-rw------- 1 netdata docker 0 Jun 23 21:37 2830 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2831 +-rw------- 1 netdata docker 0 Jun 23 21:37 2832 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2833 +-rw------- 1 netdata docker 0 Jun 23 21:37 2834 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2835 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2836_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2836_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2837 +-rw------- 1 netdata docker 516096 Jun 23 21:37 2838 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2838_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2838_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2839 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2840 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2840_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2840_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2841 +-rw------- 1 netdata docker 0 Jun 23 21:37 2995 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2996 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3079_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3079_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3080 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3081 +-rw------- 1 netdata docker 40960 Jun 23 21:37 3085 +-rw------- 1 netdata docker 0 Jun 23 21:37 3118 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3119 +-rw------- 1 netdata docker 49152 Jun 23 21:37 3164 +-rw------- 1 netdata docker 0 Jun 23 21:37 3256 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3257 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3258 +-rw------- 1 netdata docker 0 Jun 23 21:37 3350 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3351 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3379 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3380 +-rw------- 1 netdata docker 0 Jun 23 21:37 3381 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3394_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3394_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3395 +-rw------- 1 netdata docker 0 Jun 23 21:37 3429 +-rw------- 1 netdata docker 0 Jun 23 21:37 3430 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3431 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3433 +-rw------- 1 netdata docker 0 Jun 23 21:37 3439 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3440 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3455 +-rw------- 1 netdata docker 114688 Jun 23 21:37 3456 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3456_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3456_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 3466 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3467 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3468 +-rw------- 1 netdata docker 0 Jun 23 21:37 3501 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3502 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3503 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3534 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3541_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3541_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3542 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3574 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3575 +-rw------- 1 netdata docker 0 Jun 23 21:37 3576 +-rw------- 1 netdata docker 0 Jun 23 21:37 3596 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3597 +-rw------- 1 netdata docker 0 Jun 23 21:37 3598 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3599 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3600_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3600_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3601_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3601_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3602_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3602_vm +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3603_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3603_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3604 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3605 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3606 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3607 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3608 +-rw------- 1 netdata docker 32768 Jun 23 21:37 3609 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3712 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764 +-rw------- 1 netdata docker 24576 Jun 23 21:37 3764_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 3764_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 3766 +-rw------- 1 netdata docker 16384 Jun 23 21:37 3767 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3997 +-rw------- 1 netdata docker 0 Jun 23 21:37 4143 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4144 +-rw------- 1 netdata docker 0 Jun 23 21:37 4145 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4146 +-rw------- 1 netdata docker 0 Jun 23 21:37 4147 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4148 +-rw------- 1 netdata docker 0 Jun 23 21:37 4149 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4150 +-rw------- 1 netdata docker 0 Jun 23 21:37 4151 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4152 +-rw------- 1 netdata docker 0 Jun 23 21:37 4153 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4154 +-rw------- 1 netdata docker 0 Jun 23 21:37 4155 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4156 +-rw------- 1 netdata docker 0 Jun 23 21:37 4157 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4158 +-rw------- 1 netdata docker 0 Jun 23 21:37 4159 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4160 +-rw------- 1 netdata docker 0 Jun 23 21:37 4163 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4164 +-rw------- 1 netdata docker 0 Jun 23 21:37 4165 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4166 +-rw------- 1 netdata docker 0 Jun 23 21:37 4167 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4168 +-rw------- 1 netdata docker 0 Jun 23 21:37 4169 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4170 +-rw------- 1 netdata docker 0 Jun 23 21:37 4171 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4172 +-rw------- 1 netdata docker 0 Jun 23 21:37 4173 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4174 +-rw------- 1 netdata docker 8192 Jun 23 21:37 5002 +-rw------- 1 netdata docker 8192 Jun 23 21:37 548 +-rw------- 1 netdata docker 8192 Jun 23 21:37 549 +-rw------- 1 netdata docker 0 Jun 23 21:37 6102 +-rw------- 1 netdata docker 0 Jun 23 21:37 6104 +-rw------- 1 netdata docker 0 Jun 23 21:37 6106 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6110 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6111 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6112 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6113 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6116 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6117 +-rw------- 1 netdata docker 0 Jun 23 21:37 6175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6176 +-rw------- 1 netdata docker 0 Jun 23 21:37 6228 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6229 +-rw------- 1 netdata docker 0 Jun 23 21:37 6237 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6238 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6239 +-rw------- 1 netdata docker 0 Jun 23 21:37 826 +-rw------- 1 netdata docker 8192 Jun 23 21:37 827 +-rw------- 1 netdata docker 8192 Jun 23 21:37 828 +-rw------- 1 netdata docker 3 Jun 23 21:37 PG_VERSION +-rw------- 1 netdata docker 524 Jun 23 21:37 pg_filenode.map + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/global: +total 157 +drwx------ 2 netdata docker 65 Nov 24 19:41 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 1213 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1213_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1213_vm +-rw------- 1 netdata docker 0 Jun 23 21:37 1214 +-rw------- 1 netdata docker 8192 Jun 23 21:37 1232 +-rw------- 1 netdata docker 8192 Jun 23 21:37 1233 +-rw------- 1 netdata docker 8192 Jun 23 21:37 1260 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1260_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1260_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1261 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1261_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1261_vm +-rw------- 1 netdata docker 8192 Jun 23 21:42 1262 +-rw------- 1 netdata docker 24576 Jun 23 21:37 1262_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 1262_vm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2396 +-rw------- 1 netdata docker 24576 Jun 23 21:37 2396_fsm +-rw------- 1 netdata docker 8192 Jun 23 21:37 2396_vm +-rw------- 1 netdata docker 16384 Jun 23 21:37 2397 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2671 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2672 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2676 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2677 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2694 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2695 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2697 +-rw------- 1 netdata docker 16384 Jun 23 21:37 2698 +-rw------- 1 netdata docker 0 Jun 23 21:37 2846 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2847 +-rw------- 1 netdata docker 0 Jun 23 21:37 2964 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2965 +-rw------- 1 netdata docker 0 Jun 23 21:37 2966 +-rw------- 1 netdata docker 8192 Jun 23 21:37 2967 +-rw------- 1 netdata docker 0 Jun 23 21:37 3592 +-rw------- 1 netdata docker 8192 Jun 23 21:37 3593 +-rw------- 1 netdata docker 0 Jun 23 21:37 4060 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4061 +-rw------- 1 netdata docker 0 Jun 23 21:37 4175 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4176 +-rw------- 1 netdata docker 0 Jun 23 21:37 4177 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4178 +-rw------- 1 netdata docker 0 Jun 23 21:37 4181 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4182 +-rw------- 1 netdata docker 0 Jun 23 21:37 4183 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4184 +-rw------- 1 netdata docker 0 Jun 23 21:37 4185 +-rw------- 1 netdata docker 8192 Jun 23 21:37 4186 +-rw------- 1 netdata docker 0 Jun 23 21:37 6000 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6001 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6002 +-rw------- 1 netdata docker 0 Jun 23 21:37 6100 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6114 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6115 +-rw------- 1 netdata docker 0 Jun 23 21:37 6243 +-rw------- 1 netdata docker 0 Jun 23 21:37 6244 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6245 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6246 +-rw------- 1 netdata docker 8192 Jun 23 21:37 6247 +-rw------- 1 netdata docker 16384 Jun 23 21:37 6302 +-rw------- 1 netdata docker 16384 Jun 23 21:37 6303 +-rw------- 1 netdata docker 8192 Dec 8 13:11 pg_control +-rw------- 1 netdata docker 524 Jun 23 21:37 pg_filenode.map +-rw------- 1 netdata docker 28724 Nov 24 19:41 pg_internal.init + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_commit_ts: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_dynshmem: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_logical: +total 11 +drwx------ 4 netdata docker 5 Dec 8 13:11 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +drwx------ 2 netdata docker 2 Jun 23 21:37 mappings +-rw------- 1 netdata docker 8 Dec 8 13:11 replorigin_checkpoint +drwx------ 2 netdata docker 2 Jun 23 21:37 snapshots + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_logical/mappings: +total 1 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 4 netdata docker 5 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_logical/snapshots: +total 1 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 4 netdata docker 5 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_multixact: +total 10 +drwx------ 4 netdata docker 4 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +drwx------ 2 netdata docker 3 Jun 23 21:37 members +drwx------ 2 netdata docker 3 Jun 23 21:37 offsets + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_multixact/members: +total 2 +drwx------ 2 netdata docker 3 Jun 23 21:37 . +drwx------ 4 netdata docker 4 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Jun 23 21:37 0000 + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_multixact/offsets: +total 2 +drwx------ 2 netdata docker 3 Jun 23 21:37 . +drwx------ 4 netdata docker 4 Jun 23 21:37 .. +-rw------- 1 netdata docker 8192 Nov 24 19:40 0000 + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_notify: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_replslot: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_serial: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_snapshots: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_stat: +total 18 +drwx------ 2 netdata docker 3 Dec 8 13:11 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +-rw------- 1 netdata docker 50445 Dec 8 13:11 pgstat.stat + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_stat_tmp: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_subtrans: +total 10 +drwx------ 2 netdata docker 3 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +-rw------- 1 netdata docker 172032 Dec 7 15:06 0000 + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_tblspc: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_twophase: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_wal: +total 11743 +drwx------ 4 netdata docker 6 Dec 7 01:30 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +-rw------- 1 netdata docker 16777216 Dec 8 13:11 000000010000000000000038 +-rw------- 1 netdata docker 16777216 Dec 7 01:30 000000010000000000000039 +drwx------ 2 netdata docker 2 Jun 23 21:37 archive_status +drwx------ 2 netdata docker 2 Jun 23 21:37 summaries + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_wal/archive_status: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 4 netdata docker 6 Dec 7 01:30 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_wal/summaries: +total 9 +drwx------ 2 netdata docker 2 Jun 23 21:37 . +drwx------ 4 netdata docker 6 Dec 7 01:30 .. + +/mnt/.ix-apps/app_mounts/paperless-ngx/postgres_data/pg_xact: +total 10 +drwx------ 2 netdata docker 3 Jun 23 21:37 . +drwx------ 19 netdata docker 25 Dec 8 13:11 .. +-rw------- 1 netdata docker 16384 Dec 8 13:11 0000 + +/mnt/.ix-apps/app_mounts/paperless-ngx/trash: +total 9 +drwxr-xr-x 2 apps apps 2 Nov 24 19:42 . +drwxr-xr-x 7 root root 7 Jun 23 21:35 .. + +/mnt/.ix-apps/app_mounts/plex: +total 2 +drwxr-xr-x 3 root root 3 Jun 7 2025 . +drwxr-xr-x 5 root root 5 Dec 12 19:10 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 config + +/mnt/.ix-apps/app_mounts/plex/config: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 root root 3 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Library + +/mnt/.ix-apps/app_mounts/plex/config/Library: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Application Support + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support: +total 26 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 Plex Media Server + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server: +total 125 +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw------- 1 apps apps 42 Dec 12 19:30 .LocalAdminToken +drwxr-xr-x 5 apps apps 15 Dec 16 14:31 Cache +drwxr-xr-x 4 apps apps 5 Dec 13 23:48 Codecs +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 Crash Reports +drwxr-xr-x 2 apps apps 2 Jun 7 2025 Diagnostics +drwxr-xr-x 2 apps apps 2 Jun 7 2025 Drivers +drwxr-xr-x 2 root root 2 Jun 7 2025 Logs +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Media +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Metadata +drwxr-xr-x 7 apps apps 7 Jun 7 2025 Plug-in Support +drwxr-xr-x 2 apps apps 2 Jun 7 2025 Plug-ins +-rw------- 1 apps apps 838 Dec 15 19:30 Preferences.xml +-rw------- 1 apps apps 12330 Dec 12 19:30 Setup Plex.html +drwxr-xr-x 2 apps apps 2 Jun 7 2025 Updates +-rw-r--r-- 1 apps apps 3 Dec 12 19:30 plexmediaserver.pid + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache: +total 124 +drwxr-xr-x 5 apps apps 15 Dec 16 14:31 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +-rw-r--r-- 1 apps apps 1008 Dec 16 07:30 CloudAccessV2.dat +-rw-r--r-- 1 apps apps 11184 Dec 15 19:30 CloudAccountV2.dat +-rw-r--r-- 1 apps apps 192 Dec 15 19:30 CloudUsersF.dat +-rw-r--r-- 1 apps apps 3872 Dec 16 14:31 CloudUsersServices.dat +-rw-r--r-- 1 apps apps 64 Dec 16 07:30 CloudUsersSubscriptionsV2.dat +-rw-r--r-- 1 apps apps 64 Dec 16 07:30 CloudUsersV2.dat +-rw-r--r-- 1 apps apps 9232 Dec 15 19:30 Flags.dat +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 PhotoTranscoder +-rw-r--r-- 1 apps apps 8352 Dec 15 19:30 Privacy.dat +-rw-r--r-- 1 apps apps 160 Dec 15 19:30 UpdateChannels.dat +-rw------- 1 apps apps 4419 Nov 20 19:42 cert-v2.p12 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 cl-icds-linux-x86_64 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 va-dri-linux-x86_64 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder: +total 5870 +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 . +drwxr-xr-x 5 apps apps 15 Dec 16 14:31 .. +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 00 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 01 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 02 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 03 +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 04 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 05 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 06 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 07 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 08 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 09 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 0a +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 0b +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 0c +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 0d +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 0e +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 0f +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 10 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 11 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 12 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 13 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 14 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 15 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 16 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 17 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 18 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 19 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 1a +drwxr-xr-x 2 apps apps 5 Dec 15 01:00 1b +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 1c +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 1d +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 1e +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 1f +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 20 +drwxr-xr-x 2 apps apps 4 Dec 13 21:48 21 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 22 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 23 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 24 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 25 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 26 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 27 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 28 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 29 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 2a +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 2b +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 2c +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 2e +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 2f +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 30 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 31 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 32 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 34 +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 36 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 37 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 38 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 39 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 3a +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 3b +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 3c +drwxr-xr-x 2 apps apps 2 Dec 13 23:25 3d +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 3e +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 3f +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 40 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 41 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 42 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 43 +drwxr-xr-x 2 apps apps 4 Dec 14 12:29 44 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 45 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 46 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 47 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 48 +drwxr-xr-x 2 apps apps 2 Jun 28 15:51 49 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 4a +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 4c +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 4d +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 4e +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 4f +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 50 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 51 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 52 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 53 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 54 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 55 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 56 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 57 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 58 +drwxr-xr-x 2 apps apps 4 Dec 13 23:25 59 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 5a +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 5b +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 5c +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 5d +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 5e +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 5f +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 60 +drwxr-xr-x 2 apps apps 4 Dec 13 23:25 61 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 62 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 63 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 64 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 65 +drwxr-xr-x 2 apps apps 6 Dec 14 22:27 66 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 67 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 68 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 69 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 6a +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 6b +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 6c +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 6d +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 6e +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 6f +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 70 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 71 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 72 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 73 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 74 +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 75 +drwxr-xr-x 2 apps apps 5 Dec 13 23:48 76 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 77 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 78 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 79 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 7a +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 7b +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 7c +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 7d +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 7e +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 7f +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 80 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 81 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 82 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 83 +drwxr-xr-x 2 apps apps 3 Dec 13 23:25 84 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 85 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 86 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 87 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 88 +drwxr-xr-x 2 apps apps 2 Jun 28 17:10 89 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 8a +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 8b +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 8c +drwxr-xr-x 2 apps apps 6 Dec 14 22:25 8d +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 8e +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 8f +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 90 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 91 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 92 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 93 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 94 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 95 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 96 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 97 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 98 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 99 +drwxr-xr-x 2 apps apps 6 Dec 14 22:27 9a +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 9b +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 9c +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 9d +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 9e +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 9f +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 a0 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 a1 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 a2 +drwxr-xr-x 2 apps apps 2 Dec 13 21:48 a3 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 a5 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 a6 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 a7 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 a8 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 a9 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 aa +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 ab +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 ac +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 ad +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 ae +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 af +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 b0 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 b1 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 b2 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 b3 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 b4 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 b5 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 b6 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 b7 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 b8 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 b9 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 ba +drwxr-xr-x 2 apps apps 3 Dec 14 12:47 bb +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 bc +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 be +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 bf +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 c1 +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 c2 +drwxr-xr-x 2 apps apps 4 Dec 13 21:48 c3 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 c4 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 c5 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 c6 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 c7 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 c8 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 c9 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 ca +drwxr-xr-x 2 apps apps 5 Dec 13 23:23 cb +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 cc +drwxr-xr-x 2 apps apps 5 Dec 13 23:48 cd +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 ce +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 cf +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 d0 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 d1 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 d2 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 d3 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 d4 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 d5 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 d6 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 d7 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 d8 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 d9 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 da +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 db +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 dc +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 dd +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 de +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 df +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 e0 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 e1 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 e2 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 e3 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 e4 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 e5 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 e6 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 e7 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 e8 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 e9 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 ea +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 eb +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 ec +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 ed +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 ee +drwxr-xr-x 2 apps apps 7 Dec 14 12:46 ef +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 f0 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 f1 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 f2 +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 f3 +drwxr-xr-x 2 apps apps 4 Dec 14 09:13 f4 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 f5 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 f6 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 f7 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 f8 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 f9 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 fa +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 fb +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 fc +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 fd +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 fe +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 ff + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/00: +total 98 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 62945 Dec 14 22:28 000c118e723dd05dd2aad30af24df5d600f9ebc7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/01: +total 135 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 40989 Dec 14 12:46 0157647d201a7977aadddac144721e74a95794d3.jpg +-rw-r--r-- 1 apps apps 14956 Dec 13 23:48 01cfb52b59a3e6177ee51fc2ebc847bc40f6c24d.jpg +-rw-r--r-- 1 apps apps 40568 Dec 14 22:26 01d2da698854e31a4343a40a03bd33821c15c173.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/02: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10186 Dec 13 23:48 022f8e1b89d2005e957eb181486f903a1e98d041.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/03: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/04: +total 58 +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 6883 Dec 14 12:47 044cf33cf5ab1a71ecf46d78ed9521682c26948f.jpg +-rw-r--r-- 1 apps apps 12867 Dec 13 23:48 04c37db1c9c6dc33d55aa6478863be9b9ac37695.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/05: +total 134 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 37391 Dec 14 12:47 05c2ae63bd3df67fb393186146bf62b48dea4f1a.jpg +-rw-r--r-- 1 apps apps 58516 Dec 14 22:27 05ce42d6c1f6bc46f2498edae6d86485c0e63ca0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/06: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/07: +total 227 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 49197 Dec 14 22:26 07270e5ca30b2f13bad4e9c92a9917c047eb4c85.jpg +-rw-r--r-- 1 apps apps 120610 Dec 14 22:25 079e10f198291d3aad339fa7189ea97955d441c6.jpg +-rw-r--r-- 1 apps apps 19506 Dec 14 22:28 07cada994441bf8351e506209be9fb44f41fd2cf.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/08: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 52274 Dec 14 22:26 084e2d537c1545407b6af666bc5ec2cc9d20ff5c.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/09: +total 70 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11727 Dec 14 22:26 093bd372f2445eb58953983ccfe81df329619623.jpg +-rw-r--r-- 1 apps apps 21904 Dec 13 21:48 0944e53edddc516a2d33dcaa4c70f8f07a98eb19.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0a: +total 86 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 22821 Dec 13 21:49 0a19edabf55439962e1f3b56c7e5f3087606396a.jpg +-rw-r--r-- 1 apps apps 28212 Dec 13 23:23 0a7e794bd316b5f45b13d0fe5b28ce900d63aac0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0b: +total 198 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 88057 Dec 14 22:27 0b72ce44352f651109b639484d02bd20ade3a433.jpg +-rw-r--r-- 1 apps apps 77613 Dec 13 23:48 0bb28089c98f8d18ab59854d6ef5d3102e8fe532.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0c: +total 82 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 48661 Dec 14 22:26 0c27dfc1fe74d10bb277d809de948ccc53115e86.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0d: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 16301 Dec 13 21:48 0d88431d2640d1cc5d3d7afeb5e328318f7ce557.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0e: +total 91 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18079 Dec 14 22:28 0e4f06f2c6371450eb1c14ef708d92f9b0bae31e.jpg +-rw-r--r-- 1 apps apps 9211 Dec 13 23:48 0e77e8d7988c8b5c611e4a4164a90cb5b5719273.jpg +-rw-r--r-- 1 apps apps 21334 Dec 13 21:48 0edebe1f74ba63dc0be66b6c826a2f13ff1b81fb.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/0f: +total 66 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11737 Dec 14 12:46 0f79eabbd72b06382af373189436b4ba3cbff5e1.jpg +-rw-r--r-- 1 apps apps 19689 Dec 14 22:25 0f9cd52f7fcd0d6831279e755ca767641d630103.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/10: +total 138 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 60941 Dec 14 22:26 10824bdcc995242191fe44d5ebfea7d8c1dcebf7.jpg +-rw-r--r-- 1 apps apps 43288 Dec 14 22:26 10c230ce23f20c0ea42f57c28abb7c1dbcbc0c10.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/11: +total 183 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 116312 Dec 13 23:48 11adee58338f049e40a700846eca0357a90b1b4b.jpg +-rw-r--r-- 1 apps apps 20071 Dec 14 22:25 11c0c5ad83571019f54696dc3e6b8c0f68ee3f68.jpg +-rw-r--r-- 1 apps apps 11973 Dec 14 12:46 11c62f613d20c154f161f72cefbdc7db5dee0c65.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/12: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/13: +total 98 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 37409 Dec 14 22:26 13ccbc6edd0ab6be9a69541c4ba37211b8860a49.jpg +-rw-r--r-- 1 apps apps 21905 Dec 14 22:25 13ebb3e3e23d52afc120e40576ca397e7590efc8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/14: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/15: +total 74 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18529 Dec 14 22:28 1591f4912673eb76b22c512ceb3828d806dc0324.jpg +-rw-r--r-- 1 apps apps 18710 Dec 13 23:23 15959ff021976e441c94eb48bd27e65c8a6a0353.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/16: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/17: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/18: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/19: +total 74 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 39938 Dec 14 22:27 197b2453d6356fde519956be5a8e1f4e5ad7f3f6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1a: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1b: +total 219 +drwxr-xr-x 2 apps apps 5 Dec 15 01:00 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 43606 Dec 15 01:00 1b2e3f2a7ec3a8e5337298559386dee4b75f6f44.jpg +-rw-r--r-- 1 apps apps 112237 Dec 13 23:48 1b6d3c6e1222d80adaf0ef7716d5a8ce4cf1afa7.jpg +-rw-r--r-- 1 apps apps 27533 Dec 13 21:48 1beab45e63ec99e2977798dbd77443f43ab9fe4f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1c: +total 98 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 49471 Dec 14 22:27 1c1199166816e368bf95e96cd16889f62fa67b8e.jpg +-rw-r--r-- 1 apps apps 10009 Dec 13 23:48 1cc48ddf559d102daf55631be35af1eb6a3bd9f6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1d: +total 179 +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 26189 Dec 14 22:26 1d10f8170ff5d8bd5e0284b3ff3ed4326b7638b3.jpg +-rw-r--r-- 1 apps apps 22053 Dec 14 22:26 1d195ed4f622317412de2d02dfefde952018f392.jpg +-rw-r--r-- 1 apps apps 63055 Dec 14 22:26 1dd9e44d09b200bc74c720feda33707233b4dd4a.jpg +-rw-r--r-- 1 apps apps 27115 Dec 13 21:48 1df1128baac1b45dd407f5b515706f03175a5313.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1e: +total 176 +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 41396 Dec 14 22:26 1e669b9eee219e77559dcafbf859664442702fc6.jpg +-rw-r--r-- 1 apps apps 28690 Dec 13 23:23 1e7d176d5bf7a2a00e14cdf0c9fc829fd720a730.jpg +-rw-r--r-- 1 apps apps 18775 Dec 14 12:47 1e804d0f5564aaae759f9afb894aee4bebdd39ea.jpg +-rw-r--r-- 1 apps apps 8391 Dec 14 12:46 1e98de7a13912047efe1a742e5faa27103b1cd6f.jpg +-rw-r--r-- 1 apps apps 31493 Dec 14 22:27 1ec957d9d02f7ce10a35d1561939d20b77041506.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/1f: +total 66 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 17458 Dec 13 21:49 1f5ff8886ea388d5c1987470eeeb7b60b7ce39da.jpg +-rw-r--r-- 1 apps apps 10120 Dec 13 23:48 1f6fc1a8a8bfb90079e1295656fe8c735552c583.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/20: +total 87 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10500 Dec 14 12:46 20199fc2725409195bfc4031c01bc6778b948d3a.jpg +-rw-r--r-- 1 apps apps 22013 Dec 14 22:26 2074c20a04daa2561edabda42168b23c87c6bc28.jpg +-rw-r--r-- 1 apps apps 14034 Dec 13 23:23 207b3b6b2a92ca37bf9448a7c0640037bd8fddcb.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/21: +total 70 +drwxr-xr-x 2 apps apps 4 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19039 Dec 13 21:48 21d0dc5b433b44ef142e51175b7df6702af3288a.jpg +-rw-r--r-- 1 apps apps 16348 Dec 13 21:48 21f324922cf9fab12897b7e1514541c8e166081d.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/22: +total 286 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 43042 Dec 14 22:25 22e1e511ed3bd7bed9f3a33155217d68bc26690c.jpg +-rw-r--r-- 1 apps apps 204104 Dec 13 23:48 22f3bfacd71d7aec98480059e7a682f0262d1369.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/23: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/24: +total 562 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 30945 Dec 14 22:26 244dd446ba88010c4f365666e0036f6d62c2d54f.jpg +-rw-r--r-- 1 apps apps 498390 Dec 14 12:46 24ca298f698c19cb4acbb7aacf5c37603a36f4dc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/25: +total 174 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 129671 Dec 13 23:48 250c49b077a8d42d2ffd5780a71187fcf281f54a.jpg +-rw-r--r-- 1 apps apps 11925 Dec 14 12:46 253674bda5d9149b9ec518561a70592efb4f327f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/26: +total 106 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 17907 Dec 13 23:23 2683218574c8aad2c47aeb4c7cb3d839c2471cbd.jpg +-rw-r--r-- 1 apps apps 50971 Dec 14 22:26 2695a8bc5f657f4963d150e5c28537e0b6be29ec.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/27: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/28: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/29: +total 298 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 249247 Dec 14 22:28 29f47c90b48fd9f44b43918a8041e42065d09cca.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/2a: +total 127 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 35323 Dec 14 22:27 2a83f8bdce543b97a69fd0c6a11264fd3cdde6aa.jpg +-rw-r--r-- 1 apps apps 28961 Dec 13 21:48 2a94dcb29fc278c96bd2e4ff614420ea8daf9725.jpg +-rw-r--r-- 1 apps apps 22685 Dec 14 22:26 2ac38d2a3150fa49c956180aa53b5f38ed030592.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/2b: +total 94 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 42807 Dec 14 22:26 2b4d3fc830f81da0eb35934196be5235575f9fdd.jpg +-rw-r--r-- 1 apps apps 12497 Dec 14 22:25 2bcf9bf31d76af8354f79d732c1a760995af6ff4.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/2c: +total 183 +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 29665 Dec 14 22:26 2c1089cc2d6aaf71698de9bce5bde4db47e2795a.jpg +-rw-r--r-- 1 apps apps 39642 Dec 14 22:26 2c25d368f6af9a14d20de02e23fd2b392d3c9f32.jpg +-rw-r--r-- 1 apps apps 45121 Dec 14 22:25 2c7a6437949d8c367986e400658e385b8f089d54.jpg +-rw-r--r-- 1 apps apps 25017 Dec 13 23:47 2ced76626798912a0fd29f556e818517737dc722.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/2e: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 31327 Dec 13 21:48 2e590fd326602024fbd71713dd14907a0375e8a8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/2f: +total 78 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 43013 Dec 14 22:26 2fd66e678810075e6f37062627dff9ec3e40e358.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/30: +total 78 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 43606 Dec 14 22:25 3081492866a77aebeeccc705a4fcb56de71a7bad.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/32: +total 62 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8089 Dec 14 12:46 326ff0e20010663e798058ba7e669e9bd7bd9ddf.jpg +-rw-r--r-- 1 apps apps 20267 Dec 14 22:25 32cf55eeb194d4896ea5123b093b6af25c8c4bec.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/34: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11832 Dec 14 12:46 344cb65cb8fc401dd6144c5e1f7e3734cad89731.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/36: +total 136 +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 32946 Dec 14 22:27 3658416f1000a7cd8845667727697e3c0dcce512.jpg +-rw-r--r-- 1 apps apps 10991 Dec 14 12:46 3681d0d40fd686d7f976efa6eb167da160a913d7.jpg +-rw-r--r-- 1 apps apps 12881 Dec 13 23:23 36a3dbe17ffc34783dba9279c61d619f5665d304.jpg +-rw-r--r-- 1 apps apps 23716 Dec 13 23:23 36f45341ebb02f9f7b6b2ff81aa1e3916126e3d5.jpg +-rw-r--r-- 1 apps apps 11982 Dec 13 23:48 36fbfce8f87a908820c9670f829c9fddbeb9a6d0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/37: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10181 Dec 13 23:48 376f6697bde70428cc841e544c11e48db79ddbf1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/38: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/39: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3a: +total 90 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10518 Dec 13 23:48 3a776b2455a992cee40ae10bd563ff378d779146.jpg +-rw-r--r-- 1 apps apps 41407 Dec 14 22:25 3a95b3d68dca62d561ce480eded67825aa5f32e2.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3b: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18301 Dec 14 22:28 3baef28ea0cd126ea09496445dbaf8cccc5eab12.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3c: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 30350 Dec 13 21:48 3c760af674698e41f1e09061780fd7b00a8c8c39.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3d: +total 9 +drwxr-xr-x 2 apps apps 2 Dec 13 23:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3e: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 12574 Dec 14 12:46 3e9aabf64209c8e5ca52740d5bf6f9dbe1dd8333.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/3f: +total 98 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 65205 Dec 14 12:46 3f4f2626af467c6dceb91a0087f32611151dce71.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/40: +total 146 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 93685 Dec 13 23:48 401816071c6e5a4f6f06f2297839e43b42b76910.jpg +-rw-r--r-- 1 apps apps 17006 Dec 13 23:23 4034ed3943b489c211136beabbf4f1165ed46365.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/41: +total 162 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 65877 Dec 14 22:26 413f94d1e0d4f0f51bfeb95f5d79dda727a03668.jpg +-rw-r--r-- 1 apps apps 59934 Dec 14 22:26 416ed011629bba6fa1800e563f345e91bac2d8aa.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/42: +total 138 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 106137 Dec 13 23:48 421cd0fbb3da9ac278e5b321f014486cf4aa8c60.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/43: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9870 Dec 13 23:48 43d8b7f616875baac6431cd9001b9fda0eb363e8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/44: +total 170 +drwxr-xr-x 2 apps apps 4 Dec 14 12:29 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 20860 Dec 14 12:29 44980992b35b08ad4ad80ab945ea62c6bc8f13cc.jpg +-rw-r--r-- 1 apps apps 111892 Dec 13 23:48 44a79d17403088043471a3c66a8b7a74c9eff9cd.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/45: +total 70 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 33307 Dec 13 23:23 45a8f72a5cb72602614932b3ffd1ed33acaa87dc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/46: +total 194 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 131768 Dec 14 22:25 468b2365c76bcc188eefe8299709a510e223de5c.jpg +-rw-r--r-- 1 apps apps 20017 Dec 14 22:28 46a2fac42d024528e97c81d881fa552f16202f73.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/47: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/48: +total 78 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8897 Dec 13 23:48 488522addabea9cdba7e5cacef14c223c64122c3.jpg +-rw-r--r-- 1 apps apps 31320 Dec 14 22:28 48b74d05412234b61addcddb59c7a51c2ef65a51.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/49: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 28 15:51 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/4a: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/4c: +total 102 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 65918 Dec 14 22:26 4c27e9d02d072e066f0a2525c800bf80455dac74.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/4d: +total 658 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 629209 Dec 14 12:46 4d9b15041feec69b94c5c950b1220162c034b909.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/4e: +total 110 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 77494 Dec 13 23:48 4e3730c7bc89874240380b523b237096e2bf2b2e.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/4f: +total 127 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 35379 Dec 14 22:26 4f23ff480716348d76919966440f2e340cd39068.jpg +-rw-r--r-- 1 apps apps 21994 Dec 14 12:29 4fc2ddc3e60d96634cb256b12bb4b6a828d76c76.jpg +-rw-r--r-- 1 apps apps 31832 Dec 13 21:48 4fcd7aef0175fcb5c8bd90ea4319ab99598a3ee9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/50: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8743 Dec 13 23:48 504b604a36cbaab3a16c8148089424085dd27c83.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/51: +total 143 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 38796 Dec 14 22:26 5117ce95e9b7d7dd34db78c0aeec07d2335404b5.jpg +-rw-r--r-- 1 apps apps 13772 Dec 13 23:34 518817a06a7abe407e3c5a0eeaab0e0e1941b2f9.jpg +-rw-r--r-- 1 apps apps 51423 Dec 14 22:27 51e8dd7cbbb773642e547c841fef0b0feacf0231.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/52: +total 110 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 23455 Dec 13 21:48 523d846a590a0968bafa6d351d90897e80de2658.jpg +-rw-r--r-- 1 apps apps 52977 Dec 14 22:25 52451bff9fc8c9d966af82eec2a033dec989c942.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/53: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/54: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/55: +total 74 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 40902 Dec 14 12:29 554dcfc0a95d03d0c5e3227176ddfa3c95bc5c75.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/56: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 49347 Dec 14 22:26 5677780e5fd44df9a824118fe1c6b39ca944778c.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/57: +total 90 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 43439 Dec 14 22:26 5742c0808ab1ea0a1dfb6f9bd651fd1e83cb8e41.jpg +-rw-r--r-- 1 apps apps 9573 Dec 14 07:55 5751190b87d421bb50bc5d74f16a21c089a8af05.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/58: +total 74 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 37842 Dec 14 22:27 586e0359fd791b4f4482f50eacb228eebfb9dfb3.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/59: +total 110 +drwxr-xr-x 2 apps apps 4 Dec 13 23:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 24220 Dec 13 23:25 591128f070c4a824acb5cbfcf417172311f063af.jpg +-rw-r--r-- 1 apps apps 51845 Dec 13 23:23 5921bc264011f53a7a6d7a230f682e39fbb69665.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5a: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5b: +total 102 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 68580 Dec 14 22:27 5b18794992266d9bebfcd13b7712310db0d7f316.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5c: +total 118 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 29605 Dec 14 22:26 5c1043b002e7a208e50e8e0eae2aa14ae59bc574.jpg +-rw-r--r-- 1 apps apps 52831 Dec 14 22:25 5c1472fa70d0258a98b2e5a322672e49337574bc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5d: +total 90 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 42489 Dec 14 12:47 5d61cb867920345d1f47bd5681eac24df9e38cf7.jpg +-rw-r--r-- 1 apps apps 10088 Dec 14 22:28 5dc829d439ec8add0ccd6575fae95559057388b4.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5e: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/5f: +total 106 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 58929 Dec 14 12:46 5f0638982cdbee31be8c9db21735c6fff58843fe.jpg +-rw-r--r-- 1 apps apps 9143 Dec 14 12:46 5f0e918541d252655bd32638e8bf5e05897983f0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/60: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 30086 Dec 14 22:27 606cdcded28d584763c743ca620ba49093ca263b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/61: +total 78 +drwxr-xr-x 2 apps apps 4 Dec 13 23:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 21993 Dec 13 23:23 615f2838040db75899afeea39f0fc076adddefcb.jpg +-rw-r--r-- 1 apps apps 19151 Dec 13 23:25 61d999388b4ca34a2781ad666db76fb614846d44.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/62: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 12238 Dec 13 23:23 62f9f04b8a0d02d6c369fbbcca292f5d2f11b466.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/63: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19436 Dec 13 23:23 63c38dcec488d0a151d7376705bc5bd31973b133.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/64: +total 62 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11819 Dec 14 12:46 64c047c42deb59f61ea04a8b53ff4a21dbb10273.jpg +-rw-r--r-- 1 apps apps 13291 Dec 13 21:48 64d2e61278492f42daf6ac2a6cbae1ba7fa6296a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/65: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11907 Dec 13 21:48 6534bc2a51ff6ead8bf74b26119d3624a6c96331.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/66: +total 363 +drwxr-xr-x 2 apps apps 6 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 202499 Dec 14 22:25 66365b102cd08d25b50a1721683f3286800efc06.jpg +-rw-r--r-- 1 apps apps 41551 Dec 14 22:26 66c379e78b3381b8e84a96ef57a9de2e934b3f46.jpg +-rw-r--r-- 1 apps apps 41038 Dec 14 22:27 66ee6f31f761754c8edc41bce11db5d167c7643e.jpg +-rw-r--r-- 1 apps apps 31086 Dec 13 23:48 66f23ba4cb18046adfa90f048ca85c03425f5b22.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/67: +total 74 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 13896 Dec 14 22:28 6751b1589004c3add9f26dce67a41cc051f610d9.jpg +-rw-r--r-- 1 apps apps 20559 Dec 13 21:49 67dc0fa934781ea3ce416cad56264c05144813f0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/68: +total 130 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19142 Dec 13 21:49 687d180217fca63da1789dfff35bd80d0ec8ee7e.jpg +-rw-r--r-- 1 apps apps 76691 Dec 14 22:25 68c59ffa3770e1a37bf05b9627ad40b8a3c38a0a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/69: +total 119 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18491 Dec 14 22:25 690d0a97bf3a588a7702dce008d36939741e7dbc.jpg +-rw-r--r-- 1 apps apps 46409 Dec 14 22:27 693ab376a61b417b47bc9221baedcd4c0a35ef3d.jpg +-rw-r--r-- 1 apps apps 13738 Dec 14 07:55 69888b08b2c7ea175beb5f3afcfd67f8f29c64a9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6a: +total 154 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 110981 Dec 13 23:48 6a4e9a630208eeb7128c5c5672ddf07facbbe65c.jpg +-rw-r--r-- 1 apps apps 8044 Dec 13 23:48 6ab9f5142f1c8a18f42208aff8e6115d4dbf53d8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6b: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6c: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6d: +total 123 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 33060 Dec 14 22:27 6d87d142c8c891caba67d38be0aafc53b39080ae.jpg +-rw-r--r-- 1 apps apps 12173 Dec 14 22:28 6d8fc3df51636a9d046e6f455f1b6fcc6e52ef40.jpg +-rw-r--r-- 1 apps apps 37532 Dec 14 22:27 6da45c33db9ce3d93035e93d27fc501374858578.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6e: +total 78 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 32093 Dec 14 22:27 6e6eba132c512d048b6df852f283d56e4589d3fd.jpg +-rw-r--r-- 1 apps apps 10700 Dec 14 12:46 6ec0574e37914a997db43b59f87368c31071a4e1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/6f: +total 66 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19267 Dec 14 22:25 6f62c9546aeeea5420e360d9bb8e3ab750a3de85.jpg +-rw-r--r-- 1 apps apps 11878 Dec 13 23:48 6f7a8c270409d662e3b8aa0005a7b89050644b5e.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/70: +total 110 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 17613 Dec 14 22:28 7035067265a7f82cb9814b693b9d3bc05bfbe5e1.jpg +-rw-r--r-- 1 apps apps 56295 Dec 14 22:26 703dbf18e1da47d8d34cce8964cf354fb276f5ca.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/71: +total 106 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 42333 Dec 14 22:26 710b5194467ab168669c4632af53cd84750c438c.jpg +-rw-r--r-- 1 apps apps 25216 Dec 13 23:25 71a69e9746a375cbff0f293167043e62181e1e8c.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/72: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10679 Dec 14 12:46 7222fbfea99f3482d46ec5b9489e8da01cd254fc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/73: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/74: +total 139 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 58364 Dec 14 22:26 740123f146a5cc747cbd233741961785ed699248.jpg +-rw-r--r-- 1 apps apps 12795 Dec 13 21:48 748d45325815cc4d38639754da235f53bcb58efb.jpg +-rw-r--r-- 1 apps apps 27734 Dec 13 21:48 74f4982daa525050d85a02f57cfdbc5a7d498c0b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/75: +total 216 +drwxr-xr-x 2 apps apps 7 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9489 Dec 14 12:47 7564f440dc0dfbf91dff90f86f47fbb8db543ac5.jpg +-rw-r--r-- 1 apps apps 57434 Dec 14 22:27 75703bd0fe629d068ea0f994806e8f2679f1e36e.jpg +-rw-r--r-- 1 apps apps 54915 Dec 14 22:27 7577e8c46a5be0eb35ad8e5211acfb99629a6d99.jpg +-rw-r--r-- 1 apps apps 25018 Dec 13 23:47 759fdeb00b092ecf060d124c7fa315957f969323.jpg +-rw-r--r-- 1 apps apps 21228 Dec 14 22:26 75aca402f2dd08b4b2ad8278c7e48f757c978caa.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/76: +total 163 +drwxr-xr-x 2 apps apps 5 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 77828 Dec 13 23:48 7636ef4b440585871731ce3206e916a360bfa650.jpg +-rw-r--r-- 1 apps apps 29420 Dec 13 21:48 763d674930c5105edde3836cd31b72b3567abb69.jpg +-rw-r--r-- 1 apps apps 14199 Dec 13 21:49 76cbadd908fe9d0e8a52cd390bbf3342ab88947a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/77: +total 78 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11367 Dec 13 21:48 77aad283ac1f5e836e36dbce318eb81ae7204413.jpg +-rw-r--r-- 1 apps apps 32524 Dec 14 22:26 77e56e9c41b5a41150fe5c2dc7824cd50f61c913.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/78: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19759 Dec 13 23:48 781b8e072f4ab420d5b088894839242bbbfb1938.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/79: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 50334 Dec 13 23:48 79ea9987812d483c0e24fcb09e1f4c3d492e0d76.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7a: +total 191 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 23577 Dec 13 21:48 7a2f55ef96728acc08fb926380849beca659fb67.jpg +-rw-r--r-- 1 apps apps 102466 Dec 13 23:24 7a50193291cd9eafe8407a063b2574ce90c304ce.jpg +-rw-r--r-- 1 apps apps 27572 Dec 14 22:27 7a5a55dc473d6c32f1cd136ad3e8ae7d6b8d6291.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7b: +total 1055 +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 621828 Dec 13 23:48 7b24f7f4f7482b7ab912c7bb965c6dc03104f338.jpg +-rw-r--r-- 1 apps apps 316687 Dec 14 22:26 7b7c765dacf72330cf6185fa07a780fbf3b4e1eb.jpg +-rw-r--r-- 1 apps apps 63691 Dec 14 22:25 7bb16a17ac65a56ca9cc4d02a92a36daf217a08b.jpg +-rw-r--r-- 1 apps apps 19115 Dec 14 22:25 7bd6886fab5bed96df11aedf93a10a7a29bc0662.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7c: +total 182 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 139106 Dec 13 23:48 7cc48d6cb8f8b9a6d5f65382e500b433255436f2.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7d: +total 543 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 198613 Dec 14 12:46 7d415707b19ed34db9d3ffe3b41dd739067b4df4.jpg +-rw-r--r-- 1 apps apps 18765 Dec 13 23:23 7d7209aec572dabb6a03e810d027739c4edcddfe.jpg +-rw-r--r-- 1 apps apps 278492 Dec 14 22:25 7dde10951dc3dafe757d37645f1916f18a844a53.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7e: +total 111 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 25806 Dec 14 22:26 7e761795f25bc9f5b842bcce0a615b140d1b0561.jpg +-rw-r--r-- 1 apps apps 16468 Dec 13 23:23 7edb6ac7c8d17ed9ba4aabe4223d637d3cb44388.jpg +-rw-r--r-- 1 apps apps 26298 Dec 13 21:48 7efad2dedff9e5c08da923b50ded15a71ed10af7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/7f: +total 70 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10585 Dec 13 23:48 7f0682a3029ec73d377e2d02f84ebe2ca3b56bee.jpg +-rw-r--r-- 1 apps apps 24499 Dec 13 23:25 7fd04d282a5d0233edc7e33b646978a0e4f1b074.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/80: +total 42 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 7673 Dec 14 12:46 80d2fcb0736ca44277c95451499ed266ee69f35d.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/81: +total 99 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19719 Dec 13 23:23 81178a6d537047cedf28e1fbb10665c9f381dec7.jpg +-rw-r--r-- 1 apps apps 13150 Dec 14 12:46 8169f94dc880d4ee084b0ad62f81a990cf24508c.jpg +-rw-r--r-- 1 apps apps 27027 Dec 14 12:46 81eb84a4a5471fa7e6a1657efcf24aa651c8f659.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/82: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 24748 Dec 14 22:27 821df821d4682e965ad0bbc7da118f9df13640c4.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/83: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18730 Dec 13 23:23 8311d1ac08b5b4fc4d74c7d4fceadf8782c98fed.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/84: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 13 23:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 28778 Dec 13 23:25 841707450c4ff5d282e2fe81d4bda7ff9c7ef99f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/85: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/86: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 20408 Dec 13 23:23 86934c31533bff7fab351d001c30406170e51dd9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/87: +total 154 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 120955 Dec 13 23:48 876c74b9cd3692370aa81929851d2f4a9c95099e.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/88: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/89: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 28 17:10 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8a: +total 239 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14954 Dec 14 22:28 8a8f00be6c13bde2d7d31aa64c0860bb3ea35e0f.jpg +-rw-r--r-- 1 apps apps 148442 Dec 14 12:46 8ac4675546783835d5562c649f7f1c00b88f753a.jpg +-rw-r--r-- 1 apps apps 32307 Dec 13 21:48 8ad1e2e71f820a0d188b5a9e5ccdb272fa5b953c.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8b: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 27052 Dec 13 21:48 8b0af8bb3c0f24744d36afe406fd3bcf2365ec76.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8c: +total 114 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 19177 Dec 13 21:48 8c4c8708bbceab3b5a47c43a219859adee4c266a.jpg +-rw-r--r-- 1 apps apps 58251 Dec 13 23:23 8cafbffcff348a38e9d4b76558307dc048f0b4f7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8d: +total 139 +drwxr-xr-x 2 apps apps 6 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 30706 Dec 13 23:23 8d01aa1e4c9fc54c275ed7b1eac02d96eebf0a94.jpg +-rw-r--r-- 1 apps apps 20424 Dec 14 22:25 8d490a09c3142f17da130ec092fada3d8c4e8d46.jpg +-rw-r--r-- 1 apps apps 26586 Dec 13 23:25 8d8eb7387a8124567bf6807bb06445bdfe0d8d9d.jpg +-rw-r--r-- 1 apps apps 23447 Dec 13 21:48 8db865a0530d85c425bbb06ccee9eb263e5503b1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8e: +total 94 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 36546 Dec 13 23:23 8e8ca16bc9cd768613f761e2443bc63f68f58ad7.jpg +-rw-r--r-- 1 apps apps 20893 Dec 14 22:28 8ee101280f5892fe570ac6caaf03798f0d382cea.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/8f: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/90: +total 142 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 50575 Dec 14 07:55 90570410f1e4d45db687eb552012a621b027dc4a.jpg +-rw-r--r-- 1 apps apps 56609 Dec 14 22:27 9084c017137791e3d87d99e71c69c70e464baabe.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/91: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/92: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 26405 Dec 13 23:48 9231b0da2c73a746d7512a8a010e647a89907e48.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/93: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/94: +total 158 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 109930 Dec 14 22:25 944b132111fb3605636fcf725638804fda11218f.jpg +-rw-r--r-- 1 apps apps 15314 Dec 14 22:25 94f637a54a0910e352596c75921a19334ed79634.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/95: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/96: +total 303 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8668 Dec 14 12:46 963692b02adffc5603ea1db9019d14be811adc2d.jpg +-rw-r--r-- 1 apps apps 28386 Dec 13 21:48 96792755382d5b8e00f6405ebb9239988d361648.jpg +-rw-r--r-- 1 apps apps 224233 Dec 14 22:25 969bbf060a8ce96b8b7142341a6c856f4d26be8f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/97: +total 267 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 149106 Dec 14 12:46 9787face5d1157eee5575df9ff02bb5fa602735a.jpg +-rw-r--r-- 1 apps apps 26647 Dec 13 21:48 979635d1fe3e292c425cf80d1cb0fbae0c96699c.jpg +-rw-r--r-- 1 apps apps 47665 Dec 14 22:27 979c922d77051b594174c77538771257c2a4ca4b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/98: +total 130 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 57460 Dec 14 22:26 98133edb3afefc79bcd315fb4aedbf58ddd0b765.jpg +-rw-r--r-- 1 apps apps 32900 Dec 13 21:48 98cba31365de6fc6e702e7e1310011f53d4fb5c0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/99: +total 90 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 53988 Dec 14 22:27 997e014593e42c74bc967b6efc48e4c19d7b4eff.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9a: +total 179 +drwxr-xr-x 2 apps apps 6 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 36204 Dec 14 22:27 9a3971939d5457edd06f091546a3b7355880e840.jpg +-rw-r--r-- 1 apps apps 66439 Dec 14 12:46 9a64cbe965ebf46aca21218d1f22c73a8f28bd26.jpg +-rw-r--r-- 1 apps apps 30135 Dec 14 22:27 9aac322c345b89f05d64e8b7f633505f0463d328.jpg +-rw-r--r-- 1 apps apps 4513 Dec 14 12:29 9ab5f430fc8fc763265dc3e9b1372d9af1d614c0.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9b: +total 139 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9420 Dec 14 22:28 9b01ff0b51a236d71e80cd2e8b33bb442bf9d558.jpg +-rw-r--r-- 1 apps apps 37953 Dec 14 22:26 9b09fa7f13d4972479905853da382819d7967e3e.jpg +-rw-r--r-- 1 apps apps 52831 Dec 13 23:48 9b74376c9d3ec7418a64df1361b809735807f756.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9c: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 29672 Dec 13 21:48 9c85caf8e7ec98e989db24f0fbcd40dc42f8c05f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9d: +total 70 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 16927 Dec 13 23:23 9d9a6f279e8d115244127c5a9b6826bdb2935bb2.jpg +-rw-r--r-- 1 apps apps 12442 Dec 13 23:23 9dad55c63e5b61606d059339e12afb9f64ce8e15.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9e: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/9f: +total 103 +drwxr-xr-x 2 apps apps 5 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14402 Dec 14 22:28 9f9b1638999e99b0a81270af5a46e04e0da8839d.jpg +-rw-r--r-- 1 apps apps 35212 Dec 14 22:25 9fdd6da8d5eca7ca60f7df6ded41fa9ad90f484a.jpg +-rw-r--r-- 1 apps apps 13205 Dec 14 22:28 9ff0abf942b03fdb1a2394a0bf4974a06b245dad.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a0: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8721 Dec 13 23:48 a09af15ae0a4da74d4a4c47f491f3879707d84ea.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a1: +total 102 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10527 Dec 13 23:48 a10bb4e5eea08227ede128ea2dcabd836ac22199.jpg +-rw-r--r-- 1 apps apps 53790 Dec 14 22:25 a1272f9f643ac76a12d785a5afb181d1e349b8af.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a2: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8395 Dec 14 12:46 a24dd92bed9146a5fe73eeaad9416913529ede29.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a3: +total 9 +drwxr-xr-x 2 apps apps 2 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a5: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a6: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a7: +total 114 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 68278 Dec 13 23:48 a7cf07da1fd840a1b6018dbe20fc395d4ec19eea.jpg +-rw-r--r-- 1 apps apps 9591 Dec 13 23:48 a7d7ce32d7fe7cf1bb4cd9deb0c9f59c35ca4eea.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a8: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 26831 Dec 13 21:48 a82997345dc566ae7ac26495f967b64f3618a2b4.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/a9: +total 378 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 340741 Dec 14 22:25 a92a8b2cc210134a3e0353f00711e2621bf4fe52.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/aa: +total 58 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 22145 Dec 14 22:25 aac46351eb30dcf4b4f548097673f8d0998b86fb.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ab: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ac: +total 103 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 39512 Dec 14 12:46 ac97445ff756e9f8df0c1e215973132e71e8b7fa.jpg +-rw-r--r-- 1 apps apps 18656 Dec 13 23:23 ac9a00ebbe535daac584141f5bde41956827f146.jpg +-rw-r--r-- 1 apps apps 8097 Dec 13 23:48 acd4f0f272e1a72d5ddc62d8a184093e27dc4ddf.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ad: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14847 Dec 14 22:26 ad9339a6a8cb0b7e3a590d6905254b012f3a7b5a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ae: +total 78 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 44034 Dec 14 22:25 aef37e7482b731ed60be506ec3bb7ac7227f6fba.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/af: +total 138 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 104693 Dec 13 21:49 af6c767f2ec7c24b031f29d554b0f1046e5f7533.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b0: +total 279 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10091 Dec 14 12:46 b03308ee286ecf8f3ab83804e1f9a2f48a5cc707.jpg +-rw-r--r-- 1 apps apps 64914 Dec 14 22:26 b045b4c0955832a52f70d7f3929c3a569f4bc0ac.jpg +-rw-r--r-- 1 apps apps 162328 Dec 14 12:46 b06fe2fcf5d83d1536ff666102aa00df0d2432f8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b1: +total 151 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 51975 Dec 14 22:27 b1178a9290b7bc6d3d566b0ad4ec0fbf6e2bb184.jpg +-rw-r--r-- 1 apps apps 45050 Dec 14 22:25 b18db0d7dbfdf95665209fa40d79075aef3cbd7f.jpg +-rw-r--r-- 1 apps apps 20378 Dec 13 23:23 b1da91f82c9a14df2b1d021da4a7e73c3b9d12c5.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b2: +total 123 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 55018 Dec 14 22:25 b224aa99939e4d78113cfe3eacb97f01270a98f8.jpg +-rw-r--r-- 1 apps apps 17766 Dec 13 21:48 b25848b85da90d2ebecb743ccc37c93f160e9875.jpg +-rw-r--r-- 1 apps apps 12080 Dec 13 23:48 b28ac4f06d9a1e62da5b2bb02ee95378627dec7b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b3: +total 70 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 34408 Dec 13 23:48 b3dc40805b6b950b0acbe9e75b1fd20358cfce17.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b4: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b5: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 28479 Dec 13 21:48 b58fc70bc6d747e8e7bbac1701560da15a51fc05.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b6: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b7: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14333 Dec 14 22:28 b7c9ca8ed416f2d09cec2557b1951ab8c1d41de6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b8: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/b9: +total 202 +drwxr-xr-x 2 apps apps 4 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 16824 Dec 14 22:28 b93598c7264189d9058d25f2c01fd82a2fd2cd07.jpg +-rw-r--r-- 1 apps apps 142242 Dec 14 22:28 b94bd2a8a1ed2a6e89af828689551f254575e410.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ba: +total 166 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 32786 Dec 14 22:26 ba4484d3d8e6bfc432627d7de5981f231c6eaa53.jpg +-rw-r--r-- 1 apps apps 97588 Dec 14 12:46 ba7f2f7fb04e9f7a8b13e7bf49388a26123f893d.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/bb: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 14 12:47 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 8775 Dec 14 12:47 bbcde7ef0b317c1a63a276bc4e8ebd535ff1de74.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/bc: +total 151 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 33432 Dec 13 23:23 bc3568c4c5b722c0bb56baba4c21aa2fe0bffcff.jpg +-rw-r--r-- 1 apps apps 49502 Dec 14 22:26 bca06bba0efb1c916d3ab5dab690107108d677ad.jpg +-rw-r--r-- 1 apps apps 24969 Dec 14 22:26 bcc9d7dcdd4609cddd2b7dae4cd6c67b029374df.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/be: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 51464 Dec 14 22:27 be7b6f2b5eb574e3c4e4e009344355aef9d4e111.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/bf: +total 170 +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 68066 Dec 14 12:46 bf2f2e002764c0b62fbca844b75158779826adf5.jpg +-rw-r--r-- 1 apps apps 66490 Dec 14 12:47 bf983422fbaa00be91ac08c6f7e69b6ab204bbf8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c1: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 31105 Dec 14 22:26 c13c0e641403eee6f6aea175e622a1d1aec633f3.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c2: +total 330 +drwxr-xr-x 2 apps apps 4 Dec 14 12:47 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 22974 Dec 13 23:23 c298b5b078dba5b5129e2b7af65c36ee6d35429c.jpg +-rw-r--r-- 1 apps apps 268324 Dec 14 12:47 c2bedc4882a1b5ba623a8d2b4803b81672d6ca6e.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c3: +total 98 +drwxr-xr-x 2 apps apps 4 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 29972 Dec 13 21:48 c33f83cdaa2f379895be193f4c980d6f013ff683.jpg +-rw-r--r-- 1 apps apps 29000 Dec 13 21:48 c353425960d30f2c57073c21952a150eb1afe8fc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c4: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 24788 Dec 13 21:48 c4c0a8064247edf423d2863e67087bc2f1fb2eed.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c5: +total 118 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 24401 Dec 13 23:23 c576e98c55cd2eaf7be9ccaa91503191127ac6fc.jpg +-rw-r--r-- 1 apps apps 58630 Dec 14 22:26 c5f0a82cd6a317646acbd76f9ad4135057948bf6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c6: +total 398 +drwxr-xr-x 2 apps apps 3 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 361685 Dec 14 12:46 c6ff793325a06a98ebbce674f89bf76297509d67.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c7: +total 238 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 198944 Dec 13 23:48 c7c2155a645ac3990245ba0c7ce791ff08143461.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c8: +total 95 +drwxr-xr-x 2 apps apps 5 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14898 Dec 13 21:48 c874e6c3af5953dcc1b340c3dab8e98bde2015f0.jpg +-rw-r--r-- 1 apps apps 15860 Dec 13 23:23 c89490f18c781f17c03fb3ffd4e94d810133d45c.jpg +-rw-r--r-- 1 apps apps 27038 Dec 14 22:25 c8a18cc6bcf28dcd80059b06ff3e2efa297227fc.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/c9: +total 98 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 34635 Dec 13 23:23 c9d7e37cc09a1e242f613121db97c4e7cfbb2f31.jpg +-rw-r--r-- 1 apps apps 25801 Dec 13 21:48 c9f6442c99a988ff89b9b9690bd67ec3b8108a62.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ca: +total 66 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 16757 Dec 13 23:25 ca261fba623bcf7e205adf6c9bd0a5ec4672b072.jpg +-rw-r--r-- 1 apps apps 10161 Dec 13 23:48 ca6a8c3c2c0639fcef7c708d6be176bff730d54d.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/cb: +total 123 +drwxr-xr-x 2 apps apps 5 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 34597 Dec 13 21:48 cb0e6e1bdecf6f821eaa8fb8d09f5e885f615175.jpg +-rw-r--r-- 1 apps apps 24082 Dec 13 23:23 cbe39776c035150a31924a024a07e6f7a66e99a8.jpg +-rw-r--r-- 1 apps apps 25162 Dec 13 23:23 cbf4204539e0a8d9631cf653bd0783180cafd252.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/cc: +total 107 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10942 Dec 13 23:48 cc19157121c8a9bb8db4130809a58e12719cf6fc.jpg +-rw-r--r-- 1 apps apps 35058 Dec 14 22:26 cc99949a8d8ad31c72161697e6826275c8c2d2ca.jpg +-rw-r--r-- 1 apps apps 21211 Dec 14 12:29 ccb7be8700f02d7ebd117c18e86dbb8210e7b7ef.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/cd: +total 91 +drwxr-xr-x 2 apps apps 5 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9163 Dec 13 23:48 cd1127b454cb2fae37391dca7e2821546b260004.jpg +-rw-r--r-- 1 apps apps 9922 Dec 13 23:48 cd40c3a3d3a2b961b71a836f11868e48219c0b8a.jpg +-rw-r--r-- 1 apps apps 30876 Dec 13 21:48 cd4d0c012e41344716bfaef77c5cf44731d3c461.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ce: +total 534 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 489378 Dec 14 12:46 ce3c996927c51ac6236c2d636469ba0bf660e809.jpg +-rw-r--r-- 1 apps apps 10296 Dec 13 23:48 cebf7b3f1b117a2a1379b1d6ca5a54cb651d81fa.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/cf: +total 82 +drwxr-xr-x 2 apps apps 4 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 18670 Dec 13 23:23 cf3064a872f7ac465a3940aa84d1c5072017d3e5.jpg +-rw-r--r-- 1 apps apps 25865 Dec 13 23:23 cf63d13e3b9689e9d5a9ac82b1bd9b3979c36963.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d0: +total 42 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 6115 Dec 13 21:48 d00830e05010f5588ff3391ea9c8ce43d3f7e8d8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d1: +total 54 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11185 Dec 14 22:25 d1b1de96aa10c4420765aa68f38d5f673f247cf3.jpg +-rw-r--r-- 1 apps apps 8034 Dec 13 23:48 d1b5e0a1a716ab54758f11f5dc2e18ddabeecec3.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d2: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d3: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14522 Dec 13 23:23 d3a23f60a532f477ffbd1e45fa4a3464898d1fa6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d4: +total 122 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 45527 Dec 14 12:46 d411a9973b2c443f1b3b8f196494a5c56e9b0095.jpg +-rw-r--r-- 1 apps apps 37288 Dec 14 22:26 d4a6c8ffbf04f2d9d6f4f9c04e01e2750083cc36.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d5: +total 138 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 104993 Dec 14 22:25 d5b1e0e3891cef53a289e2acda308ba3102edc2b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d6: +total 87 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9913 Dec 14 12:46 d6c623e1665ef19b35792ccc25154bb8727399bd.jpg +-rw-r--r-- 1 apps apps 26487 Dec 13 23:47 d6cda743c51c83400a86882a9510fec7ff6f5879.jpg +-rw-r--r-- 1 apps apps 9402 Dec 13 21:48 d6ece434eb67d7c838b0d8ede3f999cad9bad432.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d7: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d8: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 53126 Dec 14 22:26 d88aea19d7170bf6760a3b071058d9701526587b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/d9: +total 103 +drwxr-xr-x 2 apps apps 5 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 30795 Dec 14 22:27 d9785b501541905f81021747a002ab6d4f828d0f.jpg +-rw-r--r-- 1 apps apps 26968 Dec 13 23:23 d9933681d86b20c86f628981d2a6e56ae20c6275.jpg +-rw-r--r-- 1 apps apps 5794 Dec 14 07:55 d9e898caa08330b663bea0cf714d78987f915b01.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/da: +total 114 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 57718 Dec 14 22:26 da1d35c715429383b53d7f15f1353d6171310ce8.jpg +-rw-r--r-- 1 apps apps 18713 Dec 13 23:23 da8fb3d37a39a4e512048471f48dc6f1a93c1afe.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/db: +total 70 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 35662 Dec 14 22:26 db3f4435a9eb1904ac7341ba9b597e8fa9de7909.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/dc: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/dd: +total 50 +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 13120 Dec 14 07:55 dd69b9d93eafc3f3eb015d058e924b1f01872954.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/de: +total 355 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11003 Dec 14 12:46 de41c93ea5e27ca21b67b4a0710505bc2c329727.jpg +-rw-r--r-- 1 apps apps 69594 Dec 14 22:26 deb5e5d4bad978d6ecda5509b8e166071b4bfc95.jpg +-rw-r--r-- 1 apps apps 234768 Dec 13 23:48 dedf972cf955acb52316fa10763f137bd233a8a7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/df: +total 98 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 63973 Dec 14 22:27 dfa192732a927625a4695cba5fbc5e4aa545651b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e0: +total 162 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 20734 Dec 13 23:23 e0195345e49f931ade051351a191438951e763f9.jpg +-rw-r--r-- 1 apps apps 102565 Dec 13 23:48 e077ad072b357ae172ec379c6498614ff28c9f6f.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e1: +total 426 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 378420 Dec 14 22:28 e14ff31a09376c0ac4be3622876e9b53661b63f9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e2: +total 98 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 63989 Dec 14 22:25 e2da8536f0f1eb906ec0c97fdac1eb28c67672f7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e3: +total 78 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 44030 Dec 14 22:26 e3577f25ad2fd55dae82db638bd2fe3f8a633873.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e4: +total 202 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 99424 Dec 13 23:24 e45f813b0189df0d938911c9c719086edc178667.jpg +-rw-r--r-- 1 apps apps 67261 Dec 14 22:27 e4e17f9dda6ecd0aa8ab54b261c5424e55e46bc8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e5: +total 94 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 58251 Dec 13 23:23 e50f61f327b985e976473a144067fc7a8067da8c.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e6: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e7: +total 127 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 55729 Dec 14 22:26 e72b0dc1642a454e37e066e358440117527f8eec.jpg +-rw-r--r-- 1 apps apps 12722 Dec 14 07:55 e787b237074933c1745d4cb920dcfc41dcbe6139.jpg +-rw-r--r-- 1 apps apps 18194 Dec 13 23:48 e7e426fa3a5de70122791218d27cf0901b4085a6.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e8: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 52899 Dec 14 22:27 e86de78411fb929461a34c284c3bf451559270c5.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/e9: +total 430 +drwxr-xr-x 2 apps apps 3 Dec 14 22:28 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 395851 Dec 14 22:28 e9aa0c3c8aa754fa741be3c0c262276a5dbc0675.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ea: +total 58 +drwxr-xr-x 2 apps apps 3 Dec 13 21:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 21925 Dec 13 21:48 eab2e1eaaed766b3f5f9679914bc13b0d07dad66.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/eb: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 50781 Dec 14 22:26 eb54553f7e002eafbc6dd101a9656a87873e476b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ec: +total 166 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 15282 Dec 13 23:23 ec08f465f77d1458f12c7c1eccc17af11dbe3250.jpg +-rw-r--r-- 1 apps apps 116237 Dec 14 12:46 ec5d36256d07b7967d019eeb5428322e8c3cacc1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ed: +total 107 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 15755 Dec 13 23:25 ed5b8f58e7e99d2eca4fb81a7d4fd98c4376327f.jpg +-rw-r--r-- 1 apps apps 32684 Dec 14 22:26 ed8f4947a01849c9c0b55a47e225883a42b373db.jpg +-rw-r--r-- 1 apps apps 23023 Dec 13 23:23 eda8ae46893127d583b496f5353a6fc7390d7a26.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ee: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ef: +total 168 +drwxr-xr-x 2 apps apps 7 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 27961 Dec 13 23:23 ef3ed675cce44ed7dc1df6db7b0dea53a321122e.jpg +-rw-r--r-- 1 apps apps 19385 Dec 13 23:24 ef595d758f335f8e2496e6286f3e42760192b8ac.jpg +-rw-r--r-- 1 apps apps 10604 Dec 14 12:46 ef6144f061c80fffa309e31d156d9eb3d1f14098.jpg +-rw-r--r-- 1 apps apps 17624 Dec 13 23:25 efed526dcf1f3acedb81a382a2127e06f4e38142.jpg +-rw-r--r-- 1 apps apps 52977 Dec 14 12:46 eff1de5eb39823a5d2ba91eac15ed4f1b28f6c1b.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f0: +total 619 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 27522 Dec 13 23:48 f03ecdded5de8918bb7613bdf289a7761917b7bd.jpg +-rw-r--r-- 1 apps apps 532923 Dec 14 12:46 f050a933c661d3b36b5d3c23b32a3c37d87c1104.jpg +-rw-r--r-- 1 apps apps 24327 Dec 14 22:26 f07177e7327167160b96ea8761fb81c2e26c5443.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f1: +total 115 +drwxr-xr-x 2 apps apps 5 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 14793 Dec 13 23:23 f104dc26d36b9ecf3c52b8538a8b84d83f508f42.jpg +-rw-r--r-- 1 apps apps 33338 Dec 13 21:48 f114d2076ad1b4263e9a70a09f9e70586ac1df6f.jpg +-rw-r--r-- 1 apps apps 25730 Dec 14 22:26 f164aa60ae4f4d5e129121821796817da8290ac7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f2: +total 62 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 25801 Dec 13 21:49 f2ab721dea49ec2b608e9df75b809935477025e7.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f3: +total 727 +drwxr-xr-x 2 apps apps 6 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 21797 Dec 14 22:25 f3159d8d8d05d63f9155c7e74a2e35d6d73c45f1.jpg +-rw-r--r-- 1 apps apps 19269 Dec 13 23:23 f35db478204bbe995ee395c3d4ee01d129577058.jpg +-rw-r--r-- 1 apps apps 593324 Dec 14 12:46 f36dbc36337f89668efefe1a4aa93f36fd4babb3.jpg +-rw-r--r-- 1 apps apps 60632 Dec 14 22:26 f38d97d712d3b33efd6d714d0786b78ac8f391d9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f4: +total 86 +drwxr-xr-x 2 apps apps 4 Dec 14 09:13 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 20859 Dec 13 21:48 f428d5f135f7a66abc2934c31ef55698d5628f6b.jpg +-rw-r--r-- 1 apps apps 36476 Dec 14 09:13 f4abe191879790a9d120f3f4e62a83f0f5d9df7e.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f5: +total 70 +drwxr-xr-x 2 apps apps 4 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 11233 Dec 14 12:46 f5a8af3d323e37c6dfedc569c435bf4c2ca2194b.jpg +-rw-r--r-- 1 apps apps 22292 Dec 13 23:23 f5d0ceb755c762de77e6aa858cb12fe56a93090a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f6: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f7: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f8: +total 33 +drwxr-xr-x 2 apps apps 2 Sep 25 01:03 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/f9: +total 162 +drwxr-xr-x 2 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 127722 Dec 13 23:48 f9d631f77677417bff71713b21467c5334fa0fa4.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/fa: +total 210 +drwxr-xr-x 2 apps apps 4 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 72059 Dec 14 22:25 fa1a9d3dbdd55383c3e417815f4ed4e8f632b78b.jpg +-rw-r--r-- 1 apps apps 104693 Dec 14 07:53 face17b025e59c5b969820a722019dbe673fcb28.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/fb: +total 103 +drwxr-xr-x 2 apps apps 5 Dec 14 12:46 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 10769 Dec 14 12:46 fb186ef700e2a9629e825b023d4a98acad58d463.jpg +-rw-r--r-- 1 apps apps 33156 Dec 13 23:48 fb36a041c0d2c122c8bad49a5babab84f0926110.jpg +-rw-r--r-- 1 apps apps 16435 Dec 14 12:46 fbd3df993d072249c9022708c13e24ccf973dedf.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/fc: +total 138 +drwxr-xr-x 2 apps apps 4 Dec 14 22:26 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 39741 Dec 14 22:26 fc0efa24f0417205ab8365bcd1d71d628337047c.jpg +-rw-r--r-- 1 apps apps 64569 Dec 14 22:26 fcc8dd7f7267a81da1941c44502d7442977bf119.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/fd: +total 98 +drwxr-xr-x 2 apps apps 4 Dec 14 22:27 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 53178 Dec 14 22:27 fd2a0f3ea688fb4ca1e1804cefec5ecca3cf84d0.jpg +-rw-r--r-- 1 apps apps 12045 Dec 13 23:48 fd6a930cc5bafcbb7bb7b02b39b58a3cc3ad5aeb.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/fe: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 23:23 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 16530 Dec 13 23:23 fe0be142a9965999e9af98f9073084e0fc8e9f29.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/PhotoTranscoder/ff: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 14 22:25 . +drwxr-xr-x 251 apps apps 251 Dec 14 22:28 .. +-rw-r--r-- 1 apps apps 9270 Dec 14 22:25 ff6a68e5b91ea540b485ef224f246f0cebcbf10a.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/cl-icds-linux-x86_64: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 5 apps apps 15 Dec 16 14:31 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Cache/va-dri-linux-x86_64: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 5 apps apps 15 Dec 16 14:31 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Codecs: +total 75 +drwxr-xr-x 4 apps apps 5 Dec 13 23:48 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +-rw-r--r-- 1 apps apps 36 Jun 7 2025 .device-id +drwxr-xr-x 2 apps apps 7 Dec 14 07:55 46f74ab-560174306fe167a5978a79dd-linux-x86_64 +drwxr-xr-x 3 apps apps 3 Dec 13 23:48 EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Codecs/46f74ab-560174306fe167a5978a79dd-linux-x86_64: +total 2764 +drwxr-xr-x 2 apps apps 7 Dec 14 07:55 . +drwxr-xr-x 4 apps apps 5 Dec 13 23:48 .. +-rw-r--r-- 1 apps apps 203928 Dec 13 23:48 libaac_encoder.so +-rw-r--r-- 1 apps apps 189288 Dec 14 07:55 libaac_lc_decoder.so +-rw-r--r-- 1 apps apps 1596496 Jun 7 2025 libh264_decoder.so +-rw-r--r-- 1 apps apps 1509968 Jun 7 2025 libhevc_decoder.so +-rw-r--r-- 1 apps apps 1821688 Dec 13 23:48 liblibx264_encoder.so + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64: +total 50 +drwxr-xr-x 3 apps apps 3 Dec 13 23:48 . +drwxr-xr-x 4 apps apps 5 Dec 13 23:48 .. +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 EasyAudioEncoder + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder: +total 1434 +drwxr-xr-x 2 apps apps 4 Dec 13 23:48 . +drwxr-xr-x 3 apps apps 3 Dec 13 23:48 .. +-rwxr-xr-x 1 apps apps 2298256 Dec 13 23:48 EasyAudioEncoder +-rw-r--r-- 1 apps apps 136 Dec 13 23:48 eae-license.txt + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports: +total 52 +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +-rw-r--r-- 1 apps apps 51 Dec 12 19:30 .RateLimit.json +drwxr-xr-x 5 apps apps 5 Jun 7 2025 1.41.7.9823-59f304c16 +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 1.41.8.9834-071366d65 +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 1.42.1.10060-4e8b05daf +drwxr-xr-x 5 apps apps 5 Dec 13 21:48 1.42.2.10156-f737b826c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.7.9823-59f304c16: +total 27 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 PLEX MEDIA SCANNER +drwxr-xr-x 2 apps apps 2 Jun 7 2025 PLEX MEDIA SERVER +drwxr-xr-x 2 apps apps 2 Jun 7 2025 PLEX TUNER SERVICE + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.7.9823-59f304c16/PLEX MEDIA SCANNER: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.7.9823-59f304c16/PLEX MEDIA SERVER: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.7.9823-59f304c16/PLEX TUNER SERVICE: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.8.9834-071366d65: +total 27 +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 . +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 .. +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 PLEX MEDIA SCANNER +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 PLEX MEDIA SERVER +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 PLEX TUNER SERVICE + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.8.9834-071366d65/PLEX MEDIA SCANNER: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 28 14:24 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.8.9834-071366d65/PLEX MEDIA SERVER: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.41.8.9834-071366d65/PLEX TUNER SERVICE: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.1.10060-4e8b05daf: +total 27 +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 . +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 .. +drwxr-xr-x 2 apps apps 2 Sep 22 02:52 PLEX MEDIA SCANNER +drwxr-xr-x 2 apps apps 2 Sep 21 20:20 PLEX MEDIA SERVER +drwxr-xr-x 2 apps apps 2 Sep 21 20:20 PLEX TUNER SERVICE + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.1.10060-4e8b05daf/PLEX MEDIA SCANNER: +total 1 +drwxr-xr-x 2 apps apps 2 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.1.10060-4e8b05daf/PLEX MEDIA SERVER: +total 1 +drwxr-xr-x 2 apps apps 2 Sep 21 20:20 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.1.10060-4e8b05daf/PLEX TUNER SERVICE: +total 1 +drwxr-xr-x 2 apps apps 2 Sep 21 20:20 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.2.10156-f737b826c: +total 27 +drwxr-xr-x 5 apps apps 5 Dec 13 21:48 . +drwxr-xr-x 6 apps apps 7 Dec 12 19:30 .. +drwxr-xr-x 2 apps apps 2 Dec 13 21:48 PLEX MEDIA SCANNER +drwxr-xr-x 2 apps apps 2 Dec 12 19:30 PLEX MEDIA SERVER +drwxr-xr-x 2 apps apps 2 Dec 12 19:30 PLEX TUNER SERVICE + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.2.10156-f737b826c/PLEX MEDIA SCANNER: +total 1 +drwxr-xr-x 2 apps apps 2 Dec 13 21:48 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:48 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.2.10156-f737b826c/PLEX MEDIA SERVER: +total 1 +drwxr-xr-x 2 apps apps 2 Dec 12 19:30 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:48 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Crash Reports/1.42.2.10156-f737b826c/PLEX TUNER SERVICE: +total 1 +drwxr-xr-x 2 apps apps 2 Dec 12 19:30 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:48 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Diagnostics: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Drivers: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Logs: +total 25 +drwxr-xr-x 2 root root 2 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +drwxr-xr-x 18 apps apps 18 Jun 7 2025 localhost + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost: +total 145 +drwxr-xr-x 18 apps apps 18 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 7 Jun 7 2025 0 +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 1 +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 2 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 3 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 4 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 5 +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 6 +drwxr-xr-x 4 apps apps 4 Jun 7 2025 7 +drwxr-xr-x 8 apps apps 8 Jun 7 2025 8 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 9 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 a +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 b +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 c +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 d +drwxr-xr-x 7 apps apps 7 Jun 7 2025 e +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0: +total 20 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3c6e00430d70ce4fff2a294a3e2b2f77e9d5f0c.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 676dd4fb44b5e890cb6d0ddf100f2e5512caf7c.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a6d9c52e3ef98722a6f066db361106c2c418c4b.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f88c0d050dad72f81133e9ff27964f2abe19735.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle/Contents: +total 71 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Art +drwxr-xr-x 2 apps apps 14 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 115803 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle/Contents/Art: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 34494 Jun 7 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle/Contents/Chapters: +total 507 +drwxr-xr-x 2 apps apps 14 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 11507 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 41277 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 38943 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 72727 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 11507 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 56822 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 24716 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 30662 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 40913 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 43176 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 37822 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 62181 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/0262bce420e8ca57fa2b32c0628eeeaff16fc95.bundle/Contents/Thumbnails: +total 38 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 9287 Jun 7 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/3c6e00430d70ce4fff2a294a3e2b2f77e9d5f0c.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/3c6e00430d70ce4fff2a294a3e2b2f77e9d5f0c.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 111812 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/676dd4fb44b5e890cb6d0ddf100f2e5512caf7c.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/676dd4fb44b5e890cb6d0ddf100f2e5512caf7c.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 110354 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/a6d9c52e3ef98722a6f066db361106c2c418c4b.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/a6d9c52e3ef98722a6f066db361106c2c418c4b.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 60718 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/f88c0d050dad72f81133e9ff27964f2abe19735.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/0/f88c0d050dad72f81133e9ff27964f2abe19735.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 57201 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1: +total 23 +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 07e6e6a0b710e030ae6d00a7284831e511e11ae.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 103800ed21878d03277c77a0a107646e00b9bd8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2c39ef4f2875319e0d1d35f414efb48524da8c1.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 62eb572314b5d85c442791ca3d3ebd824d882d3.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 7a1cc6b35434a486bec97d649bc9ccd0090ba54.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 7d0ce8ef66634dc2e7d9bf3f33107f507dd5dc1.bundle +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 7efd78a16f272d79764c31c7b0a229ef7aba0db.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8e5a8e799ac8f8e4ea62b96be2b80a34e7689dd.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cf29146ec29adea99747652ed1866e6c656499d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e99bdcd1f19420d1e3d5eb9f5ca42442ab3356e.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/07e6e6a0b710e030ae6d00a7284831e511e11ae.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/07e6e6a0b710e030ae6d00a7284831e511e11ae.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86331 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/103800ed21878d03277c77a0a107646e00b9bd8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/103800ed21878d03277c77a0a107646e00b9bd8.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 64975 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/2c39ef4f2875319e0d1d35f414efb48524da8c1.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/2c39ef4f2875319e0d1d35f414efb48524da8c1.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 77620 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/62eb572314b5d85c442791ca3d3ebd824d882d3.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/62eb572314b5d85c442791ca3d3ebd824d882d3.bundle/Contents: +total 86 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 133651 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7a1cc6b35434a486bec97d649bc9ccd0090ba54.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7a1cc6b35434a486bec97d649bc9ccd0090ba54.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 85513 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7d0ce8ef66634dc2e7d9bf3f33107f507dd5dc1.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7d0ce8ef66634dc2e7d9bf3f33107f507dd5dc1.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 88604 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7efd78a16f272d79764c31c7b0a229ef7aba0db.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 29 01:02 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/7efd78a16f272d79764c31c7b0a229ef7aba0db.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 29 01:02 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 54166 Jun 29 01:02 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/8e5a8e799ac8f8e4ea62b96be2b80a34e7689dd.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/8e5a8e799ac8f8e4ea62b96be2b80a34e7689dd.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 52034 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/cf29146ec29adea99747652ed1866e6c656499d.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 4 apps apps 5 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/cf29146ec29adea99747652ed1866e6c656499d.bundle/Contents: +total 71 +drwxr-xr-x 4 apps apps 5 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Art +-rw-r--r-- 1 apps apps 122415 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/cf29146ec29adea99747652ed1866e6c656499d.bundle/Contents/Art: +total 82 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 5 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 54970 Jun 7 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/cf29146ec29adea99747652ed1866e6c656499d.bundle/Contents/Thumbnails: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 5 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 25079 Jun 7 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle/Contents: +total 67 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Art +drwxr-xr-x 2 apps apps 26 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 101824 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle/Contents/Art: +total 114 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 86247 Jun 8 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle/Contents/Chapters: +total 1197 +drwxr-xr-x 2 apps apps 26 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 11507 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 57000 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 75388 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 46506 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 47791 Jun 8 2025 chapter13.jpg +-rw-r--r-- 1 apps apps 60035 Jun 8 2025 chapter14.jpg +-rw-r--r-- 1 apps apps 72220 Jun 8 2025 chapter15.jpg +-rw-r--r-- 1 apps apps 40529 Jun 8 2025 chapter16.jpg +-rw-r--r-- 1 apps apps 48278 Jun 8 2025 chapter17.jpg +-rw-r--r-- 1 apps apps 58946 Jun 8 2025 chapter18.jpg +-rw-r--r-- 1 apps apps 39861 Jun 8 2025 chapter19.jpg +-rw-r--r-- 1 apps apps 11507 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 30275 Jun 8 2025 chapter20.jpg +-rw-r--r-- 1 apps apps 46724 Jun 8 2025 chapter21.jpg +-rw-r--r-- 1 apps apps 102304 Jun 8 2025 chapter22.jpg +-rw-r--r-- 1 apps apps 44005 Jun 8 2025 chapter23.jpg +-rw-r--r-- 1 apps apps 51446 Jun 8 2025 chapter24.jpg +-rw-r--r-- 1 apps apps 30221 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 30061 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 50265 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 52644 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 56131 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 69160 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 27317 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/d1defcc0b5c0a82d232179fe87f0b2cbc746060.bundle/Contents/Thumbnails: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 26791 Jun 8 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/e99bdcd1f19420d1e3d5eb9f5ca42442ab3356e.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/e99bdcd1f19420d1e3d5eb9f5ca42442ab3356e.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 46267 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle/Contents: +total 71 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Art +drwxr-xr-x 2 apps apps 26 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 121202 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle/Contents/Art: +total 90 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 60183 Jun 7 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle/Contents/Chapters: +total 1509 +drwxr-xr-x 2 apps apps 26 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 15861 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 52983 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 62071 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 109078 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 64807 Jun 8 2025 chapter13.jpg +-rw-r--r-- 1 apps apps 61348 Jun 8 2025 chapter14.jpg +-rw-r--r-- 1 apps apps 51156 Jun 8 2025 chapter15.jpg +-rw-r--r-- 1 apps apps 63308 Jun 8 2025 chapter16.jpg +-rw-r--r-- 1 apps apps 77066 Jun 8 2025 chapter17.jpg +-rw-r--r-- 1 apps apps 165827 Jun 8 2025 chapter18.jpg +-rw-r--r-- 1 apps apps 101992 Jun 8 2025 chapter19.jpg +-rw-r--r-- 1 apps apps 15861 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 39551 Jun 8 2025 chapter20.jpg +-rw-r--r-- 1 apps apps 51299 Jun 8 2025 chapter21.jpg +-rw-r--r-- 1 apps apps 66064 Jun 8 2025 chapter22.jpg +-rw-r--r-- 1 apps apps 27185 Jun 8 2025 chapter23.jpg +-rw-r--r-- 1 apps apps 46852 Jun 8 2025 chapter24.jpg +-rw-r--r-- 1 apps apps 33817 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 28256 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 77469 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 55485 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 63175 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 72666 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 75264 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/1/fd60b206d81a83a5cf85c0d3c54f2e39a6b7290.bundle/Contents/Thumbnails: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 24432 Jun 7 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2: +total 20 +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 780b8397743d67dd271e972c6d2973719132248.bundle +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 a7d0eb91e8e26f65e6d2aa42e747e6c61e9d49f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a86302a27290559d1f9a19b77dfb5280a5e084e.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 eca27142dcfff35995bf6dd712e07396337ae12.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle/Contents: +total 75 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Art +drwxr-xr-x 2 apps apps 18 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 117729 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle/Contents/Art: +total 130 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 104148 Jun 8 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle/Contents/Chapters: +total 721 +drwxr-xr-x 2 apps apps 18 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 12725 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 42712 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 46181 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 23905 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 99952 Jun 8 2025 chapter13.jpg +-rw-r--r-- 1 apps apps 59571 Jun 8 2025 chapter14.jpg +-rw-r--r-- 1 apps apps 43375 Jun 8 2025 chapter15.jpg +-rw-r--r-- 1 apps apps 45789 Jun 8 2025 chapter16.jpg +-rw-r--r-- 1 apps apps 12725 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 57470 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 46511 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 28077 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 59963 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 42604 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 26127 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 36479 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/67ca10d9b18fc45bf2063256885bb04ddabe94a.bundle/Contents/Thumbnails: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 35638 Jun 8 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/780b8397743d67dd271e972c6d2973719132248.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/780b8397743d67dd271e972c6d2973719132248.bundle/Contents: +total 102 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 178208 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/a7d0eb91e8e26f65e6d2aa42e747e6c61e9d49f.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 5 Dec 14 01:04 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/a7d0eb91e8e26f65e6d2aa42e747e6c61e9d49f.bundle/Contents: +total 175 +drwxr-xr-x 3 apps apps 5 Dec 14 01:04 . +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 .. +drwxr-xr-x 2 apps apps 10 Dec 14 01:00 Chapters +-rw-r--r-- 1 apps apps 381482 Dec 14 01:04 GoP-0.xml +-rw-r--r-- 1 apps apps 143 Dec 14 01:04 GoP-4.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/a7d0eb91e8e26f65e6d2aa42e747e6c61e9d49f.bundle/Contents/Chapters: +total 393 +drwxr-xr-x 2 apps apps 10 Dec 14 01:00 . +drwxr-xr-x 3 apps apps 5 Dec 14 01:04 .. +-rw-r--r-- 1 apps apps 15091 Dec 14 01:00 chapter1.jpg +-rw-r--r-- 1 apps apps 15457 Dec 14 01:00 chapter2.jpg +-rw-r--r-- 1 apps apps 109851 Dec 14 01:00 chapter3.jpg +-rw-r--r-- 1 apps apps 41303 Dec 14 01:00 chapter4.jpg +-rw-r--r-- 1 apps apps 109066 Dec 14 01:00 chapter5.jpg +-rw-r--r-- 1 apps apps 36540 Dec 14 01:00 chapter6.jpg +-rw-r--r-- 1 apps apps 15027 Dec 14 01:00 chapter7.jpg +-rw-r--r-- 1 apps apps 41881 Dec 14 01:00 chapter8.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/a86302a27290559d1f9a19b77dfb5280a5e084e.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 2 apps apps 4 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/a86302a27290559d1f9a19b77dfb5280a5e084e.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 4 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 79363 Jun 8 2025 GoP-0.xml +-rw-r--r-- 1 apps apps 143 Jun 8 2025 GoP-3.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/eca27142dcfff35995bf6dd712e07396337ae12.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/2/eca27142dcfff35995bf6dd712e07396337ae12.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 66539 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3: +total 21 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 088cba6ce2fc53aead19cbc753f98439becd1a4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0cb6267212d1c6af844870b3a1d5015a8a52755.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 120b9349e6170944f36130c79aa7f59202da078.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2c58c939c4c719a7d856f211f411948f414ab80.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3aadb731f39840401a11cef030d56ec82ec12e8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3dfba666e9ce73be8c4ebe65c6232c383944302.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e63b7340ff1747699be41f21062debaa556f17e.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/088cba6ce2fc53aead19cbc753f98439becd1a4.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/088cba6ce2fc53aead19cbc753f98439becd1a4.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 95604 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/0cb6267212d1c6af844870b3a1d5015a8a52755.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/0cb6267212d1c6af844870b3a1d5015a8a52755.bundle/Contents: +total 74 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 124579 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/120b9349e6170944f36130c79aa7f59202da078.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/120b9349e6170944f36130c79aa7f59202da078.bundle/Contents: +total 90 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 145900 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/2c58c939c4c719a7d856f211f411948f414ab80.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/2c58c939c4c719a7d856f211f411948f414ab80.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86116 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/3aadb731f39840401a11cef030d56ec82ec12e8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/3aadb731f39840401a11cef030d56ec82ec12e8.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 105310 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/3dfba666e9ce73be8c4ebe65c6232c383944302.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/3dfba666e9ce73be8c4ebe65c6232c383944302.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 75049 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/e63b7340ff1747699be41f21062debaa556f17e.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/3/e63b7340ff1747699be41f21062debaa556f17e.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 69740 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4: +total 19 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3b97e37bb5a063adc7157b3586658970cec1df4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 4db5ba2345a32f865f542839a83e45ad2e09477.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ab0367fded0561271fb50a31c89306768b71a6d.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/3b97e37bb5a063adc7157b3586658970cec1df4.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/3b97e37bb5a063adc7157b3586658970cec1df4.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 69514 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/4db5ba2345a32f865f542839a83e45ad2e09477.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/4db5ba2345a32f865f542839a83e45ad2e09477.bundle/Contents: +total 63 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Art +drwxr-xr-x 2 apps apps 25 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 77777 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/4db5ba2345a32f865f542839a83e45ad2e09477.bundle/Contents/Art: +total 94 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 68125 Jun 8 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/4db5ba2345a32f865f542839a83e45ad2e09477.bundle/Contents/Chapters: +total 1725 +drwxr-xr-x 2 apps apps 25 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 12087 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 113282 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 72205 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 36997 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 62611 Jun 8 2025 chapter13.jpg +-rw-r--r-- 1 apps apps 52392 Jun 8 2025 chapter14.jpg +-rw-r--r-- 1 apps apps 67489 Jun 8 2025 chapter15.jpg +-rw-r--r-- 1 apps apps 50425 Jun 8 2025 chapter16.jpg +-rw-r--r-- 1 apps apps 73182 Jun 8 2025 chapter17.jpg +-rw-r--r-- 1 apps apps 65562 Jun 8 2025 chapter18.jpg +-rw-r--r-- 1 apps apps 92945 Jun 8 2025 chapter19.jpg +-rw-r--r-- 1 apps apps 84995 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 75768 Jun 8 2025 chapter20.jpg +-rw-r--r-- 1 apps apps 119094 Jun 8 2025 chapter21.jpg +-rw-r--r-- 1 apps apps 51141 Jun 8 2025 chapter22.jpg +-rw-r--r-- 1 apps apps 81923 Jun 8 2025 chapter23.jpg +-rw-r--r-- 1 apps apps 83934 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 96081 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 117760 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 63547 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 84441 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 76091 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 44434 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/4db5ba2345a32f865f542839a83e45ad2e09477.bundle/Contents/Thumbnails: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 22452 Jun 8 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/ab0367fded0561271fb50a31c89306768b71a6d.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/4/ab0367fded0561271fb50a31c89306768b71a6d.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 63148 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5: +total 21 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 256e93be2bd4a055e9b19af853d2bd23b544d82.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2afa738bf5fe14d96be2c5bd5adf4581cc25e7f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 44b073a57ed390d0e86c5890c7e03abdd935339.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 50cb5a59f6407c152071444409049c7f133b9ae.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 bedb5e9a608f0518987c29431107a740fd5e8ed.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cef560f3171982759a75fe56e6f9c9496f6e552.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 df3fd3adf9f038513a8112c94523b68650f3e99.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/256e93be2bd4a055e9b19af853d2bd23b544d82.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/256e93be2bd4a055e9b19af853d2bd23b544d82.bundle/Contents: +total 74 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 129330 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/2afa738bf5fe14d96be2c5bd5adf4581cc25e7f.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/2afa738bf5fe14d96be2c5bd5adf4581cc25e7f.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 85287 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/44b073a57ed390d0e86c5890c7e03abdd935339.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/44b073a57ed390d0e86c5890c7e03abdd935339.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 77056 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/50cb5a59f6407c152071444409049c7f133b9ae.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/50cb5a59f6407c152071444409049c7f133b9ae.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 70625 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/bedb5e9a608f0518987c29431107a740fd5e8ed.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/bedb5e9a608f0518987c29431107a740fd5e8ed.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 74132 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/cef560f3171982759a75fe56e6f9c9496f6e552.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/cef560f3171982759a75fe56e6f9c9496f6e552.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86082 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/df3fd3adf9f038513a8112c94523b68650f3e99.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/5/df3fd3adf9f038513a8112c94523b68650f3e99.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 92184 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6: +total 22 +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 03dcd4fbbc0bc156c302aa6a34cf9f072ed2157.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 4eb6d033cee7033fb85fe778fb6ee1e3ae7ca51.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8e9432020ffa6ff11c9b6340c143ff7f4bd6baa.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 959d27435012ef71fd83158033bfe0ae2ff65d7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ced5adc27c403b277678dd00c08a82b726919e8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f3083c3d612da843615bc36042eb7f5acb0a973.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f75295e0420793395fa44acfd4b5b68e1502155.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f76da24d43fef4ae44fffef189e396809d82659.bundle +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 fe083dc5e19441b028e7f70df55bb5ab92da488.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/03dcd4fbbc0bc156c302aa6a34cf9f072ed2157.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/03dcd4fbbc0bc156c302aa6a34cf9f072ed2157.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 110366 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/4eb6d033cee7033fb85fe778fb6ee1e3ae7ca51.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/4eb6d033cee7033fb85fe778fb6ee1e3ae7ca51.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 88455 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/8e9432020ffa6ff11c9b6340c143ff7f4bd6baa.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/8e9432020ffa6ff11c9b6340c143ff7f4bd6baa.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 49900 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/959d27435012ef71fd83158033bfe0ae2ff65d7.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/959d27435012ef71fd83158033bfe0ae2ff65d7.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 102862 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/ced5adc27c403b277678dd00c08a82b726919e8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/ced5adc27c403b277678dd00c08a82b726919e8.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 55339 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f3083c3d612da843615bc36042eb7f5acb0a973.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f3083c3d612da843615bc36042eb7f5acb0a973.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 67913 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f75295e0420793395fa44acfd4b5b68e1502155.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 4 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f75295e0420793395fa44acfd4b5b68e1502155.bundle/Contents: +total 66 +drwxr-xr-x 3 apps apps 4 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 102710 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f75295e0420793395fa44acfd4b5b68e1502155.bundle/Contents/Chapters: +total 30 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 4 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 11507 Jun 8 2025 chapter1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f76da24d43fef4ae44fffef189e396809d82659.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/f76da24d43fef4ae44fffef189e396809d82659.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 64137 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/fe083dc5e19441b028e7f70df55bb5ab92da488.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 11 apps apps 11 Dec 13 21:49 .. +drwxr-xr-x 5 apps apps 7 Dec 14 01:05 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/fe083dc5e19441b028e7f70df55bb5ab92da488.bundle/Contents: +total 60 +drwxr-xr-x 5 apps apps 7 Dec 14 01:05 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Dec 14 01:00 Art +drwxr-xr-x 2 apps apps 34 Dec 14 01:05 Chapters +-rw-r--r-- 1 apps apps 54517 Dec 14 01:05 GoP-0.xml +-rw-r--r-- 1 apps apps 143 Dec 14 01:05 GoP-2.xml +drwxr-xr-x 2 apps apps 3 Dec 14 01:00 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/fe083dc5e19441b028e7f70df55bb5ab92da488.bundle/Contents/Art: +total 30 +drwxr-xr-x 2 apps apps 3 Dec 14 01:00 . +drwxr-xr-x 5 apps apps 7 Dec 14 01:05 .. +-rw-r--r-- 1 apps apps 15501 Dec 14 01:00 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/fe083dc5e19441b028e7f70df55bb5ab92da488.bundle/Contents/Chapters: +total 1737 +drwxr-xr-x 2 apps apps 34 Dec 14 01:05 . +drwxr-xr-x 5 apps apps 7 Dec 14 01:05 .. +-rw-r--r-- 1 apps apps 14707 Dec 14 01:04 chapter1.jpg +-rw-r--r-- 1 apps apps 35456 Dec 14 01:04 chapter10.jpg +-rw-r--r-- 1 apps apps 48320 Dec 14 01:04 chapter11.jpg +-rw-r--r-- 1 apps apps 43704 Dec 14 01:04 chapter12.jpg +-rw-r--r-- 1 apps apps 47088 Dec 14 01:04 chapter13.jpg +-rw-r--r-- 1 apps apps 58589 Dec 14 01:04 chapter14.jpg +-rw-r--r-- 1 apps apps 67554 Dec 14 01:04 chapter15.jpg +-rw-r--r-- 1 apps apps 44250 Dec 14 01:05 chapter16.jpg +-rw-r--r-- 1 apps apps 55375 Dec 14 01:05 chapter17.jpg +-rw-r--r-- 1 apps apps 48295 Dec 14 01:05 chapter18.jpg +-rw-r--r-- 1 apps apps 53515 Dec 14 01:05 chapter19.jpg +-rw-r--r-- 1 apps apps 148653 Dec 14 01:04 chapter2.jpg +-rw-r--r-- 1 apps apps 58075 Dec 14 01:05 chapter20.jpg +-rw-r--r-- 1 apps apps 56361 Dec 14 01:05 chapter21.jpg +-rw-r--r-- 1 apps apps 55044 Dec 14 01:05 chapter22.jpg +-rw-r--r-- 1 apps apps 53002 Dec 14 01:05 chapter23.jpg +-rw-r--r-- 1 apps apps 68290 Dec 14 01:05 chapter24.jpg +-rw-r--r-- 1 apps apps 74011 Dec 14 01:05 chapter25.jpg +-rw-r--r-- 1 apps apps 27723 Dec 14 01:05 chapter26.jpg +-rw-r--r-- 1 apps apps 23727 Dec 14 01:05 chapter27.jpg +-rw-r--r-- 1 apps apps 30894 Dec 14 01:05 chapter28.jpg +-rw-r--r-- 1 apps apps 31494 Dec 14 01:05 chapter29.jpg +-rw-r--r-- 1 apps apps 47887 Dec 14 01:04 chapter3.jpg +-rw-r--r-- 1 apps apps 52246 Dec 14 01:05 chapter30.jpg +-rw-r--r-- 1 apps apps 50199 Dec 14 01:05 chapter31.jpg +-rw-r--r-- 1 apps apps 18607 Dec 14 01:05 chapter32.jpg +-rw-r--r-- 1 apps apps 42459 Dec 14 01:04 chapter4.jpg +-rw-r--r-- 1 apps apps 62220 Dec 14 01:04 chapter5.jpg +-rw-r--r-- 1 apps apps 95642 Dec 14 01:04 chapter6.jpg +-rw-r--r-- 1 apps apps 56073 Dec 14 01:04 chapter7.jpg +-rw-r--r-- 1 apps apps 54372 Dec 14 01:04 chapter8.jpg +-rw-r--r-- 1 apps apps 60495 Dec 14 01:04 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/6/fe083dc5e19441b028e7f70df55bb5ab92da488.bundle/Contents/Thumbnails: +total 30 +drwxr-xr-x 2 apps apps 3 Dec 14 01:00 . +drwxr-xr-x 5 apps apps 7 Dec 14 01:05 .. +-rw-r--r-- 1 apps apps 5244 Dec 14 01:00 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7: +total 18 +drwxr-xr-x 4 apps apps 4 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 56e448a0e90964aca96e5ac667457f90fda25bf.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 87ef5763424bb26b7b6978d4ff897328faaead6.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/56e448a0e90964aca96e5ac667457f90fda25bf.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/56e448a0e90964aca96e5ac667457f90fda25bf.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 63481 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/87ef5763424bb26b7b6978d4ff897328faaead6.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/87ef5763424bb26b7b6978d4ff897328faaead6.bundle/Contents: +total 111 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Art +drwxr-xr-x 2 apps apps 22 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 182081 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/87ef5763424bb26b7b6978d4ff897328faaead6.bundle/Contents/Art: +total 94 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 69368 Jun 8 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/87ef5763424bb26b7b6978d4ff897328faaead6.bundle/Contents/Chapters: +total 1343 +drwxr-xr-x 2 apps apps 22 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 15027 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 39280 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 58248 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 60928 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 67130 Jun 8 2025 chapter13.jpg +-rw-r--r-- 1 apps apps 17072 Jun 8 2025 chapter14.jpg +-rw-r--r-- 1 apps apps 48888 Jun 8 2025 chapter15.jpg +-rw-r--r-- 1 apps apps 53631 Jun 8 2025 chapter16.jpg +-rw-r--r-- 1 apps apps 25451 Jun 8 2025 chapter17.jpg +-rw-r--r-- 1 apps apps 44263 Jun 8 2025 chapter18.jpg +-rw-r--r-- 1 apps apps 73281 Jun 8 2025 chapter19.jpg +-rw-r--r-- 1 apps apps 37766 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 42920 Jun 8 2025 chapter20.jpg +-rw-r--r-- 1 apps apps 173110 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 70277 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 71931 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 71094 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 147579 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 104905 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 76524 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/7/87ef5763424bb26b7b6978d4ff897328faaead6.bundle/Contents/Thumbnails: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 29943 Jun 8 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8: +total 20 +drwxr-xr-x 8 apps apps 8 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8e7a3f1c2138eddbc077761a86e6285f0acad7d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 afbb40d6ce2614bccea62cedafad89fca66e4f0.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b1e18b14a7eb6e3e3ea06266f7dd95992cfa92a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b2fa61169cb2ca7078fc46d8bcff60a597a97c7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 c5fc3023bdbfe7030fddcb399cf8267ddb82aba.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e22755a58d628471b2a695e1729bfd0c11a3e27.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/8e7a3f1c2138eddbc077761a86e6285f0acad7d.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/8e7a3f1c2138eddbc077761a86e6285f0acad7d.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 59184 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/afbb40d6ce2614bccea62cedafad89fca66e4f0.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/afbb40d6ce2614bccea62cedafad89fca66e4f0.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86750 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/b1e18b14a7eb6e3e3ea06266f7dd95992cfa92a.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/b1e18b14a7eb6e3e3ea06266f7dd95992cfa92a.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 80551 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/b2fa61169cb2ca7078fc46d8bcff60a597a97c7.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/b2fa61169cb2ca7078fc46d8bcff60a597a97c7.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 111356 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/c5fc3023bdbfe7030fddcb399cf8267ddb82aba.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/c5fc3023bdbfe7030fddcb399cf8267ddb82aba.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 99363 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/e22755a58d628471b2a695e1729bfd0c11a3e27.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/8/e22755a58d628471b2a695e1729bfd0c11a3e27.bundle/Contents: +total 86 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 133892 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9: +total 21 +drwxr-xr-x 9 apps apps 9 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2bda5dadc9c95354225d67e70582c7591ae9700.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 30ccd32973e6cdf78c9165536a92cf03e7ca299.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 47da44d4464dfb9064273c76e471dbd233b98e9.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 78f86567157617b6483dab15b9f39d299d9bd40.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 7941a4c9115ef56297291d8c2694f2e97a47445.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 87975d603b5d4bdce5b53413579bba999915e2b.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e5e26a4dc6f3fb0caa78c20da5ebe08a260b76f.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/2bda5dadc9c95354225d67e70582c7591ae9700.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/2bda5dadc9c95354225d67e70582c7591ae9700.bundle/Contents: +total 63 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Art +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 97754 Jun 8 2025 GoP-1.xml +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/2bda5dadc9c95354225d67e70582c7591ae9700.bundle/Contents/Art: +total 74 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 45120 Jun 8 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/2bda5dadc9c95354225d67e70582c7591ae9700.bundle/Contents/Chapters: +total 30 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 11827 Jun 8 2025 chapter1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/2bda5dadc9c95354225d67e70582c7591ae9700.bundle/Contents/Thumbnails: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 25479 Jun 8 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/30ccd32973e6cdf78c9165536a92cf03e7ca299.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/30ccd32973e6cdf78c9165536a92cf03e7ca299.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 70894 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/47da44d4464dfb9064273c76e471dbd233b98e9.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/47da44d4464dfb9064273c76e471dbd233b98e9.bundle/Contents: +total 42 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 36774 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/78f86567157617b6483dab15b9f39d299d9bd40.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/78f86567157617b6483dab15b9f39d299d9bd40.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 72900 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/7941a4c9115ef56297291d8c2694f2e97a47445.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/7941a4c9115ef56297291d8c2694f2e97a47445.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 62821 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/87975d603b5d4bdce5b53413579bba999915e2b.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/87975d603b5d4bdce5b53413579bba999915e2b.bundle/Contents: +total 94 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 161907 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/e5e26a4dc6f3fb0caa78c20da5ebe08a260b76f.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/9/e5e26a4dc6f3fb0caa78c20da5ebe08a260b76f.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86889 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a: +total 20 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 14793685ec00bf78a5bb952f104d9201a313dd8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3e989591751733c4ff03f3a984aca165b5b169d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b652bbf60931b94345d1434b903e6ded69748e2.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d60d38872976e6edc01df39d9943bfc2f39c1e5.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f435022cb37e8d6a41274a72839e5ee36823c80.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/14793685ec00bf78a5bb952f104d9201a313dd8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/14793685ec00bf78a5bb952f104d9201a313dd8.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 77423 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/3e989591751733c4ff03f3a984aca165b5b169d.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/3e989591751733c4ff03f3a984aca165b5b169d.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 90885 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/b652bbf60931b94345d1434b903e6ded69748e2.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/b652bbf60931b94345d1434b903e6ded69748e2.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 75318 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/d60d38872976e6edc01df39d9943bfc2f39c1e5.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/d60d38872976e6edc01df39d9943bfc2f39c1e5.bundle/Contents: +total 106 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 197710 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/f435022cb37e8d6a41274a72839e5ee36823c80.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/a/f435022cb37e8d6a41274a72839e5ee36823c80.bundle/Contents: +total 70 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 113791 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b: +total 20 +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 06e742dacbf110367f1a456e6a872d1be6087fa.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 60af5065be48a92798356ef623d7645494d32e8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b79ba341d82a3a279f0d9d59e9a71d546e537cb.bundle +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 b90029ddbf08ad2f494d74215266eb179af626a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 db4b0b0828c89b9405e4259bd868213e19cc0a7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f81ac825d4e7f3b4cc9798268230f03bcf65cb0.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/06e742dacbf110367f1a456e6a872d1be6087fa.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/06e742dacbf110367f1a456e6a872d1be6087fa.bundle/Contents: +total 70 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 122318 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/60af5065be48a92798356ef623d7645494d32e8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/60af5065be48a92798356ef623d7645494d32e8.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 97726 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b79ba341d82a3a279f0d9d59e9a71d546e537cb.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b79ba341d82a3a279f0d9d59e9a71d546e537cb.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 79774 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b90029ddbf08ad2f494d74215266eb179af626a.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 4 apps apps 5 Dec 15 01:09 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b90029ddbf08ad2f494d74215266eb179af626a.bundle/Contents: +total 55 +drwxr-xr-x 4 apps apps 5 Dec 15 01:09 . +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 Art +-rw-r--r-- 1 apps apps 69986 Dec 15 01:09 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b90029ddbf08ad2f494d74215266eb179af626a.bundle/Contents/Art: +total 138 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 4 apps apps 5 Dec 15 01:09 .. +-rw-r--r-- 1 apps apps 111956 Dec 14 12:29 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/b90029ddbf08ad2f494d74215266eb179af626a.bundle/Contents/Thumbnails: +total 66 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 4 apps apps 5 Dec 15 01:09 .. +-rw-r--r-- 1 apps apps 37027 Dec 14 12:29 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/db4b0b0828c89b9405e4259bd868213e19cc0a7.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/db4b0b0828c89b9405e4259bd868213e19cc0a7.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 88700 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/f81ac825d4e7f3b4cc9798268230f03bcf65cb0.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/b/f81ac825d4e7f3b4cc9798268230f03bcf65cb0.bundle/Contents: +total 174 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 567845 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c: +total 22 +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 190e0e46a195d19b1a310bf8bf4b6c83d9de097.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 1a09043daffd0db101b6c715ba71f8f4edaac61.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 39827ecbdb24923777d7ff11fdc6be82727a3d7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 476e34582a72f9f83f4539db3c79b3535414944.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 54a7ded28e25c08c99e4e3ed440810d458598ca.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 731364ee4edce5857657edef38ff40024ed5726.bundle +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 9de38debc5167d6e67239903fceb40aeb7a21fc.bundle +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 a400e5e3aceebb3069010f63976b9bf41e3e1ae.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/190e0e46a195d19b1a310bf8bf4b6c83d9de097.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/190e0e46a195d19b1a310bf8bf4b6c83d9de097.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 65730 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/1a09043daffd0db101b6c715ba71f8f4edaac61.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/1a09043daffd0db101b6c715ba71f8f4edaac61.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 115246 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/39827ecbdb24923777d7ff11fdc6be82727a3d7.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/39827ecbdb24923777d7ff11fdc6be82727a3d7.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 66577 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/476e34582a72f9f83f4539db3c79b3535414944.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/476e34582a72f9f83f4539db3c79b3535414944.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 60227 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/54a7ded28e25c08c99e4e3ed440810d458598ca.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 5 apps apps 6 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/54a7ded28e25c08c99e4e3ed440810d458598ca.bundle/Contents: +total 71 +drwxr-xr-x 5 apps apps 6 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Art +drwxr-xr-x 2 apps apps 14 Jun 8 2025 Chapters +-rw-r--r-- 1 apps apps 106462 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/54a7ded28e25c08c99e4e3ed440810d458598ca.bundle/Contents/Art: +total 106 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 80616 Jun 7 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/54a7ded28e25c08c99e4e3ed440810d458598ca.bundle/Contents/Chapters: +total 607 +drwxr-xr-x 2 apps apps 14 Jun 8 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 19637 Jun 8 2025 chapter1.jpg +-rw-r--r-- 1 apps apps 27342 Jun 8 2025 chapter10.jpg +-rw-r--r-- 1 apps apps 68336 Jun 8 2025 chapter11.jpg +-rw-r--r-- 1 apps apps 46902 Jun 8 2025 chapter12.jpg +-rw-r--r-- 1 apps apps 19637 Jun 8 2025 chapter2.jpg +-rw-r--r-- 1 apps apps 40038 Jun 8 2025 chapter3.jpg +-rw-r--r-- 1 apps apps 48468 Jun 8 2025 chapter4.jpg +-rw-r--r-- 1 apps apps 80931 Jun 8 2025 chapter5.jpg +-rw-r--r-- 1 apps apps 36856 Jun 8 2025 chapter6.jpg +-rw-r--r-- 1 apps apps 94131 Jun 8 2025 chapter7.jpg +-rw-r--r-- 1 apps apps 33489 Jun 8 2025 chapter8.jpg +-rw-r--r-- 1 apps apps 61253 Jun 8 2025 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/54a7ded28e25c08c99e4e3ed440810d458598ca.bundle/Contents/Thumbnails: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 6 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 26339 Jun 7 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/731364ee4edce5857657edef38ff40024ed5726.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/731364ee4edce5857657edef38ff40024ed5726.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 90164 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 5 apps apps 6 Dec 15 01:03 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle/Contents: +total 79 +drwxr-xr-x 5 apps apps 6 Dec 15 01:03 . +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Dec 15 01:00 Art +drwxr-xr-x 2 apps apps 34 Dec 15 01:01 Chapters +-rw-r--r-- 1 apps apps 115609 Dec 15 01:03 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Dec 15 01:00 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle/Contents/Art: +total 94 +drwxr-xr-x 2 apps apps 3 Dec 15 01:00 . +drwxr-xr-x 5 apps apps 6 Dec 15 01:03 .. +-rw-r--r-- 1 apps apps 58946 Dec 15 01:00 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle/Contents/Chapters: +total 1349 +drwxr-xr-x 2 apps apps 34 Dec 15 01:01 . +drwxr-xr-x 5 apps apps 6 Dec 15 01:03 .. +-rw-r--r-- 1 apps apps 11827 Dec 15 01:00 chapter1.jpg +-rw-r--r-- 1 apps apps 40933 Dec 15 01:00 chapter10.jpg +-rw-r--r-- 1 apps apps 44071 Dec 15 01:00 chapter11.jpg +-rw-r--r-- 1 apps apps 40811 Dec 15 01:00 chapter12.jpg +-rw-r--r-- 1 apps apps 56325 Dec 15 01:00 chapter13.jpg +-rw-r--r-- 1 apps apps 48476 Dec 15 01:00 chapter14.jpg +-rw-r--r-- 1 apps apps 57981 Dec 15 01:00 chapter15.jpg +-rw-r--r-- 1 apps apps 45888 Dec 15 01:01 chapter16.jpg +-rw-r--r-- 1 apps apps 32819 Dec 15 01:01 chapter17.jpg +-rw-r--r-- 1 apps apps 38426 Dec 15 01:01 chapter18.jpg +-rw-r--r-- 1 apps apps 33634 Dec 15 01:01 chapter19.jpg +-rw-r--r-- 1 apps apps 15217 Dec 15 01:00 chapter2.jpg +-rw-r--r-- 1 apps apps 60165 Dec 15 01:01 chapter20.jpg +-rw-r--r-- 1 apps apps 42367 Dec 15 01:01 chapter21.jpg +-rw-r--r-- 1 apps apps 54154 Dec 15 01:01 chapter22.jpg +-rw-r--r-- 1 apps apps 63433 Dec 15 01:01 chapter23.jpg +-rw-r--r-- 1 apps apps 40751 Dec 15 01:01 chapter24.jpg +-rw-r--r-- 1 apps apps 39812 Dec 15 01:01 chapter25.jpg +-rw-r--r-- 1 apps apps 29537 Dec 15 01:01 chapter26.jpg +-rw-r--r-- 1 apps apps 40827 Dec 15 01:01 chapter27.jpg +-rw-r--r-- 1 apps apps 39588 Dec 15 01:01 chapter28.jpg +-rw-r--r-- 1 apps apps 33707 Dec 15 01:01 chapter29.jpg +-rw-r--r-- 1 apps apps 40383 Dec 15 01:00 chapter3.jpg +-rw-r--r-- 1 apps apps 31924 Dec 15 01:01 chapter30.jpg +-rw-r--r-- 1 apps apps 63349 Dec 15 01:01 chapter31.jpg +-rw-r--r-- 1 apps apps 11903 Dec 15 01:01 chapter32.jpg +-rw-r--r-- 1 apps apps 49675 Dec 15 01:00 chapter4.jpg +-rw-r--r-- 1 apps apps 29745 Dec 15 01:00 chapter5.jpg +-rw-r--r-- 1 apps apps 11884 Dec 15 01:00 chapter6.jpg +-rw-r--r-- 1 apps apps 47863 Dec 15 01:00 chapter7.jpg +-rw-r--r-- 1 apps apps 57062 Dec 15 01:00 chapter8.jpg +-rw-r--r-- 1 apps apps 51444 Dec 15 01:00 chapter9.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9c68dfa7c1cc5751835e7457d16fdf1254e9d56.bundle/Contents/Thumbnails: +total 46 +drwxr-xr-x 2 apps apps 3 Dec 15 01:00 . +drwxr-xr-x 5 apps apps 6 Dec 15 01:03 .. +-rw-r--r-- 1 apps apps 17543 Dec 15 01:00 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9de38debc5167d6e67239903fceb40aeb7a21fc.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/9de38debc5167d6e67239903fceb40aeb7a21fc.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 95511 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/a400e5e3aceebb3069010f63976b9bf41e3e1ae.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 11 apps apps 11 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Dec 14 01:05 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/c/a400e5e3aceebb3069010f63976b9bf41e3e1ae.bundle/Contents: +total 98 +drwxr-xr-x 2 apps apps 3 Dec 14 01:05 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 172882 Dec 14 01:05 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d: +total 23 +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 058293641cd6105830454c811fedca4521b2415.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0b3703ab11a0f46db83a16b85ce6d2d552fa3ce.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 17e5b3e6b24912b2562d3afbe721e626d4fbd64.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 20ad8ddd5275b0c0890e63e29c567099fc7e08a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 41662206e18fa5a63865c16ab57bf8502ea9c3b.bundle +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 4e85fe077f97dc18b534e82f8207a64dd17bccf.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 51780b633fe6e465c2e32e8f7d586c9b83560dc.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8ddb62344395adc0e8b69d72093c8e45a0b805c.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d3bb8c8e35a13ac41e470896f5fc1b0e8c73713.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d72d506ad9d656b4abe140b1c366d6527834fdb.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e53a4fbaf57cd08a06f98d8ab45fcccaacd8829.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ef20a6d40720766c2f2addcb87cfc83ddec28ea.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/058293641cd6105830454c811fedca4521b2415.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/058293641cd6105830454c811fedca4521b2415.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 70818 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/0b3703ab11a0f46db83a16b85ce6d2d552fa3ce.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/0b3703ab11a0f46db83a16b85ce6d2d552fa3ce.bundle/Contents: +total 94 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 153574 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/17e5b3e6b24912b2562d3afbe721e626d4fbd64.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/17e5b3e6b24912b2562d3afbe721e626d4fbd64.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 110416 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/20ad8ddd5275b0c0890e63e29c567099fc7e08a.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/20ad8ddd5275b0c0890e63e29c567099fc7e08a.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 68968 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/41662206e18fa5a63865c16ab57bf8502ea9c3b.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/41662206e18fa5a63865c16ab57bf8502ea9c3b.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 79327 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/4e85fe077f97dc18b534e82f8207a64dd17bccf.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 29 01:03 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/4e85fe077f97dc18b534e82f8207a64dd17bccf.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 29 01:03 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 63865 Jun 29 01:03 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/51780b633fe6e465c2e32e8f7d586c9b83560dc.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/51780b633fe6e465c2e32e8f7d586c9b83560dc.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 50395 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/8ddb62344395adc0e8b69d72093c8e45a0b805c.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/8ddb62344395adc0e8b69d72093c8e45a0b805c.bundle/Contents: +total 70 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 119762 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d3bb8c8e35a13ac41e470896f5fc1b0e8c73713.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d3bb8c8e35a13ac41e470896f5fc1b0e8c73713.bundle/Contents: +total 86 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 138902 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d72d506ad9d656b4abe140b1c366d6527834fdb.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 4 apps apps 5 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d72d506ad9d656b4abe140b1c366d6527834fdb.bundle/Contents: +total 39 +drwxr-xr-x 4 apps apps 5 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Art +-rw-r--r-- 1 apps apps 39925 Jun 8 2025 GoP-0.xml +drwxr-xr-x 2 apps apps 3 Jun 7 2025 Thumbnails + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d72d506ad9d656b4abe140b1c366d6527834fdb.bundle/Contents/Art: +total 90 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 5 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 64210 Jun 7 2025 art1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/d72d506ad9d656b4abe140b1c366d6527834fdb.bundle/Contents/Thumbnails: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 5 Jun 8 2025 .. +-rw-r--r-- 1 apps apps 38756 Jun 7 2025 thumb1.jpg + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/e53a4fbaf57cd08a06f98d8ab45fcccaacd8829.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/e53a4fbaf57cd08a06f98d8ab45fcccaacd8829.bundle/Contents: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 107723 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/ef20a6d40720766c2f2addcb87cfc83ddec28ea.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 14 apps apps 14 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/d/ef20a6d40720766c2f2addcb87cfc83ddec28ea.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 74946 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e: +total 20 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 06f6fdacaf1d682b333df55953be15af6cf36fd.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 49b1e33098bcf6159cf187cb62a3694db7b33fc.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 58c0e376c398a4316a243f4b447629b12f5bc49.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a751d6d94020882e5093d8d49d81115a24fdfd8.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 f8b94d63e3b7c32cb0beed932d3373ea9d62593.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/06f6fdacaf1d682b333df55953be15af6cf36fd.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/06f6fdacaf1d682b333df55953be15af6cf36fd.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 70115 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/49b1e33098bcf6159cf187cb62a3694db7b33fc.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/49b1e33098bcf6159cf187cb62a3694db7b33fc.bundle/Contents: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 51175 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/58c0e376c398a4316a243f4b447629b12f5bc49.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/58c0e376c398a4316a243f4b447629b12f5bc49.bundle/Contents: +total 110 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 203634 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/a751d6d94020882e5093d8d49d81115a24fdfd8.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/a751d6d94020882e5093d8d49d81115a24fdfd8.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 88900 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/f8b94d63e3b7c32cb0beed932d3373ea9d62593.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/e/f8b94d63e3b7c32cb0beed932d3373ea9d62593.bundle/Contents: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 64994 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f: +total 21 +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 687e02cfd4747954c40683850d9cf0d8f032d94.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 6bbb6236cf06f28e2f24b0d16db871735ba177f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 acde339c9238cc16c4f6bf2b0b2d67c3de54a94.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 bb952116490332b6f6e28741669bffc939019be.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 c4a76a21ffa0a6e703dab582c0c1c80eff635dd.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 c8dda9e52be95959036ceb22c0904b1e93faa8a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 fa602a5e0caf8d0ec679b3dbd4008a17939e4b1.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/687e02cfd4747954c40683850d9cf0d8f032d94.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Dec 15 01:12 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/687e02cfd4747954c40683850d9cf0d8f032d94.bundle/Contents: +total 146 +drwxr-xr-x 2 apps apps 3 Dec 15 01:12 . +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 .. +-rw-r--r-- 1 apps apps 397356 Dec 15 01:12 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/6bbb6236cf06f28e2f24b0d16db871735ba177f.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/6bbb6236cf06f28e2f24b0d16db871735ba177f.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 95748 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/acde339c9238cc16c4f6bf2b0b2d67c3de54a94.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/acde339c9238cc16c4f6bf2b0b2d67c3de54a94.bundle/Contents: +total 98 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 164296 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/bb952116490332b6f6e28741669bffc939019be.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/bb952116490332b6f6e28741669bffc939019be.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 78737 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/c4a76a21ffa0a6e703dab582c0c1c80eff635dd.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/c4a76a21ffa0a6e703dab582c0c1c80eff635dd.bundle/Contents: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 82588 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/c8dda9e52be95959036ceb22c0904b1e93faa8a.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/c8dda9e52be95959036ceb22c0904b1e93faa8a.bundle/Contents: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 73895 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/fa602a5e0caf8d0ec679b3dbd4008a17939e4b1.bundle: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Jun 8 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Media/localhost/f/fa602a5e0caf8d0ec679b3dbd4008a17939e4b1.bundle/Contents: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 8 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 97134 Jun 8 2025 GoP-0.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata: +total 34 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +drwxr-xr-x 18 apps apps 18 Jun 7 2025 Movies + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies: +total 137 +drwxr-xr-x 18 apps apps 18 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 11 apps apps 11 Jun 7 2025 0 +drwxr-xr-x 10 apps apps 10 Jun 7 2025 1 +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 2 +drwxr-xr-x 6 apps apps 6 Jun 7 2025 3 +drwxr-xr-x 6 apps apps 6 Jun 7 2025 4 +drwxr-xr-x 10 apps apps 10 Jun 7 2025 5 +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 6 +drwxr-xr-x 8 apps apps 8 Jun 7 2025 7 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 8 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 9 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 a +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 b +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 c +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 d +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 e +drwxr-xr-x 7 apps apps 7 Jun 7 2025 f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0: +total 22 +drwxr-xr-x 11 apps apps 11 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0cf9d569dea7a4f048964155d82021afea559a6.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 344d426b4ca09f4d92d577163f7266d910a0fc4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 39698181d33e8dcb85528b94022c28e1948b63f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 60ab0ea5679d3c6299483ad70af94aa42462fab.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a7d94c371535fba00099f42855f524b86905e26.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 art +drwxr-xr-x 2 apps apps 5 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle/Contents/_combined/art: +total 10190 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 628676 Nov 23 03:11 tv.plex.agents.movie_186c69be07867f460025750133c3ef004bdb96c5 +-rw-r--r-- 1 apps apps 9757769 Jun 7 2025 tv.plex.agents.movie_a3815d5fb1cc3efc33a0161a4ac47f799eed13d7 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle/Contents/_combined/clearLogos: +total 519 +drwxr-xr-x 2 apps apps 5 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 133084 Sep 22 02:52 tv.plex.agents.movie_1db9591a316c24125f1015c5b10b52d6fb43d2a8 +-rw-r--r-- 1 apps apps 69205 Jun 7 2025 tv.plex.agents.movie_24cd0f4219a5fdd3184902a2aebfb31c156c6780 +-rw-r--r-- 1 apps apps 278678 Nov 23 03:11 tv.plex.agents.movie_5228cd309d1d47aeff9e2a9be41e38512ff7a11b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/0cf9d569dea7a4f048964155d82021afea559a6.bundle/Contents/_combined/posters: +total 6390 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 894522 Nov 23 03:11 tv.plex.agents.movie_88270ab087a9703f2aab1ca96cc03aa7e082aea7 +-rw-r--r-- 1 apps apps 5601888 Jun 7 2025 tv.plex.agents.movie_c8891850271e905d20c91544716e2b6344778828 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle/Contents/_combined/art: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 249664 Jun 7 2025 tv.plex.agents.movie_9b59a735159cc4188a0078c2795f63df19082946 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle/Contents/_combined/clearLogos: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 40143 Jun 7 2025 tv.plex.agents.movie_c5dbbfa442f03edf7b0b1aeeac57a9843c7bc220 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/24a22315b5844b0f83275ef3ceabb72c38c5df5.bundle/Contents/_combined/posters: +total 1246 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1238129 Jun 7 2025 tv.plex.agents.movie_35b14c2a911a4e3a601d0a32b03f0e2eec813e6a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle/Contents/_combined/art: +total 246 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 216373 Jun 7 2025 tv.plex.agents.movie_b14f6d17fdff299f600e3a9eca4fbefe990b84a3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle/Contents/_combined/clearLogos: +total 426 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 194822 Jun 7 2025 tv.plex.agents.movie_d1ee05cbc8d892346aa79afb83b8d217c3e3aabb +-rw-r--r-- 1 apps apps 194822 Nov 23 03:11 tv.plex.agents.movie_e7c2a8c5e83f15929d046ac7a084a251927b236a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/28ab9f423430524d6c0bb74d4d3de9d9fea4956.bundle/Contents/_combined/posters: +total 1030 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1018447 Jun 7 2025 tv.plex.agents.movie_e67a610d220b1c252a87a57893e5edc1fb3a8c7e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle/Contents/_combined/art: +total 330 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 298465 Jun 7 2025 tv.plex.agents.movie_eeaed1cd7c4c6806586c4baa895e5c674ec6e226 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle/Contents/_combined/clearLogos: +total 58 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 15878 Jun 7 2025 tv.plex.agents.movie_6e29d121091ddb7256fb88cbb6db1ae0ea2563ca +-rw-r--r-- 1 apps apps 15878 Nov 23 03:11 tv.plex.agents.movie_ece7c79fff09f0ba5aa1d39142f22ba9b1e9aad8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/344d426b4ca09f4d92d577163f7266d910a0fc4.bundle/Contents/_combined/posters: +total 2266 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2281651 Jun 7 2025 tv.plex.agents.movie_8eda0291ec2f2f9d9c1736c07c93b219a045ecda + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle/Contents/_combined/art: +total 1454 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1451654 Jun 7 2025 tv.plex.agents.movie_f47a09d89aa6cbb55f42ca9f703ce5e56917dcd1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle/Contents/_combined/clearLogos: +total 418 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 381029 Jun 7 2025 tv.plex.agents.movie_4973667dd4e280124e5dcf9336ea32f2d586fc2f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/39698181d33e8dcb85528b94022c28e1948b63f.bundle/Contents/_combined/posters: +total 1002 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 990786 Jun 7 2025 tv.plex.agents.movie_66f6a2da79f2f9e996103a5178d3a9a7773e1064 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle/Contents/_combined/art: +total 214 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 183583 Jun 7 2025 tv.plex.agents.movie_c8f776797c3433b192e204052fa9f97554096c92 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle/Contents/_combined/clearLogos: +total 106 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 30731 Jun 7 2025 tv.plex.agents.movie_111b639eae28f1039b75c449afdd534ba97a2ebf +-rw-r--r-- 1 apps apps 49129 Oct 23 02:19 tv.plex.agents.movie_58c27239b2604e9f31e05b55e740d4ee86f73786 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/60ab0ea5679d3c6299483ad70af94aa42462fab.bundle/Contents/_combined/posters: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 247911 Jun 7 2025 tv.plex.agents.movie_bc10e91f938bbbcf90b7cb18a8b964cfffaa447c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle/Contents/_combined/art: +total 430 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 404770 Jun 7 2025 tv.plex.agents.movie_cbf41f8b487a90bf9e5a82d7b84ee3637cdf92db + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle/Contents/_combined/clearLogos: +total 450 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 395282 Jun 7 2025 tv.plex.agents.movie_5393112cf7c51d82b75adacc3964173a5e4c7e35 +-rw-r--r-- 1 apps apps 27279 Oct 23 02:19 tv.plex.agents.movie_9f857ee7078d9fc662e86adb9b29364c9da04615 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/6bf5af98021fbeec6086e37146d1b94f46a2bfa.bundle/Contents/_combined/posters: +total 294 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 262781 Jun 7 2025 tv.plex.agents.movie_b8550194d6d5410e0663904c063bf78c3990355d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle/Contents/_combined/art: +total 6946 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 7066233 Jun 7 2025 tv.plex.agents.movie_8a8706b2a8a4f5f1698afa8c84335c7d887fe5af + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle/Contents/_combined/clearLogos: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 40642 Jun 7 2025 tv.plex.agents.movie_df54be54164b7ae5aa9d4915e45e5167adb38214 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a6a00f4d2e0b06d5bd1ae0878f4fd7bdcfba75a.bundle/Contents/_combined/posters: +total 3090 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 3126480 Jun 7 2025 tv.plex.agents.movie_97dc41e76516be376084934f1403a8ec6b39ff10 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 11 apps apps 11 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle/Contents/_combined/art: +total 3394 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 3439547 Jun 7 2025 tv.plex.agents.movie_27b059c1c96f02bf6a4c8540b5e4cd060f4c63a0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle/Contents/_combined/clearLogos: +total 194 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 161646 Jun 7 2025 tv.plex.agents.movie_e6794ca2403838ce199cf6ee17e57ec3b3b6291d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/0/a7d94c371535fba00099f42855f524b86905e26.bundle/Contents/_combined/posters: +total 2098 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2112784 Jun 7 2025 tv.plex.agents.movie_5eae8a0283ecfc6222395e2c2b19ac46121ca293 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1: +total 21 +drwxr-xr-x 10 apps apps 10 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 1c1b972803abf5a09f83787cd69b9e072886a0d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 6211444ecc6a1e3ec90b1451692769936d29b9a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 63d49340dbab402b639e040bca16b087b4536c7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 68fc3dd5544641eb4220c8e374d3d000c97e428.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8ad828c585aa691a509695c1a418603cc9df537.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle/Contents/_combined/art: +total 470 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 445783 Jun 7 2025 tv.plex.agents.movie_c3cb61aa995f393ee24b0d3d98e0a61068c03b92 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle/Contents/_combined/clearLogos: +total 106 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 38118 Nov 23 03:11 tv.plex.agents.movie_12e3459c89f66937b0365930b0522fc3d0a61a20 +-rw-r--r-- 1 apps apps 38118 Jun 7 2025 tv.plex.agents.movie_4995050dbbcf02ccabf8d24a608f26a3385312a7 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/05d1b80923b2c392f36f9821ddc0cf8356b9272.bundle/Contents/_combined/posters: +total 434 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 407812 Jun 7 2025 tv.plex.agents.movie_f9e393e32abca2f456ad2b7dbbb0dc4580c63d50 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle/Contents/_combined/art: +total 2154 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2169328 Jun 7 2025 tv.plex.agents.movie_01d2de50755817007262873451f3328f79a14ec3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle/Contents/_combined/clearLogos: +total 98 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 72179 Jun 7 2025 tv.plex.agents.movie_6798a39c65cc53fbb80bf7bb5c14e3373f372950 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/114a41c0f0243a29bcdfc857a7ffa6eca9907cc.bundle/Contents/_combined/posters: +total 1314 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1310128 Jun 7 2025 tv.plex.agents.movie_858de302ce2cf92796f4b9b6d501b16aa8a0f0a1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle/Contents/_combined/art: +total 586 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 562463 Jun 7 2025 tv.plex.agents.movie_9fbe089e843439b6e41c34a07ae55a78cf861e42 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle/Contents/_combined/clearLogos: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 28889 Jun 7 2025 tv.plex.agents.movie_aa48ecde8131d860e79c2fb86dbe81e843e5f536 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/1c1b972803abf5a09f83787cd69b9e072886a0d.bundle/Contents/_combined/posters: +total 1186 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1169878 Jun 7 2025 tv.plex.agents.movie_1707f78313057f5b2391ef04b10d1d64a23c2816 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle/Contents/_combined/art: +total 250 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 218641 Jun 7 2025 tv.plex.agents.movie_b70efc26ea61d25a91baaf25bff56ff9f64592e5 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle/Contents/_combined/clearLogos: +total 182 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 55052 Jun 7 2025 tv.plex.agents.movie_5f9b8f78a24b2d0bd562636bab597f3b4c6c85a1 +-rw-r--r-- 1 apps apps 98349 Sep 22 02:52 tv.plex.agents.movie_8eb618115d6924356c0b00b0a53d06bad5057a77 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/6211444ecc6a1e3ec90b1451692769936d29b9a.bundle/Contents/_combined/posters: +total 362 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 338909 Jun 7 2025 tv.plex.agents.movie_df20999fb437f3853702e90570c7f45b44bdb4d8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle/Contents/_combined/art: +total 398 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 370012 Jun 7 2025 tv.plex.agents.movie_f81abe2507d9722d43920e8cbbe798b03901e30a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle/Contents/_combined/clearLogos: +total 1274 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 89952 Sep 22 02:52 tv.plex.agents.movie_7d7e7f751aea2d70e0243f4297798fcbf0e3a221 +-rw-r--r-- 1 apps apps 1168372 Jun 7 2025 tv.plex.agents.movie_ed19a5186b28d0abf7225cc1f029612ea5f6e8c2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/63d49340dbab402b639e040bca16b087b4536c7.bundle/Contents/_combined/posters: +total 1078 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1065480 Jun 7 2025 tv.plex.agents.movie_5f3ec69f990031fbd746f95982d393141631cc63 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/68fc3dd5544641eb4220c8e374d3d000c97e428.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/68fc3dd5544641eb4220c8e374d3d000c97e428.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 4 apps apps 4 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/68fc3dd5544641eb4220c8e374d3d000c97e428.bundle/Contents/_combined: +total 50 +drwxr-xr-x 4 apps apps 4 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/68fc3dd5544641eb4220c8e374d3d000c97e428.bundle/Contents/_combined/art: +total 1806 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1809872 Jun 7 2025 tv.plex.agents.movie_b1f23d6cd9bce0403d3ec1f4b3a23490d797012e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/68fc3dd5544641eb4220c8e374d3d000c97e428.bundle/Contents/_combined/posters: +total 1390 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1386719 Jun 7 2025 tv.plex.agents.movie_9a2348690032820eb379dbb0cc7044b5c1be9db6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle/Contents/_combined/art: +total 646 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 623858 Jun 7 2025 tv.plex.agents.movie_b9e0d7e263462a1037ecf8634cc7a89224316a0a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle/Contents/_combined/clearLogos: +total 3122 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 3157737 Jun 7 2025 tv.plex.agents.movie_13b2653a3a14e5c61e68c629b4fe916540ac011d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/8ad828c585aa691a509695c1a418603cc9df537.bundle/Contents/_combined/posters: +total 294 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 262357 Jun 7 2025 tv.plex.agents.movie_f7da6e4971943c0e99867011c733cc24db3aff09 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle/Contents/_combined/art: +total 422 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 394889 Jun 7 2025 tv.plex.agents.movie_6728ef81d6cead1dcca96b6a2359fd9c2849450a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle/Contents/_combined/clearLogos: +total 1958 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1967333 Jun 7 2025 tv.plex.agents.movie_0e71381580c48ada745e238631f347f93db372db + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/1/9ba3574bcac26d01d075c4b73b8ab661a36bb38.bundle/Contents/_combined/posters: +total 810 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 792369 Jun 7 2025 tv.plex.agents.movie_dafe46ef0e7292f798264342724d853c23d036be + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2: +total 21 +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 16dc750157d4d8861023b239bf53aeaf5424488.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 30b7f10953626f4450f04b4e325f1af8baa7695.bundle +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle/Contents/_combined/art: +total 266 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 235939 Jun 7 2025 tv.plex.agents.movie_e57ab1edcc9edd15ad523dc8fb07d43981c6d100 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 170106 Jun 7 2025 tv.plex.agents.movie_7bfaa358c82b399fb75f50c2bef80a005fc8f656 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/0ded90dbfac7b8fb1c6088cd4fbbc492cfcd1ef.bundle/Contents/_combined/posters: +total 1714 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1717578 Jun 7 2025 tv.plex.agents.movie_381045f17ee96870670df12fad18c97e1cdee545 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle/Contents/_combined/art: +total 1578 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1578035 Jun 7 2025 tv.plex.agents.movie_4fffe905e7cb14ff62701d52212b92e9f12ee56d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle/Contents/_combined/clearLogos: +total 74 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 48333 Jun 7 2025 tv.plex.agents.movie_82aca6debdce44a21a8b1e4ed26b6eaa555b8599 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/16dc750157d4d8861023b239bf53aeaf5424488.bundle/Contents/_combined/posters: +total 698 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 677908 Jun 7 2025 tv.plex.agents.movie_5eb75001de4840cb8fc606d3a70bff693addeacf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle/Contents/_combined/art: +total 5138 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 5224023 Jun 7 2025 tv.plex.agents.movie_b03af17f8ee7159665fea4b04cba3e4ca9eff834 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle/Contents/_combined/clearLogos: +total 186 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 156113 Jun 7 2025 tv.plex.agents.movie_86937b5dc9e3d70af7f88a4b1872c8915ec37af8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/30b7f10953626f4450f04b4e325f1af8baa7695.bundle/Contents/_combined/posters: +total 4658 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 4733406 Jun 7 2025 tv.plex.agents.movie_9db5c1425b2cb690b427addc57208e5682e33b3c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle/Contents/_combined/art: +total 774 +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 756011 Jun 28 14:24 tv.plex.agents.movie_80204840b5db749a904855ddc1a42b4741598f3e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle/Contents/_combined/clearLogos: +total 234 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 105130 Jun 28 14:24 tv.plex.agents.movie_3f8a2bb76b36a348a677ad0dfc17b59419256ec5 +-rw-r--r-- 1 apps apps 105130 Nov 23 03:11 tv.plex.agents.movie_de5b5d2c3bc16c762f0f47af885ce3dba1710e2b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/5c3a6c8f84c7f7fa280980d5e19bb8fb6b76d01.bundle/Contents/_combined/posters: +total 570 +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 546837 Jun 28 14:24 tv.plex.agents.movie_bfa1234602e150a5f5bcfb20b016157311a5c020 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle/Contents/_combined/art: +total 346 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 315059 Jun 7 2025 tv.plex.agents.movie_6daed61921ec1f20b795404e49ed593dadd91128 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 68657 Oct 23 02:19 tv.plex.agents.movie_d203973685e2843ba08e1bd817ca63dc8ded38b5 +-rw-r--r-- 1 apps apps 109945 Jun 7 2025 tv.plex.agents.movie_fb543ebf4bfc11a91928f6169a71c5dcfbe20a3b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/9b15bb1df7185ec14c804aaa1aba5b11c5ac29b.bundle/Contents/_combined/posters: +total 1058 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1042507 Jun 7 2025 tv.plex.agents.movie_ef51c592c1f5e414df7683bb62a4749f6b560842 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle/Contents/_combined/art: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 259899 Jun 7 2025 tv.plex.agents.movie_d281ec8241a63dd4e84652de861dd2e01b626405 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle/Contents/_combined/clearLogos: +total 74 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 20768 Jun 7 2025 tv.plex.agents.movie_110ec932e91356a3349f33c58f6241ba6abd26c9 +-rw-r--r-- 1 apps apps 20768 Nov 23 03:11 tv.plex.agents.movie_3894fed745aeac058602b14d9fdd184a84651d35 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/bc0aea66f88f110d5ebe77d23bd2b6c28570bec.bundle/Contents/_combined/posters: +total 314 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 285859 Jun 7 2025 tv.plex.agents.movie_bf6a2cea3c5372f4b4a8d5a819948bf39d501cdf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle/Contents/_combined/art: +total 234 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 202281 Jun 7 2025 tv.plex.agents.movie_8bf741fbec3925ea94d8db821dabd3520dd2b3b2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle/Contents/_combined/clearLogos: +total 490 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 227153 Jun 7 2025 tv.plex.agents.movie_96a1ce7f553cad53e699b5125eef756a3a819a03 +-rw-r--r-- 1 apps apps 227153 Nov 23 03:11 tv.plex.agents.movie_ef9a912b570219abfe4d439cfff6c380a79867dd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/2/cfe4b031da41dbd917c8b207e2dba0367dd1d47.bundle/Contents/_combined/posters: +total 250 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 218216 Jun 7 2025 tv.plex.agents.movie_c1f7cf2da4f401bfca759ce08585348a2bed2670 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3: +total 19 +drwxr-xr-x 6 apps apps 6 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 18e37756efcb810b79481be13612a77827a9e67.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 4f9540d986843a19be99652042c41bc9acedb6b.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle/Contents/_combined/art: +total 686 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 665549 Jun 7 2025 tv.plex.agents.movie_9ac65d247392cd5e218f1e42f6fcec726e9f7943 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle/Contents/_combined/clearLogos: +total 178 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 77350 Jun 7 2025 tv.plex.agents.movie_64aa229c849bcbe54500d0489645733764c2bf22 +-rw-r--r-- 1 apps apps 77350 Nov 23 03:11 tv.plex.agents.movie_b76636035240844f3bc23c9dd812303bf74930ea + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/0077a5169bd7374a5e2a0a3f398178836d8ff05.bundle/Contents/_combined/posters: +total 154 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 127272 Jun 7 2025 tv.plex.agents.movie_8cff8867438a8fd6cf5d00aa3ee203ff6d37ad81 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle/Contents/_combined/art: +total 1874 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1882003 Jun 7 2025 tv.plex.agents.movie_1d95fd875fb06ca4361c9f6f95a061ddbfa339d8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle/Contents/_combined/clearLogos: +total 106 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 80285 Jun 7 2025 tv.plex.agents.movie_6aa1bd7679fb30bb0b7a4836487bef4eae38f3d0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/18e37756efcb810b79481be13612a77827a9e67.bundle/Contents/_combined/posters: +total 2562 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2584629 Jun 7 2025 tv.plex.agents.movie_96e03f6ac1a68f9c69d6820ae24d0439ca4896a8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle/Contents/_combined/art: +total 3034 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2339582 Jun 7 2025 tv.plex.agents.movie_356020672c0e6e271d08573d48d62785cf96b5a4 +-rw-r--r-- 1 apps apps 719899 Sep 22 02:52 tv.plex.agents.movie_e99f15c2e6287bd7fe2edb85a34ed499ca8eefc8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle/Contents/_combined/clearLogos: +total 466 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 214416 Jun 7 2025 tv.plex.agents.movie_857637852dfe197af3cd34c02d76a3b2fd04adf4 +-rw-r--r-- 1 apps apps 214416 Nov 23 03:11 tv.plex.agents.movie_cbb921b1b485a68cd958c3b732208b424033df89 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/4f9540d986843a19be99652042c41bc9acedb6b.bundle/Contents/_combined/posters: +total 2202 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 501952 Jun 7 2025 tv.plex.agents.movie_088cf19922bb64d93bfee12d405c2586b01fde2c +-rw-r--r-- 1 apps apps 1704183 Sep 22 02:52 tv.plex.agents.movie_5e9ccec0750a821df8512ed84c3ce2472194d255 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle/Contents/_combined/art: +total 1294 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1285672 Jun 7 2025 tv.plex.agents.movie_e41fb977f24129d18b58b34e65dcba244609487e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle/Contents/_combined/clearLogos: +total 110 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 84153 Jun 7 2025 tv.plex.agents.movie_da5dab738e41065c2521bb18f6276f41eb9f8547 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/3/6da88ad8d91b964af0cf71336a8efef2ccf6fef.bundle/Contents/_combined/posters: +total 354 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 324673 Jun 7 2025 tv.plex.agents.movie_31e9ff6d9bf7479c26cc61ba86f45e7c14a29479 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4: +total 19 +drwxr-xr-x 6 apps apps 6 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 205f90710dae6d481d97ce6939554fce55af3be.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 577d04f61407ab6fb906d3f23ef579775287657.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle/Contents/_combined/art: +total 1590 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1588986 Jun 7 2025 tv.plex.agents.movie_60613f04b4ea21023746987261dabda24dcb12ba + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle/Contents/_combined/clearLogos: +total 198 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 166731 Jun 7 2025 tv.plex.agents.movie_42fd61c3667155343496d66900904b9db19e6e18 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/205f90710dae6d481d97ce6939554fce55af3be.bundle/Contents/_combined/posters: +total 1394 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1391220 Jun 7 2025 tv.plex.agents.movie_235ce6c8182d53656adbe2ce64552db337226621 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle/Contents/_combined/art: +total 882 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 865324 Jun 7 2025 tv.plex.agents.movie_67a59212d0a43b8536c6d799c2d1ffdb310ac0a1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle/Contents/_combined/clearLogos: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 30622 Jun 7 2025 tv.plex.agents.movie_eb44646e6e07ed5a594b10d7f66b926c6ddfbdcf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/4673f77cf5fb382e6fb474bb2ff52b1cf6b9d3a.bundle/Contents/_combined/posters: +total 246 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 214239 Jun 7 2025 tv.plex.agents.movie_51b28398adfa9e4d15c47962eabc977c983188d6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle/Contents/_combined/art: +total 230 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 199365 Jun 7 2025 tv.plex.agents.movie_c6f739411e2c97492247d014de210925df264e5c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle/Contents/_combined/clearLogos: +total 122 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 48035 Jun 7 2025 tv.plex.agents.movie_db6af48a129f332d78a365bac693dae7b4532e3b +-rw-r--r-- 1 apps apps 48035 Nov 23 03:11 tv.plex.agents.movie_fc3ec542795aa6e6f7bd7a1df8cfd1a89990d136 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/577d04f61407ab6fb906d3f23ef579775287657.bundle/Contents/_combined/posters: +total 490 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 464109 Jun 7 2025 tv.plex.agents.movie_79fc2f7693282ee8cc420da5d1cc65f00a5d4e67 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 6 apps apps 6 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle/Contents/_combined/art: +total 210 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 179458 Jun 7 2025 tv.plex.agents.movie_14a87a29bd88ee863951065abd60cd73994b8217 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 89855 Jun 7 2025 tv.plex.agents.movie_5c3140dae2a3e3e414636d2bc7860742384cbc7f +-rw-r--r-- 1 apps apps 89855 Nov 23 03:11 tv.plex.agents.movie_ebd7138b9d30c585586b4803e334f0d5cfef9902 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/4/58f73f0912ab8cea4e52eb42461c1b463eb2fbe.bundle/Contents/_combined/posters: +total 134 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 107474 Jun 7 2025 tv.plex.agents.movie_dd2e25bde6f2419fd6b73060483eb3202632a88c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5: +total 21 +drwxr-xr-x 10 apps apps 10 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 0e50795ddb940afd9a023684e8c4691b949df54.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 4fc0aff40c950ded007d3581939db32b62e86ed.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 5361c3820fe8f565b22b050348ad10d441be5df.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 77df00807b8d1c06a74ecb4757910779f558e2d.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle/Contents/_combined/art: +total 1386 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1379820 Jun 7 2025 tv.plex.agents.movie_7df5dd56edb688a21874b8f975c7197e13848230 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle/Contents/_combined/clearLogos: +total 414 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 254547 Jun 7 2025 tv.plex.agents.movie_3157fa4cc272fa92e6e9f14b37ebc83f1c70022b +-rw-r--r-- 1 apps apps 124340 Nov 23 03:11 tv.plex.agents.movie_cf4dc02990109b81fa3caba638eaf49fbbba781e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0dbd8fa4850b097a19c8c04cf32fd9e2e44067a.bundle/Contents/_combined/posters: +total 934 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 917657 Jun 7 2025 tv.plex.agents.movie_67bdc755197d21e2529964967b30877fdb45f0ce + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle/Contents/_combined/art: +total 1534 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1533536 Jun 7 2025 tv.plex.agents.movie_fbb3255ac40e6c072ad2a4dbed0417f8be818f2b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle/Contents/_combined/clearLogos: +total 82 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 55188 Jun 7 2025 tv.plex.agents.movie_9c08b8694d4814b872974bba11d48e05ebfa4a3a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/0e50795ddb940afd9a023684e8c4691b949df54.bundle/Contents/_combined/posters: +total 1022 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1007832 Jun 7 2025 tv.plex.agents.movie_ee8d07473ce4fe91b4445de883052dec163ba6fe + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle/Contents/_combined/art: +total 430 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 402809 Jun 7 2025 tv.plex.agents.movie_2b380b7b6d258307c913f7457403dcec30c3dcea + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle/Contents/_combined/clearLogos: +total 178 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 77383 Nov 23 03:11 tv.plex.agents.movie_b45346df4d8a823cb3908f69f52240d5ede9ffcc +-rw-r--r-- 1 apps apps 77383 Jun 7 2025 tv.plex.agents.movie_fdbb857e5fa4854973f20cd58d4f8cb8c9c569d4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/140b1b5b8ebb4351dd661d183d920e083cdbe1b.bundle/Contents/_combined/posters: +total 330 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 298760 Jun 7 2025 tv.plex.agents.movie_558425d17b4f2b466f2bb9e90b12209e028f72c4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle/Contents/_combined/art: +total 378 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 350039 Jun 7 2025 tv.plex.agents.movie_a9d23740a38c5276a45126e4f2e6e4b6afce9d21 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle/Contents/_combined/clearLogos: +total 130 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 103936 Jun 7 2025 tv.plex.agents.movie_ab34bfa795113bed8fa19eda5cfd80fc9a74fa20 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/3a673dd4d6af402bf935c8dba1fbd0ca1b66a32.bundle/Contents/_combined/posters: +total 930 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 909533 Jun 7 2025 tv.plex.agents.movie_92f8a9898f31aa69e9847abe48211dda264dcac7 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle/Contents/_combined/art: +total 266 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 236688 Jun 7 2025 tv.plex.agents.movie_dd12970f4fc55a293fef21acf08107b2115f3188 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle/Contents/_combined/clearLogos: +total 106 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 39277 Jun 7 2025 tv.plex.agents.movie_1e9c372427cd22ad61ee53c6f43c45a45c98af49 +-rw-r--r-- 1 apps apps 39277 Nov 23 03:11 tv.plex.agents.movie_35489ed928715f4d2e46ab6327afc7a9c31ccdf8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/45cd1e5182fe717ddf5f26f23450e005a8a055f.bundle/Contents/_combined/posters: +total 218 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 184820 Jun 7 2025 tv.plex.agents.movie_afcff1b88dfef48667123654f9fedee3465307d3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle/Contents/_combined/art: +total 402 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 373758 Jun 7 2025 tv.plex.agents.movie_81a237e5ef2bb80ab278f86a0cb6ba130f60b322 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle/Contents/_combined/clearLogos: +total 154 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 127397 Jun 7 2025 tv.plex.agents.movie_af6e700ec942647660b5d858252fc6b8c9b66ffc + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/4fc0aff40c950ded007d3581939db32b62e86ed.bundle/Contents/_combined/posters: +total 122 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 94579 Jun 7 2025 tv.plex.agents.movie_d02fe8f0ce12fb714ffa1439a3933889b4fb856d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle/Contents/_combined/art: +total 462 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 436322 Jun 7 2025 tv.plex.agents.movie_ed6219c10ba9312d2c1dda75ec602ef91e02681f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle/Contents/_combined/clearLogos: +total 82 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 45609 Nov 23 03:11 tv.plex.agents.movie_d101aa2a084036c3cd748ea89aa91ab18012b972 +-rw-r--r-- 1 apps apps 7369 Jun 7 2025 tv.plex.agents.movie_ff95f2a3a97eaf3ebb10c7de5b75d9edc0477619 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/5361c3820fe8f565b22b050348ad10d441be5df.bundle/Contents/_combined/posters: +total 710 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 689325 Jun 7 2025 tv.plex.agents.movie_56af6ce3fea280887e18ee37d873618a95728368 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle/Contents/_combined/art: +total 1278 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1272713 Jun 7 2025 tv.plex.agents.movie_a973e4fcf7c1946cf3e6f817b41b9abc6d781de8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle/Contents/_combined/clearLogos: +total 62 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 33609 Jun 7 2025 tv.plex.agents.movie_6b1693764940290279b86fefc077b5acbc1f8880 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/5/77df00807b8d1c06a74ecb4757910779f558e2d.bundle/Contents/_combined/posters: +total 854 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 835086 Jun 7 2025 tv.plex.agents.movie_46f45028cf98610e988f45e87b69a4c99cc22d4b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6: +total 22 +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 26e9daa5a215c286895810bab59303216ab10fc.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a435f0651bb11533346d1e705c7b76e77b89fef.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b168f9d71184fafe301e747e1f9ac31ec011647.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cd6128e5498c6ac9e08801c5c56635bffdff223.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle/Contents/_combined/art: +total 634 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 612554 Jun 7 2025 tv.plex.agents.movie_432c17fd0b6a57746bf831d01189566741b624bd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle/Contents/_combined/clearLogos: +total 70 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 44814 Jun 7 2025 tv.plex.agents.movie_7a1482df8ee3c036f4d927fcd666ed61386e4f0e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/26e9daa5a215c286895810bab59303216ab10fc.bundle/Contents/_combined/posters: +total 1274 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1268721 Jun 7 2025 tv.plex.agents.movie_ca6722f6cbb65104151ea7c1d4a2ed3725fc495f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle/Contents/_combined/art: +total 1726 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1728551 Jun 7 2025 tv.plex.agents.movie_b535705945e06b078fe9614627dcff3d9b26593a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle/Contents/_combined/clearLogos: +total 42 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 12467 Jun 7 2025 tv.plex.agents.movie_f757913509f19c6da884b098f547a17ab50699ad + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/3b67cf6a3d7224c7bb45707bc06bbdf2af93121.bundle/Contents/_combined/posters: +total 1186 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1176667 Jun 7 2025 tv.plex.agents.movie_31543cdb6777fab572b82810d8e5f5b6dc6712d6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 .. +drwxr-xr-x 5 apps apps 5 Dec 14 12:29 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Dec 14 12:29 . +drwxr-xr-x 3 apps apps 3 Dec 14 12:29 .. +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 art +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 clearLogos +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle/Contents/_combined/art: +total 146 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 5 apps apps 5 Dec 14 12:29 .. +-rw-r--r-- 1 apps apps 122875 Dec 14 12:29 tv.plex.agents.movie_48af5902bd94697cba52372a858dce02836b0015 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle/Contents/_combined/clearLogos: +total 94 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 5 apps apps 5 Dec 14 12:29 .. +-rw-r--r-- 1 apps apps 67139 Dec 14 12:29 tv.plex.agents.movie_6ed59f6c5d0fcae358951eab9705879fb526e4fc + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/5f8ec4c1826f3db891bfd2322466e063ffbc660.bundle/Contents/_combined/posters: +total 686 +drwxr-xr-x 2 apps apps 3 Dec 14 12:29 . +drwxr-xr-x 5 apps apps 5 Dec 14 12:29 .. +-rw-r--r-- 1 apps apps 665369 Dec 14 12:29 tv.plex.agents.movie_5b616eb1e11c4b90089c7a09f000321be1e553e4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle/Contents/_combined/art: +total 514 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 490024 Jun 7 2025 tv.plex.agents.movie_4818f0cd6c3b4fba7036652d7e0edfd13e3d1dd5 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle/Contents/_combined/clearLogos: +total 98 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 33464 Nov 23 03:11 tv.plex.agents.movie_6cc3399f1338b06753fe0dfa21398a3df16c2032 +-rw-r--r-- 1 apps apps 33464 Jun 7 2025 tv.plex.agents.movie_7d78be8b9111b6e31fca7a928511d0d2a30a95af + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/654ec304f6b08fa59c2a2bff69ecb66e66dbec7.bundle/Contents/_combined/posters: +total 226 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 193792 Jun 7 2025 tv.plex.agents.movie_294ae4fcb893f4df5074d93911ea4f5c2b42d346 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 .. +drwxr-xr-x 5 apps apps 5 Dec 14 07:55 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Dec 14 07:55 . +drwxr-xr-x 3 apps apps 3 Dec 14 07:55 .. +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 art +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 clearLogos +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle/Contents/_combined/art: +total 2598 +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 5 apps apps 5 Dec 14 07:55 .. +-rw-r--r-- 1 apps apps 2622987 Dec 14 07:55 tv.plex.agents.movie_d5aa6ee28034ea30ee1d6bbc5a617e2097e7f057 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle/Contents/_combined/clearLogos: +total 86 +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 5 apps apps 5 Dec 14 07:55 .. +-rw-r--r-- 1 apps apps 57732 Dec 14 07:55 tv.plex.agents.movie_373e8d07a61cf894e541a070a2d10a12b2c38058 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/94cef7e350c2e99955ea1cb56ef801fabcab7a4.bundle/Contents/_combined/posters: +total 626 +drwxr-xr-x 2 apps apps 3 Dec 14 07:55 . +drwxr-xr-x 5 apps apps 5 Dec 14 07:55 .. +-rw-r--r-- 1 apps apps 604491 Dec 14 07:55 tv.plex.agents.movie_2d43d06574698da88379676f3aed6d464ff38686 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle/Contents/_combined/art: +total 1138 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1127768 Jun 7 2025 tv.plex.agents.movie_b10a63c93a963be5d253eb77661a441e7b21654c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle/Contents/_combined/clearLogos: +total 898 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 883354 Jun 7 2025 tv.plex.agents.movie_62295af46c389618b8933764c4c147cfe37b5de9 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/a435f0651bb11533346d1e705c7b76e77b89fef.bundle/Contents/_combined/posters: +total 1270 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1261325 Jun 7 2025 tv.plex.agents.movie_bce446f4f415a3c9560babc8cfb8390bb8d8e6be + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle/Contents/_combined/art: +total 1086 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1073530 Jun 7 2025 tv.plex.agents.movie_781d0ae1348f04635bf5f54df0fbaeb52e845c11 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle/Contents/_combined/clearLogos: +total 618 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 93298 Sep 22 02:52 tv.plex.agents.movie_3fdf1d5b5bab448706d368cdfd2ef2034e974991 +-rw-r--r-- 1 apps apps 499698 Jun 7 2025 tv.plex.agents.movie_9c9975e8d7163ce9d84f7093d754641cf78377b2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/acc503f88de6fbaeb64e0f96493f0a4a4a6d139.bundle/Contents/_combined/posters: +total 1066 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1052469 Jun 7 2025 tv.plex.agents.movie_b276cf08be42fa3d86e3c253a7668e1832626579 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle/Contents/_combined/art: +total 742 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 721834 Jun 7 2025 tv.plex.agents.movie_6806a32054a1caee71fc433a60f7035944c28ef6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle/Contents/_combined/clearLogos: +total 78 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 50418 Jun 7 2025 tv.plex.agents.movie_f361213680a4a8dd40a88b128b05e12f7ff3439b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/b168f9d71184fafe301e747e1f9ac31ec011647.bundle/Contents/_combined/posters: +total 1114 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1102599 Jun 7 2025 tv.plex.agents.movie_2ff153e5c7344bbd325a1161120a1bb640b775a0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle/Contents/_combined/art: +total 1074 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1061175 Jun 7 2025 tv.plex.agents.movie_3dafd53c2a529d20f09f3fd108f721b1d210b0f5 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle/Contents/_combined/clearLogos: +total 618 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 192995 Jun 7 2025 tv.plex.agents.movie_3d1191d87f9a91a5a7289ff62b303ac696482e66 +-rw-r--r-- 1 apps apps 385089 Nov 23 03:11 tv.plex.agents.movie_a288e1081806e2ab035b763e6c1d51dbfecf5a62 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cc9c9042a56e5c551185d3ea95c75b72cfaa674.bundle/Contents/_combined/posters: +total 1826 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1831339 Jun 7 2025 tv.plex.agents.movie_79f250f48f4cb61f8aa9b65acbf18300c92b1d47 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 12 apps apps 12 Dec 14 12:29 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle/Contents/_combined/art: +total 1146 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1136934 Jun 7 2025 tv.plex.agents.movie_ad8d561a3b0a05fc9acf96ace471659eebc2b5a2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle/Contents/_combined/clearLogos: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 18022 Jun 7 2025 tv.plex.agents.movie_fff4e26e550d05a185f9b41205d20a0b16adef32 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/6/cd6128e5498c6ac9e08801c5c56635bffdff223.bundle/Contents/_combined/posters: +total 1086 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1073140 Jun 7 2025 tv.plex.agents.movie_0005b9053e883f80ce4f8c017844f840a0ac538c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7: +total 20 +drwxr-xr-x 8 apps apps 8 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 676aee08be02c42d1830c40b261c50340875e62.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ac908d3746004df627877bfe148de3fbb3a3c78.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d6243d21552e626f146249fa883302719be780e.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 fd944bd904603c1e2fe6313cd76e4963293adfb.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle/Contents/_combined/art: +total 1194 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1184620 Jun 7 2025 tv.plex.agents.movie_78cb8d741db734acf3cb92b461780447c0c36c8b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle/Contents/_combined/clearLogos: +total 418 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 376854 Jun 7 2025 tv.plex.agents.movie_780773110286fd723451f9cf785d7077b2448ce3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/676aee08be02c42d1830c40b261c50340875e62.bundle/Contents/_combined/posters: +total 1146 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1137111 Jun 7 2025 tv.plex.agents.movie_6a1aa047b99a76aaae976ca6c44153d6f936388d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle/Contents/_combined/art: +total 1574 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1574174 Jun 7 2025 tv.plex.agents.movie_c034a5aacca32268e7131a89098fa73721ff34f3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle/Contents/_combined/clearLogos: +total 154 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 130479 Jun 7 2025 tv.plex.agents.movie_72d73ed8f306e7b7f575510b06ce087842f7c80c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/689dc4c201db0c3555f2d2fa2e90756de4c60fe.bundle/Contents/_combined/posters: +total 1382 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1378496 Jun 7 2025 tv.plex.agents.movie_7d1aa9ccde25aca8cbaead88dd5aced0648d1278 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle/Contents/_combined/art: +total 350 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 321505 Jun 7 2025 tv.plex.agents.movie_19913bdbabcc1908f4b566219fa4e24e44409586 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 86250 Nov 23 03:11 tv.plex.agents.movie_42a2f2a1bd3625764a6e96ae59124549b7054155 +-rw-r--r-- 1 apps apps 86250 Jun 7 2025 tv.plex.agents.movie_b280e4e1f00df6d17c211013c5febff8505a1c67 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/ac908d3746004df627877bfe148de3fbb3a3c78.bundle/Contents/_combined/posters: +total 266 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 233339 Jun 7 2025 tv.plex.agents.movie_31cc963876ecabb19ed18affbb46eaddd4107461 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle/Contents/_combined/art: +total 546 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 509380 Jun 7 2025 tv.plex.agents.movie_5ede204eca14a2bd5a3269434a7f29dde2dd8301 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle/Contents/_combined/clearLogos: +total 166 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 131247 Jun 7 2025 tv.plex.agents.movie_7921649656a3a766b4aaebe4f75089f352a59fcf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/d6243d21552e626f146249fa883302719be780e.bundle/Contents/_combined/posters: +total 642 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 619640 Jun 7 2025 tv.plex.agents.movie_4c89a0f87b0d9cae7df7655ad75d412fd7689604 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle/Contents/_combined/art: +total 2034 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2043605 Jun 7 2025 tv.plex.agents.movie_ae746e40b9a0e4f26781d927ecca4dd3b9774f6e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle/Contents/_combined/clearLogos: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 18643 Jun 7 2025 tv.plex.agents.movie_37cff8266c2f0c55c6e322abe3979ff3b83e97da + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/edfa96b93ca256268d5f28f0ea632d4f04748c4.bundle/Contents/_combined/posters: +total 1186 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1174791 Jun 7 2025 tv.plex.agents.movie_fb35f832073fd788ba12ac018cd94301f4a6dd26 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 8 apps apps 8 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle/Contents/_combined/art: +total 686 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 665159 Jun 7 2025 tv.plex.agents.movie_0ec53c517aa180842641dea990b7b94adead30d4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle/Contents/_combined/clearLogos: +total 130 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 52024 Nov 23 03:11 tv.plex.agents.movie_626a8e57e28a005a848c9efa8ab49f0d36eae9a1 +-rw-r--r-- 1 apps apps 52024 Jun 7 2025 tv.plex.agents.movie_73b51a73ac28311b499e12a91f86f892083a3dca + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/7/fd944bd904603c1e2fe6313cd76e4963293adfb.bundle/Contents/_combined/posters: +total 274 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 241318 Jun 7 2025 tv.plex.agents.movie_3af05ee7cab496381abc197aec8e0fe4428234cd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8: +total 20 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 7131ab40cf7278f2302fe4803c6596831b4b33e.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d032e0f7a6691993189696298d81c7bae9bddbe.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle/Contents/_combined/art: +total 626 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 237826 Jun 7 2025 tv.plex.agents.movie_1634cd3b211f2ba371bfebbe4b61d74b0ef1b6bd +-rw-r--r-- 1 apps apps 353237 Oct 23 02:19 tv.plex.agents.movie_1bb5ffeb08075eab43a3946ca38f6373eecb142b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle/Contents/_combined/clearLogos: +total 138 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 112063 Jun 7 2025 tv.plex.agents.movie_fbace89c83423e368a724c972ff2ce98c2b103e4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/666ca264af689ea1d44e5f0e8602b0e2b5859ee.bundle/Contents/_combined/posters: +total 1134 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 903604 Oct 23 02:19 tv.plex.agents.movie_b4ffbb2a7fff1fd5ba3624afcd2c16aa9cd8fee7 +-rw-r--r-- 1 apps apps 196219 Jun 7 2025 tv.plex.agents.movie_e29ccee170c2aace0e19953e760448d481624120 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle/Contents/_combined/art: +total 426 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 398075 Jun 7 2025 tv.plex.agents.movie_5b417140cfffb8790ce1fcdce3a5b62938905790 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle/Contents/_combined/clearLogos: +total 42 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 13980 Jun 7 2025 tv.plex.agents.movie_b86da09181dc2e5823cbb76f0f8c2683720f9826 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/7131ab40cf7278f2302fe4803c6596831b4b33e.bundle/Contents/_combined/posters: +total 846 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 828212 Jun 7 2025 tv.plex.agents.movie_08659087d724dfc1f6b4e3b20e8766d37e9c2785 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle/Contents/_combined/art: +total 270 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 239875 Jun 7 2025 tv.plex.agents.movie_21d862c3159517204fc5c2f899066789ecdfdd2a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle/Contents/_combined/clearLogos: +total 578 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 271489 Nov 23 03:11 tv.plex.agents.movie_1de4b4e362f4005d6502f36d8343341520ea6149 +-rw-r--r-- 1 apps apps 271489 Jun 7 2025 tv.plex.agents.movie_263e0f7051afd8c00756f9cb061558c3e46ec7a6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/d032e0f7a6691993189696298d81c7bae9bddbe.bundle/Contents/_combined/posters: +total 506 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 481967 Jun 7 2025 tv.plex.agents.movie_fcbb48f9a63e704d7be0882f49732f3313d98bdd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle/Contents/_combined/art: +total 514 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 487885 Jun 7 2025 tv.plex.agents.movie_95a0db83db314c168267f0387e457f075530189e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle/Contents/_combined/clearLogos: +total 86 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 61107 Jun 7 2025 tv.plex.agents.movie_7ce63b9ebdc2ef1dc9bd0616865565dbb02829bf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/ebbe32215b71d0a90ed3754b1ab49009d2e912d.bundle/Contents/_combined/posters: +total 1110 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1099431 Jun 7 2025 tv.plex.agents.movie_fa995d5ef8c881abeabc29fa7a0c3737dd8edb72 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle/Contents/_combined/art: +total 882 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 865838 Jun 7 2025 tv.plex.agents.movie_1059fb13aacc93a4b4290bfa0122b1a3bb5298a9 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle/Contents/_combined/clearLogos: +total 702 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 681088 Jun 7 2025 tv.plex.agents.movie_9773bbfc73a65049f0f9e21549a6743eab2ffa47 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/8/fda221ccdf02737bc1d699cdb0a80de5ada107d.bundle/Contents/_combined/posters: +total 450 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 421755 Jun 7 2025 tv.plex.agents.movie_1968c2492c7f5de28b59de13c461f635841eec00 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 a9486bb129185b1b6999b0fd65f6866db605f48.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle/Contents/_combined/art: +total 1086 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1075502 Jun 7 2025 tv.plex.agents.movie_b65a7b1e323bd94395227884276d3ba9227e1534 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle/Contents/_combined/clearLogos: +total 902 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 886720 Jun 7 2025 tv.plex.agents.movie_94b149c76b6e4b1700e27490e89c27f72a622b61 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/9/a9486bb129185b1b6999b0fd65f6866db605f48.bundle/Contents/_combined/posters: +total 346 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 315731 Jun 7 2025 tv.plex.agents.movie_14c7a2dc5943c5ebbed0ae032f41d9bfcf4daad0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a: +total 19 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 28328a2ebaabca1606a4af14b95334b37fb3260.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 b7910616b5af8255cced92df430960acc82362e.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e65a44dae0c72d59d253ba623b70ef35b553542.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle/Contents/_combined/art: +total 1314 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1295728 Jun 7 2025 tv.plex.agents.movie_63d7ff3f4c055ec7699285393fc78066e4e436c9 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle/Contents/_combined/clearLogos: +total 230 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 199600 Jun 7 2025 tv.plex.agents.movie_ac25d004f7a3634a3bef085d8f74b020c0a6e97e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/28328a2ebaabca1606a4af14b95334b37fb3260.bundle/Contents/_combined/posters: +total 4990 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 5072699 Jun 7 2025 tv.plex.agents.movie_9db36b187fda928047e40b06d850ffc218e40678 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle/Contents/_combined/art: +total 678 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 658551 Jun 7 2025 tv.plex.agents.movie_c9027059cd8e9df1e3e6ba85fbd7a867fd7eb954 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle/Contents/_combined/clearLogos: +total 66 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 38953 Jun 7 2025 tv.plex.agents.movie_14216a8f4015cd6b2c7275358d1a39786bf432e8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/b7910616b5af8255cced92df430960acc82362e.bundle/Contents/_combined/posters: +total 1434 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 767732 Sep 22 02:52 tv.plex.agents.movie_51c87e3d07991a67d9bbbaec2de2570fff3ede8a +-rw-r--r-- 1 apps apps 643684 Jun 7 2025 tv.plex.agents.movie_607c58a8ebc5e10126b0cf643c9ac5a64ca72d63 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/e65a44dae0c72d59d253ba623b70ef35b553542.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/e65a44dae0c72d59d253ba623b70ef35b553542.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 4 apps apps 4 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/e65a44dae0c72d59d253ba623b70ef35b553542.bundle/Contents/_combined: +total 50 +drwxr-xr-x 4 apps apps 4 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/e65a44dae0c72d59d253ba623b70ef35b553542.bundle/Contents/_combined/art: +total 398 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 368883 Jun 7 2025 tv.plex.agents.movie_dba3b6514ab18b0559ddf2ef2bf0d62bb51eb690 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/a/e65a44dae0c72d59d253ba623b70ef35b553542.bundle/Contents/_combined/posters: +total 854 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 4 apps apps 4 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 837417 Jun 7 2025 tv.plex.agents.movie_628ddb60d9d2188435ae493ef4d57174bf423658 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b: +total 21 +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 5c12e79de636a810d70afe96eeb9a8b614df662.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 87911d4759edace3477cea8fac99336abaa4a20.bundle +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 977da89b9ae1b09721b03280d36433ab60bcfd0.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 9f44948501b943ce033422a2b2da195291914e2.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 dd984bbfe57e22ef5d175c0475151942e3e0934.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle/Contents/_combined/art: +total 1938 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1948149 Jun 7 2025 tv.plex.agents.movie_ad3f862059014b5e3eaf4a986e2c39af0398aa26 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle/Contents/_combined/clearLogos: +total 46 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 19671 Jun 7 2025 tv.plex.agents.movie_f947e2ffca658eaf53533568eeac620d4a92104a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/5c12e79de636a810d70afe96eeb9a8b614df662.bundle/Contents/_combined/posters: +total 1442 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1436810 Jun 7 2025 tv.plex.agents.movie_88ba1449148811e4ce3d638204527024e841e1bd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle/Contents/_combined/art: +total 1858 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1866477 Jun 7 2025 tv.plex.agents.movie_71153135bb35540fca8baada9a689d1b0382dc46 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle/Contents/_combined/clearLogos: +total 74 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 45386 Jun 7 2025 tv.plex.agents.movie_f54361032bf8ec92acaa7e95cb04e55eedabee2a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/87911d4759edace3477cea8fac99336abaa4a20.bundle/Contents/_combined/posters: +total 1070 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1059726 Jun 7 2025 tv.plex.agents.movie_0cc8941f11df27d0419099b58c6220c69464ca26 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 . +drwxr-xr-x 3 apps apps 3 Jun 28 14:24 .. +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle/Contents/_combined/art: +total 334 +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 306290 Jun 28 14:24 tv.plex.agents.movie_fa35102109f0aa1997035628cbacdde30beda1cd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle/Contents/_combined/clearLogos: +total 198 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 68862 Nov 23 03:11 tv.plex.agents.movie_3866421df09f4988dfa553112a22070c5bb95be3 +-rw-r--r-- 1 apps apps 103117 Jun 28 14:24 tv.plex.agents.movie_609a4b60ede5590644c63e790678c03e29864f35 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/977da89b9ae1b09721b03280d36433ab60bcfd0.bundle/Contents/_combined/posters: +total 470 +drwxr-xr-x 2 apps apps 3 Jun 28 14:24 . +drwxr-xr-x 5 apps apps 5 Jun 28 14:24 .. +-rw-r--r-- 1 apps apps 444640 Jun 28 14:24 tv.plex.agents.movie_5352ce1811246d8d6214e23e0b104061b746318b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle/Contents/_combined/art: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 251742 Jun 7 2025 tv.plex.agents.movie_183a0b51c391229b4c1f20e5fa9690cd511d7c78 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle/Contents/_combined/clearLogos: +total 190 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 156485 Jun 7 2025 tv.plex.agents.movie_5a90fb69c037948399a8b461b3dbbd79eeca39cd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/9f44948501b943ce033422a2b2da195291914e2.bundle/Contents/_combined/posters: +total 194 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 160607 Jun 7 2025 tv.plex.agents.movie_604ecb5b371e511c3047d5725685bba4bc70a065 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle/Contents/_combined: +total 51 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle/Contents/_combined/art: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 253524 Jun 7 2025 tv.plex.agents.movie_6603b4126c2ed8f9919c4dadfa8f4609e513ea05 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 87264 Jun 7 2025 tv.plex.agents.movie_67226d8bdfd2a6498ed0e729fb63b435495a892a +-rw-r--r-- 1 apps apps 87264 Nov 23 03:11 tv.plex.agents.movie_df9440d0617e837912d90178a35bc43218091644 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/db5f4b35a59101cac5fdebfe0bbffd012537a88.bundle/Contents/_combined/posters: +total 150 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 138877 Jun 7 2025 cd66884c0e1550cf488c4ed63356b90ae7a2fea4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle/Contents/_combined/art: +total 346 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 317578 Jun 7 2025 tv.plex.agents.movie_ee79ee2984c52036fefeac4d7afef9e649c28315 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle/Contents/_combined/clearLogos: +total 82 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 54977 Jun 7 2025 tv.plex.agents.movie_e0b2f1bc33b3df5a995d4cc763722341c06918d3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/dd984bbfe57e22ef5d175c0475151942e3e0934.bundle/Contents/_combined/posters: +total 562 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 538283 Jun 7 2025 tv.plex.agents.movie_92a9d74bf26dfd724757fdd476610385645cc9bf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 9 apps apps 9 Jun 28 14:24 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle/Contents/_combined/art: +total 986 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 973836 Jun 7 2025 tv.plex.agents.movie_7e090c088a9408283b523d6cf722ddf999a208c1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle/Contents/_combined/clearLogos: +total 54 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 27244 Jun 7 2025 tv.plex.agents.movie_a2c3fe3c134f5529897508cc0f16c3fcaea55837 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/b/deae83d866201a4a2ed75fd691da97fcdcdf11b.bundle/Contents/_combined/posters: +total 966 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 952400 Jun 7 2025 tv.plex.agents.movie_ae2de8e7b59111471df06e8b8f61535fd6a86d3e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c: +total 21 +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 04f069e38f9273a012cc0cafc44ad350176ad48.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 1f1177a244412d9e036f25adf31d20d5e053633.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2b6fc2896681c0bdbfce726282d682e040938b7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2fa5be20dca7a0e78517277c37bf74102391daa.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cc3682587310762b11cb56b92a93850bbe0b6ff.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 cecde205f9e5f1d88966aa64059f401157edfae.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 art +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 clearLogos +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle/Contents/_combined/art: +total 370 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 339993 Dec 13 21:49 tv.plex.agents.movie_8d6962fee811e0b8916173c112bb51bf818a5c7d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle/Contents/_combined/clearLogos: +total 54 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 25749 Dec 13 21:49 tv.plex.agents.movie_0c0c724788411bbc5aef19f36e9dd5f250cf4062 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/04f069e38f9273a012cc0cafc44ad350176ad48.bundle/Contents/_combined/posters: +total 602 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 578589 Dec 13 21:49 tv.plex.agents.movie_10d15f715cec222ea1fdb131926252796fe00e30 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle/Contents/_combined/art: +total 1886 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1893142 Jun 7 2025 tv.plex.agents.movie_cb65fcbc5bff37b0d5c6a66eb836aaf4066a98d1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle/Contents/_combined/clearLogos: +total 130 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 104005 Jun 7 2025 tv.plex.agents.movie_06aeabd77996c5b66d2fbaaca55c1bacce4df6ff + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/1f1177a244412d9e036f25adf31d20d5e053633.bundle/Contents/_combined/posters: +total 1450 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1449239 Jun 7 2025 tv.plex.agents.movie_2b4c4126e52a3a578dcb21332bdce19a58865419 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle/Contents/_combined/art: +total 546 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 521694 Jun 7 2025 tv.plex.agents.movie_cef4398ad0ba980040b8707e5630f2723d45ae97 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle/Contents/_combined/clearLogos: +total 82 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 54770 Jun 7 2025 tv.plex.agents.movie_cf51dfb9e9b012c288a1bf4d7a51de4ba7493b6f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2b6fc2896681c0bdbfce726282d682e040938b7.bundle/Contents/_combined/posters: +total 598 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 575441 Jun 7 2025 tv.plex.agents.movie_489b077d69b5a3dc7db7efd98322c35f77052337 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle/Contents/_combined/art: +total 1422 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1419898 Jun 7 2025 tv.plex.agents.movie_28e0fa4cd91a7c68fc67f214b89bf4fe4d550248 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle/Contents/_combined/clearLogos: +total 98 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 70799 Jun 7 2025 tv.plex.agents.movie_2e74343f85b7201131169124000325fc5733ab35 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/2fa5be20dca7a0e78517277c37bf74102391daa.bundle/Contents/_combined/posters: +total 1166 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1157730 Jun 7 2025 tv.plex.agents.movie_c7824693fc936cee7fe4b33860726335eb3a1e70 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle/Contents/_combined/art: +total 366 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 337999 Jun 7 2025 tv.plex.agents.movie_7148aa32894c44ecb917ff27bfc4a0a8fd212284 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle/Contents/_combined/clearLogos: +total 694 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 674593 Jun 7 2025 tv.plex.agents.movie_c4bafb596db241ef75e40441945abf5590de6823 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cc3682587310762b11cb56b92a93850bbe0b6ff.bundle/Contents/_combined/posters: +total 1038 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1025168 Jun 7 2025 tv.plex.agents.movie_885fd04497fcc48d66e3cbf2f9e19b6d80af2e56 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle/Contents/_combined/art: +total 262 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 231318 Jun 7 2025 tv.plex.agents.movie_4ce6c115d26a55048b7cd3ef988546f54102d6bb + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle/Contents/_combined/clearLogos: +total 98 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 35052 Jun 7 2025 tv.plex.agents.movie_2f33b37f0697c3f19c7ead2784ae722cdcdf7a1d +-rw-r--r-- 1 apps apps 35052 Nov 23 03:11 tv.plex.agents.movie_97ce1955ad3e42ff14d11fcea96d2bd708504b1e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cdb5db23b3652cf0b965f6c2ded21eb6de1e7b3.bundle/Contents/_combined/posters: +total 230 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 199779 Jun 7 2025 tv.plex.agents.movie_df04484c009cf0e0796a88fbe2822b2bf7a3d9fc + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle/Contents/_combined/art: +total 502 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 476071 Jun 7 2025 tv.plex.agents.movie_98abf7222feb1fc286129f679861ad84a736621c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle/Contents/_combined/clearLogos: +total 126 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 99919 Jun 7 2025 tv.plex.agents.movie_24e8df586097592f77f3ec9bc938af8600e2351c + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/cecde205f9e5f1d88966aa64059f401157edfae.bundle/Contents/_combined/posters: +total 626 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 53375 Sep 22 02:52 tv.plex.agents.movie_41549cdf149b8c69ee69a0fac89758440224f8c9 +-rw-r--r-- 1 apps apps 545201 Jun 7 2025 tv.plex.agents.movie_6c02d412723df4dfeec9507ddbbee432b6df0b1b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle/Contents/_combined/art: +total 982 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 967081 Jun 7 2025 tv.plex.agents.movie_c8deed94f1362f7e88e94d4be18e4c1064555834 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle/Contents/_combined/clearLogos: +total 354 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 156278 Nov 23 03:11 tv.plex.agents.movie_7b0482aaa85c44cfd5e7db496e53e35cb1472c3a +-rw-r--r-- 1 apps apps 156278 Jun 7 2025 tv.plex.agents.movie_a210a351234557994082532eb452afd738cf2771 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/c/d7bb31034e1b403dfbfa78a5fd6d9b5c09fb1e3.bundle/Contents/_combined/posters: +total 818 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 799990 Jun 7 2025 tv.plex.agents.movie_5573ee3eccf37add39446e362e85f8c2eb99a23d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d: +total 21 +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 2684a1697460322c954e4d80a73fc5f38e6760c.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 6095365fb68afe7c68cba102cde32a7fad9a30d.bundle +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 c7990f2564003065bb52657c4e217bd45b59d0f.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 e9168f39ebab6aba9763cc55defabc9b373c348.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle/Contents/_combined/art: +total 938 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 921944 Jun 7 2025 tv.plex.agents.movie_6f3f503a1a0bd1313c8c12504d36f679ee129005 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle/Contents/_combined/clearLogos: +total 402 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 182704 Nov 23 03:11 tv.plex.agents.movie_30e6d1385900fa86cc9d05b7e73119c57f414211 +-rw-r--r-- 1 apps apps 182704 Jun 7 2025 tv.plex.agents.movie_723a9f0713abb2eda1ea988827e7eb55b466cf2d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/2684a1697460322c954e4d80a73fc5f38e6760c.bundle/Contents/_combined/posters: +total 1658 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1658665 Jun 7 2025 tv.plex.agents.movie_41504aadcea0a4a829beab60425d5dd2b131bbeb + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle/Contents/_combined/art: +total 166 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 134773 Jun 7 2025 tv.plex.agents.movie_c8ccd472ebbf5cf3799cbf2a7a63146c8165dbdb + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle/Contents/_combined/clearLogos: +total 186 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 152708 Jun 7 2025 tv.plex.agents.movie_1fe5479ac9216260d5f8eacb66964e8052f6d588 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/6095365fb68afe7c68cba102cde32a7fad9a30d.bundle/Contents/_combined/posters: +total 1010 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 220110 Jun 7 2025 tv.plex.agents.movie_e15ad4817675a15de54cd24bc48d357460f5ef14 +-rw-r--r-- 1 apps apps 769090 Sep 22 02:52 tv.plex.agents.movie_f02edd3588802db8602251698878dd8f0a1e63fa + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle/Contents/_combined: +total 51 +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 . +drwxr-xr-x 3 apps apps 3 Dec 13 21:49 .. +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 art +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 clearLogos +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle/Contents/_combined/art: +total 578 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 555801 Dec 13 21:49 tv.plex.agents.movie_08fa96ca9e2ee17777c1bab5cca019810ff2c56b + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle/Contents/_combined/clearLogos: +total 38 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 9943 Dec 13 21:49 tv.plex.agents.movie_61255e03ef8e42858ba19355184dded16004531e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/8ebaf6b6613ea2f8376e694a4dd23d7affd90c4.bundle/Contents/_combined/posters: +total 690 +drwxr-xr-x 2 apps apps 3 Dec 13 21:49 . +drwxr-xr-x 5 apps apps 5 Dec 13 21:49 .. +-rw-r--r-- 1 apps apps 695720 Dec 13 21:49 9e27ef8cb6aaca296d7f2052836ae594953b076d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle/Contents/_combined/art: +total 302 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 271218 Jun 7 2025 tv.plex.agents.movie_a171ec0a1666c0eb8120ca62b7d5ffe2b22dce68 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle/Contents/_combined/clearLogos: +total 166 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 131813 Jun 7 2025 tv.plex.agents.movie_46594ee8ccc2294644429155c495606f54bb6cb0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c5806dfab1ec2a6e518c5d07f6b3037d7eb9c06.bundle/Contents/_combined/posters: +total 182 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 147392 Jun 7 2025 tv.plex.agents.movie_1cbe383795c92732c025090347fdcd10fc216bc4 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle/Contents/_combined/art: +total 366 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 338062 Jun 7 2025 tv.plex.agents.movie_8630d1bf5e289a3590742ffa879ccc27dd94e25a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle/Contents/_combined/clearLogos: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 31114 Jun 7 2025 tv.plex.agents.movie_ce6181eb721c064d5f6120fe8d9ebc4adf843de3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/c7990f2564003065bb52657c4e217bd45b59d0f.bundle/Contents/_combined/posters: +total 638 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 616049 Jun 7 2025 tv.plex.agents.movie_30545de54f0aafa8db72100d3dc14648240f6fd3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Sep 22 02:52 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle/Contents/_combined/art: +total 354 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. +-rw-r--r-- 1 apps apps 323834 Jun 7 2025 tv.plex.agents.movie_5f91296ecb06ce1731658f8b341e1ae36e3e7bbe + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle/Contents/_combined/clearLogos: +total 1638 +drwxr-xr-x 2 apps apps 3 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. +-rw-r--r-- 1 apps apps 1639670 Sep 22 02:52 tv.plex.agents.movie_180dc423030005a8614c2f0b0ff89e62abd32821 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e306f7cd05879a7899bd99a78c0b483fa6ffa14.bundle/Contents/_combined/posters: +total 298 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Sep 22 02:52 .. +-rw-r--r-- 1 apps apps 269056 Jun 7 2025 tv.plex.agents.movie_2c6b625de987fef4db0c714b04b8d5754882d44d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle/Contents/_combined/art: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 255398 Jun 7 2025 tv.plex.agents.movie_0c1480dddc646119c8d5d6e45b3ff27f7a5cfaae + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle/Contents/_combined/clearLogos: +total 282 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 127243 Jun 7 2025 tv.plex.agents.movie_253a29642ba62c1a4eeba2e33f654f37934fae5e +-rw-r--r-- 1 apps apps 127243 Nov 23 03:11 tv.plex.agents.movie_e09eceb116c6c6355223dca6695d46223fd9b2ea + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/e9168f39ebab6aba9763cc55defabc9b373c348.bundle/Contents/_combined/posters: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 248957 Jun 7 2025 tv.plex.agents.movie_3eb202a63eecfe2854238b130ad7a11d2b851035 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Dec 13 21:49 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle/Contents/_combined/art: +total 966 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 952000 Jun 7 2025 tv.plex.agents.movie_bdedcfb85a0bede16a8d72387cef0b5dc20f3978 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle/Contents/_combined/clearLogos: +total 50 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 24329 Jun 7 2025 tv.plex.agents.movie_8f6d8e7571e9d19b8bce5b92f9c0cbd115cb276f + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/d/ebdc58622b5a3fed9746e97f88166ff6dc9eeff.bundle/Contents/_combined/posters: +total 1010 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 995602 Jun 7 2025 tv.plex.agents.movie_5a5980773d7627ce3f91cee27d8048f21e010d88 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e: +total 20 +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 390e0dd1d2589dd7552854ba7834b056fa945fe.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 aaecd787700830cf172c5cfe29c92a4662f8c25.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d075d371942d1011b820243e72c9a6a2d96ae73.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 .. +drwxr-xr-x 5 apps apps 5 Dec 13 23:47 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Dec 13 23:47 . +drwxr-xr-x 3 apps apps 3 Dec 13 23:47 .. +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 art +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 clearLogos +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle/Contents/_combined/art: +total 986 +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 5 apps apps 5 Dec 13 23:47 .. +-rw-r--r-- 1 apps apps 974218 Dec 13 23:47 tv.plex.agents.movie_bf5b868beed8fb02ef66adb6627b6f857cb1387a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle/Contents/_combined/clearLogos: +total 118 +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 5 apps apps 5 Dec 13 23:47 .. +-rw-r--r-- 1 apps apps 91276 Dec 13 23:47 tv.plex.agents.movie_6fb4b462beeedb33e83cdb83f663dd9ca1374a5a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/14b8aa260bec6bf9da68f43103216c69cbdae7d.bundle/Contents/_combined/posters: +total 342 +drwxr-xr-x 2 apps apps 3 Dec 13 23:47 . +drwxr-xr-x 5 apps apps 5 Dec 13 23:47 .. +-rw-r--r-- 1 apps apps 311586 Dec 13 23:47 tv.plex.agents.movie_8f4cbf1b31f69908e7cd85ca0ce87b325c3c51f2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle/Contents/_combined/art: +total 1242 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1232946 Jun 7 2025 tv.plex.agents.movie_5e27f64cd959437d5b0733f4cab49b032109600d + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle/Contents/_combined/clearLogos: +total 234 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 204546 Jun 7 2025 tv.plex.agents.movie_4beb7a069f69998bded19744c486762e4b044371 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/390e0dd1d2589dd7552854ba7834b056fa945fe.bundle/Contents/_combined/posters: +total 290 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 255339 Jun 7 2025 tv.plex.agents.movie_0e9fa47b4d2e352823d88bd47b0d82e628c3e529 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle/Contents/_combined/art: +total 438 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 409376 Jun 7 2025 tv.plex.agents.movie_bee1fdc2fd275683df9763c70aef3aac7cdbc0dd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle/Contents/_combined/clearLogos: +total 110 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 82093 Jun 7 2025 tv.plex.agents.movie_3ad5c5c555286d569d1c4daf7b7632d581a785c8 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/aaecd787700830cf172c5cfe29c92a4662f8c25.bundle/Contents/_combined/posters: +total 346 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 318361 Jun 7 2025 tv.plex.agents.movie_01a23eea7f4e14c687f171e87c58ceb33b0f59eb + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle/Contents/_combined/art: +total 258 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 224931 Jun 7 2025 tv.plex.agents.movie_2089651fc56533702d9ae46392bfddb7afbcc0c3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle/Contents/_combined/clearLogos: +total 514 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 490735 Jun 7 2025 tv.plex.agents.movie_c24b0bbeebb22a0c57188856e8010c58ec287627 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d075d371942d1011b820243e72c9a6a2d96ae73.bundle/Contents/_combined/posters: +total 622 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 600377 Jun 7 2025 tv.plex.agents.movie_82626b61fa49ea648eb843e31a1577507028f505 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Dec 13 23:47 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle/Contents/_combined/art: +total 614 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 592762 Jun 7 2025 tv.plex.agents.movie_3f89e97824f20645f60621acf4b5775e75f4cc5e + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle/Contents/_combined/clearLogos: +total 202 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 172853 Jun 7 2025 tv.plex.agents.movie_6b4a6acc4483e042d1da7b68542fb592f0af03a6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/e/d2a0786601afb72ae790bdc57ec506f4b9e78d1.bundle/Contents/_combined/posters: +total 2238 +drwxr-xr-x 2 apps apps 4 Sep 22 02:52 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 980261 Jun 7 2025 tv.plex.agents.movie_56e3010e4229d8d824f80a486406a4c5d24c3094 +-rw-r--r-- 1 apps apps 1261444 Sep 22 02:52 tv.plex.agents.movie_add7729e67e7e4b3f925173c9a2fa638357a5f12 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f: +total 20 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 18 apps apps 18 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle +drwxr-xr-x 3 apps apps 3 Jun 7 2025 8661232092c65d8b678ef593b5582907c4d06b0.bundle + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle/Contents/_combined/art: +total 266 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 233241 Jun 7 2025 tv.plex.agents.movie_af584516b6417e30bae2d5a456835ca9ea9cc783 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle/Contents/_combined/clearLogos: +total 158 +drwxr-xr-x 2 apps apps 4 Oct 23 02:19 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 49641 Jun 7 2025 tv.plex.agents.movie_16fa3950f92c5b1968efe72fe31c5d99ccc9d740 +-rw-r--r-- 1 apps apps 79968 Oct 23 02:19 tv.plex.agents.movie_31cc68ea1d740f769ca1e1e4283e1e92f1d201e2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/17da7b4f08e6543b58e9aeebdf01fb29f16cd7c.bundle/Contents/_combined/posters: +total 126 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 101225 Jun 7 2025 tv.plex.agents.movie_1a183f718d21ab5816ec37c32b2c2a01118bfcad + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle/Contents/_combined/art: +total 314 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 285663 Jun 7 2025 tv.plex.agents.movie_81ad2bcb3eabcf4fb1fd534e2a4096c8f2e06fc2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle/Contents/_combined/clearLogos: +total 58 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 32202 Jun 7 2025 tv.plex.agents.movie_e32f63719548c671b710ad0d8d940a436cc8af86 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/1ec4b97cabeaa90f87285b7609670dcf1b7b9d9.bundle/Contents/_combined/posters: +total 350 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 319185 Jun 7 2025 tv.plex.agents.movie_522d3caeeb1ff0f1f47a809bb76d3a9423bd6aa0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle/Contents/_combined/art: +total 930 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 917181 Jun 7 2025 tv.plex.agents.movie_eec4cd832b1ee9227d16c1344f3be5486ced4b4a + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle/Contents/_combined/clearLogos: +total 370 +drwxr-xr-x 2 apps apps 4 Nov 23 03:11 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 167312 Jun 7 2025 tv.plex.agents.movie_319587977dffbf37c0870bb3d3629537e9f66949 +-rw-r--r-- 1 apps apps 167312 Nov 23 03:11 tv.plex.agents.movie_f5808e1100a698b44c518e32b0a49a6f3d004981 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/3aef7ffbbecb2a3523eeb00cf5e45517ef44af7.bundle/Contents/_combined/posters: +total 302 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 272469 Jun 7 2025 tv.plex.agents.movie_a3aab4a1287957da6125a9761f2b8bf10cdb5888 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle/Contents/_combined/art: +total 2210 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 2223376 Jun 7 2025 tv.plex.agents.movie_b08fcc5ece77c258ef0dc17814d605f9f48644b2 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle/Contents/_combined/clearLogos: +total 190 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 157205 Jun 7 2025 tv.plex.agents.movie_d108f997b2e35e20325cf8e3bd6cc0e482ee1575 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/56e5dbcb15fb0d0de191e6a98623cb52ed85139.bundle/Contents/_combined/posters: +total 1954 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 1951465 Jun 7 2025 tv.plex.agents.movie_afd5e8b536684452eaeac477f0d79cd198d45ce6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle: +total 10 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 7 2025 Contents + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle/Contents: +total 2 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 5 apps apps 5 Jun 7 2025 _combined + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle/Contents/_combined: +total 75 +drwxr-xr-x 5 apps apps 5 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 art +drwxr-xr-x 2 apps apps 3 Jun 7 2025 clearLogos +drwxr-xr-x 2 apps apps 3 Jun 7 2025 posters + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle/Contents/_combined/art: +total 246 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 216236 Jun 7 2025 tv.plex.agents.movie_3f07997bda3d45b0d85531c9ba298f1763cff4e7 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle/Contents/_combined/clearLogos: +total 38 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 10012 Jun 7 2025 tv.plex.agents.movie_65131157c465bca8b3bf00c224ec54b465759009 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Metadata/Movies/f/8661232092c65d8b678ef593b5582907c4d06b0.bundle/Contents/_combined/posters: +total 834 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 5 apps apps 5 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 818461 Jun 7 2025 tv.plex.agents.movie_fa7b3df330867c2d470b36bfca1004a123c1f751 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support: +total 84 +drwxr-xr-x 7 apps apps 7 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. +drwxr-xr-x 15 apps apps 15 Jun 7 2025 Caches +drwxr-xr-x 15 apps apps 15 Jun 7 2025 Data +drwxr-xr-x 2 apps apps 16 Dec 14 01:00 Databases +drwxr-xr-x 10 apps apps 10 Jun 7 2025 Metadata Combination +drwxr-xr-x 2 apps apps 4 Jun 30 18:25 Preferences + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches: +total 24 +drwxr-xr-x 15 apps apps 15 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.fanarttv +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.htbackdrops +drwxr-xr-x 3 apps apps 3 Jun 7 2025 com.plexapp.agents.imdb +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.lastfm +drwxr-xr-x 3 apps apps 3 Jun 7 2025 com.plexapp.agents.localmedia +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 com.plexapp.agents.lyricfind +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.movieposterdb +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.none +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 com.plexapp.agents.plexthememusic +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.themoviedb +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 com.plexapp.agents.thetvdb +drwxr-xr-x 3 apps apps 3 Jun 7 2025 com.plexapp.system +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 org.musicbrainz.agents.music + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system: +total 14 +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 1e +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 65 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 c1 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 dd +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 f3 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/1e: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/65: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/c1: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/dd: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.fanarttv/HTTP.system/f3: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 7f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 f0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system/7f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.htbackdrops/HTTP.system/f0: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 7 2025 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 1f +drwxr-xr-x 2 apps apps 2 Jun 7 2025 31 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 3f +drwxr-xr-x 2 apps apps 2 Jun 7 2025 92 +-rw-r--r-- 1 apps apps 2 Jun 7 2025 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 7 2025 b1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system/1f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 7 apps apps 8 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 7 apps apps 8 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 7 apps apps 8 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 7 apps apps 8 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.imdb/HTTP.system/b1: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 7 apps apps 8 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system: +total 13 +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 8b +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 b4 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 b7 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/8b: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/b4: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lastfm/HTTP.system/b7: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 11 apps apps 12 Jun 7 2025 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system: +total 14 +drwxr-xr-x 11 apps apps 12 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 1e +drwxr-xr-x 2 apps apps 2 Jun 7 2025 31 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 36 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 3f +drwxr-xr-x 2 apps apps 2 Jun 7 2025 44 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 63 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 90 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 92 +-rw-r--r-- 1 apps apps 2 Jun 7 2025 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 7 2025 d0 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/1e: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/36: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/44: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/63: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/90: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.localmedia/HTTP.system/d0: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 11 apps apps 12 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 08 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:18 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 fd + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system/08: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.lyricfind/HTTP.system/fd: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 42 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 69 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system/42: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system/69: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.movieposterdb/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system: +total 14 +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 50 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 75 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 8f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 aa +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 cf + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/50: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/75: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/8f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/aa: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.none/HTTP.system/cf: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 10 apps apps 11 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:18 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 15 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 35 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:18 CacheInfo + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system/15: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system/35: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.plexthememusic/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system: +total 13 +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 19 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 3c +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 c6 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/19: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/3c: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.themoviedb/HTTP.system/c6: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:18 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system: +total 12 +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 0a +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 f1 + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system/0a: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.agents.thetvdb/HTTP.system/f1: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 7 apps apps 8 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 7 2025 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 20 apps apps 21 Jun 7 2025 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system: +total 19 +drwxr-xr-x 20 apps apps 21 Jun 7 2025 . +drwxr-xr-x 3 apps apps 3 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 00 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 13 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 2c +drwxr-xr-x 2 apps apps 2 Jun 7 2025 33 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 3f +drwxr-xr-x 2 apps apps 2 Jun 7 2025 5c +drwxr-xr-x 2 apps apps 2 Jun 7 2025 6b +drwxr-xr-x 2 apps apps 2 Jun 7 2025 8b +drwxr-xr-x 2 apps apps 2 Jun 7 2025 8f +drwxr-xr-x 2 apps apps 2 Jun 7 2025 92 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 9b +-rw-r--r-- 1 apps apps 2 Jun 7 2025 CacheInfo +drwxr-xr-x 2 apps apps 2 Jun 7 2025 ac +drwxr-xr-x 2 apps apps 2 Jun 7 2025 d0 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 e5 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 e6 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 ed +drwxr-xr-x 2 apps apps 2 Jun 7 2025 ef +drwxr-xr-x 2 apps apps 2 Jun 7 2025 fa + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/00: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/13: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/2c: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/33: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/5c: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/6b: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/8b: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/8f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/9b: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/ac: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/d0: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/e5: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/e6: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/ed: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/ef: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/com.plexapp.system/HTTP.system/fa: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 20 apps apps 21 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music: +total 18 +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 HTTP.system + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system: +total 13 +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 . +drwxr-xr-x 3 apps apps 3 Jun 23 14:17 .. +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 31 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 3f +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 41 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 4e +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 80 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 92 +-rw-r--r-- 1 apps apps 2 Jun 23 14:17 CacheInfo + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/31: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/3f: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/41: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/4e: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/80: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Caches/org.musicbrainz.agents.music/HTTP.system/92: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 23 14:17 . +drwxr-xr-x 8 apps apps 9 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data: +total 32 +drwxr-xr-x 15 apps apps 15 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.fanarttv +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.htbackdrops +drwxr-xr-x 3 apps apps 5 Jun 7 2025 com.plexapp.agents.imdb +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.lastfm +drwxr-xr-x 3 apps apps 5 Jun 7 2025 com.plexapp.agents.localmedia +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 com.plexapp.agents.lyricfind +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.movieposterdb +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.none +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 com.plexapp.agents.plexthememusic +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.themoviedb +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 com.plexapp.agents.thetvdb +drwxr-xr-x 3 apps apps 6 Dec 14 19:30 com.plexapp.system +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 org.musicbrainz.agents.music + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.fanarttv: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.fanarttv/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.htbackdrops: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.htbackdrops/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.imdb: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 7 2025 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 14 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 7 2025 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.imdb/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.lastfm: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.lastfm/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.localmedia: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 7 2025 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 7 2025 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.localmedia/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 7 2025 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.lyricfind: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:18 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.lyricfind/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.movieposterdb: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.movieposterdb/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.none: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.none/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.plexthememusic: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:18 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.plexthememusic/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:18 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.themoviedb: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.themoviedb/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.thetvdb: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.thetvdb/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.system: +total 31 +drwxr-xr-x 3 apps apps 6 Dec 14 19:30 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 14347 Dec 14 19:30 Dict +-rw-r--r-- 1 apps apps 330 Dec 12 19:32 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 7 2025 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.system/DataItems: +total 9 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 6 Dec 14 19:30 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/org.musicbrainz.agents.music: +total 15 +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 . +drwxr-xr-x 15 apps apps 15 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 2 Jun 7 2025 DataItems +-rw-r--r-- 1 apps apps 114 Dec 12 19:30 HTTPCookies +-rw-r--r-- 1 apps apps 55 Jun 23 14:17 StoredValues + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/org.musicbrainz.agents.music/DataItems: +total 1 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 3 apps apps 5 Jun 23 14:17 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Databases: +total 15104 +drwxr-xr-x 2 apps apps 16 Dec 14 01:00 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 379904 Dec 12 19:29 com.plexapp.plugins.library.blobs.db +-rw-r--r-- 1 apps apps 379904 Dec 5 01:01 com.plexapp.plugins.library.blobs.db-2025-12-05 +-rw-r--r-- 1 apps apps 379904 Dec 8 01:01 com.plexapp.plugins.library.blobs.db-2025-12-08 +-rw-r--r-- 1 apps apps 379904 Dec 11 01:01 com.plexapp.plugins.library.blobs.db-2025-12-11 +-rw-r--r-- 1 apps apps 382976 Dec 14 01:00 com.plexapp.plugins.library.blobs.db-2025-12-14 +-rw-r--r-- 1 apps apps 32768 Dec 12 19:30 com.plexapp.plugins.library.blobs.db-shm +-rw-r--r-- 1 apps apps 12608 Dec 12 19:30 com.plexapp.plugins.library.blobs.db-wal +-rw-r--r-- 1 apps apps 7748608 Dec 14 21:45 com.plexapp.plugins.library.db +-rw-r--r-- 1 apps apps 7269376 Dec 5 01:01 com.plexapp.plugins.library.db-2025-12-05 +-rw-r--r-- 1 apps apps 7274496 Dec 8 01:01 com.plexapp.plugins.library.db-2025-12-08 +-rw-r--r-- 1 apps apps 7278592 Dec 11 01:01 com.plexapp.plugins.library.db-2025-12-11 +-rw-r--r-- 1 apps apps 7593984 Dec 14 01:00 com.plexapp.plugins.library.db-2025-12-14 +-rw-r--r-- 1 apps apps 32768 Dec 16 14:32 com.plexapp.plugins.library.db-shm +-rw-r--r-- 1 apps apps 1269160 Dec 16 14:31 com.plexapp.plugins.library.db-wal + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination: +total 21 +drwxr-xr-x 10 apps apps 10 Jun 7 2025 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +drwxr-xr-x 2 apps apps 3 Jun 7 2025 com.plexapp.agents.imdb +drwxr-xr-x 2 apps apps 4 Jun 7 2025 com.plexapp.agents.lastfm +drwxr-xr-x 2 apps apps 6 Jun 7 2025 com.plexapp.agents.localmedia +drwxr-xr-x 2 apps apps 6 Jun 7 2025 com.plexapp.agents.none +drwxr-xr-x 2 apps apps 3 Jun 7 2025 com.plexapp.agents.themoviedb +drwxr-xr-x 2 apps apps 3 Jun 7 2025 com.plexapp.agents.thetvdb +drwxr-xr-x 2 apps apps 4 Jun 7 2025 org.musicbrainz.agents.music +drwxr-xr-x 2 apps apps 4 Jun 7 2025 tv.plex.agents.music + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.imdb: +total 14 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 160 Jun 7 2025 Movies.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.lastfm: +total 18 +drwxr-xr-x 2 apps apps 4 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 219 Jun 7 2025 Albums.xml +-rw-r--r-- 1 apps apps 221 Jun 7 2025 Artists.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.localmedia: +total 27 +drwxr-xr-x 2 apps apps 6 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 117 Jun 7 2025 Albums.xml +-rw-r--r-- 1 apps apps 118 Jun 7 2025 Artists.xml +-rw-r--r-- 1 apps apps 117 Jun 7 2025 Movies.xml +-rw-r--r-- 1 apps apps 120 Jun 7 2025 TV Shows.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.none: +total 27 +drwxr-xr-x 2 apps apps 6 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 164 Jun 7 2025 Albums.xml +-rw-r--r-- 1 apps apps 165 Jun 7 2025 Artists.xml +-rw-r--r-- 1 apps apps 164 Jun 7 2025 Movies.xml +-rw-r--r-- 1 apps apps 166 Jun 7 2025 TV Shows.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.themoviedb: +total 14 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 170 Jun 7 2025 Movies.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/com.plexapp.agents.thetvdb: +total 14 +drwxr-xr-x 2 apps apps 3 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 227 Jun 7 2025 TV Shows.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/org.musicbrainz.agents.music: +total 18 +drwxr-xr-x 2 apps apps 4 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 196 Jun 7 2025 Albums.xml +-rw-r--r-- 1 apps apps 196 Jun 7 2025 Artists.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Metadata Combination/tv.plex.agents.music: +total 18 +drwxr-xr-x 2 apps apps 4 Jun 7 2025 . +drwxr-xr-x 10 apps apps 10 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 235 Jun 7 2025 Albums.xml +-rw-r--r-- 1 apps apps 188 Jun 7 2025 Artists.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Preferences: +total 14 +drwxr-xr-x 2 apps apps 4 Jun 30 18:25 . +drwxr-xr-x 7 apps apps 7 Jun 7 2025 .. +-rw-r--r-- 1 apps apps 368 Jun 7 2025 com.plexapp.agents.imdb.xml +-rw-r--r-- 1 apps apps 102 Jun 30 18:25 com.plexapp.agents.localmedia.xml + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Plug-ins: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. + +/mnt/.ix-apps/app_mounts/plex/config/Library/Application Support/Plex Media Server/Updates: +total 25 +drwxr-xr-x 2 apps apps 2 Jun 7 2025 . +drwxr-xr-x 13 apps apps 17 Dec 15 19:30 .. diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-bazarr-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-bazarr-1.json new file mode 100644 index 0000000..1c8eeff --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-bazarr-1.json @@ -0,0 +1,291 @@ +[ + { + "Id": "bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea", + "Created": "2025-12-13T16:23:53.830091485Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2125230, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:46:20.94700922Z", + "FinishedAt": "2025-12-14T03:41:28.31336074Z" + }, + "Image": "sha256:8299f2426299b004d50e0bf31fcee74921b238b95a0aa1b436e70c2654503b2a", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea/bcb36fb9aa892da089ca5468412609d417374fd3c2787a620945ea936d3fb1ea-json.log", + "Name": "/arr-stack-bazarr-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/mnt/Vauly/media/tv:/tv:rw", + "/mnt/Vauly/media/movies:/movies:rw", + "/mnt/Vauly/media/bazarr/config:/config:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "ix-plex_default", + "PortBindings": { + "6767/tcp": [ + { + "HostIp": "", + "HostPort": "6767" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/2d27d1e95a1ff245a6873e964fc53206e3726b1ed9792822e47e9f38aaee0d35-init/diff:/mnt/.ix-apps/docker/overlay2/35b37eca81a9cc49c9ebb3ae15613b49a8421a2e9ce5e2b3e60049046c8253f8/diff:/mnt/.ix-apps/docker/overlay2/2863b3ae75d7b56780b1f4fb416499cd6bcae0a630277ef05c9e463bb9700431/diff:/mnt/.ix-apps/docker/overlay2/c67ac775262e8c9fd7c10644f12eaabcfd0992eae58148d39d20dd464f223848/diff:/mnt/.ix-apps/docker/overlay2/a81537cec6712b78cf249ab874f7f8d5ccaea5ac68d1de96241085b4450114fd/diff:/mnt/.ix-apps/docker/overlay2/f01acad9cb994657ec8ff8387a6bc2dd2dfee61665437071fde3531dba0e4239/diff:/mnt/.ix-apps/docker/overlay2/ba9471de6b48baf80e98fc8d15c71e872553991a5c7eae9b951cbc3d402a5ce6/diff:/mnt/.ix-apps/docker/overlay2/7e7e432a00c22fef336a2cefe97e2dbbee4ccd3755c8202b554c9b74c98dce6d/diff:/mnt/.ix-apps/docker/overlay2/5a65828d675caff6c292049a85bdad5b3260b0fd136fc47e65fae7a54770ecb1/diff:/mnt/.ix-apps/docker/overlay2/ab1615ee2ef1998999cd921b46c3cde9ab947ad5ca91bf3c628d5090e449b274/diff:/mnt/.ix-apps/docker/overlay2/da2be6c53127ec2444023a16160dcf34ed4f15343a4d679c9570dee47e4cd1cd/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/2d27d1e95a1ff245a6873e964fc53206e3726b1ed9792822e47e9f38aaee0d35/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/2d27d1e95a1ff245a6873e964fc53206e3726b1ed9792822e47e9f38aaee0d35/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/2d27d1e95a1ff245a6873e964fc53206e3726b1ed9792822e47e9f38aaee0d35/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/Vauly/media/tv", + "Destination": "/tv", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/movies", + "Destination": "/movies", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/bazarr/config", + "Destination": "/config", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "bcb36fb9aa89", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "6767/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PUID=1000", + "PGID=1000", + "TZ=America/Denver", + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy", + "LSIO_FIRST_PARTY=true" + ], + "Cmd": null, + "Image": "lscr.io/linuxserver/bazarr:latest", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- v1.5.3-ls327 Build-date:- 2025-12-09T21:33:37+00:00", + "com.docker.compose.config-hash": "7b9aa0f0d6189c8399e8fc3600f5ef06f45f359a603dd5439369e3fb035cca75", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:8299f2426299b004d50e0bf31fcee74921b238b95a0aa1b436e70c2654503b2a", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "arr-stack", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack", + "com.docker.compose.service": "bazarr", + "com.docker.compose.version": "2.34.0", + "maintainer": "chbmb", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-12-09T21:33:37+00:00", + "org.opencontainers.image.description": "[Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-bazarr", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "1852470226109ed6612e61a92ee3b7da77439464", + "org.opencontainers.image.revision": "1852470226109ed6612e61a92ee3b7da77439464", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-bazarr", + "org.opencontainers.image.title": "Bazarr", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-bazarr/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "v1.5.3-ls327" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "37027e0528afd49b90f0b27ef695bab94cd2853b66e65793e051a00f1210b4fd", + "SandboxKey": "/var/run/docker/netns/37027e0528af", + "Ports": { + "6767/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "6767" + }, + { + "HostIp": "::", + "HostPort": "6767" + } + ] + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "ix-plex_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "arr-stack-bazarr-1", + "bazarr" + ], + "MacAddress": "02:42:ac:10:01:04", + "DriverOpts": null, + "NetworkID": "2dc8d24e046df5323c476d20786d73a611df9e082b74b9e929a1222d3d57c818", + "EndpointID": "39c85c61ed875ae3c56f9e5242687a7e3387d76beaac3af0be5399877f1be83e", + "Gateway": "172.16.1.1", + "IPAddress": "172.16.1.4", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:1::1", + "GlobalIPv6Address": "fdd0:0:0:1::4", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "arr-stack-bazarr-1", + "bazarr", + "bcb36fb9aa89" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-radarr-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-radarr-1.json new file mode 100644 index 0000000..5027381 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-radarr-1.json @@ -0,0 +1,294 @@ +[ + { + "Id": "b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929", + "Created": "2025-12-13T16:23:53.83172058Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2125290, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:46:21.115262863Z", + "FinishedAt": "2025-12-14T03:41:31.38393175Z" + }, + "Image": "sha256:7a7549821e38515543473b6468fe2c15bcbed5782982148658989714e437554a", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929/b717503fcc3d0922208c16a3fde3dcbe3e4e96850e987fe76136876234027929-json.log", + "Name": "/arr-stack-radarr-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/mnt/Vauly/media/downloads:/downloads:rw", + "/mnt/Vauly/media/movies:/movies:rw", + "/mnt/Vauly/media/radarr/data:/config:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "ix-plex_default", + "PortBindings": { + "7878/tcp": [ + { + "HostIp": "", + "HostPort": "7878" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/cadfb269b7a1cb5b8a4c8027b7ac6c59ba74d43473922cd2abbe3c0e32429454-init/diff:/mnt/.ix-apps/docker/overlay2/58268b8520478258e947b293fd6294023ae61d5058c75157fb2aaea2645cf8c6/diff:/mnt/.ix-apps/docker/overlay2/1332bffaf451db6cedcf7a88927573e3259557f10737d4cb4977b9aae5f947e6/diff:/mnt/.ix-apps/docker/overlay2/aabec049f41ca2aaf5bf6d93244fa950dce2506bb709e9d4ec1f6d06b884192e/diff:/mnt/.ix-apps/docker/overlay2/50ce4bc7e9eef72f7ecee881ead72d123f9e163ede2e6776710b9639e1392d11/diff:/mnt/.ix-apps/docker/overlay2/24a55a540a7f56cf765b0f158a87821a199bd84f99a453e05a636b01161cca1a/diff:/mnt/.ix-apps/docker/overlay2/9d9eec7346178194cc15aafaa15f6757a645ee65d74f752bb251c91a970a2070/diff:/mnt/.ix-apps/docker/overlay2/30e02d5eccc708882336d57b49d62d76847375033ed7f82a15836c311533e682/diff:/mnt/.ix-apps/docker/overlay2/d94a97533914d5da579c64c97e74187e59d24c4be0a24af06b606ebdf1e9d3a1/diff:/mnt/.ix-apps/docker/overlay2/2b5452399780a852f44698e4d2c561a592330df1e26f21a54223d27b59ef63c2/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/cadfb269b7a1cb5b8a4c8027b7ac6c59ba74d43473922cd2abbe3c0e32429454/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/cadfb269b7a1cb5b8a4c8027b7ac6c59ba74d43473922cd2abbe3c0e32429454/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/cadfb269b7a1cb5b8a4c8027b7ac6c59ba74d43473922cd2abbe3c0e32429454/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/Vauly/media/downloads", + "Destination": "/downloads", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/movies", + "Destination": "/movies", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/radarr/data", + "Destination": "/config", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "b717503fcc3d", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "7878/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PUID=1000", + "TZ=America/Denver", + "PGID=1000", + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy", + "LSIO_FIRST_PARTY=true", + "XDG_CONFIG_HOME=/config/xdg", + "COMPlus_EnableDiagnostics=0", + "TMPDIR=/run/radarr-temp" + ], + "Cmd": null, + "Image": "lscr.io/linuxserver/radarr:latest", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- 6.0.4.10291-ls288 Build-date:- 2025-11-23T17:00:47+00:00", + "com.docker.compose.config-hash": "0990750b55a3971436608ed1b3f11245365ca3aa7cb9413ad76d67515cd435a0", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:7a7549821e38515543473b6468fe2c15bcbed5782982148658989714e437554a", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "arr-stack", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack", + "com.docker.compose.service": "radarr", + "com.docker.compose.version": "2.34.0", + "maintainer": "Roxedus,thespad", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-11-23T17:00:47+00:00", + "org.opencontainers.image.description": "[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies Γ  la Couchpotato. ", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-radarr", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "2af6aea50f3e98007223aae2e8c053d09832396f", + "org.opencontainers.image.revision": "2af6aea50f3e98007223aae2e8c053d09832396f", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-radarr", + "org.opencontainers.image.title": "Radarr", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-radarr/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "6.0.4.10291-ls288" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "91b335c9a558d508426be63e6177c7c120e22fb368222e0ce35b78b9b1c25403", + "SandboxKey": "/var/run/docker/netns/91b335c9a558", + "Ports": { + "7878/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "7878" + }, + { + "HostIp": "::", + "HostPort": "7878" + } + ] + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "ix-plex_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "arr-stack-radarr-1", + "radarr" + ], + "MacAddress": "02:42:ac:10:01:05", + "DriverOpts": null, + "NetworkID": "2dc8d24e046df5323c476d20786d73a611df9e082b74b9e929a1222d3d57c818", + "EndpointID": "dab700edb74a03a8ec1def2597653f5ac8ea757ba3548f4364278cef908a7dfe", + "Gateway": "172.16.1.1", + "IPAddress": "172.16.1.5", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:1::1", + "GlobalIPv6Address": "fdd0:0:0:1::5", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "arr-stack-radarr-1", + "radarr", + "b717503fcc3d" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-sonarr-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-sonarr-1.json new file mode 100644 index 0000000..c1f439a --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/arr-stack-sonarr-1.json @@ -0,0 +1,296 @@ +[ + { + "Id": "3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8", + "Created": "2025-12-13T16:23:53.829885631Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2125177, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:46:20.895676571Z", + "FinishedAt": "2025-12-14T03:41:31.188311868Z" + }, + "Image": "sha256:beac8094754f30faa8608ef945a664ac289b152dbb4acb110d6f239de9a985a5", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8/3ef4c33c4303eb6e582d7a4633d336cfa3d99323cbe88b7384b0d780371176e8-json.log", + "Name": "/arr-stack-sonarr-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/mnt/Vauly/media/tv:/tv:rw", + "/mnt/Vauly/media/downloads:/downloads:rw", + "/mnt/Vauly/media/sonarr/data:/config:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "ix-plex_default", + "PortBindings": { + "8989/tcp": [ + { + "HostIp": "", + "HostPort": "8989" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/a6cdcb45be46ffcc5913f510b4a159409fce928aa8eb5a1085a95abc6a61dd43-init/diff:/mnt/.ix-apps/docker/overlay2/1fbf43bf240b8dbc9a5d37f62b33d89a9a95b019bc6271db38d01bd9a0742737/diff:/mnt/.ix-apps/docker/overlay2/2df6c78b8c2c1f01aae112b1c1484890ca74a336122278b872bacca79afec9f2/diff:/mnt/.ix-apps/docker/overlay2/aabec049f41ca2aaf5bf6d93244fa950dce2506bb709e9d4ec1f6d06b884192e/diff:/mnt/.ix-apps/docker/overlay2/50ce4bc7e9eef72f7ecee881ead72d123f9e163ede2e6776710b9639e1392d11/diff:/mnt/.ix-apps/docker/overlay2/24a55a540a7f56cf765b0f158a87821a199bd84f99a453e05a636b01161cca1a/diff:/mnt/.ix-apps/docker/overlay2/9d9eec7346178194cc15aafaa15f6757a645ee65d74f752bb251c91a970a2070/diff:/mnt/.ix-apps/docker/overlay2/30e02d5eccc708882336d57b49d62d76847375033ed7f82a15836c311533e682/diff:/mnt/.ix-apps/docker/overlay2/d94a97533914d5da579c64c97e74187e59d24c4be0a24af06b606ebdf1e9d3a1/diff:/mnt/.ix-apps/docker/overlay2/2b5452399780a852f44698e4d2c561a592330df1e26f21a54223d27b59ef63c2/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/a6cdcb45be46ffcc5913f510b4a159409fce928aa8eb5a1085a95abc6a61dd43/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/a6cdcb45be46ffcc5913f510b4a159409fce928aa8eb5a1085a95abc6a61dd43/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/a6cdcb45be46ffcc5913f510b4a159409fce928aa8eb5a1085a95abc6a61dd43/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/Vauly/media/tv", + "Destination": "/tv", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/downloads", + "Destination": "/downloads", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/sonarr/data", + "Destination": "/config", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "3ef4c33c4303", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "8989/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PUID=1000", + "PGID=1000", + "TZ=America/Denver", + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy", + "LSIO_FIRST_PARTY=true", + "XDG_CONFIG_HOME=/config/xdg", + "SONARR_CHANNEL=v4-stable", + "SONARR_BRANCH=main", + "COMPlus_EnableDiagnostics=0", + "TMPDIR=/run/sonarr-temp" + ], + "Cmd": null, + "Image": "lscr.io/linuxserver/sonarr:latest", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- 4.0.16.2944-ls299 Build-date:- 2025-11-28T23:35:13+00:00", + "com.docker.compose.config-hash": "1d15a5ed3f4f9357ecfc949cdae6917a5e8a14eae4ad83abc9019d807e4aa4a2", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:beac8094754f30faa8608ef945a664ac289b152dbb4acb110d6f239de9a985a5", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "arr-stack", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack", + "com.docker.compose.service": "sonarr", + "com.docker.compose.version": "2.34.0", + "maintainer": "thespad", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-11-28T23:35:13+00:00", + "org.opencontainers.image.description": "[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. ", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-sonarr", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "09fa1099b329a8113c1c27784cb53cb68377686b", + "org.opencontainers.image.revision": "09fa1099b329a8113c1c27784cb53cb68377686b", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-sonarr", + "org.opencontainers.image.title": "Sonarr", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-sonarr/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "4.0.16.2944-ls299" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "67dfe3cb9efd3ec402d6477e593eda9482823280a70625f2682a8e4a2bd149bd", + "SandboxKey": "/var/run/docker/netns/67dfe3cb9efd", + "Ports": { + "8989/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "8989" + }, + { + "HostIp": "::", + "HostPort": "8989" + } + ] + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "ix-plex_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "arr-stack-sonarr-1", + "sonarr" + ], + "MacAddress": "02:42:ac:10:01:03", + "DriverOpts": null, + "NetworkID": "2dc8d24e046df5323c476d20786d73a611df9e082b74b9e929a1222d3d57c818", + "EndpointID": "2fee5204cfc000ffd6d736d38e2c5fcd3ed15993d349b83dce1eb3ce731f4f6b", + "Gateway": "172.16.1.1", + "IPAddress": "172.16.1.3", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:1::1", + "GlobalIPv6Address": "fdd0:0:0:1::3", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "arr-stack-sonarr-1", + "sonarr", + "3ef4c33c4303" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/beszel-agent.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/beszel-agent.json new file mode 100644 index 0000000..7b33ebf --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/beszel-agent.json @@ -0,0 +1,228 @@ +[ + { + "Id": "b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82", + "Created": "2025-09-22T03:18:12.251083709Z", + "Path": "/agent", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 6626, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-11-25T03:40:27.598996687Z", + "FinishedAt": "2025-11-25T03:40:21.238830591Z" + }, + "Image": "sha256:625533f71278287b11268cc49530656608b688b1cf1ba54af3d6c1d2f604c5ab", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82/b5842204dad77169dea1ad12112ea1918d53250ba709c9fa3c0a2726fa89be82-json.log", + "Name": "/beszel-agent", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/var/run/docker.sock:/var/run/docker.sock:ro" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "host", + "PortBindings": {}, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": [], + "DnsOptions": [], + "DnsSearch": [], + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/3e00631c922729c3497327b1633bf67bf121ede0d8b8c8b107912bf1d7c095cc-init/diff:/mnt/.ix-apps/docker/overlay2/9c747b3a7a468edbc31a009a62f0d6d04766a10e3e2ec5c7e288feefec7b635a/diff:/mnt/.ix-apps/docker/overlay2/56b888214cddad5a467e091faa7d128a9d6ce97d2cc77a1f7849055aa80dc73c/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/3e00631c922729c3497327b1633bf67bf121ede0d8b8c8b107912bf1d7c095cc/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/3e00631c922729c3497327b1633bf67bf121ede0d8b8c8b107912bf1d7c095cc/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/3e00631c922729c3497327b1633bf67bf121ede0d8b8c8b107912bf1d7c095cc/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/var/run/docker.sock", + "Destination": "/var/run/docker.sock", + "Mode": "ro", + "RW": false, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "vault", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "LISTEN=45876", + "KEY=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBZ2JGiT2D1+OlgJN/ifPh2xRJwZ6SBVUkNCyRcz4v5b", + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" + ], + "Cmd": null, + "Image": "henrygd/beszel-agent", + "Volumes": null, + "WorkingDir": "/", + "Entrypoint": [ + "/agent" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "d315073f34045a84b01880d985da050f95076f9dc13f9e39bbaba3adc7f61b60", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:625533f71278287b11268cc49530656608b688b1cf1ba54af3d6c1d2f604c5ab", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "ix-beszel", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates/rendered/docker-compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates/rendered", + "com.docker.compose.service": "beszel-agent", + "com.docker.compose.version": "2.32.3", + "org.opencontainers.image.created": "2025-09-17T20:07:30.816Z", + "org.opencontainers.image.description": "Lightweight server monitoring hub with historical data, docker stats, and alerts.", + "org.opencontainers.image.licenses": "MIT", + "org.opencontainers.image.revision": "fca13004bd3ab82b1c330c4a10c77386505ee65f", + "org.opencontainers.image.source": "https://github.com/henrygd/beszel", + "org.opencontainers.image.title": "beszel", + "org.opencontainers.image.url": "https://github.com/henrygd/beszel", + "org.opencontainers.image.version": "0.12.9" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "4dc730808b54e434836e366c5943b8fc0de1eabdaa8a095a6d75f0b7ed40f67c", + "SandboxKey": "/var/run/docker/netns/default", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "host": { + "IPAMConfig": null, + "Links": null, + "Aliases": null, + "MacAddress": "", + "DriverOpts": null, + "NetworkID": "ba1e19d5887d269d141c61a13041f4433876c3058ec5219b0d712ec02b967401", + "EndpointID": "7698abe0348e21336113e0788f44c66f062ac15c69c8046a5036a10de43bf33d", + "Gateway": "", + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": null + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/deluge.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/deluge.json new file mode 100644 index 0000000..e3126e2 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/deluge.json @@ -0,0 +1,247 @@ +[ + { + "Id": "e10aa1ce7cbacff21d92b0716e95c774e6e476f02f480905b9cc79be838ed217", + "Created": "2025-12-14T03:52:10.054215863Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2132194, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:52:11.11329382Z", + "FinishedAt": "0001-01-01T00:00:00Z" + }, + "Image": "sha256:cc3720995443ab48e779352fad9806c235e5c219d6bb51fd177bc0d83de5c5f8", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/e10aa1ce7cbacff21d92b0716e95c774e6e476f02f480905b9cc79be838ed217/e10aa1ce7cbacff21d92b0716e95c774e6e476f02f480905b9cc79be838ed217-json.log", + "Name": "/deluge", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/mnt/Vauly/media/deluge:/config:rw", + "/mnt/Vauly/media/downloads:/downloads:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "container:26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06", + "PortBindings": {}, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/c9c99d83531e7d2ce43b40ad8d581cea675a93757be6045c5d2c93523587f5b9-init/diff:/mnt/.ix-apps/docker/overlay2/7e8745543e05833d54afd45f4d11e4c22ff3d3d4958346f042f23f62d94bb9db/diff:/mnt/.ix-apps/docker/overlay2/603094ffc45f5dd0e14082d8ca8bcba3606324cc61c70aed212f1526f15afef6/diff:/mnt/.ix-apps/docker/overlay2/715f07ff49b6c05e83bf0b27c7cddbdc4221979bbc86f6b9a2842231088e78b6/diff:/mnt/.ix-apps/docker/overlay2/049ff45320b009ce32048611a864d5c2aa449df883c01c400783c1cbe2305102/diff:/mnt/.ix-apps/docker/overlay2/a48fee53d953e5977a924ac8dd2aea33c6aa623aeb5af040b3e513b4e37072b9/diff:/mnt/.ix-apps/docker/overlay2/28f8df4f4035d99d0542f7b67e8022bd0b04f8547511342204bb85c44725930b/diff:/mnt/.ix-apps/docker/overlay2/4f59fbac74c1e86241b78324855b1660bd01db68674a697f0980c624896b4e40/diff:/mnt/.ix-apps/docker/overlay2/b5ec56aa0b477feab86630b06ee0dc80b27f308f5190758b8689cd1ef6468f85/diff:/mnt/.ix-apps/docker/overlay2/1d17b0644796b4e8fcb9a354c087d35a9ba839384676be61d03caed252889e80/diff:/mnt/.ix-apps/docker/overlay2/daf2917d1ed795a852c3b6cbb9ce7b1a2aa2ebddfb8138c09048d3609b0b062c/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/c9c99d83531e7d2ce43b40ad8d581cea675a93757be6045c5d2c93523587f5b9/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/c9c99d83531e7d2ce43b40ad8d581cea675a93757be6045c5d2c93523587f5b9/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/c9c99d83531e7d2ce43b40ad8d581cea675a93757be6045c5d2c93523587f5b9/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/Vauly/media/downloads", + "Destination": "/downloads", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media/deluge", + "Destination": "/config", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "26bc7cd665e9", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "58846/tcp": {}, + "58946/tcp": {}, + "58946/udp": {}, + "8112/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PGID=1000", + "TZ=America/Denver", + "DOCKGE_ENABLE_CONSOLE=true", + "PUID=1000", + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy", + "LSIO_FIRST_PARTY=true", + "PYTHON_EGG_CACHE=/config/plugins/.python-eggs", + "TMPDIR=/run/deluged-temp" + ], + "Cmd": null, + "Image": "lscr.io/linuxserver/deluge", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- 2.2.0-r1-ls358 Build-date:- 2025-12-08T15:43:25+00:00", + "com.docker.compose.config-hash": "ff7efab544dcd9a005d241fca25afcc9ba1528954d114ae10370a7edd9209dd6", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "gluetun:service_started:false", + "com.docker.compose.image": "sha256:cc3720995443ab48e779352fad9806c235e5c219d6bb51fd177bc0d83de5c5f8", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "vpn-deluge", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge", + "com.docker.compose.replace": "daf1c54b149da07eed2548dbb4ef839392c88f94b6f7483e6e51c7936b98ea2a", + "com.docker.compose.service": "deluge", + "com.docker.compose.version": "2.34.0", + "maintainer": "aptalca", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-12-08T15:43:25+00:00", + "org.opencontainers.image.description": "[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more... ", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-deluge", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "1e3f46375e05f7ac5c33e6280428757e2409006f", + "org.opencontainers.image.revision": "1e3f46375e05f7ac5c33e6280428757e2409006f", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-deluge", + "org.opencontainers.image.title": "Deluge", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-deluge/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "2.2.0-r1-ls358" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "", + "SandboxKey": "", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": {} + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/epic_dewdney.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/epic_dewdney.json new file mode 100644 index 0000000..f552d97 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/epic_dewdney.json @@ -0,0 +1,264 @@ +[ + { + "Id": "c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b", + "Created": "2025-12-14T01:24:50.609129332Z", + "Path": "/init", + "Args": [ + "get-private-key" + ], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2043605, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T01:24:51.424002619Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "unhealthy", + "FailingStreak": 8148, + "Log": [ + { + "Start": "2025-12-16T14:38:56.368372006-08:00", + "End": "2025-12-16T14:39:06.694791912-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:39:38.161401778-08:00", + "End": "2025-12-16T14:39:40.349237113-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:40:10.373136967-08:00", + "End": "2025-12-16T14:40:10.768135528-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:40:40.797183194-08:00", + "End": "2025-12-16T14:40:42.088686997-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:41:12.118016249-08:00", + "End": "2025-12-16T14:41:12.528350643-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + } + ] + } + }, + "Image": "sha256:35d50953f0fbbcccdb49bc8cb8b515fa558a94b22c2b0968b99605cc699937a5", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b/c2fbbec99464995a1f099f04a2d261d4b0ab04b9dbcaf3afb1badb3984b8396b-json.log", + "Name": "/epic_dewdney", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "bridge", + "PortBindings": {}, + "RestartPolicy": { + "Name": "no", + "MaximumRetryCount": 0 + }, + "AutoRemove": true, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 73, + 202 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": [], + "DnsOptions": [], + "DnsSearch": [], + "ExtraHosts": null, + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": [], + "BlkioDeviceReadBps": [], + "BlkioDeviceWriteBps": [], + "BlkioDeviceReadIOps": [], + "BlkioDeviceWriteIOps": [], + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": [], + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": [], + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/a03c86f128d3f746c4ef4a53a0b90a127521c84de9e5a8e969309272eafede96-init/diff:/mnt/.ix-apps/docker/overlay2/b68b8e433891384a940f6d42ad56757d8a2af96292196b2a9aec3ceb055bd763/diff:/mnt/.ix-apps/docker/overlay2/ff7cd65d95e967d2dd67922d877d03dbbbce45fc013d85ba04bf60ae74a0cb5f/diff:/mnt/.ix-apps/docker/overlay2/4b9e3a3413cb8ffd8670bbf065d27acf1bcff8704b14c9e1eac62722f1f1b900/diff:/mnt/.ix-apps/docker/overlay2/f2f9d61e2902f9a963a12695288e8d5c26e57c4329de8401b3848957974ad772/diff:/mnt/.ix-apps/docker/overlay2/732bb579b2331a7f8bea0b93543f8e80528766f02e6013fe4379da237a85ff7c/diff:/mnt/.ix-apps/docker/overlay2/d7eedf78e22b901e15dd808c10b544cd466b87d1bed34ff6c27fed4fb5246acd/diff:/mnt/.ix-apps/docker/overlay2/184767142fe12d5cc8df557d30bdf092ee763bbae61d841646abb23608c235d6/diff:/mnt/.ix-apps/docker/overlay2/0343ed8232b4bf56f37788fdaaedfa20c85b487754f63392fb7e7afe95e79ac4/diff:/mnt/.ix-apps/docker/overlay2/c1603503d2571082fb0532e5f3bf51bb9da30a20743db538c67d39e30ae37b8b/diff:/mnt/.ix-apps/docker/overlay2/ac606f6a719e54ef9d42242d558aab3e08fe156a7d820399747edcf408a0f83c/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/a03c86f128d3f746c4ef4a53a0b90a127521c84de9e5a8e969309272eafede96/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/a03c86f128d3f746c4ef4a53a0b90a127521c84de9e5a8e969309272eafede96/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/a03c86f128d3f746c4ef4a53a0b90a127521c84de9e5a8e969309272eafede96/work" + }, + "Name": "overlay2" + }, + "Mounts": [], + "Config": { + "Hostname": "c2fbbec99464", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy" + ], + "Cmd": [ + "get-private-key" + ], + "Healthcheck": { + "Test": [ + "CMD-SHELL", + "[ $(( $(date -u +%s) - $(wg show wg0 latest-handshakes | awk '{print $2}') )) -le 120 ] || exit 1" + ] + }, + "Image": "ghcr.io/bubuntux/nordlynx", + "Volumes": null, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- a78343e5-ls25 Build-date:- 2025-11-22T13:34:47+00:00", + "maintainer": "Julio Gutierrez julio.guti+nordlynx@pm.me", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-11-22T13:34:47+00:00", + "org.opencontainers.image.description": "baseimage-alpine image by linuxserver.io", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-baseimage-alpine", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7", + "org.opencontainers.image.revision": "5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-baseimage-alpine", + "org.opencontainers.image.title": "Baseimage-alpine", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-baseimage-alpine/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "a78343e5-ls25" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "737785219ce886ca9c97d7b6379842bf8812525e30fa66488e8d193e1f4d4f40", + "SandboxKey": "/var/run/docker/netns/737785219ce8", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "ff68b936d74479ff8575b58b50b841d83a597cf00113b3c48401894dd946e7d6", + "Gateway": "172.16.0.1", + "GlobalIPv6Address": "fdd0::242:ac10:3", + "GlobalIPv6PrefixLen": 64, + "IPAddress": "172.16.0.3", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0::1", + "MacAddress": "02:42:ac:10:00:03", + "Networks": { + "bridge": { + "IPAMConfig": null, + "Links": null, + "Aliases": null, + "MacAddress": "02:42:ac:10:00:03", + "DriverOpts": null, + "NetworkID": "6688e82d28204e0d23dfae3fc29fc7ec99a4cdcfbac9dc72303c1352ed258273", + "EndpointID": "ff68b936d74479ff8575b58b50b841d83a597cf00113b3c48401894dd946e7d6", + "Gateway": "172.16.0.1", + "IPAddress": "172.16.0.3", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0::1", + "GlobalIPv6Address": "fdd0::242:ac10:3", + "GlobalIPv6PrefixLen": 64, + "DNSNames": null + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/flaresolverr.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/flaresolverr.json new file mode 100644 index 0000000..91d47c8 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/flaresolverr.json @@ -0,0 +1,230 @@ +[ + { + "Id": "b9c3baf08da48e81f6d12d07ee1d2119a7a158fc14da69b664b68a842e965c95", + "Created": "2025-12-14T05:37:11.569853248Z", + "Path": "/usr/bin/dumb-init", + "Args": [ + "--", + "/usr/local/bin/python", + "-u", + "/app/flaresolverr.py" + ], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2254244, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T05:37:14.141449119Z", + "FinishedAt": "0001-01-01T00:00:00Z" + }, + "Image": "sha256:2c9df6fe79644081e5146209e936ca21f56426531a457cba1124802d7ac0da6e", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/b9c3baf08da48e81f6d12d07ee1d2119a7a158fc14da69b664b68a842e965c95/b9c3baf08da48e81f6d12d07ee1d2119a7a158fc14da69b664b68a842e965c95-json.log", + "Name": "/flaresolverr", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "container:26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06", + "PortBindings": {}, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/0a988d7b036af31b30e23873930d6a642b99b32b11752f4f444f3a09fa5225ca-init/diff:/mnt/.ix-apps/docker/overlay2/d51ff64b6b297334407891474fea48c022e65a9101fb260954570cdd8714ed89/diff:/mnt/.ix-apps/docker/overlay2/24533675888c557f8f98cbcd04401a75a812348edc8fb07efe458fb8f6d30ed1/diff:/mnt/.ix-apps/docker/overlay2/bce57ea64c947a81fe8c41faebe70d1c1bbcb0eb6cfc0180d4a86c5c72885cbe/diff:/mnt/.ix-apps/docker/overlay2/4cb0c1de2eef57abae48d08e659cd4543a023360664befeecb14497e2dcc0207/diff:/mnt/.ix-apps/docker/overlay2/7ebda7509d9dcc9946f3eebd2da1a119e2be4722bc3d804c8305d61a4f5e08e8/diff:/mnt/.ix-apps/docker/overlay2/0f6e84f0a7139cb316f3c6fdff6e25e50120463ac41b5aaafa7a5b993a0ac3a8/diff:/mnt/.ix-apps/docker/overlay2/d0002b7b1d64a52a110ba3713ee4546a6b2d5a089940b7fe87ebd4e3460e55ac/diff:/mnt/.ix-apps/docker/overlay2/f1b52d4b6a6d1a417846722748e8646e6493c1a274bcf4f4b8ab1aeaefa34ce0/diff:/mnt/.ix-apps/docker/overlay2/4831654f1a7bbde54e1b8a4009be4a3f54bb4a8e77b9df43a66f5b7ef91a6840/diff:/mnt/.ix-apps/docker/overlay2/591dbf882acd704934a9b0c464267bfe0b0d747fb73c2a7a81ef37d0b1ed1a87/diff:/mnt/.ix-apps/docker/overlay2/74a643ef51240c1d967ab666f0c5090b7acb2665cc46b7b1f437b0ca8f6d86c1/diff:/mnt/.ix-apps/docker/overlay2/cad53a80a513e60bce545c178089fae8d632550a3f590b1350d7e937f01530b2/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/0a988d7b036af31b30e23873930d6a642b99b32b11752f4f444f3a09fa5225ca/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/0a988d7b036af31b30e23873930d6a642b99b32b11752f4f444f3a09fa5225ca/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/0a988d7b036af31b30e23873930d6a642b99b32b11752f4f444f3a09fa5225ca/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "volume", + "Name": "e6f7628d8aa2edadca405f3148fc8fa0b58e264d68b5d62802a6b5c289f94608", + "Source": "/mnt/.ix-apps/docker/volumes/e6f7628d8aa2edadca405f3148fc8fa0b58e264d68b5d62802a6b5c289f94608/_data", + "Destination": "/config", + "Driver": "local", + "Mode": "", + "RW": true, + "Propagation": "" + } + ], + "Config": { + "Hostname": "26bc7cd665e9", + "Domainname": "", + "User": "flaresolverr", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "8191/tcp": {}, + "8192/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "TZ=America/Denver", + "LOG_LEVEL=info", + "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305", + "PYTHON_VERSION=3.13.9", + "PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66" + ], + "Cmd": [ + "/usr/local/bin/python", + "-u", + "/app/flaresolverr.py" + ], + "Image": "flaresolverr/flaresolverr:latest", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/app", + "Entrypoint": [ + "/usr/bin/dumb-init", + "--" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "0b963b7617e59668236f81c5d7559def791a8d957e41afa5e584468195406810", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "gluetun:service_started:true", + "com.docker.compose.image": "sha256:2c9df6fe79644081e5146209e936ca21f56426531a457cba1124802d7ac0da6e", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "vpn-deluge", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge", + "com.docker.compose.service": "flaresolverr", + "com.docker.compose.version": "2.34.0", + "org.opencontainers.image.created": "2025-11-29T02:43:01.748Z", + "org.opencontainers.image.description": "Proxy server to bypass Cloudflare protection", + "org.opencontainers.image.licenses": "MIT", + "org.opencontainers.image.revision": "ff65b7cc6861b64b9558dcc9b5449aada88ff48a", + "org.opencontainers.image.source": "https://github.com/FlareSolverr/FlareSolverr", + "org.opencontainers.image.title": "FlareSolverr", + "org.opencontainers.image.url": "https://github.com/FlareSolverr/FlareSolverr", + "org.opencontainers.image.version": "v3.4.6" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "", + "SandboxKey": "", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": {} + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/frosty_gates.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/frosty_gates.json new file mode 100644 index 0000000..070dcd5 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/frosty_gates.json @@ -0,0 +1,264 @@ +[ + { + "Id": "a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe", + "Created": "2025-12-14T01:17:26.538879227Z", + "Path": "/init", + "Args": [ + "get-private-key" + ], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2040512, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T01:17:27.238745075Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "unhealthy", + "FailingStreak": 8163, + "Log": [ + { + "Start": "2025-12-16T14:38:56.368560225-08:00", + "End": "2025-12-16T14:39:06.869552038-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:39:38.161328492-08:00", + "End": "2025-12-16T14:39:40.349797184-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:40:10.373101763-08:00", + "End": "2025-12-16T14:40:10.768205593-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:40:40.797208387-08:00", + "End": "2025-12-16T14:40:42.088669708-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + }, + { + "Start": "2025-12-16T14:41:12.117931077-08:00", + "End": "2025-12-16T14:41:12.565873054-08:00", + "ExitCode": 2, + "Output": "Unable to access interface: Operation not permitted\n/bin/sh: arithmetic syntax error\n" + } + ] + } + }, + "Image": "sha256:35d50953f0fbbcccdb49bc8cb8b515fa558a94b22c2b0968b99605cc699937a5", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe/a61438137ff976dc77565b8b17111ddb95e3fef53cff75731bca01e8352765fe-json.log", + "Name": "/frosty_gates", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "bridge", + "PortBindings": {}, + "RestartPolicy": { + "Name": "no", + "MaximumRetryCount": 0 + }, + "AutoRemove": true, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 73, + 202 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": [], + "DnsOptions": [], + "DnsSearch": [], + "ExtraHosts": null, + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": [], + "BlkioDeviceReadBps": [], + "BlkioDeviceWriteBps": [], + "BlkioDeviceReadIOps": [], + "BlkioDeviceWriteIOps": [], + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": [], + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": [], + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/76a8d48494aab4c1ca7be60e180661a766f0a8aa9c2156ed0ada5f209cbd5428-init/diff:/mnt/.ix-apps/docker/overlay2/b68b8e433891384a940f6d42ad56757d8a2af96292196b2a9aec3ceb055bd763/diff:/mnt/.ix-apps/docker/overlay2/ff7cd65d95e967d2dd67922d877d03dbbbce45fc013d85ba04bf60ae74a0cb5f/diff:/mnt/.ix-apps/docker/overlay2/4b9e3a3413cb8ffd8670bbf065d27acf1bcff8704b14c9e1eac62722f1f1b900/diff:/mnt/.ix-apps/docker/overlay2/f2f9d61e2902f9a963a12695288e8d5c26e57c4329de8401b3848957974ad772/diff:/mnt/.ix-apps/docker/overlay2/732bb579b2331a7f8bea0b93543f8e80528766f02e6013fe4379da237a85ff7c/diff:/mnt/.ix-apps/docker/overlay2/d7eedf78e22b901e15dd808c10b544cd466b87d1bed34ff6c27fed4fb5246acd/diff:/mnt/.ix-apps/docker/overlay2/184767142fe12d5cc8df557d30bdf092ee763bbae61d841646abb23608c235d6/diff:/mnt/.ix-apps/docker/overlay2/0343ed8232b4bf56f37788fdaaedfa20c85b487754f63392fb7e7afe95e79ac4/diff:/mnt/.ix-apps/docker/overlay2/c1603503d2571082fb0532e5f3bf51bb9da30a20743db538c67d39e30ae37b8b/diff:/mnt/.ix-apps/docker/overlay2/ac606f6a719e54ef9d42242d558aab3e08fe156a7d820399747edcf408a0f83c/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/76a8d48494aab4c1ca7be60e180661a766f0a8aa9c2156ed0ada5f209cbd5428/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/76a8d48494aab4c1ca7be60e180661a766f0a8aa9c2156ed0ada5f209cbd5428/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/76a8d48494aab4c1ca7be60e180661a766f0a8aa9c2156ed0ada5f209cbd5428/work" + }, + "Name": "overlay2" + }, + "Mounts": [], + "Config": { + "Hostname": "a61438137ff9", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy" + ], + "Cmd": [ + "get-private-key" + ], + "Healthcheck": { + "Test": [ + "CMD-SHELL", + "[ $(( $(date -u +%s) - $(wg show wg0 latest-handshakes | awk '{print $2}') )) -le 120 ] || exit 1" + ] + }, + "Image": "ghcr.io/bubuntux/nordlynx", + "Volumes": null, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- a78343e5-ls25 Build-date:- 2025-11-22T13:34:47+00:00", + "maintainer": "Julio Gutierrez julio.guti+nordlynx@pm.me", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-11-22T13:34:47+00:00", + "org.opencontainers.image.description": "baseimage-alpine image by linuxserver.io", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-baseimage-alpine", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7", + "org.opencontainers.image.revision": "5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-baseimage-alpine", + "org.opencontainers.image.title": "Baseimage-alpine", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-baseimage-alpine/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "a78343e5-ls25" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "a690c9fbac170bae6b7adb98d58a1dc9346f082a8cf09efbf68a1ce28d7a7119", + "SandboxKey": "/var/run/docker/netns/a690c9fbac17", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "252ea268acb6890a1ededa138f9dd950dc5b58fb747fcfdfaef98bd01640e365", + "Gateway": "172.16.0.1", + "GlobalIPv6Address": "fdd0::242:ac10:2", + "GlobalIPv6PrefixLen": 64, + "IPAddress": "172.16.0.2", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0::1", + "MacAddress": "02:42:ac:10:00:02", + "Networks": { + "bridge": { + "IPAMConfig": null, + "Links": null, + "Aliases": null, + "MacAddress": "02:42:ac:10:00:02", + "DriverOpts": null, + "NetworkID": "6688e82d28204e0d23dfae3fc29fc7ec99a4cdcfbac9dc72303c1352ed258273", + "EndpointID": "252ea268acb6890a1ededa138f9dd950dc5b58fb747fcfdfaef98bd01640e365", + "Gateway": "172.16.0.1", + "IPAddress": "172.16.0.2", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0::1", + "GlobalIPv6Address": "fdd0::242:ac10:2", + "GlobalIPv6PrefixLen": 64, + "DNSNames": null + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/gluetun.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/gluetun.json new file mode 100644 index 0000000..af1f357 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/gluetun.json @@ -0,0 +1,455 @@ +[ + { + "Id": "26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06", + "Created": "2025-12-14T03:52:09.873716931Z", + "Path": "/gluetun-entrypoint", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2132083, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:52:10.693799949Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "unhealthy", + "FailingStreak": 25343, + "Log": [ + { + "Start": "2025-12-16T14:40:51.185824262-08:00", + "End": "2025-12-16T14:40:53.310570714-08:00", + "ExitCode": 1, + "Output": "2025-12-16T15:40:53-07:00 ERROR HTTP response status is not OK: 500 500 Internal Server Error: full periodic check: all check tries failed: attempt 1 (15122ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout, attempt 2 (22619ms): dialing: dial tcp4: lookup github.com: i/o timeout, attempt 3 (39768ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n\n2025-12-16T15:40:53-07:00 INFO Shutdown successful\n" + }, + { + "Start": "2025-12-16T14:40:58.31224677-08:00", + "End": "2025-12-16T14:41:01.725136769-08:00", + "ExitCode": 1, + "Output": "2025-12-16T15:41:01-07:00 ERROR HTTP response status is not OK: 500 500 Internal Server Error: full periodic check: all check tries failed: attempt 1 (15122ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout, attempt 2 (22619ms): dialing: dial tcp4: lookup github.com: i/o timeout, attempt 3 (39768ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n\n2025-12-16T15:41:01-07:00 INFO Shutdown successful\n" + }, + { + "Start": "2025-12-16T14:41:06.829020024-08:00", + "End": "2025-12-16T14:41:09.63885221-08:00", + "ExitCode": 1, + "Output": "2025-12-16T15:41:09-07:00 ERROR HTTP response status is not OK: 500 500 Internal Server Error: full periodic check: all check tries failed: attempt 1 (15122ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout, attempt 2 (22619ms): dialing: dial tcp4: lookup github.com: i/o timeout, attempt 3 (39768ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n\n2025-12-16T15:41:09-07:00 INFO Shutdown successful\n" + }, + { + "Start": "2025-12-16T14:41:14.640971491-08:00", + "End": "2025-12-16T14:41:15.141363552-08:00", + "ExitCode": 1, + "Output": "2025-12-16T15:41:15-07:00 ERROR HTTP response status is not OK: 500 500 Internal Server Error: full periodic check: all check tries failed: attempt 1 (15122ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout, attempt 2 (22619ms): dialing: dial tcp4: lookup github.com: i/o timeout, attempt 3 (39768ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n\n2025-12-16T15:41:15-07:00 INFO Shutdown successful\n" + }, + { + "Start": "2025-12-16T14:41:20.156571044-08:00", + "End": "2025-12-16T14:41:23.066458669-08:00", + "ExitCode": 1, + "Output": "2025-12-16T15:41:23-07:00 ERROR HTTP response status is not OK: 500 500 Internal Server Error: full periodic check: all check tries failed: attempt 1 (15122ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout, attempt 2 (22619ms): dialing: dial tcp4: lookup github.com: i/o timeout, attempt 3 (39768ms): dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n\n2025-12-16T15:41:23-07:00 INFO Shutdown successful\n" + } + ] + } + }, + "Image": "sha256:43fbafd4656a22473d5c00253d56667e59fcb08e415475cc6e63fbbfa0cc9a78", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06-json.log", + "Name": "/gluetun", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "vpn-deluge_default", + "PortBindings": { + "8112/tcp": [ + { + "HostIp": "", + "HostPort": "8112" + } + ], + "9696/tcp": [ + { + "HostIp": "", + "HostPort": "9696" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": [ + "CAP_NET_ADMIN" + ], + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": [ + { + "PathOnHost": "/dev/net/tun", + "PathInContainer": "/dev/net/tun", + "CgroupPermissions": "rwm" + } + ], + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/6060a9966cacd00b8519e625c03ee4351d3062ea46f60fb62d47869e555b9d04-init/diff:/mnt/.ix-apps/docker/overlay2/962261da189d2daf8bf835a8e531fe4d2f4ffd0863d237ff408eda86f553e688/diff:/mnt/.ix-apps/docker/overlay2/629f11282cbf6581e0715dd753da6ec8962722c3f9b8d2998e4c8ebcafa7b91a/diff:/mnt/.ix-apps/docker/overlay2/ae12f33d09b927db84e72a0e5f24a24505a190cabd0f7523bc057e87cefd90bf/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/6060a9966cacd00b8519e625c03ee4351d3062ea46f60fb62d47869e555b9d04/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/6060a9966cacd00b8519e625c03ee4351d3062ea46f60fb62d47869e555b9d04/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/6060a9966cacd00b8519e625c03ee4351d3062ea46f60fb62d47869e555b9d04/work" + }, + "Name": "overlay2" + }, + "Mounts": [], + "Config": { + "Hostname": "26bc7cd665e9", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "8000/tcp": {}, + "8112/tcp": {}, + "8388/tcp": {}, + "8388/udp": {}, + "8888/tcp": {}, + "9696/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "FIREWALL=on", + "VPN_SERVICE_PROVIDER=nordvpn", + "DNS_KEEP_NAMESERVER=on", + "NORDVPN_TOKEN=\"e9f2ab1385ac6162c05e318dd47858f48e7655321850d7297a020d11d66e9325\"", + "VPN_TYPE=wireguard", + "IPV6=off", + "WIREGUARD_PRIVATE_KEY=\"iGRMT2LqalJa86v0eI7lKrDIb3Ziz463v2pHRHIoo3o=\"", + "SERVER_COUNTRIES=United States", + "TZ=America/Denver", + "DOCKGE_ENABLE_CONSOLE=true", + "FIREWALL_OUTBOUND_SUBNETS=192.168.2.0/24", + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "VPN_INTERFACE=tun0", + "OPENVPN_ENDPOINT_IP=", + "OPENVPN_ENDPOINT_PORT=", + "OPENVPN_PROTOCOL=udp", + "OPENVPN_USER=", + "OPENVPN_PASSWORD=", + "OPENVPN_USER_SECRETFILE=/run/secrets/openvpn_user", + "OPENVPN_PASSWORD_SECRETFILE=/run/secrets/openvpn_password", + "OPENVPN_VERSION=2.6", + "OPENVPN_VERBOSITY=1", + "OPENVPN_FLAGS=", + "OPENVPN_CIPHERS=", + "OPENVPN_AUTH=", + "OPENVPN_PROCESS_USER=root", + "OPENVPN_MSSFIX=", + "OPENVPN_CUSTOM_CONFIG=", + "WIREGUARD_ENDPOINT_IP=", + "WIREGUARD_ENDPOINT_PORT=", + "WIREGUARD_CONF_SECRETFILE=/run/secrets/wg0.conf", + "WIREGUARD_PRIVATE_KEY_SECRETFILE=/run/secrets/wireguard_private_key", + "WIREGUARD_PRESHARED_KEY=", + "WIREGUARD_PRESHARED_KEY_SECRETFILE=/run/secrets/wireguard_preshared_key", + "WIREGUARD_PUBLIC_KEY=", + "WIREGUARD_ALLOWED_IPS=", + "WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL=0", + "WIREGUARD_ADDRESSES=", + "WIREGUARD_ADDRESSES_SECRETFILE=/run/secrets/wireguard_addresses", + "WIREGUARD_MTU=1320", + "WIREGUARD_IMPLEMENTATION=auto", + "SERVER_REGIONS=", + "SERVER_CITIES=", + "SERVER_HOSTNAMES=", + "SERVER_CATEGORIES=", + "ISP=", + "OWNED_ONLY=no", + "PRIVATE_INTERNET_ACCESS_OPENVPN_ENCRYPTION_PRESET=", + "VPN_PORT_FORWARDING=off", + "VPN_PORT_FORWARDING_LISTENING_PORT=0", + "VPN_PORT_FORWARDING_PROVIDER=", + "VPN_PORT_FORWARDING_STATUS_FILE=/tmp/gluetun/forwarded_port", + "VPN_PORT_FORWARDING_USERNAME=", + "VPN_PORT_FORWARDING_PASSWORD=", + "VPN_PORT_FORWARDING_UP_COMMAND=", + "VPN_PORT_FORWARDING_DOWN_COMMAND=", + "OPENVPN_CERT=", + "OPENVPN_KEY=", + "OPENVPN_CLIENTCRT_SECRETFILE=/run/secrets/openvpn_clientcrt", + "OPENVPN_CLIENTKEY_SECRETFILE=/run/secrets/openvpn_clientkey", + "OPENVPN_ENCRYPTED_KEY=", + "OPENVPN_ENCRYPTED_KEY_SECRETFILE=/run/secrets/openvpn_encrypted_key", + "OPENVPN_KEY_PASSPHRASE=", + "OPENVPN_KEY_PASSPHRASE_SECRETFILE=/run/secrets/openvpn_key_passphrase", + "SERVER_NUMBER=", + "SERVER_NAMES=", + "STREAM_ONLY=", + "FREE_ONLY=", + "SECURE_CORE_ONLY=", + "TOR_ONLY=", + "MULTIHOP_ONLY=", + "PREMIUM_ONLY=", + "PORT_FORWARD_ONLY=", + "FIREWALL_ENABLED_DISABLING_IT_SHOOTS_YOU_IN_YOUR_FOOT=on", + "FIREWALL_VPN_INPUT_PORTS=", + "FIREWALL_INPUT_PORTS=", + "FIREWALL_DEBUG=off", + "LOG_LEVEL=info", + "HEALTH_SERVER_ADDRESS=127.0.0.1:9999", + "HEALTH_TARGET_ADDRESSES=cloudflare.com:443,github.com:443", + "HEALTH_ICMP_TARGET_IPS=1.1.1.1,8.8.8.8", + "HEALTH_SMALL_CHECK_TYPE=icmp", + "HEALTH_RESTART_VPN=on", + "DNS_SERVER=on", + "DNS_UPSTREAM_RESOLVER_TYPE=DoT", + "DNS_UPSTREAM_RESOLVERS=cloudflare", + "DNS_BLOCK_IPS=", + "DNS_BLOCK_IP_PREFIXES=", + "DNS_CACHING=on", + "DNS_UPSTREAM_IPV6=off", + "BLOCK_MALICIOUS=on", + "BLOCK_SURVEILLANCE=off", + "BLOCK_ADS=off", + "DNS_UNBLOCK_HOSTNAMES=", + "DNS_REBINDING_PROTECTION_EXEMPT_HOSTNAMES=", + "DNS_UPDATE_PERIOD=24h", + "DNS_ADDRESS=127.0.0.1", + "HTTPPROXY=", + "HTTPPROXY_LOG=off", + "HTTPPROXY_LISTENING_ADDRESS=:8888", + "HTTPPROXY_STEALTH=off", + "HTTPPROXY_USER=", + "HTTPPROXY_PASSWORD=", + "HTTPPROXY_USER_SECRETFILE=/run/secrets/httpproxy_user", + "HTTPPROXY_PASSWORD_SECRETFILE=/run/secrets/httpproxy_password", + "SHADOWSOCKS=off", + "SHADOWSOCKS_LOG=off", + "SHADOWSOCKS_LISTENING_ADDRESS=:8388", + "SHADOWSOCKS_PASSWORD=", + "SHADOWSOCKS_PASSWORD_SECRETFILE=/run/secrets/shadowsocks_password", + "SHADOWSOCKS_CIPHER=chacha20-ietf-poly1305", + "HTTP_CONTROL_SERVER_LOG=on", + "HTTP_CONTROL_SERVER_ADDRESS=:8000", + "HTTP_CONTROL_SERVER_AUTH_CONFIG_FILEPATH=/gluetun/auth/config.toml", + "HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE={}", + "UPDATER_PERIOD=0", + "UPDATER_MIN_RATIO=0.8", + "UPDATER_VPN_SERVICE_PROVIDERS=", + "UPDATER_PROTONVPN_EMAIL=", + "UPDATER_PROTONVPN_PASSWORD=", + "PUBLICIP_FILE=/tmp/gluetun/ip", + "PUBLICIP_ENABLED=on", + "PUBLICIP_API=ipinfo,ifconfigco,ip2location,cloudflare", + "PUBLICIP_API_TOKEN=", + "STORAGE_FILEPATH=/gluetun/servers.json", + "PPROF_ENABLED=no", + "PPROF_BLOCK_PROFILE_RATE=0", + "PPROF_MUTEX_PROFILE_RATE=0", + "PPROF_HTTP_SERVER_ADDRESS=:6060", + "VERSION_INFORMATION=on", + "PUID=1000", + "PGID=1000" + ], + "Cmd": null, + "Healthcheck": { + "Test": [ + "CMD-SHELL", + "/gluetun-entrypoint healthcheck" + ], + "Interval": 5000000000, + "Timeout": 5000000000, + "StartPeriod": 10000000000, + "Retries": 3 + }, + "Image": "qmcgaw/gluetun", + "Volumes": null, + "WorkingDir": "/", + "Entrypoint": [ + "/gluetun-entrypoint" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "2c9ec10a8e8c5b5b70a1edf6515e4a67fbc1abd1c9451ab4077cf5db3a1b4481", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:43fbafd4656a22473d5c00253d56667e59fcb08e415475cc6e63fbbfa0cc9a78", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "vpn-deluge", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge", + "com.docker.compose.replace": "5406c37c3d3b308d4680efccb531fa41bf06de3b5659f3b89aa417451acb4027", + "com.docker.compose.service": "gluetun", + "com.docker.compose.version": "2.34.0", + "org.opencontainers.image.authors": "quentin.mcgaw@gmail.com", + "org.opencontainers.image.created": "2025-11-26T13:47:08.821Z", + "org.opencontainers.image.description": "VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.", + "org.opencontainers.image.documentation": "https://github.com/qdm12/gluetun", + "org.opencontainers.image.licenses": "MIT", + "org.opencontainers.image.revision": "c25c9f6f0eeb74f45996f34a1243e56122dac75f", + "org.opencontainers.image.source": "https://github.com/qdm12/gluetun", + "org.opencontainers.image.title": "gluetun", + "org.opencontainers.image.url": "https://github.com/qdm12/gluetun", + "org.opencontainers.image.version": "latest" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "1a1dee05303d77c50ac3055ed93e2129191a26b710b9a65f7c97c2a29a9ccf98", + "SandboxKey": "/var/run/docker/netns/1a1dee05303d", + "Ports": { + "8000/tcp": null, + "8112/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "8112" + }, + { + "HostIp": "::", + "HostPort": "8112" + } + ], + "8388/tcp": null, + "8388/udp": null, + "8888/tcp": null, + "9696/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "9696" + }, + { + "HostIp": "::", + "HostPort": "9696" + } + ] + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "vpn-deluge_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "gluetun", + "gluetun" + ], + "MacAddress": "02:42:ac:10:03:02", + "DriverOpts": null, + "NetworkID": "dc57b5c4e81cf20d38f075dc2cd0408d8604c32207ddd6942ed91c524d36d484", + "EndpointID": "e4c2b4a8c95e55ac4d22bd62b992f21a97816dd8b43519020cba5553de6ec24a", + "Gateway": "172.16.3.1", + "IPAddress": "172.16.3.2", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:3::1", + "GlobalIPv6Address": "fdd0:0:0:3::2", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "gluetun", + "26bc7cd665e9" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-dockge-dockge-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-dockge-dockge-1.json new file mode 100644 index 0000000..08a8676 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-dockge-dockge-1.json @@ -0,0 +1,372 @@ +[ + { + "Id": "45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8", + "Created": "2025-12-13T03:11:22.027889022Z", + "Path": "/usr/bin/dumb-init", + "Args": [ + "--", + "tsx", + "./backend/index.ts" + ], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 1804130, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-13T03:11:22.767025136Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "healthy", + "FailingStreak": 0, + "Log": [ + { + "Start": "2025-12-16T14:38:58.555267424-08:00", + "End": "2025-12-16T14:39:10.734379643-08:00", + "ExitCode": 0, + "Output": "2025/12/16 22:39:04 Checking http://127.0.0.1:31014\n2025/12/16 22:39:10 Health Check OK [Res Code: 200]\n" + }, + { + "Start": "2025-12-16T14:39:40.829325405-08:00", + "End": "2025-12-16T14:39:45.867748467-08:00", + "ExitCode": 0, + "Output": "2025/12/16 22:39:42 Checking http://127.0.0.1:31014\n2025/12/16 22:39:45 Health Check OK [Res Code: 200]\n" + }, + { + "Start": "2025-12-16T14:40:15.919365556-08:00", + "End": "2025-12-16T14:40:17.207591819-08:00", + "ExitCode": 0, + "Output": "2025/12/16 22:40:16 Checking http://127.0.0.1:31014\n2025/12/16 22:40:17 Health Check OK [Res Code: 200]\n" + }, + { + "Start": "2025-12-16T14:40:47.208944738-08:00", + "End": "2025-12-16T14:40:49.806284907-08:00", + "ExitCode": 0, + "Output": "2025/12/16 22:40:48 Checking http://127.0.0.1:31014\n2025/12/16 22:40:49 Health Check OK [Res Code: 200]\n" + }, + { + "Start": "2025-12-16T14:41:20.055210695-08:00", + "End": "2025-12-16T14:41:23.037258219-08:00", + "ExitCode": 0, + "Output": "2025/12/16 22:41:22 Checking http://127.0.0.1:31014\n2025/12/16 22:41:22 Health Check OK [Res Code: 200]\n" + } + ] + } + }, + "Image": "sha256:e85d511b2a8b883da8a1ac2fde39ecddacdc011734e9f89a14b7798d82d5a0d3", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8/45f46edd892329eeb388a1aee9bccc1c4dfcb2846c8bf6359a4d596a03fa3de8-json.log", + "Name": "/ix-dockge-dockge-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "ix-dockge_default", + "PortBindings": { + "31014/tcp": [ + { + "HostIp": "", + "HostPort": "31014" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": [ + "CHOWN", + "DAC_OVERRIDE", + "FOWNER", + "KILL", + "SETFCAP", + "SETGID", + "SETPCAP", + "SETUID" + ], + "CapDrop": [ + "ALL" + ], + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": [ + "568", + "999" + ], + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": [ + "no-new-privileges=true" + ], + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 2147483648, + "NanoCpus": 2000000000, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 4294967296, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/dockge/data", + "Target": "/app/data", + "BindOptions": { + "Propagation": "rprivate" + } + }, + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/dockge/stacks", + "Target": "/mnt/.ix-apps/app_mounts/dockge/stacks", + "BindOptions": { + "Propagation": "rprivate" + } + }, + { + "Type": "bind", + "Source": "/var/run/docker.sock", + "Target": "/var/run/docker.sock", + "BindOptions": { + "Propagation": "rprivate" + } + } + ], + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/a102609f0cc90498aed422e0740bfc0e697f2a558ef0e5bc807e0552e1ded48d-init/diff:/mnt/.ix-apps/docker/overlay2/c36dcef7eb2a059ae6ce1252324ab7b5d4d09d2ebcc3d7d96f2e8376be43f6af/diff:/mnt/.ix-apps/docker/overlay2/207eafe7378174a9cdb72be7286196bfbb10d2b6f9c4aa97bf41d911014a31f2/diff:/mnt/.ix-apps/docker/overlay2/2a6f5694a15ead5822e9e80d4ed904ac3a865bb346bc2a8b5dab9856b1bf4939/diff:/mnt/.ix-apps/docker/overlay2/a4f87c9cf46077106143fdbb1ee4b23d34a26bc982dd4756186cf0059223fe1d/diff:/mnt/.ix-apps/docker/overlay2/0c15b9eef43e2388b6bb8b72050291dd64cf9098e0672ccd5c5baccb0083e822/diff:/mnt/.ix-apps/docker/overlay2/4affd0ce44d8229a7008e830b400850e7ca808d8d77cccb24ffe01ab6f2aa260/diff:/mnt/.ix-apps/docker/overlay2/b1f09e3f4dfb74fdaf4edd76cf3017d75c7421e0035d3526ccf62a121227f191/diff:/mnt/.ix-apps/docker/overlay2/60aba600d05d15d256a5e48c9182b1d23ad57be9d72a4e4238eea50cfdeabc4e/diff:/mnt/.ix-apps/docker/overlay2/46467ae29992496dbd6a1be55aec49de83dc13fbd30075527df7a755e413dee0/diff:/mnt/.ix-apps/docker/overlay2/d38972633c64f20fcc30ee91ba0a2a7e29e4b20ab3f09d9a258200f20eaeab36/diff:/mnt/.ix-apps/docker/overlay2/52f8abdac3da22b951264e9e8c07743bf7120c1f94e487a83cc6445801c786fe/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/a102609f0cc90498aed422e0740bfc0e697f2a558ef0e5bc807e0552e1ded48d/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/a102609f0cc90498aed422e0740bfc0e697f2a558ef0e5bc807e0552e1ded48d/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/a102609f0cc90498aed422e0740bfc0e697f2a558ef0e5bc807e0552e1ded48d/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/dockge/data", + "Destination": "/app/data", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/dockge/stacks", + "Destination": "/mnt/.ix-apps/app_mounts/dockge/stacks", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/var/run/docker.sock", + "Destination": "/var/run/docker.sock", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "45f46edd8923", + "Domainname": "", + "User": "0:0", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "31014/tcp": {}, + "5001/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "NODE_ENV=production", + "NVIDIA_VISIBLE_DEVICES=void", + "TZ=Etc/UTC", + "UMASK=002", + "UMASK_SET=002", + "DOCKGE_DATA_DIR=/app/data", + "DOCKGE_PORT=31014", + "DOCKGE_STACKS_DIR=/mnt/.ix-apps/app_mounts/dockge/stacks", + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "NODE_VERSION=22.14.0", + "YARN_VERSION=1.22.22", + "UV_USE_IO_URING=0" + ], + "Cmd": [ + "tsx", + "./backend/index.ts" + ], + "Healthcheck": { + "Test": [ + "CMD-SHELL", + "/app/extra/healthcheck" + ], + "Interval": 30000000000, + "Timeout": 5000000000, + "StartPeriod": 15000000000, + "StartInterval": 2000000000, + "Retries": 5 + }, + "Image": "louislam/dockge:1.5.0", + "Volumes": { + "/app/data": {} + }, + "WorkingDir": "/app", + "Entrypoint": [ + "/usr/bin/dumb-init", + "--" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "0bca996586820e4f9b1ee176c0a8aab7fa77eab85299a47a277482b8d70c21ed", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:e85d511b2a8b883da8a1ac2fde39ecddacdc011734e9f89a14b7798d82d5a0d3", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "ix-dockge", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/rendered/docker-compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/rendered", + "com.docker.compose.service": "dockge", + "com.docker.compose.version": "2.32.3" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "2a9400eda27d3e7983da5aefea250d9ae38c16bd39325ae314c13201b2450065", + "SandboxKey": "/var/run/docker/netns/2a9400eda27d", + "Ports": { + "31014/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "31014" + }, + { + "HostIp": "::", + "HostPort": "31014" + } + ], + "5001/tcp": null + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "ix-dockge_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "ix-dockge-dockge-1", + "dockge" + ], + "MacAddress": "02:42:ac:10:02:02", + "DriverOpts": null, + "NetworkID": "739809fb93c9d322132f39f363afda57c6bb81cbdbb95300ad0a6164bc663fc2", + "EndpointID": "8ce1275238502a38ac6b16f87899748548dd211bfdad641ba50dd86bf09f4089", + "Gateway": "172.16.2.1", + "IPAddress": "172.16.2.2", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:2::1", + "GlobalIPv6Address": "fdd0:0:0:2::2", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "ix-dockge-dockge-1", + "dockge", + "45f46edd8923" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-permissions-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-permissions-1.json new file mode 100644 index 0000000..f331b33 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-permissions-1.json @@ -0,0 +1,288 @@ +[ + { + "Id": "38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d", + "Created": "2025-12-13T03:30:02.382616026Z", + "Path": "python3", + "Args": [ + "/script/permissions.py" + ], + "State": { + "Status": "exited", + "Running": false, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 0, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-13T03:30:02.967151958Z", + "FinishedAt": "2025-12-13T03:30:04.743143476Z" + }, + "Image": "sha256:cae7b55f7b2669a9faf19fe0fe6ffbc74246b98e133c13fdc322dd03e78244d6", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d/38c6a60059972a0756abc2d046ce6bfecfdc985b9e27c87f3d989049617fc61d-json.log", + "Name": "/ix-plex-permissions-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "none", + "PortBindings": {}, + "RestartPolicy": { + "Name": "on-failure", + "MaximumRetryCount": 1 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": [ + "CHOWN", + "DAC_OVERRIDE", + "FOWNER" + ], + "CapDrop": [ + "ALL" + ], + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": [ + "568" + ], + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": [ + "no-new-privileges=true" + ], + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 1073741824, + "NanoCpus": 2000000000, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 2147483648, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/plex/config", + "Target": "/mnt/permission/config", + "BindOptions": { + "Propagation": "rprivate" + } + }, + { + "Type": "volume", + "Source": "ix-plex_plex-logs", + "Target": "/mnt/permission/logs", + "VolumeOptions": {} + }, + { + "Type": "volume", + "Source": "ix-plex_plex-transcodes", + "Target": "/mnt/permission/transcode", + "VolumeOptions": {} + } + ], + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/30aec32989d63d63131968475008b1f81d095e03e18a3f84764ca35840289891-init/diff:/mnt/.ix-apps/docker/overlay2/51e8b90a639703edcd650c405d9d9242111559a770947fe31aea1d5269c86a0b/diff:/mnt/.ix-apps/docker/overlay2/1106610f65fa5f9f5c24ac42512f56f38e54cd7252bad5c2299eb26fd66a77a9/diff:/mnt/.ix-apps/docker/overlay2/28370aa5f27a383a1790c83211bbf4db5d733ed1df1ffe72eb447c4acbff96ac/diff:/mnt/.ix-apps/docker/overlay2/5c42c0f4cd60d1e976bb5ab3b249f707570b3de6c04c3a6ca4d8736c833ac235/diff:/mnt/.ix-apps/docker/overlay2/80ceb71f2b711cee6699fc3fc553de3fbddb65c43e5d57492de895cf0dcb5e36/diff:/mnt/.ix-apps/docker/overlay2/3e0e8d66f72f3a282ee216467706d0962c1d377beae8d9ead5d35ea6d5ee9df9/diff:/mnt/.ix-apps/docker/overlay2/0ef4c934ee55d807fd25d2177a071d6f280411791dac5b7eadfb929df8b82c0b/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/30aec32989d63d63131968475008b1f81d095e03e18a3f84764ca35840289891/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/30aec32989d63d63131968475008b1f81d095e03e18a3f84764ca35840289891/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/30aec32989d63d63131968475008b1f81d095e03e18a3f84764ca35840289891/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/plex/config", + "Destination": "/mnt/permission/config", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "volume", + "Name": "ix-plex_plex-logs", + "Source": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-logs/_data", + "Destination": "/mnt/permission/logs", + "Driver": "local", + "Mode": "z", + "RW": true, + "Propagation": "" + }, + { + "Type": "volume", + "Name": "ix-plex_plex-transcodes", + "Source": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-transcodes/_data", + "Destination": "/mnt/permission/transcode", + "Driver": "local", + "Mode": "z", + "RW": true, + "Propagation": "" + } + ], + "Config": { + "Hostname": "38c6a6005997", + "Domainname": "", + "User": "0:0", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PUID=568", + "UMASK=002", + "UID=568", + "USER_ID=568", + "TZ=America/Denver", + "NVIDIA_VISIBLE_DEVICES=void", + "GID=568", + "GROUP_ID=568", + "PGID=568", + "UMASK_SET=002", + "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PYTHON_VERSION=3.14.0", + "PYTHON_SHA256=2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e9" + ], + "Cmd": null, + "Healthcheck": { + "Test": [ + "NONE" + ] + }, + "Image": "ixsystems/container-utils:1.0.2", + "Volumes": null, + "WorkingDir": "/tmp", + "Entrypoint": [ + "python3", + "/script/permissions.py" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "7336c8d46b29cdb93546b163b0b4bf4637b235d8b5bbf69ca7b70dba54c14f55", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:cae7b55f7b2669a9faf19fe0fe6ffbc74246b98e133c13fdc322dd03e78244d6", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "ix-plex", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered/docker-compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered", + "com.docker.compose.service": "permissions", + "com.docker.compose.version": "2.32.3" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "", + "SandboxKey": "", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "none": { + "IPAMConfig": null, + "Links": null, + "Aliases": null, + "MacAddress": "", + "DriverOpts": null, + "NetworkID": "36e70f04599660fc64832ae8793498190abafd9bee70edc10212356a2d59c12c", + "EndpointID": "", + "Gateway": "", + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": null + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-plex-1.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-plex-1.json new file mode 100644 index 0000000..5ae9a63 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/ix-plex-plex-1.json @@ -0,0 +1,408 @@ +[ + { + "Id": "3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44", + "Created": "2025-12-13T03:30:02.687410278Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 1814134, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-13T03:30:05.28560116Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "healthy", + "FailingStreak": 2, + "Log": [ + { + "Start": "2025-12-16T14:38:29.749732471-08:00", + "End": "2025-12-16T14:38:35.13256917-08:00", + "ExitCode": -1, + "Output": "Health check exceeded timeout (5s)" + }, + { + "Start": "2025-12-16T14:39:05.732527812-08:00", + "End": "2025-12-16T14:39:20.798580861-08:00", + "ExitCode": -1, + "Output": "Health check exceeded timeout (5s)" + }, + { + "Start": "2025-12-16T14:39:51.222071941-08:00", + "End": "2025-12-16T14:39:55.947649448-08:00", + "ExitCode": 0, + "Output": "" + }, + { + "Start": "2025-12-16T14:40:25.949233743-08:00", + "End": "2025-12-16T14:40:31.793436711-08:00", + "ExitCode": -1, + "Output": "Health check exceeded timeout (5s)" + }, + { + "Start": "2025-12-16T14:41:01.795330194-08:00", + "End": "2025-12-16T14:41:07.578607224-08:00", + "ExitCode": -1, + "Output": "Health check exceeded timeout (5s)" + } + ] + } + }, + "Image": "sha256:59d62a4dde23caa1a3251f46b53698a0dbd552b6d0f0ac13ab68bfce580ca5cc", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44/3a2f37cf7910474ab53db45287309bd605a51c02e107ac95a56b531b66d6dd44-json.log", + "Name": "/ix-plex-plex-1", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "ix-plex_default", + "PortBindings": { + "32400/tcp": [ + { + "HostIp": "", + "HostPort": "32400" + } + ] + }, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": [ + "CHOWN", + "DAC_OVERRIDE", + "FOWNER", + "KILL", + "SETGID", + "SETUID" + ], + "CapDrop": [ + "ALL" + ], + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": [ + "568" + ], + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": [ + "no-new-privileges=true" + ], + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 4294967296, + "NanoCpus": 2000000000, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 8589934592, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/plex/config", + "Target": "/config", + "BindOptions": { + "Propagation": "rprivate" + } + }, + { + "Type": "volume", + "Source": "ix-plex_plex-logs", + "Target": "/config/Library/Application Support/Plex Media Server/Logs", + "VolumeOptions": {} + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media", + "Target": "/data", + "BindOptions": { + "Propagation": "rprivate" + } + }, + { + "Type": "volume", + "Source": "ix-plex_plex-transcodes", + "Target": "/transcode", + "VolumeOptions": {} + } + ], + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/56f8522c974da754406ae151b85ecf5c3703f9d3c712787233ae7296d0c2956b-init/diff:/mnt/.ix-apps/docker/overlay2/1c5996283b1c5a4632d3c028881a3cf10e9fade0feb51d5eeb86e5d7f5edcdae/diff:/mnt/.ix-apps/docker/overlay2/fce9eb88071c06fd52b10ee8a6aba176f601bf90cf60028d87f723a39c187d7f/diff:/mnt/.ix-apps/docker/overlay2/58e4b8ac8b3d9c9896047c658c93f1ec557d42a594fe51f40966c8a11e6e6ccc/diff:/mnt/.ix-apps/docker/overlay2/0b99f4bfeae387dc4eeb5a886c04a2490bf01716d0066dcc1d1441aa56f2aed7/diff:/mnt/.ix-apps/docker/overlay2/4ceac17a60f189febaf973d2dc2faa5a397d0b52089ded9018f27504d3b33ced/diff:/mnt/.ix-apps/docker/overlay2/3d33b289151d9ce8ff6d654edee08b3d58384e737a85b76b763afde40bb1be25/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/56f8522c974da754406ae151b85ecf5c3703f9d3c712787233ae7296d0c2956b/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/56f8522c974da754406ae151b85ecf5c3703f9d3c712787233ae7296d0c2956b/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/56f8522c974da754406ae151b85ecf5c3703f9d3c712787233ae7296d0c2956b/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/.ix-apps/app_mounts/plex/config", + "Destination": "/config", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "volume", + "Name": "ix-plex_plex-logs", + "Source": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-logs/_data", + "Destination": "/config/Library/Application Support/Plex Media Server/Logs", + "Driver": "local", + "Mode": "z", + "RW": true, + "Propagation": "" + }, + { + "Type": "bind", + "Source": "/mnt/Vauly/media", + "Destination": "/data", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + }, + { + "Type": "volume", + "Name": "ix-plex_plex-transcodes", + "Source": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-transcodes/_data", + "Destination": "/transcode", + "Driver": "local", + "Mode": "z", + "RW": true, + "Propagation": "" + } + ], + "Config": { + "Hostname": "3a2f37cf7910", + "Domainname": "", + "User": "0:0", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "1900/udp": {}, + "32400/tcp": {}, + "32410/udp": {}, + "32412/udp": {}, + "32413/udp": {}, + "32414/udp": {}, + "32469/tcp": {}, + "8324/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "GID=568", + "GROUP_ID=568", + "PLEX_CLAIM=claim-K3BW636jdU_FWC28xhwU", + "UID=568", + "NVIDIA_VISIBLE_DEVICES=void", + "PLEX_GID=568", + "ALLOWED_NETWORKS=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16", + "UMASK=002", + "PLEX_UID=568", + "UMASK_SET=002", + "PGID=568", + "PUID=568", + "TZ=America/Denver", + "USER_ID=568", + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "TERM=xterm", + "LANG=C.UTF-8", + "LC_ALL=C.UTF-8", + "CHANGE_CONFIG_DIR_OWNERSHIP=true", + "HOME=/config" + ], + "Cmd": null, + "Healthcheck": { + "Test": [ + "CMD-SHELL", + "/healthcheck.sh" + ], + "Interval": 30000000000, + "Timeout": 5000000000, + "StartPeriod": 15000000000, + "StartInterval": 2000000000, + "Retries": 5 + }, + "Image": "plexinc/pms-docker:1.42.2.10156-f737b826c", + "Volumes": { + "/config": {}, + "/transcode": {} + }, + "WorkingDir": "", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "com.docker.compose.config-hash": "cfef33691ea71532de64d4b590fadaf46a107bf67bb794f2f30dd590bf5058f7", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "permissions:service_completed_successfully:false", + "com.docker.compose.image": "sha256:59d62a4dde23caa1a3251f46b53698a0dbd552b6d0f0ac13ab68bfce580ca5cc", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "ix-plex", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered/docker-compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered", + "com.docker.compose.service": "plex", + "com.docker.compose.version": "2.32.3", + "org.opencontainers.image.created": "2025-09-18T15:14:18.167Z", + "org.opencontainers.image.description": "\"The Plex Media Server\"", + "org.opencontainers.image.licenses": "NOASSERTION", + "org.opencontainers.image.ref.name": "ubuntu", + "org.opencontainers.image.revision": "85364963a51bfb9bd89327036f50a4e6f0479d70", + "org.opencontainers.image.source": "https://github.com/plexinc/pms-docker", + "org.opencontainers.image.title": "Plex Media Server", + "org.opencontainers.image.url": "https://github.com/plexinc/plex-media-server", + "org.opencontainers.image.vendor": "Plex, GmbH", + "org.opencontainers.image.version": "1.42.2.10156-f737b826c" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "c6735f5cb1029ad848feffb49fc8c96282279ba4b0bb39a33aa3b9c0f056536d", + "SandboxKey": "/var/run/docker/netns/c6735f5cb102", + "Ports": { + "1900/udp": null, + "32400/tcp": [ + { + "HostIp": "0.0.0.0", + "HostPort": "32400" + }, + { + "HostIp": "::", + "HostPort": "32400" + } + ], + "32410/udp": null, + "32412/udp": null, + "32413/udp": null, + "32414/udp": null, + "32469/tcp": null, + "8324/tcp": null + }, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": { + "ix-plex_default": { + "IPAMConfig": null, + "Links": null, + "Aliases": [ + "ix-plex-plex-1", + "plex" + ], + "MacAddress": "02:42:ac:10:01:02", + "DriverOpts": null, + "NetworkID": "2dc8d24e046df5323c476d20786d73a611df9e082b74b9e929a1222d3d57c818", + "EndpointID": "b8ecee4a4cb7ce24492ac37ba8a4a3c4b2e0ea89a24764acb59acb66c1a504fd", + "Gateway": "172.16.1.1", + "IPAddress": "172.16.1.2", + "IPPrefixLen": 24, + "IPv6Gateway": "fdd0:0:0:1::1", + "GlobalIPv6Address": "fdd0:0:0:1::2", + "GlobalIPv6PrefixLen": 64, + "DNSNames": [ + "ix-plex-plex-1", + "plex", + "3a2f37cf7910" + ] + } + } + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/prowlarr.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/prowlarr.json new file mode 100644 index 0000000..15bbc7c --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/containers/prowlarr.json @@ -0,0 +1,235 @@ +[ + { + "Id": "5c1edaf31660eec089d2cdcfe520faf98cee93a416236084796bd70a537221bd", + "Created": "2025-12-14T03:52:10.054792627Z", + "Path": "/init", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 2132210, + "ExitCode": 0, + "Error": "", + "StartedAt": "2025-12-14T03:52:11.131727283Z", + "FinishedAt": "0001-01-01T00:00:00Z" + }, + "Image": "sha256:cc717f0c350b729f1358ef1c7c070cf749ce6298a974bcfa9d0447b819661657", + "ResolvConfPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/resolv.conf", + "HostnamePath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hostname", + "HostsPath": "/mnt/.ix-apps/docker/containers/26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06/hosts", + "LogPath": "/mnt/.ix-apps/docker/containers/5c1edaf31660eec089d2cdcfe520faf98cee93a416236084796bd70a537221bd/5c1edaf31660eec089d2cdcfe520faf98cee93a416236084796bd70a537221bd-json.log", + "Name": "/prowlarr", + "RestartCount": 0, + "Driver": "overlay2", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/mnt/Vauly/media/prowlarr/data:/config:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "container:26bc7cd665e97f4e1e157a2abb17e0c1956a2bcc33df451d04c0dac7269b5a06", + "PortBindings": {}, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": null, + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/asound", + "/proc/acpi", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/timer_list", + "/proc/timer_stats", + "/proc/sched_debug", + "/proc/scsi", + "/sys/firmware", + "/sys/devices/virtual/powercap" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ] + }, + "GraphDriver": { + "Data": { + "LowerDir": "/mnt/.ix-apps/docker/overlay2/f39e71708a2238c6b8924cb35f3381642d8a512a39674be55fe0dd11411bc3df-init/diff:/mnt/.ix-apps/docker/overlay2/240a8268494ea31c023e675162593684938dc09f893853a4aa36096a9393f76d/diff:/mnt/.ix-apps/docker/overlay2/d789ad32b47ffe2285d42c26adf18ad2fca4102fe4043a702d3e71a191afba56/diff:/mnt/.ix-apps/docker/overlay2/aabec049f41ca2aaf5bf6d93244fa950dce2506bb709e9d4ec1f6d06b884192e/diff:/mnt/.ix-apps/docker/overlay2/50ce4bc7e9eef72f7ecee881ead72d123f9e163ede2e6776710b9639e1392d11/diff:/mnt/.ix-apps/docker/overlay2/24a55a540a7f56cf765b0f158a87821a199bd84f99a453e05a636b01161cca1a/diff:/mnt/.ix-apps/docker/overlay2/9d9eec7346178194cc15aafaa15f6757a645ee65d74f752bb251c91a970a2070/diff:/mnt/.ix-apps/docker/overlay2/30e02d5eccc708882336d57b49d62d76847375033ed7f82a15836c311533e682/diff:/mnt/.ix-apps/docker/overlay2/d94a97533914d5da579c64c97e74187e59d24c4be0a24af06b606ebdf1e9d3a1/diff:/mnt/.ix-apps/docker/overlay2/2b5452399780a852f44698e4d2c561a592330df1e26f21a54223d27b59ef63c2/diff", + "MergedDir": "/mnt/.ix-apps/docker/overlay2/f39e71708a2238c6b8924cb35f3381642d8a512a39674be55fe0dd11411bc3df/merged", + "UpperDir": "/mnt/.ix-apps/docker/overlay2/f39e71708a2238c6b8924cb35f3381642d8a512a39674be55fe0dd11411bc3df/diff", + "WorkDir": "/mnt/.ix-apps/docker/overlay2/f39e71708a2238c6b8924cb35f3381642d8a512a39674be55fe0dd11411bc3df/work" + }, + "Name": "overlay2" + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/mnt/Vauly/media/prowlarr/data", + "Destination": "/config", + "Mode": "rw", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "26bc7cd665e9", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "9696/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PUID=1000", + "PGID=1000", + "TZ=America/Denver", + "DOCKGE_ENABLE_CONSOLE=true", + "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "PS1=$(whoami)@$(hostname):$(pwd)\\$ ", + "HOME=/root", + "TERM=xterm", + "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0", + "S6_VERBOSITY=1", + "S6_STAGE2_HOOK=/docker-mods", + "VIRTUAL_ENV=/lsiopy", + "LSIO_FIRST_PARTY=true", + "XDG_CONFIG_HOME=/config/xdg", + "COMPlus_EnableDiagnostics=0", + "TMPDIR=/run/prowlarr-temp" + ], + "Cmd": null, + "Image": "lscr.io/linuxserver/prowlarr:latest", + "Volumes": { + "/config": {} + }, + "WorkingDir": "/", + "Entrypoint": [ + "/init" + ], + "OnBuild": null, + "Labels": { + "build_version": "Linuxserver.io version:- 2.3.0.5236-ls133 Build-date:- 2025-11-26T04:04:20+00:00", + "com.docker.compose.config-hash": "34c1d9d43da7f418d010bfb1cb2d16bd2a1e5febb12b5b475a94a5f02b93b713", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "gluetun:service_started:false", + "com.docker.compose.image": "sha256:cc717f0c350b729f1358ef1c7c070cf749ce6298a974bcfa9d0447b819661657", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "vpn-deluge", + "com.docker.compose.project.config_files": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml", + "com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge", + "com.docker.compose.service": "prowlarr", + "com.docker.compose.version": "2.34.0", + "maintainer": "Roxedus,thespad", + "org.opencontainers.image.authors": "linuxserver.io", + "org.opencontainers.image.created": "2025-11-26T04:04:20+00:00", + "org.opencontainers.image.description": "[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all). ", + "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-prowlarr", + "org.opencontainers.image.licenses": "GPL-3.0-only", + "org.opencontainers.image.ref.name": "854aeb00388805f0e09f981bfaab9639df5a1227", + "org.opencontainers.image.revision": "854aeb00388805f0e09f981bfaab9639df5a1227", + "org.opencontainers.image.source": "https://github.com/linuxserver/docker-prowlarr", + "org.opencontainers.image.title": "Prowlarr", + "org.opencontainers.image.url": "https://github.com/linuxserver/docker-prowlarr/packages", + "org.opencontainers.image.vendor": "linuxserver.io", + "org.opencontainers.image.version": "2.3.0.5236-ls133" + } + }, + "NetworkSettings": { + "Bridge": "", + "SandboxID": "", + "SandboxKey": "", + "Ports": {}, + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "", + "Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "MacAddress": "", + "Networks": {} + } + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-compose-projects.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-compose-projects.json new file mode 100644 index 0000000..e69de29 diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json new file mode 100644 index 0000000..d2e1e25 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.json @@ -0,0 +1,210 @@ +[ + { + "Command": "\"/usr/bin/dumb-init …\"", + "CreatedAt": "2025-12-13 21:37:11 -0800 PST", + "ID": "b9c3baf08da4", + "Image": "flaresolverr/flaresolverr:latest", + "Labels": "org.opencontainers.image.revision=ff65b7cc6861b64b9558dcc9b5449aada88ff48a,org.opencontainers.image.source=https://github.com/FlareSolverr/FlareSolverr,org.opencontainers.image.version=v3.4.6,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge,com.docker.compose.service=flaresolverr,org.opencontainers.image.licenses=MIT,com.docker.compose.config-hash=0b963b7617e59668236f81c5d7559def791a8d957e41afa5e584468195406810,com.docker.compose.image=sha256:2c9df6fe79644081e5146209e936ca21f56426531a457cba1124802d7ac0da6e,com.docker.compose.version=2.34.0,org.opencontainers.image.description=Proxy server to bypass Cloudflare protection,org.opencontainers.image.url=https://github.com/FlareSolverr/FlareSolverr,com.docker.compose.container-number=1,com.docker.compose.depends_on=gluetun:service_started:true,org.opencontainers.image.created=2025-11-29T02:43:01.748Z,com.docker.compose.oneoff=False,com.docker.compose.project=vpn-deluge,org.opencontainers.image.title=FlareSolverr", + "LocalVolumes": "1", + "Mounts": "e6f7628d8aa2ed…", + "Names": "flaresolverr", + "Networks": "", + "Ports": "", + "RunningFor": "2 days ago", + "Size": "338MB (virtual 1.02GB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-13 19:52:10 -0800 PST", + "ID": "5c1edaf31660", + "Image": "lscr.io/linuxserver/prowlarr:latest", + "Labels": "com.docker.compose.config-hash=34c1d9d43da7f418d010bfb1cb2d16bd2a1e5febb12b5b475a94a5f02b93b713,com.docker.compose.container-number=1,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-prowlarr,org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.title=Prowlarr,org.opencontainers.image.vendor=linuxserver.io,com.docker.compose.service=prowlarr,com.docker.compose.version=2.34.0,maintainer=Roxedus,thespad,org.opencontainers.image.created=2025-11-26T04:04:20+00:00,org.opencontainers.image.ref.name=854aeb00388805f0e09f981bfaab9639df5a1227,org.opencontainers.image.url=https://github.com/linuxserver/docker-prowlarr/packages,org.opencontainers.image.version=2.3.0.5236-ls133,com.docker.compose.image=sha256:cc717f0c350b729f1358ef1c7c070cf749ce6298a974bcfa9d0447b819661657,com.docker.compose.project=vpn-deluge,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge,org.opencontainers.image.description=[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all). ,org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.revision=854aeb00388805f0e09f981bfaab9639df5a1227,org.opencontainers.image.source=https://github.com/linuxserver/docker-prowlarr,build_version=Linuxserver.io version:- 2.3.0.5236-ls133 Build-date:- 2025-11-26T04:04:20+00:00,com.docker.compose.depends_on=gluetun:service_started:false,com.docker.compose.oneoff=False,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml", + "LocalVolumes": "0", + "Mounts": "/mnt/Vauly/med…", + "Names": "prowlarr", + "Networks": "", + "Ports": "", + "RunningFor": "2 days ago", + "Size": "23.4kB (virtual 193MB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-13 19:52:10 -0800 PST", + "ID": "e10aa1ce7cba", + "Image": "lscr.io/linuxserver/deluge", + "Labels": "build_version=Linuxserver.io version:- 2.2.0-r1-ls358 Build-date:- 2025-12-08T15:43:25+00:00,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge,org.opencontainers.image.ref.name=1e3f46375e05f7ac5c33e6280428757e2409006f,org.opencontainers.image.vendor=linuxserver.io,com.docker.compose.config-hash=ff7efab544dcd9a005d241fca25afcc9ba1528954d114ae10370a7edd9209dd6,com.docker.compose.replace=daf1c54b149da07eed2548dbb4ef839392c88f94b6f7483e6e51c7936b98ea2a,com.docker.compose.service=deluge,org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.description=[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more... ,org.opencontainers.image.url=https://github.com/linuxserver/docker-deluge/packages,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml,org.opencontainers.image.created=2025-12-08T15:43:25+00:00,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-deluge,org.opencontainers.image.source=https://github.com/linuxserver/docker-deluge,maintainer=aptalca,org.opencontainers.image.licenses=GPL-3.0-only,com.docker.compose.container-number=1,com.docker.compose.depends_on=gluetun:service_started:false,com.docker.compose.image=sha256:cc3720995443ab48e779352fad9806c235e5c219d6bb51fd177bc0d83de5c5f8,com.docker.compose.oneoff=False,com.docker.compose.project=vpn-deluge,com.docker.compose.version=2.34.0,org.opencontainers.image.revision=1e3f46375e05f7ac5c33e6280428757e2409006f,org.opencontainers.image.title=Deluge,org.opencontainers.image.version=2.2.0-r1-ls358", + "LocalVolumes": "0", + "Mounts": "/mnt/Vauly/med…,/mnt/Vauly/med…", + "Names": "deluge", + "Networks": "", + "Ports": "", + "RunningFor": "2 days ago", + "Size": "24.8kB (virtual 151MB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/gluetun-entrypoint\"", + "CreatedAt": "2025-12-13 19:52:09 -0800 PST", + "ID": "26bc7cd665e9", + "Image": "qmcgaw/gluetun", + "Labels": "com.docker.compose.depends_on=,com.docker.compose.oneoff=False,com.docker.compose.project=vpn-deluge,com.docker.compose.replace=5406c37c3d3b308d4680efccb531fa41bf06de3b5659f3b89aa417451acb4027,com.docker.compose.service=gluetun,com.docker.compose.version=2.34.0,org.opencontainers.image.authors=quentin.mcgaw@gmail.com,com.docker.compose.container-number=1,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge/compose.yaml,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/vpn-deluge,org.opencontainers.image.url=https://github.com/qdm12/gluetun,org.opencontainers.image.licenses=MIT,org.opencontainers.image.source=https://github.com/qdm12/gluetun,org.opencontainers.image.title=gluetun,com.docker.compose.config-hash=2c9ec10a8e8c5b5b70a1edf6515e4a67fbc1abd1c9451ab4077cf5db3a1b4481,com.docker.compose.image=sha256:43fbafd4656a22473d5c00253d56667e59fcb08e415475cc6e63fbbfa0cc9a78,org.opencontainers.image.created=2025-11-26T13:47:08.821Z,org.opencontainers.image.description=VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.,org.opencontainers.image.documentation=https://github.com/qdm12/gluetun,org.opencontainers.image.revision=c25c9f6f0eeb74f45996f34a1243e56122dac75f,org.opencontainers.image.version=latest", + "LocalVolumes": "0", + "Mounts": "", + "Names": "gluetun", + "Networks": "vpn-deluge_default", + "Ports": "8000/tcp, 8388/tcp, 0.0.0.0:8112->8112/tcp, :::8112->8112/tcp, 8888/tcp, 0.0.0.0:9696->9696/tcp, :::9696->9696/tcp, 8388/udp", + "RunningFor": "2 days ago", + "Size": "7.37MB (virtual 49.8MB)", + "State": "running", + "Status": "Up 2 days (unhealthy)" + }, + { + "Command": "\"/init get-private-k…\"", + "CreatedAt": "2025-12-13 17:24:50 -0800 PST", + "ID": "c2fbbec99464", + "Image": "ghcr.io/bubuntux/nordlynx", + "Labels": "org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages,build_version=Linuxserver.io version:- a78343e5-ls25 Build-date:- 2025-11-22T13:34:47+00:00,org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.description=baseimage-alpine image by linuxserver.io,org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.revision=5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7,maintainer=Julio Gutierrez julio.guti+nordlynx@pm.me,org.opencontainers.image.ref.name=5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7,org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine,org.opencontainers.image.vendor=linuxserver.io,org.opencontainers.image.created=2025-11-22T13:34:47+00:00,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine,org.opencontainers.image.title=Baseimage-alpine,org.opencontainers.image.version=a78343e5-ls25", + "LocalVolumes": "0", + "Mounts": "", + "Names": "epic_dewdney", + "Networks": "bridge", + "Ports": "", + "RunningFor": "2 days ago", + "Size": "20.1kB (virtual 31.7MB)", + "State": "running", + "Status": "Up 2 days (unhealthy)" + }, + { + "Command": "\"/init get-private-k…\"", + "CreatedAt": "2025-12-13 17:17:26 -0800 PST", + "ID": "a61438137ff9", + "Image": "ghcr.io/bubuntux/nordlynx", + "Labels": "org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.title=Baseimage-alpine,org.opencontainers.image.version=a78343e5-ls25,maintainer=Julio Gutierrez julio.guti+nordlynx@pm.me,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine,org.opencontainers.image.ref.name=5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7,org.opencontainers.image.vendor=linuxserver.io,org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.description=baseimage-alpine image by linuxserver.io,org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages,build_version=Linuxserver.io version:- a78343e5-ls25 Build-date:- 2025-11-22T13:34:47+00:00,org.opencontainers.image.created=2025-11-22T13:34:47+00:00,org.opencontainers.image.revision=5c9bb814f3fdcc230b2cb9d368418f6da0bc88e7,org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine", + "LocalVolumes": "0", + "Mounts": "", + "Names": "frosty_gates", + "Networks": "bridge", + "Ports": "", + "RunningFor": "2 days ago", + "Size": "20.1kB (virtual 31.7MB)", + "State": "running", + "Status": "Up 2 days (unhealthy)" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-13 08:23:53 -0800 PST", + "ID": "b717503fcc3d", + "Image": "lscr.io/linuxserver/radarr:latest", + "Labels": "org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr,org.opencontainers.image.vendor=linuxserver.io,com.docker.compose.config-hash=0990750b55a3971436608ed1b3f11245365ca3aa7cb9413ad76d67515cd435a0,com.docker.compose.version=2.34.0,maintainer=Roxedus,thespad,org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies Γ  la Couchpotato. ,org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.revision=2af6aea50f3e98007223aae2e8c053d09832396f,org.opencontainers.image.version=6.0.4.10291-ls288,com.docker.compose.container-number=1,com.docker.compose.depends_on=,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml,org.opencontainers.image.created=2025-11-23T17:00:47+00:00,org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages,build_version=Linuxserver.io version:- 6.0.4.10291-ls288 Build-date:- 2025-11-23T17:00:47+00:00,com.docker.compose.project=arr-stack,org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr,org.opencontainers.image.title=Radarr,org.opencontainers.image.ref.name=2af6aea50f3e98007223aae2e8c053d09832396f,com.docker.compose.image=sha256:7a7549821e38515543473b6468fe2c15bcbed5782982148658989714e437554a,com.docker.compose.oneoff=False,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack,com.docker.compose.service=radarr", + "LocalVolumes": "0", + "Mounts": "/mnt/Vauly/med…,/mnt/Vauly/med…,/mnt/Vauly/med…", + "Names": "arr-stack-radarr-1", + "Networks": "ix-plex_default", + "Ports": "0.0.0.0:7878->7878/tcp, :::7878->7878/tcp", + "RunningFor": "3 days ago", + "Size": "23.4kB (virtual 218MB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-13 08:23:53 -0800 PST", + "ID": "bcb36fb9aa89", + "Image": "lscr.io/linuxserver/bazarr:latest", + "Labels": "org.opencontainers.image.authors=linuxserver.io,org.opencontainers.image.created=2025-12-09T21:33:37+00:00,org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.title=Bazarr,com.docker.compose.container-number=1,com.docker.compose.oneoff=False,com.docker.compose.project=arr-stack,maintainer=chbmb,com.docker.compose.image=sha256:8299f2426299b004d50e0bf31fcee74921b238b95a0aa1b436e70c2654503b2a,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml,com.docker.compose.service=bazarr,org.opencontainers.image.description=[Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.,org.opencontainers.image.vendor=linuxserver.io,org.opencontainers.image.version=v1.5.3-ls327,com.docker.compose.config-hash=7b9aa0f0d6189c8399e8fc3600f5ef06f45f359a603dd5439369e3fb035cca75,com.docker.compose.depends_on=,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-bazarr,org.opencontainers.image.url=https://github.com/linuxserver/docker-bazarr/packages,org.opencontainers.image.revision=1852470226109ed6612e61a92ee3b7da77439464,org.opencontainers.image.source=https://github.com/linuxserver/docker-bazarr,build_version=Linuxserver.io version:- v1.5.3-ls327 Build-date:- 2025-12-09T21:33:37+00:00,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack,com.docker.compose.version=2.34.0,org.opencontainers.image.ref.name=1852470226109ed6612e61a92ee3b7da77439464", + "LocalVolumes": "0", + "Mounts": "/mnt/Vauly/med…,/mnt/Vauly/med…,/mnt/Vauly/med…", + "Names": "arr-stack-bazarr-1", + "Networks": "ix-plex_default", + "Ports": "0.0.0.0:6767->6767/tcp, :::6767->6767/tcp", + "RunningFor": "3 days ago", + "Size": "22.9kB (virtual 424MB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-13 08:23:53 -0800 PST", + "ID": "3ef4c33c4303", + "Image": "lscr.io/linuxserver/sonarr:latest", + "Labels": "org.opencontainers.image.description=[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. ,org.opencontainers.image.licenses=GPL-3.0-only,org.opencontainers.image.ref.name=09fa1099b329a8113c1c27784cb53cb68377686b,org.opencontainers.image.vendor=linuxserver.io,com.docker.compose.oneoff=False,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack,com.docker.compose.service=sonarr,org.opencontainers.image.authors=linuxserver.io,build_version=Linuxserver.io version:- 4.0.16.2944-ls299 Build-date:- 2025-11-28T23:35:13+00:00,com.docker.compose.project.config_files=/mnt/.ix-apps/app_mounts/dockge/stacks/arr-stack/compose.yaml,maintainer=thespad,org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr,org.opencontainers.image.created=2025-11-28T23:35:13+00:00,org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr,org.opencontainers.image.revision=09fa1099b329a8113c1c27784cb53cb68377686b,org.opencontainers.image.title=Sonarr,com.docker.compose.config-hash=1d15a5ed3f4f9357ecfc949cdae6917a5e8a14eae4ad83abc9019d807e4aa4a2,com.docker.compose.container-number=1,com.docker.compose.project=arr-stack,com.docker.compose.version=2.34.0,org.opencontainers.image.version=4.0.16.2944-ls299,com.docker.compose.depends_on=,com.docker.compose.image=sha256:beac8094754f30faa8608ef945a664ac289b152dbb4acb110d6f239de9a985a5,org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages", + "LocalVolumes": "0", + "Mounts": "/mnt/Vauly/med…,/mnt/Vauly/med…,/mnt/Vauly/med…", + "Names": "arr-stack-sonarr-1", + "Networks": "ix-plex_default", + "Ports": "0.0.0.0:8989->8989/tcp, :::8989->8989/tcp", + "RunningFor": "3 days ago", + "Size": "23.4kB (virtual 205MB)", + "State": "running", + "Status": "Up 2 days" + }, + { + "Command": "\"/init\"", + "CreatedAt": "2025-12-12 19:30:02 -0800 PST", + "ID": "3a2f37cf7910", + "Image": "plexinc/pms-docker:1.42.2.10156-f737b826c", + "Labels": "org.opencontainers.image.version=1.42.2.10156-f737b826c,com.docker.compose.image=sha256:59d62a4dde23caa1a3251f46b53698a0dbd552b6d0f0ac13ab68bfce580ca5cc,com.docker.compose.project.config_files=/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered/docker-compose.yaml,com.docker.compose.service=plex,org.opencontainers.image.licenses=NOASSERTION,org.opencontainers.image.ref.name=ubuntu,com.docker.compose.container-number=1,com.docker.compose.oneoff=False,com.docker.compose.config-hash=cfef33691ea71532de64d4b590fadaf46a107bf67bb794f2f30dd590bf5058f7,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered,org.opencontainers.image.description=\"The Plex Media Server\",org.opencontainers.image.title=Plex Media Server,org.opencontainers.image.vendor=Plex, GmbH,org.opencontainers.image.source=https://github.com/plexinc/pms-docker,org.opencontainers.image.url=https://github.com/plexinc/plex-media-server,com.docker.compose.depends_on=permissions:service_completed_successfully:false,com.docker.compose.project=ix-plex,com.docker.compose.version=2.32.3,org.opencontainers.image.created=2025-09-18T15:14:18.167Z,org.opencontainers.image.revision=85364963a51bfb9bd89327036f50a4e6f0479d70", + "LocalVolumes": "2", + "Mounts": "/mnt/.ix-apps/…,ix-plex_plex-l…,/mnt/Vauly/med…,ix-plex_plex-t…", + "Names": "ix-plex-plex-1", + "Networks": "ix-plex_default", + "Ports": "1900/udp, 32410/udp, 8324/tcp, 32412-32414/udp, 32469/tcp, 0.0.0.0:32400->32400/tcp, :::32400->32400/tcp", + "RunningFor": "3 days ago", + "Size": "709kB (virtual 354MB)", + "State": "running", + "Status": "Up 3 days (healthy)" + }, + { + "Command": "\"python3 /script/per…\"", + "CreatedAt": "2025-12-12 19:30:02 -0800 PST", + "ID": "38c6a6005997", + "Image": "ixsystems/container-utils:1.0.2", + "Labels": "com.docker.compose.version=2.32.3,com.docker.compose.container-number=1,com.docker.compose.project.config_files=/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered/docker-compose.yaml,com.docker.compose.image=sha256:cae7b55f7b2669a9faf19fe0fe6ffbc74246b98e133c13fdc322dd03e78244d6,com.docker.compose.oneoff=False,com.docker.compose.project=ix-plex,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_configs/plex/versions/1.2.19/templates/rendered,com.docker.compose.service=permissions,com.docker.compose.config-hash=7336c8d46b29cdb93546b163b0b4bf4637b235d8b5bbf69ca7b70dba54c14f55,com.docker.compose.depends_on=", + "LocalVolumes": "2", + "Mounts": "ix-plex_plex-t…,/mnt/.ix-apps/…,ix-plex_plex-l…", + "Names": "ix-plex-permissions-1", + "Networks": "none", + "Ports": "", + "RunningFor": "3 days ago", + "Size": "1.32MB (virtual 120MB)", + "State": "exited", + "Status": "Exited (0) 3 days ago" + }, + { + "Command": "\"/usr/bin/dumb-init …\"", + "CreatedAt": "2025-12-12 19:11:22 -0800 PST", + "ID": "45f46edd8923", + "Image": "louislam/dockge:1.5.0", + "Labels": "com.docker.compose.oneoff=False,com.docker.compose.project=ix-dockge,com.docker.compose.config-hash=0bca996586820e4f9b1ee176c0a8aab7fa77eab85299a47a277482b8d70c21ed,com.docker.compose.depends_on=,com.docker.compose.project.config_files=/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/rendered/docker-compose.yaml,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_configs/dockge/versions/1.2.14/templates/rendered,com.docker.compose.service=dockge,com.docker.compose.version=2.32.3,com.docker.compose.container-number=1,com.docker.compose.image=sha256:e85d511b2a8b883da8a1ac2fde39ecddacdc011734e9f89a14b7798d82d5a0d3", + "LocalVolumes": "0", + "Mounts": "/mnt/.ix-apps/…,/mnt/.ix-apps/…,/var/run/docke…", + "Names": "ix-dockge-dockge-1", + "Networks": "ix-dockge_default", + "Ports": "5001/tcp, 0.0.0.0:31014->31014/tcp, :::31014->31014/tcp", + "RunningFor": "3 days ago", + "Size": "155kB (virtual 755MB)", + "State": "running", + "Status": "Up 3 days (healthy)" + }, + { + "Command": "\"/agent\"", + "CreatedAt": "2025-09-21 20:18:12 -0700 PDT", + "ID": "b5842204dad7", + "Image": "henrygd/beszel-agent", + "Labels": "org.opencontainers.image.source=https://github.com/henrygd/beszel,org.opencontainers.image.title=beszel,com.docker.compose.oneoff=False,com.docker.compose.project.working_dir=/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates/rendered,org.opencontainers.image.created=2025-09-17T20:07:30.816Z,org.opencontainers.image.description=Lightweight server monitoring hub with historical data, docker stats, and alerts.,com.docker.compose.project.config_files=/mnt/.ix-apps/app_configs/beszel/versions/1.0.0/templates/rendered/docker-compose.yaml,com.docker.compose.version=2.32.3,org.opencontainers.image.version=0.12.9,org.opencontainers.image.url=https://github.com/henrygd/beszel,com.docker.compose.container-number=1,com.docker.compose.image=sha256:625533f71278287b11268cc49530656608b688b1cf1ba54af3d6c1d2f604c5ab,org.opencontainers.image.licenses=MIT,org.opencontainers.image.revision=fca13004bd3ab82b1c330c4a10c77386505ee65f,com.docker.compose.config-hash=d315073f34045a84b01880d985da050f95076f9dc13f9e39bbaba3adc7f61b60,com.docker.compose.depends_on=,com.docker.compose.project=ix-beszel,com.docker.compose.service=beszel-agent", + "LocalVolumes": "0", + "Mounts": "/var/run/docke…", + "Names": "beszel-agent", + "Networks": "host", + "Ports": "", + "RunningFor": "2 months ago", + "Size": "0B (virtual 8.35MB)", + "State": "running", + "Status": "Up 3 weeks" + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.txt b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.txt new file mode 100644 index 0000000..fd8916f --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-containers.txt @@ -0,0 +1,14 @@ +CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES +b9c3baf08da4 flaresolverr/flaresolverr:latest "/usr/bin/dumb-init …" 2 days ago Up 2 days flaresolverr +5c1edaf31660 lscr.io/linuxserver/prowlarr:latest "/init" 2 days ago Up 2 days prowlarr +e10aa1ce7cba lscr.io/linuxserver/deluge "/init" 2 days ago Up 2 days deluge +26bc7cd665e9 qmcgaw/gluetun "/gluetun-entrypoint" 2 days ago Up 2 days (unhealthy) 8000/tcp, 8388/tcp, 0.0.0.0:8112->8112/tcp, :::8112->8112/tcp, 8888/tcp, 0.0.0.0:9696->9696/tcp, :::9696->9696/tcp, 8388/udp gluetun +c2fbbec99464 ghcr.io/bubuntux/nordlynx "/init get-private-k…" 2 days ago Up 2 days (unhealthy) epic_dewdney +a61438137ff9 ghcr.io/bubuntux/nordlynx "/init get-private-k…" 2 days ago Up 2 days (unhealthy) frosty_gates +b717503fcc3d lscr.io/linuxserver/radarr:latest "/init" 3 days ago Up 2 days 0.0.0.0:7878->7878/tcp, :::7878->7878/tcp arr-stack-radarr-1 +bcb36fb9aa89 lscr.io/linuxserver/bazarr:latest "/init" 3 days ago Up 2 days 0.0.0.0:6767->6767/tcp, :::6767->6767/tcp arr-stack-bazarr-1 +3ef4c33c4303 lscr.io/linuxserver/sonarr:latest "/init" 3 days ago Up 2 days 0.0.0.0:8989->8989/tcp, :::8989->8989/tcp arr-stack-sonarr-1 +3a2f37cf7910 plexinc/pms-docker:1.42.2.10156-f737b826c "/init" 3 days ago Up 3 days (healthy) 1900/udp, 32410/udp, 8324/tcp, 32412-32414/udp, 32469/tcp, 0.0.0.0:32400->32400/tcp, :::32400->32400/tcp ix-plex-plex-1 +38c6a6005997 ixsystems/container-utils:1.0.2 "python3 /script/per…" 3 days ago Exited (0) 3 days ago ix-plex-permissions-1 +45f46edd8923 louislam/dockge:1.5.0 "/usr/bin/dumb-init …" 3 days ago Up 3 days (healthy) 5001/tcp, 0.0.0.0:31014->31014/tcp, :::31014->31014/tcp ix-dockge-dockge-1 +b5842204dad7 henrygd/beszel-agent "/agent" 2 months ago Up 3 weeks beszel-agent diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-images.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-images.json new file mode 100644 index 0000000..4cba804 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-images.json @@ -0,0 +1,405 @@ +[ + { + "Containers": "N/A", + "CreatedAt": "2025-12-09 13:35:26 -0800 PST", + "CreatedSince": "7 days ago", + "Digest": "", + "ID": "8299f2426299", + "Repository": "lscr.io/linuxserver/bazarr", + "SharedSize": "N/A", + "Size": "424MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "424.5MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-12-08 07:44:47 -0800 PST", + "CreatedSince": "8 days ago", + "Digest": "", + "ID": "cc3720995443", + "Repository": "lscr.io/linuxserver/deluge", + "SharedSize": "N/A", + "Size": "151MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "150.9MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-28 18:44:15 -0800 PST", + "CreatedSince": "2 weeks ago", + "Digest": "", + "ID": "2c9df6fe7964", + "Repository": "flaresolverr/flaresolverr", + "SharedSize": "N/A", + "Size": "679MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "679MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-28 15:36:38 -0800 PST", + "CreatedSince": "2 weeks ago", + "Digest": "", + "ID": "beac8094754f", + "Repository": "lscr.io/linuxserver/sonarr", + "SharedSize": "N/A", + "Size": "205MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "205.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-28 04:03:34 -0800 PST", + "CreatedSince": "2 weeks ago", + "Digest": "", + "ID": "cae7b55f7b26", + "Repository": "ixsystems/container-utils", + "SharedSize": "N/A", + "Size": "119MB", + "Tag": "1.0.2", + "UniqueSize": "N/A", + "VirtualSize": "118.8MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-26 05:49:58 -0800 PST", + "CreatedSince": "2 weeks ago", + "Digest": "", + "ID": "43fbafd4656a", + "Repository": "qmcgaw/gluetun", + "SharedSize": "N/A", + "Size": "42.4MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "42.43MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-25 20:05:51 -0800 PST", + "CreatedSince": "2 weeks ago", + "Digest": "", + "ID": "cc717f0c350b", + "Repository": "lscr.io/linuxserver/prowlarr", + "SharedSize": "N/A", + "Size": "193MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "192.8MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-23 09:02:17 -0800 PST", + "CreatedSince": "3 weeks ago", + "Digest": "", + "ID": "7a7549821e38", + "Repository": "lscr.io/linuxserver/radarr", + "SharedSize": "N/A", + "Size": "218MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "218MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-11-22 12:02:45 -0800 PST", + "CreatedSince": "3 weeks ago", + "Digest": "", + "ID": "35d50953f0fb", + "Repository": "ghcr.io/bubuntux/nordlynx", + "SharedSize": "N/A", + "Size": "31.7MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "31.67MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-18 08:28:05 -0700 PDT", + "CreatedSince": "2 months ago", + "Digest": "", + "ID": "59d62a4dde23", + "Repository": "plexinc/pms-docker", + "SharedSize": "N/A", + "Size": "354MB", + "Tag": "1.42.2.10156-f737b826c", + "UniqueSize": "N/A", + "VirtualSize": "353.7MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-17 13:08:43 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "625533f71278", + "Repository": "henrygd/beszel-agent", + "SharedSize": "N/A", + "Size": "8.35MB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "8.348MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-17 00:14:43 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "bdda82c03cc7", + "Repository": "gotenberg/gotenberg", + "SharedSize": "N/A", + "Size": "1.78GB", + "Tag": "8.23.1", + "UniqueSize": "N/A", + "VirtualSize": "1.781GB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-15 12:32:13 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "ca2a99b1eeb5", + "Repository": "apache/tika", + "SharedSize": "N/A", + "Size": "802MB", + "Tag": "3.2.3.0-full", + "UniqueSize": "N/A", + "VirtualSize": "802MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-08 13:04:25 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "fea27f72acfc", + "Repository": "postgres", + "SharedSize": "N/A", + "Size": "438MB", + "Tag": "17.6-bookworm", + "UniqueSize": "N/A", + "VirtualSize": "437.9MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-09-07 16:44:41 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "432b1b8e177d", + "Repository": "paperlessngx/paperless-ngx", + "SharedSize": "N/A", + "Size": "1.5GB", + "Tag": "2.18.4", + "UniqueSize": "N/A", + "VirtualSize": "1.504GB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-08-22 06:51:11 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "8c04e462c120", + "Repository": "valkey/valkey", + "SharedSize": "N/A", + "Size": "113MB", + "Tag": "8.1.3", + "UniqueSize": "N/A", + "VirtualSize": "112.5MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-08-19 05:47:52 -0700 PDT", + "CreatedSince": "3 months ago", + "Digest": "", + "ID": "f1afe2ff708f", + "Repository": "ixsystems/postgres-upgrade", + "SharedSize": "N/A", + "Size": "696MB", + "Tag": "1.0.4", + "UniqueSize": "N/A", + "VirtualSize": "696.2MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-08-11 03:03:55 -0700 PDT", + "CreatedSince": "4 months ago", + "Digest": "", + "ID": "c247fa8b0595", + "Repository": "plexinc/pms-docker", + "SharedSize": "N/A", + "Size": "354MB", + "Tag": "1.42.1.10060-4e8b05daf", + "UniqueSize": "N/A", + "VirtualSize": "354.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-06-19 12:22:06 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "85f4675bb05f", + "Repository": "paperlessngx/paperless-ngx", + "SharedSize": "N/A", + "Size": "1.37GB", + "Tag": "2.17.1", + "UniqueSize": "N/A", + "VirtualSize": "1.366GB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-06-15 05:29:41 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "851f8307dfd5", + "Repository": "gotenberg/gotenberg", + "SharedSize": "N/A", + "Size": "1.53GB", + "Tag": "8.21.1", + "UniqueSize": "N/A", + "VirtualSize": "1.526GB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-06-06 11:27:47 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "fbd9a209d4e8", + "Repository": "postgres", + "SharedSize": "N/A", + "Size": "438MB", + "Tag": "17.5", + "UniqueSize": "N/A", + "VirtualSize": "438.4MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-06-02 04:17:06 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "0d4139e42a3c", + "Repository": "apache/tika", + "SharedSize": "N/A", + "Size": "801MB", + "Tag": "3.2.0.0-full", + "UniqueSize": "N/A", + "VirtualSize": "801.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-05-30 03:46:51 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "8433e216451c", + "Repository": "bitnami/redis", + "SharedSize": "N/A", + "Size": "162MB", + "Tag": "8.0.2", + "UniqueSize": "N/A", + "VirtualSize": "161.7MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-05-27 08:42:25 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "525cc76db2f0", + "Repository": "plexinc/pms-docker", + "SharedSize": "N/A", + "Size": "355MB", + "Tag": "1.41.8.9834-071366d65", + "UniqueSize": "N/A", + "VirtualSize": "354.5MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-05-24 04:24:38 -0700 PDT", + "CreatedSince": "6 months ago", + "Digest": "", + "ID": "8793a81cfa04", + "Repository": "plexinc/pms-docker", + "SharedSize": "N/A", + "Size": "354MB", + "Tag": "1.41.7.9823-59f304c16", + "UniqueSize": "N/A", + "VirtualSize": "354.4MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-05-12 03:22:01 -0700 PDT", + "CreatedSince": "7 months ago", + "Digest": "", + "ID": "0e9debfc9635", + "Repository": "ixsystems/postgres-upgrade", + "SharedSize": "N/A", + "Size": "696MB", + "Tag": "1.0.2", + "UniqueSize": "N/A", + "VirtualSize": "696.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-04-28 17:51:51 -0700 PDT", + "CreatedSince": "7 months ago", + "Digest": "", + "ID": "25c207be20b7", + "Repository": "henrygd/beszel-agent", + "SharedSize": "N/A", + "Size": "7.85MB", + "Tag": "", + "UniqueSize": "N/A", + "VirtualSize": "7.848MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-03-30 10:38:39 -0700 PDT", + "CreatedSince": "8 months ago", + "Digest": "", + "ID": "e85d511b2a8b", + "Repository": "louislam/dockge", + "SharedSize": "N/A", + "Size": "755MB", + "Tag": "1.5.0", + "UniqueSize": "N/A", + "VirtualSize": "754.8MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2025-01-08 20:26:18 -0800 PST", + "CreatedSince": "11 months ago", + "Digest": "", + "ID": "c6ad5c343a9a", + "Repository": "openspeedtest/latest", + "SharedSize": "N/A", + "Size": "182MB", + "Tag": "v2.0.6", + "UniqueSize": "N/A", + "VirtualSize": "182.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2024-10-18 16:23:40 -0700 PDT", + "CreatedSince": "14 months ago", + "Digest": "", + "ID": "3d555597bdba", + "Repository": "python", + "SharedSize": "N/A", + "Size": "120MB", + "Tag": "3.13.0-slim-bookworm", + "UniqueSize": "N/A", + "VirtualSize": "120.1MB" + }, + { + "Containers": "N/A", + "CreatedAt": "2023-06-08 05:43:33 -0700 PDT", + "CreatedSince": "2 years ago", + "Digest": "", + "ID": "d7f0f20b6f4d", + "Repository": "ghcr.io/bubuntux/nordvpn", + "SharedSize": "N/A", + "Size": "1.11GB", + "Tag": "latest", + "UniqueSize": "N/A", + "VirtualSize": "1.108GB" + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-networks.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-networks.json new file mode 100644 index 0000000..85157b3 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-networks.json @@ -0,0 +1,62 @@ +[ + { + "CreatedAt": "2025-11-24 19:40:26.285445261 -0800 PST", + "Driver": "bridge", + "ID": "6688e82d2820", + "IPv6": "true", + "Internal": "false", + "Labels": "", + "Name": "bridge", + "Scope": "local" + }, + { + "CreatedAt": "2025-06-07 15:06:09.186330606 -0700 PDT", + "Driver": "host", + "ID": "ba1e19d5887d", + "IPv6": "false", + "Internal": "false", + "Labels": "", + "Name": "host", + "Scope": "local" + }, + { + "CreatedAt": "2025-12-12 19:11:21.668181369 -0800 PST", + "Driver": "bridge", + "ID": "739809fb93c9", + "IPv6": "true", + "Internal": "false", + "Labels": "com.docker.compose.project=ix-dockge,com.docker.compose.version=2.32.3,com.docker.compose.config-hash=33feaeb1695a5a245a9f103fbc5f5622d739bed000bf9ebc13263df1cb5f8ee7,com.docker.compose.network=default", + "Name": "ix-dockge_default", + "Scope": "local" + }, + { + "CreatedAt": "2025-12-12 19:30:01.882178744 -0800 PST", + "Driver": "bridge", + "ID": "2dc8d24e046d", + "IPv6": "true", + "Internal": "false", + "Labels": "com.docker.compose.config-hash=a5ff49ec84705912dce9d5f81fe4550bd22fc40b3d25a5daf797f2c94a69f648,com.docker.compose.network=default,com.docker.compose.project=ix-plex,com.docker.compose.version=2.32.3", + "Name": "ix-plex_default", + "Scope": "local" + }, + { + "CreatedAt": "2025-06-07 15:06:09.086828624 -0700 PDT", + "Driver": "null", + "ID": "36e70f045996", + "IPv6": "false", + "Internal": "false", + "Labels": "", + "Name": "none", + "Scope": "local" + }, + { + "CreatedAt": "2025-12-13 19:48:05.093057659 -0800 PST", + "Driver": "bridge", + "ID": "dc57b5c4e81c", + "IPv6": "true", + "Internal": "false", + "Labels": "com.docker.compose.config-hash=4fb7e800f61ee77856b2ca721fc8edcb768bb5af48f1fd6385b69beffc258acf,com.docker.compose.network=default,com.docker.compose.project=vpn-deluge,com.docker.compose.version=2.34.0", + "Name": "vpn-deluge_default", + "Scope": "local" + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-volumes.json b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-volumes.json new file mode 100644 index 0000000..e8d6687 --- /dev/null +++ b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker-volumes.json @@ -0,0 +1,122 @@ +[ + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/5c92dc047956098082d15300a8e2e958d873d1b7ae30715b9c8d5cfbf3e79a40/_data", + "Name": "5c92dc047956098082d15300a8e2e958d873d1b7ae30715b9c8d5cfbf3e79a40", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/9d30b2e55cce3b3a5151cd9935847320396c4925f0f66177e09679020f3bcc27/_data", + "Name": "9d30b2e55cce3b3a5151cd9935847320396c4925f0f66177e09679020f3bcc27", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/91f49656780dce8cc812dfdf5e9ac8917cd3356c092f199d7b3a8008340a7be7/_data", + "Name": "91f49656780dce8cc812dfdf5e9ac8917cd3356c092f199d7b3a8008340a7be7", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/180fe36c83812d155179c81aa45d6ec4136a87f5a1443b95d06f975019c17498/_data", + "Name": "180fe36c83812d155179c81aa45d6ec4136a87f5a1443b95d06f975019c17498", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/b07beb162bef012f3dbf60faa281cff910aafef9c80fdd68ad5d15bf7dd7ab6a/_data", + "Name": "b07beb162bef012f3dbf60faa281cff910aafef9c80fdd68ad5d15bf7dd7ab6a", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/c0ccb3a7897a720a4fbabcde209e71f4201eaa119f84a0748fd723ca9ffc15b3/_data", + "Name": "c0ccb3a7897a720a4fbabcde209e71f4201eaa119f84a0748fd723ca9ffc15b3", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.volume.anonymous=", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/e6f7628d8aa2edadca405f3148fc8fa0b58e264d68b5d62802a6b5c289f94608/_data", + "Name": "e6f7628d8aa2edadca405f3148fc8fa0b58e264d68b5d62802a6b5c289f94608", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.compose.project=ix-paperless-ngx,com.docker.compose.version=2.32.3,com.docker.compose.volume=redis-data,com.docker.compose.config-hash=fbe56b92e04a39f68420f69800c0b73db6eb9a6d0f0c2e25008ee710713bb6c0", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/ix-paperless-ngx_redis-data/_data", + "Name": "ix-paperless-ngx_redis-data", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.compose.config-hash=b81f34318f504ee16caa70a1a6ff5ab852dc4d61fcc40403475d277c0d67aed8,com.docker.compose.project=ix-plex,com.docker.compose.version=2.32.3,com.docker.compose.volume=plex-logs", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-logs/_data", + "Name": "ix-plex_plex-logs", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + }, + { + "Availability": "N/A", + "Driver": "local", + "Group": "N/A", + "Labels": "com.docker.compose.config-hash=f1152c4a387bb831756a77355e0db6471f673e444851270e2819334a50109e6c,com.docker.compose.project=ix-plex,com.docker.compose.version=2.32.3,com.docker.compose.volume=plex-transcodes", + "Links": "N/A", + "Mountpoint": "/mnt/.ix-apps/docker/volumes/ix-plex_plex-transcodes/_data", + "Name": "ix-plex_plex-transcodes", + "Scope": "local", + "Size": "N/A", + "Status": "N/A" + } +] diff --git a/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker_sizes.txt b/disaster-recovery/truenas-apps-export-20251216-143515/exports/apps/docker_sizes.txt new file mode 100644 index 0000000..e69de29 diff --git a/sub-agents/scribe.md b/sub-agents/scribe.md index 6ab7432..446fbad 100644 --- a/sub-agents/scribe.md +++ b/sub-agents/scribe.md @@ -6,7 +6,7 @@ description: > explaining infrastructure concepts, documenting architecture decisions, synchronizing documentation with current infrastructure state, and educational deep-dives on homelab technologies like reverse proxies, containerization, or monitoring stacks. -tools: [Read, Grep, Glob, Edit, Write] +tools: [Read, Grep, Glob, Edit, Write, Bash] model: haiku-4.5 color: blue --- @@ -14,7 +14,7 @@ color: blue You are the **Scribe** - the Teacher and Historian of this homelab. You **ARE** an Active Writer, not just an editor. Your goal is to produce documentation. If you lack specific details, use placeholders and continue writing. Do not ask for permission to create files.You are an expert technical writer and infrastructure architect with deep knowledge of Proxmox VE, Docker, networking, and homelab best practices. Your mission is to ensure that documentation remains accurate, architecture is clearly communicated through diagrams, and complex concepts are explained in accessible language. -You operate within a Proxmox VE 8.3.3 environment on node "serviceslab" (192.168.2.200), managing documentation for 8 VMs, 2 templates, and 4 LXC containers. Your documentation serves both human operators and AI agents who rely on accurate, up-to-date information to perform their tasks. +You operate managing documentation all services. **Your Toolkit**: You are equipped with `Read` (for context), `Grep`/`Glob` (for search), `Edit` (for updates), and **`Write` (for creating new documentation files)**. Your documentation serves both human operators and AI agents who rely on accurate, up-to-date information to perform their tasks. **Your Persona**: Sophisticated, with a slightly dry wit. Encouraging like a patient professor who genuinely wants the reader to understand. You celebrate clarity over complexity. @@ -22,6 +22,20 @@ You operate within a Proxmox VE 8.3.3 environment on node "serviceslab" (192.168 + + +**CRITICAL TOOL INSTRUCTIONS:** +You possess a `Write` tool. You must use it correctly: + +1. **To Create a New File**: Use the `Write` tool. + * *Do not* attempt to use `Edit` on a non-existent file. + * *Do not* say "I cannot create files." You have the `Write` tool specifically for this. + * If you think you don't have the `Write` tool, **CHECK AGAIN**. It is authorized in your configuration. + +2. **To Modify an Existing File**: Use the `Edit` tool. + + + - Example 1 (Documentation Update): @@ -250,6 +264,8 @@ Before updating any documentation: | IP address change | CLAUDE_STATUS.md | Any file referencing old IP | | Architecture change | CLAUDE.md | CLAUDE_STATUS.md | +**Missing File Protocol**: If you are asked to update a file that does not exist (e.g., `TRUENAS_APPS.md`), **DO NOT COMPLAIN.** Immediately switch strategies and use the `Write` tool to create it from scratch. + ## Context-Aware Behavior For this homelab infrastructure: