GithubHelp home page GithubHelp logo

mp3tag's People

Contributors

guyman624 avatar romanoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mp3tag's Issues

Cetegories (Genre)

AUDIBLE: i have noticed that when a book dont have Categories (genre) (there is lot of books without categories, especial series parts) it stops the process because it dont have an "if" part, this days i did not had time to update my script, will soon i think.
imagem

Mofibo.com

Hi I was very happy when I found your mofibo src tool, but it doesn't work.
It searches but afterwards just gives empty tagresult even when it's on Mofibo.com only thing it finds is cover.
Can you help please?

Storytel

Hi!
Storytel make some changes with site code and now it is not working.

Can you repair this ?
This is only way to get Polish tag for audiobooks!

Audiobooks.com tag source not working

Good day,

Just found your scripts and attempted to use the Audiobooks.com tag source. Unfortunately, it didn't work (reported no matching results found).

Manually looking at Audobooks.com I was able to find the book.

I looked over the script and made changes to get it work and return results. As I'm not familiar with the Github/Git process, (forking and making a pull request I believe is what is needed), can I send you the changes for your review? Or post them here?

My changes are based on Audiobooks.com#Search by Title[v.20.10.2023].src

Thanks for the scripts!

Storytel

Something have happened to the Storytel site.

The english version works perfect. But when I change it to she swedish version I made from you file.
I know get an error (> 404: Not Found).

I dont know what the problem might be...

VGMdb not working

Hi there, I tried all the VGMdb related plug-in but even if it does not give me any error, the window that should contain informations is empty. Can you help me?

Audible.com Not Returning Any Results

Hello,

I had been using the Audible.com search by Album function and it was working great for months. Recently this has stopped working and after finding this post on the MP3Tag forums it said to come here and download the latest .src file. I downloaded a zip file, and extracted, copied and pasted into my appData folder (in the right sub-folders). Now after running the search no matter how vague I put the search conditions no results are being returned.

I searched for 'Brandon Sanderson The Well of Ascension' and it returned no results:
image

image

Interestingly just searching by Album and putting in just the author name (Brandon Sanderson) I get the same results. I then tried just the book/album name and it also returned no results.

I then tried just searching with the Audible.com file name option instead of the album search and I see 3 results, the top one is the .com version (correct version with the correct duration), the middle one is the UK version and the bottom is Spanish. I noticed that instead of the book/album name I'm getting the category for the .com result:
image

When I click Next on this album no results appear, and clicking the 'This album on Audible.Com' it takes me to a generic search page showing it did not find the book.

For reference here is the URL of the book/album that I expected the search to find: https://www.audible.com/pd/The-Well-of-Ascension-Audiobook/B002V5GLQ4?ref=a_library_t_c5_libItem_B002V5GLQ4&pf_rd_p=80765e81-b10a-4f33-b1d3-ffb87793d047&pf_rd_r=NR1QZ7GHDA3X8BVHTDT2&pageLoadId=AzoFggD0ulTPGhn9&creativeId=4ee810cf-ac8e-4eeb-8b79-40e176d0a225

Edit: I tried this with multiple files/albums as well with the same result, so it does not seem isolated to this album.

Thank you in advance for any assistance!

audible

I found that audible search result doesn’t contain narrotors, and it doesn‘t fetches images.

Request to add Audiobook source from Itunes

Hello,
I'm so very very impressed by your work and I was wondering if you would be able to create something for Itunes? I have a large collection of m4b audiobooks (which I prefer for bookmarks and chapters) I am a PC user not a MAC user and unfortunately, Mp3tag has not made this easy for a coding illiterate person like me to be able to bring this information in. I don't want to download Itunes or even get an Itunes account. I have yet to see a decent MP3Tag source that pulls information for audiobooks and since you are updating everything else out there and doing an awesome job from what I can see, I was wondering if you would be willing to do this for me and the MP3Tag community that also uses audiobooks?

Some of the tags I would be looking for, and I'm sure others are as well, would be Title, Artist, Narrator, Allbum, Series, Series #, Track, Genre or Mediatype, Abridged or Unabridged version, Release Year or year, ISBN OR AISN, PUBLISHER, COPYRIGHT, COVER, DESCRIPTION OR COMMENT
Thanks so very much

not an issue got scribd/everand to work

