bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnupod] smartplaylist checkrule=both bug ?


From: Adrian Ulrich
Subject: Re: [Bug-gnupod] smartplaylist checkrule=both bug ?
Date: Sun, 5 Nov 2006 15:00:42 +0100

Hi Stuart,

> <smartplaylist name="SmartPlaylist Name" checkrule="limit" liveupdate="1"
> limititem="song" limitval="" limitsort="album" matchany="1" >
>   <spl action="eq" field="playcount" string="0" />
> </smartplaylist>

This would create an empty Smart playlist anyway because
you limited it to 0 (limitval="") items (limititem="song").

 
> In this case if i sync up and then look in the playlist menu, I don't see
> "SmartPlaylist Name"

It should be there (i tested this with my iPod mini and the playlist
does showup (but is empty.. as expected))


> change to checkrule="spl", the name shows up and all the appropriate songs
> with playcount=0 are in the list. But, unfortunately, not sorted by album,
> which is what I'd like.

That's an iPod limitation: You can't sort a SPL with checkrule="spl".
You'll *need* to specify a limit. I know: it's nonsense..

Could you please try this playlist? :

<smartplaylist name="SmartPlaylist Name" checkrule="both" liveupdate="1" 
limititem="gigabyte" limitval="55" limitsort="album" matchany="0" >
  <spl action="eq" field="playcount" string="0" />
</smartplaylist>


This will create 'SmartPlaylist Name' and include all songs with a playcount == 
0 , sort them by album and limit
it to 55 gigabyte.

Regards,
 Adrian




-- 
            A. Top posters
            Q. What's the most annoying thing on Usenet?

Attachment: pgpqliiydvDpb.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]