mirror of
https://github.com/JakeStanger/Rofi_MPD.git
synced 2026-07-11 12:14:40 +01:00
[GH-ISSUE #7] Date can be a list #5
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/Rofi_MPD#5
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/7
@JakeStanger commented on GitHub (Oct 5, 2018):
Are you able to get me the track date causing this crash? Just a
print(date)on the line above would be sufficient. I'd like to know why a date would be a list.@EgZvor commented on GitHub (Oct 5, 2018):
It looks like this in ncmpcpp

@EgZvor commented on GitHub (Oct 5, 2018):
@EgZvor commented on GitHub (Oct 5, 2018):
I guess this is relevant
https://github.com/Mic92/python-mpd2/blob/master/examples/multitags.py
@JakeStanger commented on GitHub (Oct 5, 2018):
This is all very helpful, thank you very much. Also your rice is very pretty.
ae9df0bshould serve as a fix for now. Let me know if this works or if you want any different behavior.@EgZvor commented on GitHub (Oct 6, 2018):
That's fine (it's what I did too anyway). Knowing what this double date means would probably help to decide what to do with it in the future.