Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: remove of TAG-entries nor remove line for TAGs within in OPF-File will not remove TAG on library-Item after rescan #2936

Open
Gru0810 opened this issue May 6, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Gru0810
Copy link

Gru0810 commented May 6, 2024

What happened?

I changed OPF-File by remove TAG-Value , started a rescan but "Fantasy" was not removed on library-Item:
image

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

@Gru0810 Gru0810 added the bug Something isn't working label May 6, 2024
@nichwall
Copy link
Contributor

nichwall commented 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
Copy link
Author

Gru0810 commented May 6, 2024

my scan-config is from the beginning like this:
image
and a change to "zzzTST" an a rescan inserted correcty the changed "TAG":
image
remove the TAG from OPF file did not remove the TAG in ABS

@nichwall
Copy link
Contributor

nichwall commented May 6, 2024

Empty fields do not overwrite fields with data.

@Gru0810
Copy link
Author

Gru0810 commented May 7, 2024

So I must delete the line "dc:tag</dc:tag>" not only the value?

@Gru0810
Copy link
Author

Gru0810 commented May 8, 2024

change of TAG and rescan does correcty update TAG-value:
image

But also removing the whole line:
image
did not remove the TAG after rescan!

@Gru0810 Gru0810 changed the title [Bug]: remove of TAG-entrie within in OPF-File will not remove TAG on library-Item after rescan [Bug]: remove of TAG-entries nor remove line for TAGs within in OPF-File will not remove TAG on library-Item after rescan May 8, 2024
@advplyr
Copy link
Owner

advplyr commented Dec 21, 2024

This is related to and might be the same as #3649

I wrote up the problem here #3671 (comment)
and here #3649 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants