Open dmanlfc opened 7 years ago
Is it important for you that your second library would monitored for new files? If -not- so you can use "Import Musicโฆ" for import any libraries.
Correct - monitored like the primary library. I use it for all my DJing stuff which is separated so I don't have it showing up on other systems around the house.
Alternatively, one could just use symbolic links to group all locations in one directory. @dmanlfc, would this serve as a workaround for you? The thing is, in my case the crawler does not always follow such links, possibly due to the fact some of them are network shares?
@malpaw you are right. Following symbolic links is already implemented. ๐
It is, hovewer it seems the crawler ignores network shares as the only implementation I found is named LocalFilesManager
:
lf_manager = PlayMyMusic.Services.LocalFilesManager.instance;
If so, the workaround I proposed would not always help.
how did you linked your network share?
ln -s /media/share-mounted-by-file-manager /home/user/Music/here
thanks. I will test it.
Network shares are available over gvsf like (smb://bulldozer/scanner/) on my system. Just remoteable devices are mounted on /media/user/device. :confused:
I checked again and it doesn't work even for symbolic links to a local filesystem, logging one warning for each such links:
** (com.github.artemanufrij.playmymusic:21221): WARNING **: LocalFilesManager.vala:85: Operation is not supported
Sorry for spamming this issue, it looks like a separate one.
No worries ๐ . It helps me to improve the app ๐
It would be good if you could add multiple locations for the library I separate some of my music in the household for remixes & DJ sets away from the main library for other tools such a Plex. Having the option to add another library location instead of Change Library would be great!