Post Reply 
Multi-disc album woes
24-09-2021, 13:24
Post: #6
RE: Multi-disc album woes
(23-09-2021 22:05)Veganfloyd Wrote:  Thank you, the playback works when doing it this way. Is it a limitation of my control point or is the two-step process the same regardless of the control point?
I don't know if the behaviour is different, but I can fully recommend BubbleUPnP if you haven't tried it already.

(23-09-2021 22:05)Veganfloyd Wrote:  Thank you. I was hoping for some sort of on-the-fly string operation making use of what I initially posted, i.e. adding DiscNumber to itemTags property and setting DiscSubtitle.default. Something along the lines of (made-up syntax) DiscSubtitle.default="CD0{DiscNumber}" to get CD01, CD02, etc.
You can set a default, but I don't believe that default can be a concatenation of a string and a tag, it's either or.

What you could use is tagUpdate

Something like:
Code:
@DISCNUMBER=1
+DISCSUBTITLE=CD01
@DISCNUMBER=2
+DISCSUBTITLE=CD02
...

If you have populated some DISCSUBTITLE tags, you'd need to change the name in the tagUpdate file to TMP_DISCSUBTITLE, then use DISCSUBTITLE.default={TMP_DISCSUBTITLE} (after adding TMP_DISCSUBTITLE to itemTags).

This will however apply them for everything in your collection (including single disc albums) so unless you have some way of identifying multi-disc albums (DISCTOTAL) there's no way to prevent this.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Multi-disc album woes - Veganfloyd - 23-09-2021, 18:41
RE: Multi-disc album woes - simoncn - 23-09-2021, 20:07
RE: Multi-disc album woes - simoncn - 23-09-2021, 21:25
RE: Multi-disc album woes - simbun - 24-09-2021 13:24

Forum Jump:


User(s) browsing this thread: 1 Guest(s)