Replies: 1 comment
-
You can add any number of albums or tracks at once using the moe add command, it just doesn't understand nested sub-directories of albums. I'm not sure what shell you're using, but there's typically commands that can list out nested directories, which can then be passed to moe. I didn't want to directly give the option to recursively add directories as albums, as many albums include directories for attachments like cover art, or for multiple discs, which complicates trying to discern if a directory is an album or not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I can tell there is no way to add multiple albums at once.
This makes adding lots a new music, especially initially adding an existing library, laborious.
Could there be an option to add multiple albums found in all directories under a given path?
I have used this code which seems to work in my case, however I have had to edit this into the
add_cli.py
, and this assumes that the music is organised in album directories:Beta Was this translation helpful? Give feedback.
All reactions