Bug 188621 - Skip silence in before hidden tracks
Summary: Skip silence in before hidden tracks
Status: RESOLVED INTENTIONAL
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 21:54 UTC by Frank
Modified: 2009-04-02 04:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2009-04-01 21:54:43 UTC
Version:           1.4.10 (using KDE 4.1.0)
Installed from:    Ubuntu Packages

Some CDs include a bonus song in the last track of the CD.  This song is not in a track by itself, but rather occurs after several seconds or minutes of silence following the song at the beginning of the last track.

Please add support to skip this silence.
Comment 1 Seb Ruiz 2009-04-02 04:33:26 UTC
This is not a trivial feature to implement. Infact we won't do it for a number of reasons including needing to scan the entire file before playback to determine silent spots, and lack of access to the raw pcm datastream to do this (this is phonon's scope)