Skip to content

Path format, and album vs item values; which one is used? #4575

Answered by sampsyo
bbaserdem asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer is that both are used, but album-level data takes priority. The long answer is in the code:

class FormattedItemMapping(dbcore.db.FormattedMapping):

Namely, when formatting paths, we try the associated album with every item first. If we find no data there, then we look things up in the item itself.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sampsyo
Comment options

You must be logged in to vote
1 reply
@bbaserdem
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants