Bug 177540

Summary: Customisable track count in dynamic playlists
Product: [Applications] amarok Reporter: Romain <rlerallut>
Component: Playlists/Dynamic PlaylistsAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist CC: danielcjones, edward.hades, kilian, lfranchi, stharward
Priority: NOR    
Version: 2.0-SVN   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:

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(-)