mirror of
https://github.com/JakeStanger/Rofi_MPD.git
synced 2026-07-11 12:14:40 +01:00
[GH-ISSUE #8] KeyError when album is not specified #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/Rofi_MPD#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EgZvor on GitHub (Oct 5, 2018).
Original GitHub issue: https://github.com/JakeStanger/Rofi_MPD/issues/8
@JakeStanger commented on GitHub (Oct 5, 2018):
Hi, could you give me the data causing this to fail please? I'm struggling to see why this would happen from just the code/error.
@EgZvor commented on GitHub (Oct 6, 2018):
@EgZvor commented on GitHub (Oct 6, 2018):
You can delete tags with
id3 --delete <filename>@EgZvor commented on GitHub (Oct 6, 2018):
I think it's because of this.
[Unknown Album]is then used as a value, an the checkif albumdoesn't apply.@JakeStanger commented on GitHub (Oct 7, 2018):
Yep, it was exactly that! It should be fixed now.