Skip to content
Discussion options

You must be logged in to vote

It's certainly a good question. An important distinction though that makes this somewhat possible is that moe add can take any number of paths as arguments. This means that the best way to do what you're asking is to take advantage of your shell's features for listing out multiple paths and pipe that into moe. For example, with bash you can do something like:

find /path/to/your/library -mindepth 2 -maxdepth 2 -type d -print0 | xargs -0 moe add

Assuming your library follows a library/artist/album directory structure. Here's also a relevant discussion about recursively adding albums for more on why adding a whole library directory with nested albums in a single path isn't supported.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jtpavlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants