mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Bug]: remove of TAG-entries nor remove line for TAGs within in OPF-File will not remove TAG on library-Item after rescan #1955
Reference in New Issue
Block a user
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 @Gru0810 on GitHub (May 6, 2024).
What happened?
I changed OPF-File by remove TAG-Value , started a rescan but "Fantasy" was not removed on library-Item:

What did you expect to happen?
remove TAG-Value from OPF-File, run "re-scan" -> TAG will also removed from library-item
Steps to reproduce the issue
Audiobookshelf version
2.8.1
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Chrome
Logs
No response
Additional Notes
No response
@nichwall commented on GitHub (May 6, 2024):
Have you edited the metadata precedence?
By default, the ABS metadata JSON file has the highest priority (this file is updated whenever the library item changes) so that changes you make within ABS have priority over any files.
https://www.audiobookshelf.org/guides/book-scanner#book-metadata-parsing
@Gru0810 commented on GitHub (May 6, 2024):
my scan-config is from the beginning like this:


and a change to "zzzTST" an a rescan inserted correcty the changed "TAG":
remove the TAG from OPF file did not remove the TAG in ABS
@nichwall commented on GitHub (May 6, 2024):
Empty fields do not overwrite fields with data.
@Gru0810 commented on GitHub (May 7, 2024):
So I must delete the line "dc:tag</dc:tag>" not only the value?
@Gru0810 commented on GitHub (May 8, 2024):
change of TAG and rescan does correcty update TAG-value:

But also removing the whole line:

did not remove the TAG after rescan!
@advplyr commented on GitHub (Dec 21, 2024):
This is related to and might be the same as https://github.com/advplyr/audiobookshelf/issues/3649
I wrote up the problem here https://github.com/advplyr/audiobookshelf/pull/3671#issuecomment-2512735844
and here https://github.com/advplyr/audiobookshelf/issues/3649#issuecomment-2512755438