Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Unable to locate AAX files #228

Open
moonbeast32 opened this issue Oct 24, 2022 · 4 comments
Open

Unable to locate AAX files #228

moonbeast32 opened this issue Oct 24, 2022 · 4 comments

Comments

@moonbeast32
Copy link

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

@lrdqs
Copy link

lrdqs commented Dec 29, 2022

+1

I don't know what I'm doing wrong. Any help is appreciated.

@Nicko98
Copy link
Contributor

Nicko98 commented Dec 29, 2022

When you carefully read the error message, you notice, that finding the .aax file isn't the problem. The problem is finding the script AAXtoMP3.

You have to call interactiveAAXtoMP3 from the AAXtoMP3 directory.

@7IM3rW
Copy link

7IM3rW commented Jan 8, 2023

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!

@Nicko98
Copy link
Contributor

Nicko98 commented Jan 8, 2023

/usr/local/bin/interactiveAAXtoMP3: line 159: ./AAXtoMP3: No such file or directory

As I previously pointed out, the error faced by moonbeast32 isn't that the .aax file isn't found! The error is, that AAXtoMP3 isn't found.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants