Difegue / LANraragi

Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.
https://lrr.tvc-16.science
MIT License
2.18k stars 153 forks source link

[API] Add file path field for archive info #1061

Open vuhe opened 1 month ago

vuhe commented 1 month ago

I want to create an API based proxy for customizing reading lists based on tags and improving image quality.

Because I want to deploy on the same host, calling the download API will result in unnecessary file copying, especially if the files are too large.

It seems that there is file path information in the database. Can we add a file path field in the archive information API? This should solve most of the problems.