Replies: 7 comments 5 replies
-
|
Your topic sounds like more like a discussion, so maybe transfer it to https://github.com/seanap/Plex-Audiobook-Guide/discussions? |
Beta Was this translation helpful? Give feedback.
-
|
There are a few alternatives, but none that I found to be quicker/easier. Here are a few that I know of hopefully if anyone else has any alternatives they can add to this list.
As far as beets.io custom plugin's go, it does looks to be possible. Someone would have to write either a web scraper or audible api hook in python to get the metadata from audible (or whatever source you want to use). The web scraper for mp3tag is not compatible with beets.io, it's not written in python. The Audnexus plex agent (and upcoming audnexus audiobook database) is very good at matching and pulling metadata from audible. All it needs is a proper ALBUM and ARTIST tags. In previous versions of the old audiobook.bundle agent it needed a lot more help to match and didn't grab all the metadata available. This is why I wrote the mp3tag script like I did to compensate for that by saving all the metadata in the files, but moving forward from a Plex perspective, that isn't required (though I still like my perfectly tagged files). |
Beta Was this translation helpful? Give feedback.
-
|
I'm investigating building a Beets plugin. These are just some preliminary ideas, I'd appreciate any advice / suggestions. I'm trying to read through the source for the plex agent to see how it retrieves info, which seems like a much easier way of getting info than trying to replicate the mp3tag approach. Mp3tag's audible source seems to use artist with the album name for the search term, I'm hoping that works well enough. This API call seems to provide almost all the required information: The only thing that I don't see is genre which is something I'm ok to live without. There's another endpoint, |
Beta Was this translation helpful? Give feedback.
-
|
I've started a discussion on Beets requesting for help with some problems I'm having with the process, I have posted a link to my work there. |
Beta Was this translation helpful? Give feedback.
-
|
Quick status update. I realize that Beets really really dislikes it if I don't provide chapter info (which I have using the audnex.us API), thanks for that tip. I managed to get this working extremely well when the book is in the form of a folder with each file being a chapter of the book. I've opened a new discussion on Beets on enhancing support for audiobooks to see if they would be willing to support other formats such as:
The main issue is the assumption that one file = one track / chapter. In the case where adding this support isn't possible, I'm wondering how useful it would be for me to continue developing this plugin even with such a restriction. I'm also wondering how hard it would be to work around this problem, e.g chapterizing a book to be 1 file per chapter, to then be fed into Beets. This seems like the most practical solution. |
Beta Was this translation helpful? Give feedback.
-
|
I've uploaded a preliminary version of an Audible plugin, you're welcome to give it a try. I'll probably only have time to work on this or extending Beets to better support this use case in a few weeks. Would welcome any help from anyone else interested in making Beets for audiobook management happen. |
Beta Was this translation helpful? Give feedback.
-
|
I've gotten most of the tags that Beets writes out to match what you suggest, except for the following which I have some questions about
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if there's any other way of achieving the automatic tagging functionality besides using mp3tag?
For example, I'm wondering if a custom Beets plugin would be able to do this.
Beta Was this translation helpful? Give feedback.
All reactions