-
Notifications
You must be signed in to change notification settings - Fork 198
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
Invalid track id in playlist, but it isn't in the interface #1087
Comments
You are right, I tested it and can confirm that the invalid tracks are not shown on the web UI. I think they have been shown in some earlier version as an empty row which could be removed through the web UI. I'm not sure about when and why has this changed. As a workaround, you should get rid of the invalid track ID if you export the playlist to a file and then import it again as a new playlist. |
Thanks, I figured that out. I was worried that it would export the bad track, but then I remembered that playlists are a text file. I was also unsure the paths would line up. It uses relative paths, so all worked out well. Also, is there any way to kind of reverse the import ui flow? Something like, I select import playlist and it creates a new playlist with the file name to import the tracks to. |
@paulijar. That works just fine. Thanks. |
Maybe we could leave this open for now. I'd like to improve the handling of this case at some point so that no work-around would be needed. |
If the viewed playlist contains any references to tracks which do not exist, the corresponding line on the UI now shows "ERROR: invalid track". This way, it's easy for the user to remove those invalid references from the playlists. refs #1087
The Music v1.9.1 is now out with two related fixes:
|
I am getting an invalid track id error. I have an old copy of the database and know what song it referred to. It is indeed invalid now, but I do not see the song when viewing the playlist in the interface. How can I remove the song if it is not in the interface?
Nextcloud docker: 26.0.5
Nextcloud Music: 1.8.4
Error
The text was updated successfully, but these errors were encountered: