-
Notifications
You must be signed in to change notification settings - Fork 336
No artist and album name are shown of correct ID3 tagged mp3 files in media app #963
Comments
There seems to be a difference or incompatibility between different mp3s. Can you try to narrow this down a bit more? Or can you try if it works with standard "getid3"? http://getid3.sourceforge.net/ |
Did some small testing: I use the same mp3 files on the same machine. WIll see if I get "getid3" to work later today. |
Damn, looks like I am OwnCloud addicted ... Just tried getid3. Had to turn off "magic_quotes_gpc" in my "php.ini" first then getid3 is working and showing id3 values correctly. EDIT: Used getid3-1.9.5-20130220 |
Strange that it is not working with ownCloud |
@rakekniven can you PM me link to this file via forum? |
4.5.8 prefers id3v1 but it extracts tags as UTF-8 which is wrong for id3v1. While fixing issues with broken scanning in 5.0 I changed scanner to prefer id3v2 it seems that fallbak doesn't work properly, Kid3 shows that the file has id3v1.1 only. I'll look into it. |
I was fooled by iTunes. There I converted tag to format v2.3, as the gui states as well after conversion. |
@rakekniven it created an empty id3v2 entry. |
Hi, I have the same problem here. Kid3 shows that I have both ID3v1.1 and ID3v2.3.0 tags in my files, but no Artist or album name is extracted and displayed. First line in 'Music' shows 'unknown' and all the other lines of my 3000 files are empty. Just the most right column shows the title, which seems to be the file name. |
I think I have found what is going wrong with the ID3 tags. I have an installation on a 32 bit system (the raspberry). The getid3 has special handling for determining the file size of the mp3 files, because of the 2GB limit. This goes wrong end ends up with a message like this: |
owncloud-archive/3rdparty#21 still waiting for reviewers 😉 |
@VicDeo looks like that was merged prior to 5.0.5 but my system still isn't picking up album/artist... |
@PriceChild what's your server OS? |
@VicDeo Debian 7.0 on a raspberrypi. I've tried uploading new music and clicking 'rescan collection'. Neither work. |
@PriceChild 32 or 64 bit? Btw, pull request above was merged into master, it's not in stable5 branch yet. |
@PriceChild if it's 32bit please try to change 3rdparty/getid3/getid3.php according to the issue referenced above and let me know if it helps. |
yes, these changes are needed on 32 bit raspberry, also for 5.0.5, then it works |
I have downloaded and installed the latest getID3 version 1.9.5-20130220, but same issue. One hast also to apply the same fix. |
@VicDeo That does the job thankyou. |
Just did a fresh test install of v5.0.3 and added two well tagged mp3 files.
They are indexed and listed at media.
Title is shown correctly, but no artist and album name. Instead value "unknown" is displayed.
Same mp3s are shown well on my productive owncloud v4.5.8
Music files are tagged with ID3 v2.4
The text was updated successfully, but these errors were encountered: