mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 10:15:28 +01:00
[GH-ISSUE #34] rich presence shows "unknown" #286
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#286
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 @IcyAlmond on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/34
Is this normal? There is no other stdout info
Also the AUR package doesn't seem to build properly.
@JakeStanger commented on GitHub (Feb 5, 2023):
The program will fall back to "unknown" if a tag is missing - can you check if your music is tagged properly? If it is, what type of file is it, where is it sourced, and is MPD able to see the tags?
Regarding the AUR package, can you try removing your local cache and doing a clean build please?
@Kranzes commented on GitHub (Feb 5, 2023):
This will fix the build failure https://github.com/JakeStanger/discord-rpc-client.rs/pull/1
@JakeStanger commented on GitHub (Feb 5, 2023):
Cheers, didn't spot that PR. Lockfile & AUR package updated so should be working now.
@Kranzes commented on GitHub (Feb 5, 2023):
Can you tag a release?
@JakeStanger commented on GitHub (Feb 5, 2023):
Done
@IcyAlmond commented on GitHub (Feb 6, 2023):
Ah yeah looks like tagging was the issue. I ended up retagging my library with musicbrainz picard, I'm just curious what do you guys use for it? And if the song isn't on musicbrainz is it possible to fallback to using metadata in the file instead of just "unknown"
@JakeStanger commented on GitHub (Feb 6, 2023):
I use a mix of MusicBrainz Picard and PuddleTag. Picard is great for getting the bulk of the metadata, including the MUSICBRAINZ tags that things can hook into, and album art. PuddleTag offers a spreadsheet like editor which is great for bulk-editing and quick changes to stuff Picard can't do (or does badly).
MPD's database is populated using the file metadata, which it automatically keeps up to date (unless you explicitly turn auto updates off). That means it'd be reading the same data, but doing it from disk instead of MPD's DB, so it still wouldn't exist.