INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: timbuk2 on February 27, 2012, 01:26:25 pm

Title: Stock Smartlists
Post by: timbuk2 on February 27, 2012, 01:26:25 pm
I'm not sure when this disappeared, but I haven't seen it in a while and I miss having the smartlists....
"To enable some of the built-in Smartlists, right-click on Playlists in the tree and selecting “Create Stock Smartlists”. This creates a Smartlist folder under Playlists in the tree, in which you will find a number of Smartlists, including: “4 or 5 stars” (for your favorite files), “100 Random Songs” and “Missing Cover Art”."

I've tried this and it doesn't work, no built-in smarlists... what am I missing.

Using MJB 12
Tim
Title: Re: Stock Smartlists
Post by: timbuk2 on February 27, 2012, 01:52:08 pm
I especially liked the 4 or 5 star list, but it's not there.  I've tried creating my own list to no avail... don't seem to work right. It just seemed odd that this stock feature doesn't seem to work anymore.
Title: Re: Stock Smartlists
Post by: StFeder on March 05, 2012, 07:17:02 am
Don't know if and why this doesn't work any more.

Here is how you can add them manually:
Right click to Playlists and select Add Smartlist. To add the smartlists I'll provide here click on Import/Export and paste the code.

4 or 5 stars playlist:
Code: [Select]
[Rating]=4-5
100 Random songs:
Code: [Select]
[Media Type]=[audio] ~n=100
Incomplete Albums:
Code: [Select]
[Media Type]=[audio] [Complete Album]=0 -[Album]=[]
Missing Files:
Code: [Select]
[=IsMissing([Filename])]=1
Missing Cover Art:
Code: [Select]
[Media Type]=[audio] [Image File]=[]
Duplicates:
Code: [Select]
[Media Type]=[Audio] ~dup=[Artist],[Name]
If you need any else, let me know, I'll try to paste it here then.



edit: time to update to MJB 14 ?!