mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #111] Suggestion - Smarter song-finding #88
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#88
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 @EJTECH-ult on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/111
At the moment, I'm having a lot of issues with certain songs having a different name on Spotify versus Tidal. One example is the song "ちゅ、多様性。". On Spotify, it uses the Japanese Kanji, whereas on Tidal, it's called "Chu, Tayousei." (which is roughly how you pronounce said song's name). I don't exactly know how you would fix this but my thought was something along the lines of checking for a match of both the artist name + other metadata (like song length), and then having a pop-up in the app saying something like "Is this what you were looking for?: [Song Name]".
@EJTECH-ult commented on GitHub (Nov 25, 2025):
I should mention that it seems to work just fine when the source is set to Auto, the issue was when using only Tidal as a source.
@afkarxyz commented on GitHub (Nov 25, 2025):
Why did it work in auto mode but fail on Tidal?
Because the track you're searching for does not exist on Tidal — it's only available on Deezer.
You can see this in the response:
@EJTECH-ult commented on GitHub (Nov 25, 2025):
Ah, okay. I don't know how the app works or anything, I really don't have a clue about APIs or anything. But, like I said, the song DOES exist on Tidal, just not under the same name: https://tidal.com/album/259004400/track/259004401
@EJTECH-ult commented on GitHub (Nov 25, 2025):
Auto worked just fine though (other than it getting a bit funny with track numbers). It made the song in question track number 28 for some reason, but I just went into the file properties and set it correct.
@afkarxyz commented on GitHub (Nov 25, 2025):
Useful information, I will try to fall back with a manual search if the API does not return a link for Tidal.
@afkarxyz commented on GitHub (Nov 26, 2025):
Fixed!