Set Subtitle to Recording Disambiguation

As those in the community call know, I’m moving my music library life to Naivdrome :slight_smile:

Navidrome can support the subtitle field and displays it quite nicely, my desire is to have the disambiguation field (where things like live, 1995-05-12: Wembley Arena, London, England might be) pushed to the subtitle field so it shows up in Navidrome and i can quickly identify live tracks, tracks that are part of continuous mixes etc.

Does this already exist or am I creating a plugin/script

Thankssss :smiley:

3 Likes

Navidrome’s docs already have a script that should do what you’re looking for:

$if(%_recordingcomment%, $set(subtitle,%_recordingcomment%))
1 Like

ooh good to know, I mean these details weren’t even being saved as a comment.

Anyway, figured it out its:

$set(subtitle,%_recordingcomment%)

any improvements to that let me know :slight_smile:

1 Like