Total: {{ overview.rclone.total_transferred_gb }} GB
{{ overview.jellyfin.active_streams[0]?.item_name || 'Streaming...' }} Idle
{{ overview.rclone.vfs_metadata_files }} metadata index
RAM: {{ overview.host.memory_percent }}% used
{{ overview.rclone.transfers_count }} total transfers
Automatically preloads the next chronological episode into SSD cache when user reaches 50% playback.
No active TV show episodes currently streaming on Jellyfin.
Start watching any TV show on watches.mulch2.live โ FincloneDash will monitor progress and buffer the next episode at 50%!
{{ st.episode_title }} โข Watching: {{ st.user_name }}
1. Full VFS Directory Refresh
Rescans entire Google Drive tree recursively to discover new files.
2. Selective Path Rescan
Quickly rescan a specific target folder (e.g. Movies or TV Shows).
3. Flush Metadata Cache
Drops in-memory directory caches via vfs/forget.
4. Evict Single File Cache
Free disk space from a selected file directly in the table below.
5. Purge Entire VFS Cache
Safely removes all local cached chunks to reclaim up to 20 GB.
6. Clean Orphaned .vfsMeta
Removes stale temp chunks and partial indices from interrupted streams.
7. Bandwidth Rate Limiter
Set live download throttle (off, 10M, 20M, 50M).
8. Reset Core Stats
Resets transferred byte counter & transfer window benchmarks.
9. Force Go Memory GC
Instructs Go runtime to run garbage collector and free RAM.
10. Dynamic Log Level
Switch rclone verbosity level on the fly.
11. Trigger Jellyfin Library Rescan
Calls Jellyfin API (/Library/Refresh) to scrape newly added movies/shows.
12. Restart Jellyfin Container
Gracefully restarts the Jellyfin Docker container in /srv/jellyfin.
13. Open Jellyfin Web Portal
Direct link to https://watches.mulch2.live.
14. OAuth 2.0 Token Health Check
Inspects Google OAuth token validity and remaining TTL.
15. Google API Ping & Latency
Measures real-time round-trip HTTP latency to googleapis.com.
16. Storage Quota Inspector
Queries Google Drive storage used, available quota & trash size.
17. Restart rclone-gdrive Service
Restarts the systemd mount daemon with clean unmount.
18. Emergency FUSE Recovery
Runs fusermount -uz to clear stuck or wedged mounts.
19. View System Diagnostics
Inspect raw telemetry, Go heap, and host specs.
20. Export Health Bundle
Generates a downloadable complete JSON diagnostic snapshot.
๐๏ธ Cached Media Files Explorer {{ filteredFiles.length }} of {{ filesData.total_files }} files
Real-time local SSD cache contents, sparse coverage, and 48-hour eviction lifespans.
| Media File & Path | Category | Disk Size (Cached) | Sparse Coverage | Last Accessed | Lifespan Remaining | Quick Action |
|---|---|---|---|---|---|---|
|
๐ฟ
No cached files found matching current filter. Files populate automatically into SSD cache as they are streamed via Jellyfin. |
||||||
|
{{ file.filename }}
{{ file.path }}
|
Movie TV Show {{ file.category }} | {{ file.disk_size_mb }} MB of {{ file.apparent_size_mb }} MB |
|
{{ file.age_hours }}h ago |
|
|
๐ Live System & Rclone Telemetry JSON
rclone.core_stats & vfs_stats
{{ JSON.stringify(overview.rclone, null, 2) }}
go_memstats & version
{{ JSON.stringify(systemData, null, 2) }}