[GH-ISSUE #702] Strange inconsistency in song names in INFO log. #394

Closed
opened 2026-02-27 19:30:23 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/702

This is a very low priority bug, but a strange occurrence nonetheless which should probably be looked at either way.

See this librespot output:

[2021-03-23T21:02:37Z INFO librespot_playback::player] Loading <Fool For Waiting> with Spotify URI spotify:track:2ISrBfPX4YBkwiMgvdbV4V
[2021-03-23T21:02:37Z INFO librespot_playback::player] <Fool for Waiting> (243192 ms) loaded

EDIT: Another one:

[2021-03-23T23:18:56Z INFO librespot_playback::player] Loading <Thank You> with Spotify URI spotify:track:1etEtoewwBygCeVD34yEcM
[2021-03-23T23:18:56Z INFO librespot_playback::player] <Thank You - Original> (238151 ms) loaded

EDIT: Another even, even stranger:

[2021-03-24T14:36:56Z INFO librespot_playback::player] Loading <Everywhere - Live in Cologne> with Spotify URI spotify:track:4ug1cvK9DrXTIWBwHNncII
[2021-03-24T14:36:56Z INFO librespot_playback::player] <Everywhere - Live in Chicago> (194946 ms) loaded

How/why did this inconsistency happen and may it cause any other unexpected problems somewhere in the code?

Originally created by @ghost on GitHub (Apr 21, 2021). Original GitHub issue: https://github.com/librespot-org/librespot/issues/702 This is a very low priority bug, but a strange occurrence nonetheless which should probably be looked at either way. See this `librespot` output: > [2021-03-23T21:02:37Z INFO librespot_playback::player] Loading \<Fool **For** Waiting\> with Spotify URI <spotify:track:2ISrBfPX4YBkwiMgvdbV4V> > [2021-03-23T21:02:37Z INFO librespot_playback::player] \<Fool **for** Waiting\> (243192 ms) loaded EDIT: Another one: > [2021-03-23T23:18:56Z INFO librespot_playback::player] Loading \<Thank You\> with Spotify URI <spotify:track:1etEtoewwBygCeVD34yEcM> > [2021-03-23T23:18:56Z INFO librespot_playback::player] \<Thank You - Original\> (238151 ms) loaded EDIT: Another even, even stranger: > [2021-03-24T14:36:56Z INFO librespot_playback::player] Loading \<Everywhere - Live in Cologne\> with Spotify URI <spotify:track:4ug1cvK9DrXTIWBwHNncII> > [2021-03-24T14:36:56Z INFO librespot_playback::player] \<Everywhere - Live in Chicago\> (194946 ms) loaded How/why did this inconsistency happen and may it cause any other unexpected problems somewhere in the code?
kerem closed this issue 2026-02-27 19:30:23 +03:00
Author
Owner

@Johannesd3 commented on GitHub (Apr 21, 2021):

Remove this lines:

github.com/librespot-org/librespot@4925adb4f1/playback/src/player.rs (L675-L681)

and look what happens.

<!-- gh-comment-id:824013867 --> @Johannesd3 commented on GitHub (Apr 21, 2021): Remove this lines: https://github.com/librespot-org/librespot/blob/4925adb4f103cea20f38eee1db9f09b0d3e07e75/playback/src/player.rs#L675-L681 and look what happens.
Author
Owner

@sashahilton00 commented on GitHub (May 1, 2021):

As @Johannesd3 points out, this is expected behaviour, it's simply the alternative track name.

<!-- gh-comment-id:830479419 --> @sashahilton00 commented on GitHub (May 1, 2021): As @Johannesd3 points out, this is expected behaviour, it's simply the alternative track name.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#394
No description provided.