jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

Composer switched with Artist tag #11

Open efazendin opened 14 years ago

efazendin commented 14 years ago

I update itunes to 10 and switched from firefly to forked-daapd. In itunes now I see the Composer tag in the Artist column. Is this a known issue?

basicmonkey commented 14 years ago

Same problem here. Version 0.12 of forked-daapd and iTunes 10. Also evident when using Apple Remote (iOS 4) on my iPhone, artist tag is read from composer tag.

basicmonkey commented 14 years ago

FIXED (I think)

  1. Stop forked-daapd
  2. Download/make/install latest version of ffmpeg (0.6+) I used the daily snapshot.
  3. Backup forked-daapd.conf
  4. Make clean forked-daapd
  5. Make/install forked-daapd
  6. Delete /var/cache/forked-daapd/songs3.db
  7. Restore backed up forked-daapd.conf
  8. Start forked-daapd

Hope this helps!

MCFH commented 13 years ago

I am also seeing this with the itunes_overrides = true parameter set where all my composer tags are blank and yet present in the XML file.

forked-daapd version 0.12

Regards Mark