Summary: | Remember playback position for long files, synch with iPods and other devices | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Cory Doctorow <doctorow> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | clinton, unnamedrambler |
Priority: | NOR | ||
Version: | 2.0-SVN | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cory Doctorow
2007-08-11 14:13:14 UTC
I think iTunes has no such "Remember playback position" checkbox. It would be too complicated to check that manually, and people will not know it is possible. I think iTunes know it's a podcast, and then enable that feature automatically. Amarok 1.4.x is in bugfix-only mode as development is focused on Amarok 2. Unfortunately your feature request can not be implemented in Amarok 1, as Amarok developers do not have the resources for it and risk of regression would be too high. I am therefore moving your request to Amarok 2. I cannot make any guarantee as to whether is will get implemented there or not though. Thank you for your report. *** Bug 119356 has been marked as a duplicate of this bug. *** This should be implemented when we add real bookmarking support, which hopefully will be done for 2.1 I've drawn up a proposal for this feature: http://amarok.kde.org/wiki/Proposals/Bookmarking SVN commit 927532 by link: Add the Auto-Timecode feature. Now, when ever a track with length > 10 minutes is being played and a stop or skip action occurs a bookmark is automatically created at the last position played. Audiobook and Podcast listeners rejoice. ~yay CCMAIL: amarok-devel@kde.org BUG: 148740 M +2 -0 ChangeLog M +2 -0 src/CMakeLists.txt M +3 -0 src/amarokurls/AmarokUrlHandler.cpp M +2 -0 src/amarokurls/AmarokUrlHandler.h M +2 -1 src/meta/capabilities/TimecodeWriteCapability.cpp A src/timecode (directory) A src/timecode/TimecodeObserver.cpp [License: GPL (v2+)] A src/timecode/TimecodeObserver.h src/meta/capabilities/TimecodeWriteCapability.cpp#927531 [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=927532 media device syncing of bookmarks is not implemented yet. Please see bug 148740 for this extra feature. |