INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: A few Smartlists that people may find useful. . .  (Read 2425 times)

Spike1000

  • Citizen of the Universe
  • *****
  • Posts: 641
A few Smartlists that people may find useful. . .
« on: October 31, 2015, 10:02:00 am »

I thought I'd share a few of my Smartlists for any youngsters following along at home. No rocket science here, just a few basic "Rules" and "Modifiers" that work for me. If anyone has any useful/interesting/creative smartlists please free to share them here. These are not all my own work; some have been copied from other posts to the forum so a big thanks to the people who took the trouble to post their ideas. These are easy to edit and customise to your own needs/requirements.

They all have the same structure. They start with:

Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track]

This selects 'Audio' files and exclude Audiobooks, Comedy tracks, Documentaries ,Internet Radio stations, Podcasts, Test files and Test Tracks (eg test tones and channel idetifiers)

To play 60 minutes of randomly sorted tracks not played in the last 31 days by an artist called 'Paul Middleton' witout any duplicated track names add

Code: [Select]
[Album Artist]=[Paul Middleton] [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name]

So the complete expression is:

Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Album Artist]=[Paul Middleton] [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name]

To play a specific Genre
Code: [Select]
[Media Type]=[Audio] [Genre]=[Electronica],[Electronica & Dance],[Electronic],[Indie Electronica] [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name]

To play some 'mellow' tracks
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [BPM]=<=80 ~sort=Random ~t=60m ~nodup=[Name]

To play some cover versions
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Comment]="Cover" [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name]

To play some DSD files
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Bit Depth]=1 ~t=60m ~nodup=[Name]

To play some tracks from 'Local Bands' I've bought CDs from
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Comment]="Local Band" [Last Played]=>31d ~t=60m ~nodup=[Name]

To play some tracks that have never been played
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Last Played]=[] ~sort=Random ~t=60m ~nodup=[Name]

To play 5 random albums
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] -[Album]=[] ~n=5 ~a ~nodup=[Album]

To play some vinyl rips
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Comment]="Vinyl" [Last Played]=>31d ~t=60m ~nodup=[Name]

To play some tracks imported in the last 7 days
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Date Imported]=<7d ~sort=Random ~t=60m ~nodup=[Name]

To play some 'high quality' tracks
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Sample Rate]=>=48000 -[File Type]=[hls],[mp3] [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name] ~sort=[Name]

To play some 'top rated' tracks
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Rating]=>=4 [Last Played]=>31d ~sort=Random ~t=60m ~nodup=[Name]

A function to show 'deleted' tracks in the database
Code: [Select]
~d=r ~sort=[Filename]

A function to show tracks with a missing Date (release) value
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Date (release)]=[]

A function to show tracks needing analysis
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [=If(IsEqual(IsEmpty([Volume Level (R128)]):IsEmpty([Volume Level (Replay Gain)]):IsEmpty([Dynamic Range (R128)]):IsEmpty([Dynamic Range (DR)]):IsEmpty([Peak Level (R128)]):IsEmpty([Peak Level (Sample)]):IsEmpty([BPM]), 1, 7), 1, 0)]=1 ~sort=[Media Type]-d,[Filename]

To play some tracks from a specific period of time (eg University years)
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] [Date]=01/09/1994-01/07/1997 ~sort=Random ~t=60m ~nodup=[Name]

Used in library view (rather than a smartlist) to show duplicate files - This revealed some interesting and previously unnoticed tagging errors
Code: [Select]
[Media Type]=[Audio] -[Genre]=[Audiobook],[Comedy],[Documentary],[Internet Radio],[Podcast],[Test],[Test Track] ~dup=[Album],[Album Artist],[Name]

Enjoy  :D

Spike

eezetee

  • World Citizen
  • ***
  • Posts: 208
Re: A few Smartlists that people may find useful. . .
« Reply #1 on: October 31, 2015, 02:05:30 pm »

Haven't started to use such smartlists but when I do, this is bookmarked. THank you for sharing.
Logged

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: A few Smartlists that people may find useful. . .
« Reply #2 on: October 31, 2015, 02:22:14 pm »

My main Smartlist:

Code: [Select]
[Media Type]=[Audio] [Last Played]=>90d [Genre]="Progressive" [Genre]="Rock" -[Rating]=3 -[Rating]=2 -[Rating]=1 ~sort=Random ~limit=-1,9,[Artist] ~n=500 ~nodup=[Name]
Basically Most types of Rock (With emphasis on Progressive) not listened to in the last 3 months with a rating of at least 4 or 0.  Random and limited to 500 tracks.

Carl.

Spike1000

  • Citizen of the Universe
  • *****
  • Posts: 641
Re: A few Smartlists that people may find useful. . .
« Reply #3 on: November 06, 2015, 03:32:46 pm »

I've just started investigating Podcasts so I have another smartlist:

Recent Downloaded Podcasts:

Code: [Select]
-[Feed URL]=[] [Date Imported]=<7d ~sort=[Artist],[Album],[Track #]

Spike
Pages: [1]   Go Up