-
Notifications
You must be signed in to change notification settings - Fork 31
Some album art are not showing, while others do. #70
Comments
Update: it seems some album art appear for half a second sometimes, then disappear. |
Sorry for the months of silence. I just did some investigating, and i have a question. Are these downloaded YouTube videos? To fix this issue, then, you can either remove the "Youtube Start Time" metadata tag from each video, or delete lines 30 - 33 of format.js. I never anticipated the album art feature being used for videos, so I never tested that. But there's clearly no technical reason preventing this. A slight modification of the code would allow a TV show name to be used for the large image as well. Hope this helps, sorry again for the delay, thanks for the challenge |
No worries about the delay! Yeah, those are all Youtube videos I downloaded, cleared the metadata from, and re-tagged. I turned line 30-33 into comment lines and it works now, thanks! |
Awesome, glad I noticed that the YouTube metadata lingers in youtube-dl files, or i'd be so lost as to what the problem could be. |
I went and tagged every video file (around 77) with the title, album (which is the required one), and other tags.
I created a thumbnail for each video file, uploaded them all to the discord app.
I followed the instructions in ADVANCED.md.
The weird thing is, some do show an album art in the Discord rich presence, while others simply do not.
I have checked tags, codec, format, tag versions, file names, etc... there is no difference between a working mp4 file, and a non-working mp4 file. Same syntax, didn't forget the comas, proper spacing, etc...
Weirdly enough, every mkv file works (Matroska tags),, the inconsistency only happens with MP4 files.
MP4 file working correctly:
MP4 file not working correctly:
art.json file:
The text was updated successfully, but these errors were encountered: