{"id":30642436,"url":"https://github.com/napoii/fpvsessions","last_synced_at":"2026-05-09T03:36:02.612Z","repository":{"id":312078730,"uuid":"1043920217","full_name":"NapoII/FPVSessions","owner":"NapoII","description":"FPVSessions 🚀 – Self-hosted FPV Media Hub: 📹 browse, 🖼️ preview, 🏷️ tag, 🔗 share \u0026 📂 auto-organize your sessions in a clean dark UI.","archived":false,"fork":false,"pushed_at":"2025-08-28T11:15:04.000Z","size":2741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T18:30:40.450Z","etag":null,"topics":["bootstrap","drone","dronevideo","flask","fpv","fpvapp","fpvfootage","fpvfreestyle","fpvmedia","fpvsessions","fpvtools","gunicorn","nginx","selfhosted"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NapoII.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-24T22:29:51.000Z","updated_at":"2025-08-28T11:15:08.000Z","dependencies_parsed_at":"2025-08-28T18:32:34.883Z","dependency_job_id":"44abedf3-6c60-47a0-a53f-7dfa475f2feb","html_url":"https://github.com/NapoII/FPVSessions","commit_stats":null,"previous_names":["napoii/fpvsessions"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/NapoII/FPVSessions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NapoII%2FFPVSessions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NapoII%2FFPVSessions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NapoII%2FFPVSessions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NapoII%2FFPVSessions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NapoII","download_url":"https://codeload.github.com/NapoII/FPVSessions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NapoII%2FFPVSessions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","drone","dronevideo","flask","fpv","fpvapp","fpvfootage","fpvfreestyle","fpvmedia","fpvsessions","fpvtools","gunicorn","nginx","selfhosted"],"created_at":"2025-08-31T02:35:50.423Z","updated_at":"2026-05-09T03:36:02.597Z","avatar_url":"https://github.com/NapoII.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FPVSessions 🚀\r\n\r\nA modern, self-hosted FPV (First-Person View) session browser and sharing app. Browse your recorded sessions, preview videos and images, manage tags, generate share links, and download original files—all in a clean, dark UI.\r\n\r\n\u003e Fast to set up, easy to use, and production-ready with Gunicorn + Nginx.\r\n\r\n---\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features-)\r\n- [Quickstart (Local)](#quickstart-local-)\r\n- [Project Structure](#project-structure-)\r\n- [Auto organize \u0026 rename](#auto-organize--rename-)\r\n- [Deployment (VPS)](#deployment-vps-)\r\n- [Tech Stack](#tech-stack-)\r\n- [License](#license)\r\n\r\n---\r\n\r\n![demo.preview.png](./demo.preview.png)\r\n\r\n\r\n\r\n## Features ✨\r\n\r\n- Session overview with stats (videos, images, size, duration)\r\n- Inline video player and image grid with lightbox\r\n- Share links for single videos (public share page with embed meta tags)\r\n- Download buttons for videos, logs, blackbox files, and metadata\r\n- Tags: add/remove and save per session\r\n- Admin Settings page: rebuild sessions index, manage users and permissions, upload drone images, set FPV base folder\r\n- Consistent dark UI with Bootstrap 5 + Font Awesome icons\r\n- Tames your FPV file jungle: scans your raw camera/goggle/blackbox dumps, auto-sorts them into clean session folders, and can optionally rename files to a consistent pattern\r\n- Automatic thumbnails for videos and images; handy session cover art\r\n- Powerful search and filter by date, tags, and filename\r\n- Works even without the web UI: the organizer scripts build the tidy folder structure that the app can browse later\r\n\r\n---\r\n\r\n## Quickstart (Local) 🧪\r\n\r\n1) Create and activate a virtual environment\r\n\r\n```bash\r\npython -m venv .venv\r\n# Windows (PowerShell)\r\n. .venv\\\\Scripts\\\\Activate.ps1\r\n# Linux/macOS\r\n# source .venv/bin/activate\r\n```\r\n\r\n2) Install dependencies\r\n\r\n```bash\r\npip install -r FPVSession/requirements.txt\r\n```\r\n\r\n3) Run the app (development)\r\n\r\n```bash\r\npython FPVSession/wsgi.py\r\n```\r\n\r\nOpen http://localhost:8007\r\n\r\n\u003e For production, use Gunicorn and (optionally) Nginx. See the Deployment section below.\r\n\r\n---\r\n\r\n## Project Structure 📁\r\n\r\n```\r\nMy_FPV/\r\n├─ FPVSession/\r\n│  ├─ flask_app/\r\n│  │  ├─ app.py, templates/, static/, utils/\r\n│  │  └─ sessions_config.json, users.json\r\n│  ├─ wsgi.py\r\n│  └─ requirements.txt\r\n└─ how-to-deploy/\r\n   ├─ deploy.readme.en.md\r\n   ├─ gunicorn.my_fpv.service\r\n   └─ nginx.conf\r\n```\r\n\r\n---\r\n\r\n## Auto organize \u0026 rename 🗂️\r\n\r\nBeat the FPV media chaos. FPVSessions can scan your source folders and:\r\n\r\n- Group files by session (date/time range),\r\n- Create a clean, consistent folder layout (e.g., FPV_Camera, Goggles, Blackbox, IMG, Meta),\r\n- Optionally rename files to a canonical, sortable pattern,\r\n- Generate thumbnails for quick browsing.\r\n\r\nWhere: see `auto_session_sorter/` for helper scripts like `1._Auto_rename.py` and `2._Auto_session.py`.\r\n\r\nUse the organizer to prepare your library even if you don’t run the web UI yet—the app will happily index and browse the structure later.\r\n\r\n---\r\n\r\n## Deployment (VPS) 🌐\r\n\r\nA complete step-by-step guide (system user, venv, systemd service, and Nginx reverse proxy):\r\n\r\n- 👉 [how-to-deploy/deploy.readme.en.md](how-to-deploy/deploy.readme.en.md)\r\n\r\nYou can also find example service and Nginx configs here:\r\n\r\n- `how-to-deploy/gunicorn.my_fpv.service`\r\n- `how-to-deploy/nginx.conf`\r\n\r\n---\r\n\r\n## Tech Stack 🧰\r\n\r\n- Backend: Flask\r\n- Frontend: Bootstrap 5, Font Awesome\r\n- Server: Gunicorn (WSGI), optional Nginx reverse proxy\r\n\r\n---\r\n\r\n## License ⚖️\r\n\r\nThis project is provided as-is. Add your chosen license here (e.g., MIT, Apache-2.0).\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapoii%2Ffpvsessions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnapoii%2Ffpvsessions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapoii%2Ffpvsessions/lists"}