Bug 91081 - Add support for "albumartistinitial" macro
Summary: Add support for "albumartistinitial" macro
Status: RESOLVED FIXED
Alias: None
Product: kaudiocreator
Classification: Applications
Component: general (show other bugs)
Version: 1.10
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Gerd Fleischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-10 21:19 UTC by Justin Sheckler
Modified: 2007-08-16 18:33 UTC (History)
0 users

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 Justin Sheckler 2004-10-10 21:19:36 UTC
Version:           1.10 (using KDE 3.3.0, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.108-default

It would be nice to set an "Encoded Filename Location" string such as:

~/music/%{albumartistinitial}/%{albumartist}/%{albumtitle}/%{number} - %{title}.%{extension}

so that the finished filepath looks something like this:

/home/foo/music/J/J Rocker/Why Rain/09 - Time.ogg

I have an mp3 player that mounts like a USB harddrive, and directory reads become very slow with 200 or so folders named by artist all at the same level.
Comment 1 Richard Lärkäng 2007-08-16 18:33:54 UTC
SVN commit 700861 by larkang:

Add macro for "Artist initial"

BUG: 91081


 M  +1 -0      job.cpp  
 M  +6 -0      wizard.cpp  
 M  +13 -16    wizard.h  
 M  +312 -273  wizard.ui