Skip to content
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

Phantom album in my albums list, with no way to remove it #240

Open
carotteatomique opened this issue Jan 26, 2025 · 2 comments
Open

Phantom album in my albums list, with no way to remove it #240

carotteatomique opened this issue Jan 26, 2025 · 2 comments
Labels
C - bug Something isn't working P - Linux Linux system related issue

Comments

@carotteatomique
Copy link

Describe the bug
There is an inexistant, empty album in my Albums list. This album was from a few pieces of music whose album I changed manually to something else. The new album shows up fine, with these pieces of music in it, but the old one is still there and there is no way to get rid of it. The old album does not list the tracks it used to hold, it's empty.

To Reproduce
Steps to reproduce the behavior:

  1. Import an album into Rune
  2. Using external software, change the album of all tracks of that album
  3. Rescan the library, to have the new album appear
  4. The old album is still there, now empty

Expected behavior
The old album should disappear, since there is no track within it anymore.

System information

  • OS: Linux (Flathub)
  • Version: 1.1.0-rc.2

Additional context
I was not able to remove the phantom album. Deleting my library from Rune did not work, neither did resetting my library to factory settings, neither did deleting Rune from my computer and reinstalling it. After doing all of this, the album is still there.

Copy link

dosubot bot commented Jan 26, 2025

Hey @carotteatomique, I'm here to help you with any bugs, questions, or contributions you have for Rune. Let's work together to solve this issue you're experiencing.

It seems like the issue you're experiencing is related to how Rune handles orphaned album entries in the database. Unfortunately, I couldn't find specific information on how Rune identifies and removes albums with no associated tracks during a library rescan. However, the problem might be due to the database not being cleaned up properly after the tracks were moved to a new album.

One potential workaround could be to manually check the database for any orphaned entries and remove them. This would require direct access to the database and some knowledge of how to manipulate it safely. If you're comfortable with this approach, you might want to look into the MediaFileAlbums table, which manages the relationships between media files and albums [1].

If manual database manipulation is not an option, you might need to wait for a future update that addresses this issue or explore if there are any community-contributed scripts or tools that can help clean up orphaned album entries.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added C - bug Something isn't working P - Linux Linux system related issue labels Jan 26, 2025
@Losses
Copy link
Owner

Losses commented Jan 26, 2025

Let me investigate it later, thank you for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - bug Something isn't working P - Linux Linux system related issue
Projects
None yet
Development

No branches or pull requests

2 participants