Closed streambinder closed 5 years ago
New about this? Have you got time to check it?
could you move your fix into LocalFileManager.vala?
I have already a block for a symlink test: https://github.com/artemanufrij/playmymusic/blob/master/src/Services/LocalFilesManager.vala#L63
What do you mean? It seems there you scan a given path to find new music files, that's not what's needed to be fixed. The issue is where you scan playlist files, reading entries that could point to symlinks and not directly to a library music file.
You want me to move the file handle part of playlist import into the LocalFileManager
?
As requested, moved all the fix logic into the LocalFileManager
and reduced the code portion which the LibraryManager
is involved in to the minimum requested to parse playlist entries.
Got time to check it?
Bump, I need this. :-)
@artemanufrij , nothing new about this one?
Are you ever going to merge this, @artemanufrij ?
hey @streambinder. Thank you for your PR. I will test it in 2 days.