image
Theses were all blank
`# ######################################################################

Mp3tag web source for scribd.com, Created by Romano.

Copy this file to your sources directory at

%APPDATA%\Mp3tag\data\sources

Changes: https://github.com/romanoh/Mp3tag-Repository

[2023-09-23]

NEW: First version

[Name]=everand.com [v.05.10.2023]
[BasedOn]=everand.com
[IndexUrl]=https://www.everand.com/search/query?query=%s
[AlbumUrl]=https://www.everand.com/audiobook/
[WordSeparator]=%20
[IndexFormat]=%_preview%|%_url%|% ↓ Title%|% ↓ Author%
#remove everything inside ()
[SearchBy]=Enter Album Name||$regexp(%album%,'([^)]*)',,1)||%s
[Encoding]=url-utf-8
[UserAgent]=1

[ParserScriptIndex]=...

I N D E X

#DebugWriteInput "C:\Users\xxxx\Desktop\scribd.html"
#Debug "ON" "C:\Users\xxxxx\Desktop\index_scrib.txt"

json "ON"

json_select_object "results"
json_select_object "audiobooks"
json_select_object "content"

json_foreach "documents"

	# Preview (no column, only for preview)
	json_select "book_preview_url"
	SayRest
	Say "|"

	json_select "id"
	SayRest
	Say "|"

	json_select "title"
	SayRest
	Say "|"

	json_select "author"
	json_select "name"
	SayRest
	saynewline

json_foreach_end
json_unselect_object

################################################################################

ADJUST TAG INFORMATION DIALOG

################################################################################
[ParserScriptAlbum]=...

Comment/uncomment for debugging purposes:

#DebugWriteInput "C:\Users\xxxx\Desktop\scribd_album_debug.html"
#Debug "ON" "C:\Users\xxxx\Desktop\scribd_album_debug.txt"

Use the json inside the html

FindLine "type="application/ld+json">"
FindinLine "type="application/ld+json">"

Language

OutputTo "language"
findinline ""inLanguage":""
sayuntil """

Isbn

OutputTo "isbn"
findinline ""isbn":""
sayuntil """

#Album Title
outputto "Album"
findinline ""name":""
sayuntil """

#Comment
outputto "Comment"
findinline ""description":""
regexpreplace "<[^>]+>" ""
sayuntil """

Cover

outputto "Coverurl"
findinline ""image":""
sayuntil """

Author

outputto "artist_1"
findinline ""author""
findinline ""name":""
sayuntil """

outputto "artist_2"
findinline "},{"@type":"Person","name":"" 1 1
sayuntil """

outputto "artist_3"
findinline "},{"@type":"Person","name":"" 1 1
sayuntil """

IfNotOutput "artist_2"
gotoline 1
FindLine "type="application/ld+json">"
FindinLine "type="application/ld+json">"
else
endif

outputto "artist"
sayoutput "artist_1"
IfOutput "artist_2"
say "/"
sayoutput "artist_2"
else
endif
IfOutput "artist_3"
say "/"
sayoutput "artist_3"
else
endif

Clean temp

set "artist_1"
set "artist_2"
Set "artist_3"

narrator

outputto "composer_1"
findinline ""readBy"" 1 1
findinline ""name":"" 1 1
sayuntil """

outputto "composer_2"
findinline "},{"@type":"Person","name":"" 1 1
sayuntil """

outputto "composer_3"
findinline "},{"@type":"Person","name":"" 1 1
sayuntil """

outputto "composer"
IfNotOutput "composer_1"
else
sayoutput "composer_1"
endif

IfOutput "composer_2"
say "/"
sayoutput "composer_2"
else
endif
IfOutput "composer_3"
say "/"
sayoutput "composer_3"
else
endif

Clean temp

set "composer_1"
set "composer_2"
Set "composer_3"

IfNotOutput "composer_2"
gotoline 1
FindLine "type="application/ld+json">"
FindinLine "type="application/ld+json">"
else
endif

#Publisher
outputto "publisher"
findinline ""publisher":""
sayuntil """

#Publisher
outputto "year"
findinline ""datePublished":""
saynextnumber

#Duration
#outputto "duration"
#findinline ""duration":""
#replace "PT" ""
#sayuntil """

Set Artist = Albumartist

outputto "albumartist"
sayoutput "Artist"

Set Audible Album URL

outputto "WWWAUDIOFILE"
sayoutput "CurrentUrl"

Set Comment to DESCRIPTION for better MP4 support

outputto "DESCRIPTION"
sayoutput "Comment"`

Audible search gives no results now

As of today, I haven't been able to use the audible search at all. When I search for the book, I get results but whenever I select the book, it gives an error saying the search did not yield any matches (along those lines).

Tried on multiple books, tried redoing it over and over, etc. But no luck. Any ideas?

Goodreads isn't listing index results

I think the goodreads source is broken. Something seems to be going on with the Index section, it's not parsing the results. It looks like it is skipping to the last result and not presenting the options. I looked over the Title, URL, and Author sections and everything looks OK.

[VGMdb] Album image previews are broken

As VGMdbAlbumParser.inc expects .jpg or .png images but VGMdb recently switched to .webp.
Hoping a fix is possible.
Thanks for your dedication in keeping these scripts going !

Multiple # Author/Artist and # Narrator on storytel, also a fix for # Description

Here is an add to the script if you have more then one authors and narrator.
Also, dhje Description is not working as intended. I fixed it but I dont know if its optimised.

# Author/Artist
outputto "Artist"
findline "authors"
findinline "href="
findinline ">"
sayuntil "<"

outputto "Artist"
moveline 1
if ","
   say "; "
findline "authors"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 1
endif

outputto "Artist"
moveline 1
if ","
  say "; "
findline "authors"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 1
endif

outputto "Artist"
moveline 1
if ","
  say "; "
findline "authors"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 1
endif

# Narrator
outputto "Composer"
findline "narrators"
findinline "href="
findinline ">"
sayuntil "<"

outputto "Composer"
moveline 1
if ","
  say "; "
findline "narrators"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 5
endif

outputto "Composer"
moveline 1
if ","
  say "; "
findline "narrators"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 5
endif

outputto "Composer"
moveline 1
if ","
  say "; "
findline "narrators"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 5
endif

outputto "Composer"
moveline 1
if ","
  say "; "
findline "narrators"
findinline "href="
findinline ">"
sayuntil "<"
else
say ""
gotoline 5
endif

# Description
outputto "Comment"
findline "book-description"
findinline "><p>"
replace "<article class=\"book-description svelte-2y4p89\">" ""
replace "</p>" " "
replace "<p>" " "
replace "<br>" " "
sayuntil "</article>"

Not Populating Series Name or Number

Thank you so much for helping with this fix. Works great!

Only thing I'm not populating is Series Name and Number - it pulls from Audible but will not populate into MP3 Tag fields.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.