@Andre_H thanks for the pointer. I have tired that plugin, and I think it does as much as anything can. Unfortunately it requires the parent playlist to be an Auto-playlist, which means it does not show up in the "Send To" context menu, which is the best way I have right now to add books to a series. It isn't impossible, just not ideal.
I've tried to request a feature like @rusty described, but was told (similar to this one) that it was impossible.
What I would really love is some way to set up multiple hierarchical ordered trees/lists to describe structured information like:
for media (this structure is based on trying to organize some classical composer collections
or
Code: Select all
Series/Volume/Book/Section/Chapter/Track
Ideally at each level we could order the sublevels/items, and items could have multiple entries.
In Metadata these could be stored like:
Code: Select all
<list>[position]/<list>[position]/.../<list>[position]
<list>[position]/<list>[position]/.../<list>[position]
<list>[position]/<list>[position]/.../<list>[position]
With each track holding its own info.
@Andre_H thanks for the pointer. I have tired that plugin, and I think it does as much as anything can. Unfortunately it requires the parent playlist to be an Auto-playlist, which means it does not show up in the "Send To" context menu, which is the best way I have right now to add books to a series. It isn't impossible, just not ideal.
I've tried to request a feature like @rusty described, but was told (similar to this one) that it was impossible.
What I would really love is some way to set up multiple hierarchical ordered trees/lists to describe structured information like:
[code]Collection/Volume/Disc/Work/Track[/code] for media (this structure is based on trying to organize some classical composer collections
or
[code]Series/Volume/Book/Section/Chapter/Track[/code]
Ideally at each level we could order the sublevels/items, and items could have multiple entries.
In Metadata these could be stored like:
[code]<list>[position]/<list>[position]/.../<list>[position]
<list>[position]/<list>[position]/.../<list>[position]
<list>[position]/<list>[position]/.../<list>[position][/code]
With each track holding its own info.