-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library does not update #735
Comments
Updates are not automatically picked (yet). There is no need to reset the library, just re-import the same folder and only new songs will be added :) |
Unfortunately when I add the library, it only duplicates rather than skip/replace any songs :( Technically the music is mounted from a SAMBA network folder on my network NAS server, but is seen as a regular folder in my /home/user/Music directory. I don't know why it duplicates songs :( I'm not sure if it helps.. but here is my /etc/fstab entry for that specific server. It has to be mounted differently since it is a network server. (User creds redacted)
|
Did we possibly find a fix for this? :( It makes updating playlists a real pain.... |
So there are two things here:
To not duplicate playlists, we need one bit of data to be stable though, to know when we should replace or create a playlist, either the:
In both cases, changes not persisted via export will be lost :/ There is no perfect solution, but as I work towards #753, those are improvements I can easily bring now, because the whole DB will be reset in the next version anyway. |
The new library management in 0.20 should improve things there :) Feel free to re-open in case you see additional features we could add. |
When music files are updated or moved into different folders, the Museeks library doesn't reflect the changes and does not update its content :(
I have to reset the library every time.
The text was updated successfully, but these errors were encountered: