Open ghost opened 6 years ago
Hmm, that's not good :/
Would you have a debug trace around the crash? I'd be interested in the stacktrace, and debug lines around mpdlcd.mpdwrapper
:
DEBUG mpdlcd.mpdwrapper MPD currentsong:
{'file': ['beets/Melodic Metal/Epica/Epica vs Attack on Titan Songs/02 自由の翼 _ Wings of Freedom.ogg'], 'last-modified': ['2018-08-13T22:30:26Z'], 'album': ['Epica vs Attack on Titan Songs'], 'albumartist': ['Epica'], 'albumartistsort': ['Epica'], 'artist': ['Epica'], 'artistsort': ['Epica'], 'composer': ['Revo'], 'date': ['2018-07-20'], 'disc': ['1', '1'], 'genre': ['Melodic Metal'], 'musicbrainz_albumartistid': ['21985b14-1b0d-44fe-b357-310b29bba510'], 'musicbrainz_albumid': ['03635929-eed5-495b-b088-f95e1e7e04af'], 'musicbrainz_artistid': ['21985b14-1b0d-44fe-b357-310b29bba510'], 'musicbrainz_trackid': ['8c9b7196-be2c-4e40-85c6-814685182cd5'], 'title': ['自由の翼 / Wings of Freedom'], 'track': ['2', '2'], 'time': ['334'], 'duration': ['334.040'], 'pos': ['300'], 'id': ['301']}
Will do what I can, I'm away from it for a couple of days. Regards, Old Duffer.
Sent from my iPad
On 2 Jan 2019, at 18:46, Raphaël Barrois notifications@github.com wrote:
Hmm, that's not good :/
Would you have a debug trace around the crash? I'd be interested in the stacktrace, and debug lines around mpdlcd.mpdwrapper:
DEBUG mpdlcd.mpdwrapper MPD currentsong: {'file': ['beets/Melodic Metal/Epica/Epica vs Attack on Titan Songs/02 自由の翼 _ Wings of Freedom.ogg'], 'last-modified': ['2018-08-13T22:30:26Z'], 'album': ['Epica vs Attack on Titan Songs'], 'albumartist': ['Epica'], 'albumartistsort': ['Epica'], 'artist': ['Epica'], 'artistsort': ['Epica'], 'composer': ['Revo'], 'date': ['2018-07-20'], 'disc': ['1', '1'], 'genre': ['Melodic Metal'], 'musicbrainz_albumartistid': ['21985b14-1b0d-44fe-b357-310b29bba510'], 'musicbrainz_albumid': ['03635929-eed5-495b-b088-f95e1e7e04af'], 'musicbrainz_artistid': ['21985b14-1b0d-44fe-b357-310b29bba510'], 'musicbrainz_trackid': ['8c9b7196-be2c-4e40-85c6-814685182cd5'], 'title': ['自由の翼 / Wings of Freedom'], 'track': ['2', '2'], 'time': ['334'], 'duration': ['334.040'], 'pos': ['300'], 'id': ['301']} — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I have edited the display_fields.py file as described by sprocket 1597 and for the most part everything is fine, but it always crashes when playing either an M4a file or a DSD. Using a crude process of elimination it seems that the DSD shows a depth of 2 but crashes when asked to display a sampling value. Different M4a files crash on either the depth display or the sampling display.