Bug 201479 - [PATCH] show channel mode of audio tracks
Summary: [PATCH] show channel mode of audio tracks
Status: REPORTED
Alias: None
Product: amarok
Classification: Applications
Component: Metadata Editing and Reading (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 19:24 UTC by Pascal Pollet
Modified: 2011-06-26 20:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
this is the patch to display the channel mode (3.92 KB, patch)
2009-07-25 19:25 UTC, Pascal Pollet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Pollet 2009-07-25 19:24:24 UTC
Version:            (using KDE 4.2.98)
Compiler:          gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 
OS:                Linux
Installed from:    Compiled From Sources

since amarok exists, I missed the ability to display the channel mode of an audio track: if it's stereo, joint stereo, mono, etc... I really think that a media player like amarok should be able to provide this info. XMMS does this since ever ;) I made this very small patch, which adds this information to the "summary" tab of the "track details" window.

The information is retrieved on the fly when it is accessed in the dialog (using the TagLib library) instead of being stored in the database. It would maybe be worth discussing if this info should be stored in the database, in order for example to be able to display it in the playlist. But this would imply much greater changes to the sources and also rebuilding of the database...

It should work for alle filetypes supported by TagLib.
Comments are appreciated!

Pascal
Comment 1 Pascal Pollet 2009-07-25 19:25:42 UTC
Created attachment 35630 [details]
this is the patch to display the channel mode
Comment 2 Myriam Schweingruber 2010-01-07 11:22:06 UTC
Pascal, could you please make a merge request on http://gitorious.org/amarok, so the developers can review your patch?
Comment 3 Myriam Schweingruber 2010-08-01 11:16:59 UTC
Any news on this? Pascal, please submit your patch as requested in comment #2
Comment 4 Myriam Schweingruber 2011-06-26 20:23:52 UTC
The place to submit a patch is now http://reviewboard.git.org. You will need an identity on http://identity.kde.org. Please submit this ASAP as we enter feature freeze on July 3rd.