Neshura
Neshura commented on issue Kavita-Web-Manager/api-backend#4 2024-08-08 06:54:38 +00:00
Provide Endpoints to Modify Series Metadata

process_id will be semi-random but guaranteed unique at any point in time

Neshura commented on issue Kavita-Web-Manager/api-backend#4 2024-08-08 06:53:56 +00:00
Provide Endpoints to Modify Series Metadata

Endpoint changes (including existing file endpoint):

POST /process/start -> process_id (creates directory under same name in temp folder) POST /file?pid={process_id} > stores file in…

Neshura commented on issue Kavita-Web-Manager/api-backend#5 2024-08-08 06:46:59 +00:00
Change File API Endpoint Behaviour

Endpoint should take in another query param: pid to assign the file to a process

Neshura commented on issue Kavita-Web-Manager/api-backend#5 2024-08-07 22:00:44 +00:00
Change File API Endpoint Behaviour

Update 2: EPub Tags for sorting into the correct series:

<meta name="calibre:series" content="{series}"/> <meta name="calibre:series_index" content="{number}"/>

Neshura commented on issue Kavita-Web-Manager/api-backend#5 2024-08-07 21:30:29 +00:00
Change File API Endpoint Behaviour

Update: Issue seems to stem from embedded metadata

Neshura opened issue Kavita-Web-Manager/api-backend#5 2024-08-07 21:20:37 +00:00
Change File API Endpoint Behaviour
Neshura pushed tag 0.0.8 to Kavita-Web-Manager/api-backend 2024-08-07 21:01:33 +00:00
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 21:01:31 +00:00
7905faa411 Release 0.0.8
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 21:01:14 +00:00
838414f9d6 Use Authorization Header instead of Bearer Auth Header
Neshura pushed tag 0.0.7 to Kavita-Web-Manager/api-backend 2024-08-07 20:50:31 +00:00
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 20:50:29 +00:00
a9245c1a3c Release 0.0.7
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 20:50:06 +00:00
3e27cad6a8 Fix Scan Trigger by providing JWT Auth
Neshura pushed tag 0.0.6 to Kavita-Web-Manager/api-backend 2024-08-07 20:34:32 +00:00
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 20:34:29 +00:00
3abca4c124 Release 0.0.6
37ec615cbd Hotfix
Compare 2 commits »
Neshura pushed tag 0.0.5 to Kavita-Web-Manager/api-backend 2024-08-07 20:32:58 +00:00
Neshura closed issue Kavita-Web-Manager/api-backend#3 2024-08-07 20:32:46 +00:00
Automatically Refresh Library after Adding Title
Neshura commented on issue Kavita-Web-Manager/api-backend#3 2024-08-07 20:32:44 +00:00
Automatically Refresh Library after Adding Title

Closed in f78a5d991c396f73a5070a81f30f02b3220bc5ea

Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 20:32:15 +00:00
33e668be65 Release 0.0.5
Neshura pushed to main at Kavita-Web-Manager/api-backend 2024-08-07 20:31:58 +00:00
f78a5d991c Add Library Refresh after File Post
Neshura opened issue Kavita-Web-Manager/api-backend#4 2024-08-07 20:31:36 +00:00
Provide Endpoints to Modify Series Metadata