Bug 177540 - Customisable track count in dynamic playlists
Summary: Customisable track count in dynamic playlists
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Playlists/Dynamic Playlists (show other bugs)
Version: 2.0-SVN
Platform: Debian testing Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 23:25 UTC by Romain
Modified: 2009-12-09 11:34 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Romain 2008-12-11 23:25:32 UTC
Version:           2.0 (using KDE 4.1.3)
Installed from:    Debian testing/unstable Packages

I'd like to have at least 20+ songs queued in the dynamic playlist instead of currently only 10. With so few songs, I need to check and update the playlist much more often, it's distracting.

Amarok 1.4 and iTunes have this option (I usually set "last 5" and "next 25").

TIA,
Romain
Comment 1 Kilian Lackhove 2009-01-23 10:08:08 UTC
It would also be gread to unlimit the number of tracks. In 1.4 I used the intelligent playlists to add certain tracks to my ipod. In amarok2 this is not possible wich is quite annoying if you have a mobile device with little space.
Comment 2 Edward Hades 2009-08-09 21:10:18 UTC
commit c449bf6c94b7decac462cee14693c0489aff4c7b
Author: Edward Hades <edward.hades@gmail.com>
Date:   Sun Aug 9 22:57:31 2009 +0400

    Dynamic playlists: configurable upcoming and previous tracks count.

    Tracks count for dynamic playlists is now configurable in dynamic
    category. Hope the controls do not look too awful.

    The values themselves are no longer stored in playlist class, but in
    global amarok config, as in 1.4. Should not bother anyone, since they
    were not configurable anyways.

    BUG: 177540

 src/amarokconfig.kcfg                             |   10 ++++++
 src/browsers/playlistbrowser/DynamicCategory.cpp  |   34 ++++++++++++++++++++-
 src/browsers/playlistbrowser/DynamicCategory.h    |    5 +++
 src/dynamic/DynamicPlaylist.cpp                   |    7 +----
 src/dynamic/DynamicPlaylist.h                     |    6 ----
 src/playlist/navigators/DynamicTrackNavigator.cpp |    7 ++--
 6 files changed, 53 insertions(+), 16 deletions(-)