When tagging, I initially decided not to append every artist and genre of a single track with a separators. So I added multiple fields with the same name (ARTIST, or GENRE). The server (gonic) seems to support that, as I could see in the logs.
In Symfonium I can only see one artist for every track. The same for the genres. Are multiple fields with the same name just not supported, and I have to use a separator, or what am I doing wrong?
thats right it will be there for v0.16 however if you want to try it out already (and help me test too before the release) you can try the gonic :nightly tag
I’d also volunteer to test stuff if that’s useful for you. I have literally tens of thousands of multi value tags (a mix of either separated by "; " or as multiple tag fields like OP.
The fact that jellyfin supports these is pretty much the only reason why I use it for Symfonium currently.
The GUI performance is atrocious with my library size.
If gonic has issues with large libraries I’d probably find out.
Does this mean a mixed usage (multiple fields and a delimiter like in my case) isn’t supported?
Also is there a reason why you limit multi value tags to albumartist and genre? I also use it for composer and artist.
I’m using the exact same mounts (except for /opt/navidrome instead of /opt/lms) and the same user and group ids for my navidrome server which works as expected.
However lms initially refused to start with loads of permission denied errors until I chowned the /opt/lms folder to the 1000:1000 user. I’ve never had to do that with other containers.
And now that it’s up and running it does not scan my music. As per instructions I’ve typed in /music here
and then hit scan. It finishes instantly with:
And the log of the container shows:
[2023-Oct-23 20:21:58.302] 1 - [error] - 140639162977080 [DB UPDATER] Cannot process entry '': No such file or directory
Edit: I also just noticed that the TZ of the log is off by 2 hours. So adding
That’s the weird part. The user I specified (1000:1000) does have read permissions on the music folder.
Since it’s a samba mount within the ubuntu server VM that is already mounted as read-only, ANY user within the ubuntu VM has read permissions on that folder to be precise.
Or do I have to match the uid of the user on the TrueNAS server which I used to mount the samba share?
I just tested that I 100% have read permissions on that music mount.