[Bug]: #1499

Closed
opened 2026-04-24 23:47:31 +02:00 by adam · 3 comments
Owner

Originally created by @Polly-Jeanius on GitHub (Oct 31, 2023).

Describe the issue

Since upgrading to 2.5.0 (Docker image) I can no longer add an author image via file path, it only accepts a URL. Is there a way to still add an image by file path, or is this a bug?

I store author profile pics in the /metadata/authors folder.

Authors that had a locally hosting image I had added previously by file path prior to upgrading are still working, but there doesn't seem to be a way to add any new ones.

I have tried putting a local path (as I would in the previous version) in the URL field but it rejects it as an invalid URL.

Screenshot 2023-10-31 at 9 26 22 pm

Steps to reproduce the issue

  1. Go to 'Authors' in Audiobookshelf lefthand tab
  2. Click on the pencil on an author
  3. Only a URL field exists where previously there was a field that accepted local path or URL.

Audiobookshelf version

2.5.0

How are you running audiobookshelf?

Docker

Originally created by @Polly-Jeanius on GitHub (Oct 31, 2023). ### Describe the issue Since upgrading to 2.5.0 (Docker image) I can no longer add an author image via file path, it only accepts a URL. Is there a way to still add an image by file path, or is this a bug? I store author profile pics in the `/metadata/authors` folder. Authors that had a locally hosting image I had added previously by file path prior to upgrading are still working, but there doesn't seem to be a way to add any new ones. I have tried putting a local path (as I would in the previous version) in the URL field but it rejects it as an invalid URL. <img width="1547" alt="Screenshot 2023-10-31 at 9 26 22 pm" src="https://github.com/advplyr/audiobookshelf/assets/67853900/75007d66-bc5a-4c34-901c-d8a797333f37"> ### Steps to reproduce the issue 1. Go to 'Authors' in Audiobookshelf lefthand tab 2. Click on the pencil on an author 3. Only a URL field exists where previously there was a field that accepted local path or URL. ### Audiobookshelf version 2.5.0 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:47:31 +02:00
adam closed this issue 2026-04-24 23:47:32 +02:00
Author
Owner

@advplyr commented on GitHub (Oct 31, 2023):

Putting in local file paths is no longer supported. The main reason is the only supported path is /metadata/authors so it didn't make sense to allow this to be editable.

I understand though that since there is no way to upload an image locally the workaround has been to enter the local filepath. I will include a local file upload button in the next release.

Main issue for this is #498

@advplyr commented on GitHub (Oct 31, 2023): Putting in local file paths is no longer supported. The main reason is the only supported path is `/metadata/authors` so it didn't make sense to allow this to be editable. I understand though that since there is no way to upload an image locally the workaround has been to enter the local filepath. I will include a local file upload button in the next release. Main issue for this is #498
Author
Owner

@advplyr commented on GitHub (Oct 31, 2023):

Fyi you could enter the local filepath directly in the sqlite db if you need this now.

@advplyr commented on GitHub (Oct 31, 2023): Fyi you could enter the local filepath directly in the sqlite db if you need this now.
Author
Owner

@Polly-Jeanius commented on GitHub (Oct 31, 2023):

Thank you - an upload would be a great solution :)

@Polly-Jeanius commented on GitHub (Oct 31, 2023): Thank you - an upload would be a great solution :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1499