You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
I've tried as many different methods I can think of, and the result is the same. Here is an example:
codec: mp3
compression level: 4
chapters: yes
authcode: ~/.audible/mcjonmor.json
loglevel: 1
aax-file: /home/mcjonmor/Music/aax/The_Eye_of_the_World.AAX
./AAXtoMP3 -e:mp3 --level 4 -c -A ~/.audible/mcjonmor.json -l 1 /home/mcjonmor/Music/aax/The_Eye_of_the_World.AAX
/usr/local/bin/interactiveAAXtoMP3: line 159: ./AAXtoMP3: No such file or directory
When trying this using the manual mode script, the result is the same. I've tried changing the active directory to the same as the AAX file. I've tried dragging-and-dropping the aax file into the terminal window. I've tried using tab for auto-complete to make sure I got the directory name correct. It just seems that no matter what, the script is unable to find the correct directory.
One possible cause for this may be due to the error shown when I attempt to run the command: sudo apt-get install ffmpeg libav-tools x264 x265 bc which results in:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libav-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libav-tools' has no installation candidate
If that is the case, How can I fix the installation? My OS is Pop!_OS 22.04
The text was updated successfully, but these errors were encountered:
I had the same problem for the last hour and finally found the problem:
I donwloaded the Files with openAudible and it produces .AAX files which do not work! I downloaded them again with audible-cli and now it works flawlessly!
I've tried as many different methods I can think of, and the result is the same. Here is an example:
When trying this using the manual mode script, the result is the same. I've tried changing the active directory to the same as the AAX file. I've tried dragging-and-dropping the aax file into the terminal window. I've tried using tab for auto-complete to make sure I got the directory name correct. It just seems that no matter what, the script is unable to find the correct directory.
One possible cause for this may be due to the error shown when I attempt to run the command:
sudo apt-get install ffmpeg libav-tools x264 x265 bc
which results in:If that is the case, How can I fix the installation? My OS is Pop!_OS 22.04
The text was updated successfully, but these errors were encountered: