< Back     < Back to Playlist tab

Playlist Generator Criteria

Generate your own (Auto-Play) Playlists depending of your current mood...

Let's have a closer look...

Take from Genre
    If checked, the Generator will take Songs from
    selected Genre only. If not checked, take all Songs

Take equal or better than
    If checked, the Generator will take Songs from selected
     Rate or better only. If not checked, take all Songs

Take from Category
   
If checked, the Generator will take Songs from selected
     Category only. If not checked, take all Songs

Take Favorites Songs
    If checked, take Favorites marked Songs only

Take Party Songs
    If checked, take Party marked Songs only

Take Top 100 only
   
If checked, take Top 100 Songs only

Take unplayed Songs
   
If checked, take Songs only never played before

Take Played Songs
   
If checked, take Songs only played less or more
    specified times. Click Button to toggle between [More]
    and [Less]


User Filter

    For SQL Experts only! Define a SQL Filter for
    special selections of Songs like 'Year Like 199%' to
    play Songs from the Nineties. See table of Fiels below


Ignore recently played Songs of last...
    Define a date range to ignore Songs played in this range

OR / AND
    Select the logical operation for all selected filters. I.e:
    OR: Take songs with flags Favorites OR Party
          
(less restrictive)
    AND
: Take songs with flags Favorites AND Party
          
(more restrictive)

Limit to Songs
    If option checked, set playlist limit to 50 Songs

Limit to Duration (Minutes)
    If option checked, set playlist limit duration to 180
    minutes

Random Generate
    If checked, the Generator will select Songs at random.
    If not checked, the Generator will select Songs
    alphabetically (Order by Album, Artist)
 
[Generate Playlist]
   
Generate Playlist with
    selected criteria. This function
    appends Songs to current
    Playlist

[Start Auto Play]
   
Start Auto Play Mode with
    displayed Playlist criteria


[Delete Playlist]
   
Delete current Jukebox's
    Playlist

[Close]
   
Close Playlist Generator
Field                  Type    Description

SongID                 n       ID of song.
Album                  t,100   Name of album.
Track                  t,2     Tracknumber.
Artist                 t,100   Name of artist.
GenreTitel             t,50    Text of genre.
RateTitle              t,50    Text of rate.
RateOrder              n       Sort helper for Rate.
Title                  t,100   Title of song.
Year                   t,4     Year.
Party                  b       Party flag.
PathOfSong             t,255   Path of song.
GenreFX                n       ID of genre.
RateFX                 n       ID of rate.
ArtistFX               n       ID of artist.
AlbumFX                n       ID of album.
Duration               n       Duration of song in seconds.
OnDisk                 b       Song availability flag.
tbl_Song.Favorite      b       Favorite song flag.
tbl_Artist.Favorite    b       Favorite artist flag.
tbl_Album.Favorite     b       Favorite album flag.
FolderFlags            t,10    Folder structure flags
Comments               m       Comment of song.
Bitrate                n       Bitrate of song in kb/s. (128)
Channels               n       Channels of song. (1=mono, 2=stereo)
Frequency              n       Frequency of song in Hz. (44100)
Played                 n       Play counter.
PlayedLast             d       Date last play of song.
SavedTag               b       ID tag write flag.
			       (1=file tagged,
			        0=file not tagged or modified)
CategoryFX1            n       ID of category 1.
CategoryFX2            n       ID of category 2.
CategoryFX3            n       ID of category 3.
Scanned                d       Date of song scanned.
Lyrics                 m       Lyrics of song.
Locked                 b       Flag for locked songs.
Defect                 b       Flag for defect songs.
ArtistLocked           b       Flag for locked artist songs.
AlbumLocked            b       Flag for locked album songs.

< Back     < Back to Playlist tab