m4a tags <=> iTunes are not all reconized (ex : CONVERT, COMMENT, ORGIYEAR, ..)

Bug #1195182 reported by Olivier BROCHARD
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Dustin Spicuzza

Bug Description

Open file properties, Exaile doesn't' recognized all iTunes tags:

KO : CONVERT, COMMENT, ORIGYEAR are not recognized

OK : TITLE, YEAR, GENRE, CONTENTGROUP

1. Open Exaile
2. Download "01 Vers La Démocratie _ Générique.m4a"
3. Play this file on Exaile
4. Show properties

-> Bug, some tags are unrecognized.

Related branches

Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :
Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

Exaile used version : 3.3.1

Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

Matching tag view :

cf Attached File : '01 Vers La Démocratie _ Générique.m4a'

--------------------
Tag displayed
--------------------
ALBUM : CD 4 / Vers La Democratie
ARTIST : RFI
CONTENTGROUP : MAG AFRIQUE, UNE HISTOIRE SONORE
GENRE : Magazine
TITLE : Vers La Democratie : Generique
TOTALTRACK : 42
TRACK : 1
YEAR : 2001

--------------------
Tag not displayed
--------------------
COMMENT : ARCHIVES HISTOIRE AFRIQUE -> KO (nothing is dispalyed)
ORGIYEAR : 2001-01-10 -> KO (nothing is dispalyed)
FRONT COVER : KO (cover is not dispalyed)

-> iTunes cover are not dispayed on Exaile although you can show with tag tool like (ubuntu - puddletag)
sudo apt-get install pluddletag and open '01 Vers La Démocratie _ Générique.m4a' for check

Revision history for this message
Dustin Spicuzza (dustin-virtualroadside) wrote :

Sorry for the delayed response. Using the current 3.3.x branch of Exaile, I can see the comment field from this file, I seem to recall that was fixed awhile ago but we haven't had a release since then. Hopefully will have a release this fall.

I added original date and cover to the MP4/M4A format. Fixed in trunk @ r4405, in 3.3.x @ r4334

Changed in exaile:
assignee: nobody → Dustin Spicuzza (dustin-virtualroadside)
importance: Undecided → Medium
milestone: none → 3.4.0
status: New → Fix Committed
Changed in exaile:
milestone: 3.4.0 → 3.3.2
Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

Could you give me the patch that could already apply on my PC.

When can i download the release 3.3.2 ?

Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

I succeed to download the exaile-devel version :
http://bazaar.launchpad.net/~exaile-devel/exaile/3.3.x/revision/4335?start_revid=4335

OK :
The cover are dispalyed on the header area

KO:
Before changing a track take 3s, with the patch a track change take 35s !!!!!!

could you please find a solution....

Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

The problem is on OSD plugin

file : ~exaile/plugins/notifyosd/__init__.py

line 127 (see comments line in the block)
         self.update_notify()

        #if settings.get_option("plugin/notifyosd/show_when_focused", \
        # True) or not self.exaile.gui.main.window.is_active():
        if not self.exaile.gui.main.window.is_active():
            try:
                self.notify.show()
            except glib.GError, e:
                logger.warning("error showing OSD notification: %s" % e )
                logger.warning("Perhaps notify-osd is not installed?"

=> Problem, the icon (play, pause) is not displayed (<=> not refresh) on playlist panel

Could you find a better solution than comment lines and find a solution for the playlist track refresh

Revision history for this message
Olivier BROCHARD (olivier-brochard) wrote :

The patch is correct ....

The trouble come from my installation, i used "dpkg -i exaile_3.3.1-1ubuntu1_all.deb" instead manual installation by exaile-3.3-1.tar.gz

Revision history for this message
Dustin Spicuzza (dustin-virtualroadside) wrote :

Re: icon not being displayed

If you are still having a problem with that, please file a separate bug.

Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.