@Nossarian commented on GitHub (Nov 20, 2025):
I believe I'm also running into this issue. Similar error, though on initial install of abs I had no issues quickmatching covers
`[CoverManager]…
@Vito0912 commented on GitHub (Apr 28, 2025):
Api: https://api.bookscouter.com/v4/search/new?term=<query>&itemsPerPage=10&page=1
@nichwall commented on GitHub (Apr 28, 2025):
If this is not added as a built-in provider, someone can also create a custom metadata provider interface for it.
https://www.audiobookshelf.org/guid…
@RenNagasaki commented on GitHub (Apr 28, 2025):
It seems to me that ABS currently only keeps the existing metadata alive, but doesn't "correct"(Simple override) it.
No, Abs does…
@advplyr commented on GitHub (Apr 28, 2025):
Here is an example of a podcast with episode numbers. I had to look through a few to find one because many do not have them.
https://podcast.darknetdi…
@RenNagasaki commented on GitHub (Apr 28, 2025):
Also, the podcast you shared doesn't have episode numbers. Not all podcasts have episode numbers and that is why podcast apps use the pub date…
@RenNagasaki commented on GitHub (Apr 28, 2025):
Here is an example of a podcast with episode numbers. I had to look through a few to find one because many do not have them.
https://podcast…
@advplyr commented on GitHub (Apr 28, 2025):
Jeah, I guessed as much, that's why I wrote in my post that if no episode exists, just use the index in the list of episodes sorted by date. So you…
@advplyr commented on GitHub (Apr 28, 2025):
And even if it did get added back in we wouldn't be automatically embedding meta tags when an update to the index gets made so it wouldn't fully solve…
@RenNagasaki commented on GitHub (Apr 28, 2025):
Mhh, seems like I'll have to write a small script or software to periodically run over my podcast folder then.
@RenNagasaki commented on GitHub (Apr 28, 2025):
Thanks for responding and helping!
@advplyr commented on GitHub (Apr 28, 2025):
That embeds meta data. You can see it using the probe audio file feature in abs.
<img width="332" alt="Image" src="https://github.com/user-attachments…
@RenNagasaki commented on GitHub (Apr 28, 2025):
Maybe I didn't explain it correctly. The podcast files have some metadata info, it just swings between incomplete and completely unusable. Example:…
@advplyr commented on GitHub (Apr 28, 2025):
It seems to me that ABS currently only keeps the existing metadata alive, but doesn't "correct"(Simple override) it.
No, Abs does override it…
@advplyr commented on GitHub (Apr 28, 2025):
Also, the podcast you shared doesn't have episode numbers. Not all podcasts have episode numbers and that is why podcast apps use the pub date which…