-
Notifications
You must be signed in to change notification settings - Fork 6
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
Playlists are not being updated #3
Comments
Hmm, that's strange. I tested it on Android 15, but I couldn't reproduce the issue. |
It is occuring with all the playlists |
Hmm, it's possible that the issue arises due to differences in language settings, but verifying everything might be quite challenging. What language was used during your export? If you're unsure, you can check using the following SQL query $ sqlite3 ViMusic_backup_20241205202048.db.sqlite sqlite> .table
sqlite> SELECT * FROM android_metadata; and more sqlite> SELECT * FROM Playlist; I'm curious about what might be causing this issue. |
Is it possible that this issue occurs with something other than playlists? Could it also happen with favorite artists or albums? |
no it isnt occuring with favourites and history also isn't affected |
If possible, could you provide the database? I can share mine database as well for testing purposes. If you prefer not to use GitHub, i can use Signal, Telegram, or email (MyHosting). |
https://hack.chat/?2ggzbqs9 |
I have investigated, and it turns out your database is not corrupted. Additionally, it worked on my Android 15 device. |
Hey , |
Thank you for the specific information! I’ll test it on my end as well. That does seem like it could cause inconsistencies. I completely overlooked that. |
Steps to reproduce the bug
restore the backup songs from a backedup .db file
try to add a random song to a playlist
the song is not added to the playlist when we restore the data from a file
It shows the same songs that were saved in the .db file even after updating the playlist
Expected behavior
the song should be added to the playlist
Actual behavior
It is not being added to the playlist
Screenshots/Screen recordings
No response
Logs
No response
ViMusic version
1.1.1
Android version
Android 14
Additional information
I guess when the app is started it is reading from the .db file everytime , like a loop
The text was updated successfully, but these errors were encountered: