Hi ..
mine didn't work as well


Check the extended tags dialogue Alt-T and see if you find the data there.
This script is working in Windows, make sure to update to the latest version. GitHub - seanap/Plex-Audiobook-Guide: A walkthrough for optimal Audiobook experience using Plex or modify the src script by changing the line described here Scraper Potentially not working · Issue #28 · seanap/Audible.com-Search-by-Album · GitHub
Series and Series# are custom ID3 tags so they don't show up in that menu, you have to add them manually.
Make sure you fill the Value and Field data with the correct field name found using this...
You can "Name" it whatever you want for the column and display name you choose.
i tried alt+T but no series and no series here

I tried to add field, but not sure what should I input on the source, etc

really, I tried, really, but i don't think i know what i'm doing LOL
Both Series and Series no are not part of the standard mp3tag fields that are available from a fresh install. So they won't appear in any list until you have them set up.
If you want to know what fields are missing from the view that you have in any file, highlight that file in the browser and press Alt-T to open a list of all fields that file is using. That will help to make sure you use the correct name that must match exactly what you expect for your custom tags to show up in the browser, and to be able to edit them there.
Go to the Menu bar and choose View>Customize columns... (or right click the top of any column in the browser and choose the same). There you will see a list of the current fields that are already displayed. Use the New button to add a new one, and in the box that appears enter this manually for Series, just once. After that you will have this field in your list. Repeat this for any other field you want. These will remain available moving forward in your version of mp3tag.
BTW - That second screen shot is for Mapping fields from one to another, and has nothing to do with what you are trying to do here.
Right click the column headers > click Customize > click New > Name: Series, then select the series tag from the dropdowns for the value, field, and sort by. Repeat for Series#
thank you all for your help
Found it ![]()
Since the last Mac Update I get the "Error(L44/findinline): text not found" with every search. Is there any chance for an update? Or is the problem only on my end?
I got the Error(L44/findline): text not found error. I also found why it occurs. Its not accepting any non-alphanumeric input. I had a "-" in my search. Removing it made the error disappear. Screenshots above show things like ":" in the search as well but florian's search doesn't have that.
I can't help with coding a fix, but thats a/the cause...
It's basically describes what I've mentioned above a while ago:
Hey guys,
I want to share the src for audible.de.
I use it myself and had done some fixes to it.
At this moment it is working, but I had to comment out the fetching of the asin-tag. Because it produces some problems with free titles.
Maybe I will push that to a github gist or something else. I will try to maintain this script.
I am open for feedback and tips to improve it, I am new to the mp3tag-script-language.
Audible.de#Search by Album.src (9.3 KB)
A suggestion please comment out the Debug lines.
Yes best way is to put it in Github, for anyone to help, i think.
I had a look at the difference between free and paid titles and I think a reliable way for fetching ASINs for both types would be
# ASIN
findline "<span id=\"sample-player-"
findinline "<span id=\"sample-player-"
outputto "ASIN"
sayuntil "\""
gotoline 1
For the past couple days i had been getting an error way more often then normal, but if i would just try again it would work eventually
Today it cant see to get past whatever is making it so uncharitable
Anybody else having problems or better yet any ideas. Every time one of these acts up i wish i had spent more time harassing Ramono so i could just do this myself
You can try [WS] Audible via API as an alternative to this WS.

there seems to be an error with Search by ASIN.
same with Search by Author + Title. It doesn't automatically input the title/author so whichever way I input (author, title) or (author - title), it says no items are matching your search criteria
Looks like you did not copy the contents of the whole archive, especially
A&udible API#Settings….settings