-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: API should return song/album paths #2177
Comments
It's not perfect, but using the |
Hi! I think someone recently added a path field to the web API, in #2050 (comment). Can you check that out? |
Thanks, we checked it and sure enough, there's a path - for individual tracks. Surely beets knows the path to each entire album in its database? I've been searching the code to try to figure out if the album path is possible to add to '/album'. Any ideas? |
There's an |
FYI I added paths to tracks in the web API in #2389. If that suffices, given @sampsyo's last comment, then this can probably be closed. The history of this is a little confusing. #2050 added relative paths originally. Then that was reverted due to #2182. Finally, I added it back behind a config flag in #2389. So people who need it can have it, and people who don't won't see a slowdown. |
Thanks for following up, @irskep. |
Problem
We're writing a utility to synchronize music libraries and we could really use the ability to get the path to an album. Both for the web API and for the export plugin.
Setup
My configuration (output of
beet config
) is: N/AThe text was updated successfully, but these errors were encountered: