I've only recently discovered the power of this plugin! WOW!
but I've got a few problems/requests...
I'd like to use this plugin to create playlists on my iPod (I'm using the Rockbox firmware,
http://www.rockbox.org/ to be able to work with my iPod music as dirs and files in TC), but I haven't quite figured everything out. The scheme looks like this:
Code: Select all
[iPod Playlist]
use="abci"
Extension=".m3u"
Divider=""
header="#EXTM3U"
before="#EXTINF:;@Mod=Artist@anytag.wdx; - ;@Mod=Title@anytag.wdx;%L"
name="..\iPod_Control\Music\;@Mod=Artist@anytag.wdx;\;@Mod=Album@anytag.wdx;\%N"
between=""
wdxinfo=""
after=""
footer=""
ExtensionList="MP3|WAV|WMA|OGG"
AdditionalText=""
AddCounter=0
DoNotWriteEmpty=1
SaveErrorLog=1
MaxRight=0
IntervalNbr=0
CounterLength=0
CounterPos=0
This almost works, but the problem is that my files and dirs have '_' instead of space in the name. Therefor an album called "Black Metal" is in a folder called "Black_Metal" and thus there is an error in the playlist.
Don't know if I explained myself well enough there, but I'll elaborate a little. The request/problem I have is that I'd like to be able to replace any spaces by under scores, i.e. ' ' -> '_', in the playlist.
The dirs on my iPod are organized like this: a dir called 'playlists' is located in root, while all the music is in 'iPod_Control\Music\<artist>\<album>\*.mp3'
any help or suggestion appreciated
