mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[GH-ISSUE #169] Local library: manage files #98
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mr-manuel on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/169
Is there a way to delete or manage uploaded files via the GUI?
For what are this boxes?
@rudyberends commented on GitHub (Feb 21, 2026):
The boxes contain coverart of your uploaded music. it also has a delete button to remove the album
@mr-manuel commented on GitHub (Feb 21, 2026):
It seems like that there is no delete button when the cover art is missing, at least I can't see any. Maybe a list with cover art and filename would fit better?
@rudyberends commented on GitHub (Feb 21, 2026):
It's in the latest webadmin adjustments
@mr-manuel commented on GitHub (Feb 21, 2026):
Thanks
@mr-manuel commented on GitHub (Feb 21, 2026):
Should it be in the latest beta-7? I can also easily test the
devbranch, but currently they are the same.@rudyberends commented on GitHub (Feb 21, 2026):
Yes it should be. As you have one album in your library, the first icon should, on hover, have a delete item.
However your problem may be the missing coverart that prevents removal. I have made a fix for that. You can use dev, but most of the code is in the webui, so you need to pull that too. Either using the web app and downloading the latest webui, or by running "npm run fetch:admin"
@mr-manuel commented on GitHub (Feb 21, 2026):
Now I see the delete button, thanks.