Archiving App

F 44 completed
Other
containerized / python · small
50
Files
5,465
LOC
2
Frameworks
6
Languages

Pipeline State

completed
Run ID
#1546013
Phase
done
Progress
0%
Started
2026-04-16 23:39:50
Finished
2026-04-16 23:39:50
LLM tokens
0

Pipeline Metadata

Stage
Cataloged
Decision
proceed
Novelty
69.10
Framework unique
Isolation
Last stage change
2026-05-10 03:34:51
Deduplication group #1921650
Member of a group with 2 similar repo(s) — this repo is canonical view group →
Repobility · open methodology · https://repobility.com/research/

AI Prompt

Build me a web-based media archiver tool using Flask and Tailwind CSS. I need it to manage directory operations by allowing users to configure source, destination, and archive directories via a server-side file browser. Key features must include selective file copying, auto-cleaning torrent names for Jellyfin suggestions, and showing real-time progress with speed and ETA. It should also feature a transfer queue for batch processing, a persistent transfer history log, and visual media type icons. Make sure the UI supports a dark theme and includes keyboard shortcuts for better usability.
python flask web-app media-archiver file-management tailwind directory backend
Generated by gemma4:latest

Catalog Information

Build me a web-based media archiver tool using Flask and Tailwind CSS. I need it to manage directory operations by allowing users to configure source, destination, and archive directories via a server-side file browser. Key features must include selective file copying, auto-cleaning torrent names for Jellyfin suggestions, and showing real-time progress with speed and ETA. It should also feature a transfer queue for batch processing, a persistent transfer history log, and visual media type icons.

Tags

python flask web-app media-archiver file-management tailwind directory backend

Quality Score

F
44.5/100
Structure
44
Code Quality
61
Documentation
49
Testing
0
Practices
45
Security
65
Dependencies
90

Strengths

  • Consistent naming conventions (snake_case)
  • Containerized deployment (Docker)

Weaknesses

  • No LICENSE file — legal ambiguity for contributors
  • No tests found — high risk of regressions
  • No CI/CD configuration — manual testing and deployment
  • 1 files with critical complexity need refactoring
  • Potential hardcoded secrets in 1 files
  • 288 duplicate lines detected — consider DRY refactoring

Recommendations

  • Add a test suite — start with critical path integration tests
  • Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
  • Add a linter configuration to enforce code style consistency
  • Add a LICENSE file (MIT recommended for open source)
  • Move hardcoded secrets to environment variables or a secrets manager

Languages

python
62.4%
html
18.1%
javascript
17.3%
css
1.3%
markdown
0.9%
text
0.1%

Frameworks

Flask Tailwind CSS

Symbols

function165
variable87
method55
constant29
class6
property1

API Endpoints (51)

Repobility analysis · methodology at https://repobility.com/research/
MethodPathHandlerFramework
Repobility (the analyzer behind this table) · https://repobility.com
GET/indexPython
GET/browsebrowse_directoryFastAPI
GET/disk-usageget_disk_usageFastAPI
POST/downloadsstart_downloadPython
GET/downloadslist_downloadsPython
GET/downloads/<int:download_id>get_downloadPython
DELETE/downloads/<int:download_id>cancel_downloadPython
POST/downloads/<int:download_id>/approveapprove_downloadPython
POST/downloads/<int:download_id>/archivesend_to_archiverPython
GET/downloads/<int:download_id>/suggest-namesuggest_archive_namePython
POST/downloads/<int:download_id>/verifytrigger_verificationPython
GET/downloads/<int:download_id>/verifyget_verificationPython
POST/episodes/<int:episode_id>/retryretry_episodePython
GET/folderslist_foldersFastAPI
GET/folders/<path:name>/itemslist_folder_itemsFastAPI
GET/historyget_historyFastAPI
DELETE/history/<int:entry_id>delete_history_entryFastAPI
GETlengths.getExpress
POST/lookuplookup_showPython
GET/queueget_queueFastAPI
POST/queueadd_to_queueFastAPI
POST/queue/clearclear_queueFastAPI
DELETE/queue/<int:entry_id>remove_from_queueFastAPI
POST/queue/processprocess_queueFastAPI
PATCH/queue/reorderreorder_queueFastAPI
POST/retry-allretry_allPython
GET/scheduler/statusscheduler_statusPython
POST/searchsearch_torrentsPython
GET/search/historysearch_historyPython
GET/seasons/<int:season_id>get_seasonPython
POST/seasons/<int:season_id>/preferenceset_preferencePython
POST/seasons/<int:season_id>/searchsearch_seasonPython
POST/select-seasonsselect_seasonsPython
POST/select-showselect_showPython
POST/settingssave_settingsFastAPI
GET/settingsget_settingsFastAPI
GET/settingsget_torrent_settingsPython
POST/settingssave_torrent_settingsPython
GET/showslist_showsPython
GET/shows/<int:show_id>get_showPython
GET/suggest-name/<path:folder>suggest_nameFastAPI
POST/test/ollamatest_ollamaPython
POST/test/qbittorrenttest_qbitPython
POST/test/tmdbtest_tmdbPython
POST/test/torznabtest_torznabPython
GET/thumbnails/<int:download_id>/<filename>serve_thumbnailPython
GET/torrentstorrentsPython
POST/transferstart_transferFastAPI
GET/transfer/activeget_active_transferFastAPI
DELETE/transfer/<transfer_id>cancel_transferFastAPI

Showing 50 of 51

Quality Timeline

1 quality score recorded.

View File Metrics
Repobility · code-quality intelligence · https://repobility.com

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/1369781.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV

BinComp Dependency Hardening

All packages →
2 of this repo's dependencies have been scanned for binary hardening. Grade reflects RELRO / stack canary / FORTIFY / PIE coverage.
Nrequests2.33.1 · 0 gadgets · risk 3687.0Nflask3.1.3 · 0 gadgets · risk 574.2