Hello, I’ve recently switched over to the gnome desktop and I’m liking very well so far.
One of the last few config problems I’m having is getting my music collection to show up in GNOME Music, and I’m not sure it is possible, but I wanted to make sure I’m not missing anything obvious.
My music collection is in git-annex, which symlinks all files and makes them read only. It seems that tracker3 will now follow the symlink no matter what I do. Since GNOME Music just automatically adds all music in ~/Music
that tracker3 finds, the net result is that no music shows up.
If I do git annex unlock <file>
then the music file shows up in GNOME Music, as this git annex command removes the symlink and puts the file in its place. However this is undesirable from a git-annex stand point.
Is there any way to tell tracker3 to follow these symlinks or am I just out of luck here?