Closed evafans closed 1 year ago
Also,it wont download covers.
I tried to reinstall it,now I cant download files,dnw.
C:\Users\Administrator>audiobook-dl -c C:\audiobook-dl-master\cookies.txt https://www.scribd.com/listen/237959141
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\Scripts\audiobook-dl-script.py", line 33, in
I think I have fixed the bug with metadata, but it still does not download the books. Covers are currently not supported with Scribd.
the updated version has covers now,but the audio only contains chapter number,without author and narrotor,is it unusual,or it is the way it is?
It's the way it is. I haven't implemented author and narrator for Scribd yet.
I think this function can be achieved, there is a isbn number to every audiobook ,using isbn you can get detailed info and cover from audible.
It's the way it is. I haven't implemented author and narrator for Scribd yet.
author is there now , Just need to Add title and album , well title==album , so getting title and adding it to file , can u add it?
I have added support for title now. I have only put it in the title tag and not the album tag, because I want the album tag to be the series if that's available. What do you think?
ahh thats fine , title was must now I don't have to manually add it on each file.
Album : Forty is Fabulous #04 Track name : Making Midlife Marvels Performer : Heloise Hull Original/Lyricist : Heloise Hull
nice work BTW i noticed that now ffmpeg merge doesn't show any progress thats bad , can u enable it again?
NotADirectoryError: [WinError 267] The directory name is invalid: 'The Devil\u0026#39;s Choir: A Victor Lessard Thriller'
error on this scribd orignals https://www.scribd.com/audiobook/542379701/The-Devil-s-Choir-A-Victor-Lessard-Thriller
I think I have fixed the problem, but I'm not sure. I don't run windows and it's a windows specific problem.
I think I have fixed the problem, but I'm not sure. I don't run windows and it's a windows specific problem.
Ohh ok will test it , BTW did able to merge aac files yet?
i noticed that now ffmpeg merge doesn't show any progress thats bad , can u enable it again? what about this??
i noticed that now ffmpeg merge doesn't show any progress thats bad , can u enable it again? what about this??
I can make it an option.
BTW did able to merge aac files yet?
Not yet. I don't know whats wrong. Will try to figure it out.
make that option for verbose ffmpeg output .
about aac files i tried to convert all of aac files into m4b files using ffmpeg script then tried to merge these m4bs into single m4b it worked but it takes twice as long sadly.
I have created an new option, --verbose-ffmpeg
2ea824b.
Will the audio from scribd containing metadata(author,narrator),if it does, what is the error that I can't get it? File "C:\Program Files\Python39\Scripts\audiobook-dl-script.py", line 33, in
sys.exit(load_entry_point('audiobook-dl==0.1.0', 'console_scripts', 'audiobook-dl')())
File "C:\Program Files\Python39\lib\site-packages\audiobook_dl-0.1.0-py3.9.egg\audiobookdl__main__.py", line 42, in run
File "C:\Program Files\Python39\lib\site-packages\audiobook_dl-0.1.0-py3.9.egg\audiobookdl\utils\service.py", line 138, in download
File "C:\Program Files\Python39\lib\site-packages\audiobook_dl-0.1.0-py3.9.egg\audiobookdl\utils\metadata.py", line 30, in add_metadata
File "C:\Program Files\Python39\lib\site-packages\audiobook_dl-0.1.0-py3.9.egg\audiobookdl\utils\metadata.py", line 20, in add_id3_metadata
AttributeError: 'NoneType' object has no attribute 'items'