-
Notifications
You must be signed in to change notification settings - Fork 474
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]: Series and series-part do not get embedded when you write meta data to files. #3547
Comments
Let me make sure I understand the sequence of actions you're reporting.
Did I understand the sequence correctly? |
I believe the old tone metadata embed tool would embed Now for mp4 containers unless they are embedded in that way ffprobe won't pull a Since we switched to ffmpeg for embedding we use the This was one of the downsides to switching to ffmpeg for embedding meta tags. Ffprobe only supports a small number of tags for mp4 containers. The docs should be updated once the next release goes out showing which tags can be read in which container and which tags get written when embedding. |
I know the bug title is about embedding, however that is not what the bug description says. It says:
It also says how to reproduce it:
I was not able to reproduce the described behavior, hence the clarifying questions asked. |
Sorry that this was not clear. I have added some pictures to show the outcome I was expecting instead. After matching and ultimatly embedding I was hoping for the book to be populated with the info in image 3, instead you end up with image 2 unless you add further info and save which I use mp3tag to do. |
Thanks for the exaplanation. This is very weird. I also see that the matched Narrators are not reflected in image 2, not only the Series. A couple of followup questions:
|
What happened?
Previously I would manually update my audio files with information including the series information using mp3tag (extended fields for series information). The audiobookshelf app would then enable me to click on series in the interface and see all the books which are part of the series. I have recently started using the audiobookshelf user interface to match files and embed the data into the files for the first time. It appears that the series and book number is identified when a match is carried out in the UI, however the series and series part does not get written to the file or display in the UI. When I add and populate the series and series part using mp3tag and do a scan everything displays and works as expected.
What did you expect to happen?
The series information would appear in the android app, allowing me to see all books in the series.
Steps to reproduce the issue
Audiobookshelf version
v2.15.1
How are you running audiobookshelf?
Debian/PPA
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?
Firefox
Logs
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: