mirror of
https://github.com/JakeStanger/Rofi_MPD.git
synced 2026-07-11 13:14:38 +01:00
[GH-ISSUE #12] Crash after selecting album #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/Rofi_MPD#8
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 @rubdos on GitHub (Oct 9, 2018).
Original GitHub issue: https://github.com/JakeStanger/Rofi_MPD/issues/12
And I'm back! :-)
Apparently this
disccan be a list, but I have no clue what it means. Same with track number, apparently:This is a dump of
list(data)just before the crash site mentioned above.Both
trackanddiscapparently give a list of twice their number...:'disc': ['1', '1'], 'track': ['11', '11']@JakeStanger commented on GitHub (Oct 9, 2018):
It sounds like you've got some weirdly tagged tracks. I think mpd supports all tags being a list, so I'll put in a proper fix for that tonight after work.
@JakeStanger commented on GitHub (Oct 9, 2018):
Does
5aed090fix it for you? Any lists are replaced with their first value when the database is generated now.@rubdos commented on GitHub (Oct 10, 2018):
Looks correct now!
@rubdos commented on GitHub (Oct 10, 2018):
FYI: I have rofi-mpd binded to a key in
sway, and it works now :-)