Skip to content

Add custom number to path for sorting #5166

Closed Answered by dogo77
dogo77 asked this question in Q&A
Discussion options

You must be logged in to vote

You could add a custom tag such using beet modify [query] release_order=[some number] for every book and then add that number in your audiobook path format.

This works like a charm.

paths: "album:'Harry Potter'": Hörspiele/$albumartist/%ifdef{release_order} $album%aunique{} [$year] [$format]/%if{$multidisc,disc $disc }%if{$disctitle,$disctitle}/$track $title

beet modify 'Harry Potter und der Stein der Weisen' release_order='[1]'

Just be sure to have that "album:'Harry Potter'": part before your path definitions of Audiobooks or it won't work ;)

thanks a lot @benpage2 !!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dogo77
Comment options

@dogo77
Comment options

Answer selected by dogo77
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