WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Winamp > Winamp Discussion > Send us your Media Library View Presets!!!
Pages (3): [1] 2 3 »   Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
dlbiderman
Intergalactic Llama Fighter

Registered: Aug 2001
From: san francisco

Send us your Media Library View Presets!!!

We're on the lookout for cool Media Library View Presets to be included in a future release of Winamp. Here's an example of what we're looking for:

name="50's songs that don't suck"
query="year >= "1950" AND year < "1960" AND rating >= "3"

If you don't know what I'm talking about, Go into the Media Library and click "Library->Add New View" and check out the query builder and the Advanced editor tab.

Thanks,
Nullsoft

Quick Link | Report this post to a moderator | IP: Logged

dlbiderman is offline Old Post 03-19-2004 02:14 AM
Click Here to See the Profile for dlbiderman Click here to Send dlbiderman a Private Message Click Here to Email dlbiderman Find more posts by dlbiderman Add dlbiderman to your buddy list Edit/Delete Message Reply w/Quote
mikm
Major Dude

Registered: May 2001
From: 2001:4978:20f::/48

Not on my main computer, but this is close to one I use:

Good Songs I Haven't Heard in a While
(((playcount >= 10) OR (rating >= 3)) ) AND (lastplay < [2 weeks ago])

__________________
powered by C₂H₅OH | eff | aclu

Quick Link | Report this post to a moderator | IP: Logged

mikm is offline Old Post 03-19-2004 02:19 AM
Click Here to See the Profile for mikm Click here to Send mikm a Private Message Find more posts by mikm Add mikm to your buddy list Edit/Delete Message Reply w/Quote
ryan
not fucked, not quite.
(Forum King)

Registered: Feb 2002
From: Tn

I use these two a lot.

Long song filter
LENGTH <= 00:01:00 AND TYPE == 0

and

Short song filter
LENGTH >= 00:01:00 AND TYPE == 0

Simple, but useful (to me atleast)

__________________

...

Quick Link | Report this post to a moderator | IP: Logged

ryan is offline Old Post 03-19-2004 04:18 AM
Click Here to See the Profile for ryan Click here to Send ryan a Private Message Find more posts by ryan Add ryan to your buddy list Edit/Delete Message Reply w/Quote
Omnislash
Senior Member

Registered: Jan 2001
From: Austin TX USA

My collection too massive to bother with ratings so I just have views for genres and particular bands I like. When I come to a song I don't like I utilize the "next" function in order to skip it.

__________________
Don't Ever Antagonize The Horn.

Quick Link | Report this post to a moderator | IP: Logged

Omnislash is offline Old Post 03-19-2004 07:27 AM
Click Here to See the Profile for Omnislash Click here to Send Omnislash a Private Message Click Here to Email Omnislash Find more posts by Omnislash Add Omnislash to your buddy list Edit/Delete Message Reply w/Quote
fullfilth
Junior Member

Registered: Nov 2003
From: Malaysia

<A> Most Played
playcount > "10" AND type = "0"

<A> Recently Added
lastupd > [10 days ago] AND type = "0"

<A> Recently Played
lastplay > [2 years ago] AND type = "0"

<A> Less Played
playcount <= "3" AND type = "0"

<V> Most Played
playcount > "10" AND type = "1"

<V> Recently Added
lastupd > [10 days ago] AND type = "1"

<V> Recently Played
lastplay > [2 years ago] AND type = "1"

<V> Less Played
playcount <= "3" AND type = "1"


<A> for audio
<V> for video

got it?

Quick Link | Report this post to a moderator | IP: Logged

fullfilth is offline Old Post 03-26-2004 03:13 PM
Click Here to See the Profile for fullfilth Click here to Send fullfilth a Private Message Click Here to Email fullfilth Find more posts by fullfilth Add fullfilth to your buddy list Edit/Delete Message Reply w/Quote
cybermarz
Member

Registered: Nov 2003
From: Netherlands

Full Albums
filename begins "H:" &! (filename begins "H:\Various Artists" | filename begins "H:\_Various Music")

Various & Compilation
filename begins "H:" & (filename begins "H:\Various Artists" | filename begins "H:\_Various Music")

New Albums
filename begins "H:" & lastupd >= [4 week ago] &! (filename begins "H:\Various Artists" | filename begins "H:\_Various Music")

__________________
Since "Winamp 5.36 Beta, Build 1500" I can finally close my "Album Covers for Winamp" project at CyberMarz

Quick Link | Report this post to a moderator | IP: Logged

cybermarz is offline Old Post 03-26-2004 03:42 PM
Click Here to See the Profile for cybermarz Click here to Send cybermarz a Private Message Click Here to Email cybermarz Visit cybermarz's homepage! Find more posts by cybermarz Add cybermarz to your buddy list Edit/Delete Message Reply w/Quote
gas-attack
Senior Member

Registered: Feb 2004
From: The world's a** Posts: 1 divided by 0


  • High Quality:
    (bitrate >= "192" and type=0) or (bitrate>=2500 and type=1)

  • New Music:
    filetime >= [1 week ago] AND type = "0"

  • Recently Updated:
    lastupd >= [1 week ago] AND type = "0"

Quick Link | Report this post to a moderator | IP: Logged

gas-attack is offline Old Post 03-27-2004 12:58 AM
Click Here to See the Profile for gas-attack Click here to Send gas-attack a Private Message Click Here to Email gas-attack Find more posts by gas-attack Add gas-attack to your buddy list Edit/Delete Message Reply w/Quote
cybermarz
Member

Registered: Nov 2003
From: Netherlands

quote:
Originally posted by gas-attack
[...]

[*]New Music:

filetime >= [1 week ago] AND type = "0"

[...]


Indeed filetime is the fieldname for new data.
I only knew FILEDATE (Last known file date/time on disk), which turned out to be a typo in the Query Language Documentation!

__________________
Since "Winamp 5.36 Beta, Build 1500" I can finally close my "Album Covers for Winamp" project at CyberMarz

Quick Link | Report this post to a moderator | IP: Logged

cybermarz is offline Old Post 03-27-2004 09:56 AM
Click Here to See the Profile for cybermarz Click here to Send cybermarz a Private Message Click Here to Email cybermarz Visit cybermarz's homepage! Find more posts by cybermarz Add cybermarz to your buddy list Edit/Delete Message Reply w/Quote
drewbar
Sawg 2.0
Major Dude

Registered: Mar 2004
From:

Remixes:
title ENDS "mix)" or title ENDS "mix"

Covers
(After painstakingly putting "cover" somewhere in the comment of every cover song)
comment has Cover

Acoustic & Live
filename HAS "(acoustic" OR filename HAS "(live"

Quick Link | Report this post to a moderator | IP: Logged

drewbar is offline Old Post 03-27-2004 09:59 AM
Click Here to See the Profile for drewbar Click here to Send drewbar a Private Message Find more posts by drewbar Add drewbar to your buddy list Edit/Delete Message Reply w/Quote
PotatoeMasher
Junior Member

Registered: Apr 2004
From:

Smashing Pumpkins - suck
artist HAS "Smashing Pumpkins" AND album NOTHAS "Machina"

Quick Link | Report this post to a moderator | IP: Logged

PotatoeMasher is offline Old Post 04-01-2004 06:51 AM
Click Here to See the Profile for PotatoeMasher Click here to Send PotatoeMasher a Private Message Click Here to Email PotatoeMasher Find more posts by PotatoeMasher Add PotatoeMasher to your buddy list Edit/Delete Message Reply w/Quote
TheUnknownPoste
Junior Member

Registered: Apr 2004
From:

Here's what I'm doing w/the media library

I'm using Winamp for both mp3s and video file management. Mp3 management is easier due to meta information being saved w/the file, but Video files don't benefit from this (many of the formats do not at least).

I've found that Winamp includes the path to the file as part of the filename, so now I'm placing my video files under categorized folders, and adding "keywords" into the folder names.

Here's a summary of the way I'm structuring things (hopefully this will make sense as it works wonderfully!):

/Video/Movies/Rated G ( Rated-G Childrens Family )/[Files here]

/Video/TV ( Television )/Rated PG ( Rated-PG Teen )Sitcoms/Animated ( Cartoons Animated )/[Files here]

/Video/Comedy/Rated G ( Rated-G Childrens Family )/Animated ( Cartoon )/[Files Here]

/Video/Comedy/Rated R ( Rated-R Adult )/Standup ( Comedian Concert )/[Files here]

Note how there's additional keywords included in parantheses after the initial part of the foldernames (WinXP, 2003 & 2000 support this... Not sure about prior versions).

Also note that in addition to naming the folders in a meaningful way, you can (and should) name the files in a meaningful way. Such as "Futurama - Episode Name - s01e08.avi").

So now I can run queries such as:
1. Show me all sitcoms
2. Show me all Rated-PG television
3. Show me all Cartoons
4. Show me all animated TV sitcoms
5. Show me all Futurama
6. Show me all Movies
7. Show me all Rated-G movies
8. Show me all animated sitcoms

And I get meaningful results from such querys! VERY cool. Well done to designers of the media library.

If the above doesn't make sense, reply letting me know - It's hard to describe it , but it makes sense from a usability standpoint.

Quick Link | Report this post to a moderator | IP: Logged

TheUnknownPoste is offline Old Post 04-02-2004 03:26 AM
Click Here to See the Profile for TheUnknownPoste Find more posts by TheUnknownPoste Add TheUnknownPoste to your buddy list Edit/Delete Message Reply w/Quote
lunarboy1
Forum King

Registered: Dec 2000
From: Somewhere, USA

i like the recently added songs to library using filetime, but what would be cooler is if you could do something like the last 20 added songs to the database, no matter what date they were. Kinda like the MySQL 'limit' command, but for the library, that's my suggestion.

I'm not sure if this was discussed somewhere else, but I just remembered it and wanted to write it down before I forgot about it again .

__________________
www.bluni.com
Ben Folds Lyrics Database

Quick Link | Report this post to a moderator | IP: Logged

lunarboy1 is offline Old Post 04-02-2004 04:31 AM
Click Here to See the Profile for lunarboy1 Click here to Send lunarboy1 a Private Message Click Here to Email lunarboy1 Visit lunarboy1's homepage! Find more posts by lunarboy1 Add lunarboy1 to your buddy list Edit/Delete Message Reply w/Quote
Dextro
Senior Member

Registered: May 2002
From: Lisbon, Portugal

tried it but can't do it, I needed to be able to simply sort by update date :s

__________________

Quick Link | Report this post to a moderator | IP: Logged

Dextro is offline Old Post 04-02-2004 11:02 AM
Click Here to See the Profile for Dextro Click here to Send Dextro a Private Message Visit Dextro's homepage! Find more posts by Dextro Add Dextro to your buddy list Edit/Delete Message Reply w/Quote
CanonGL1
Junior Member

Registered: Apr 2004
From:

This is all fine and Dandy, But

What about being able to do a search on strictly the comments field and have styles and tones descriptions in the comments field for each song. If I want to listen to music that is Adult Alternative I just type that into the search block and winamp does the rest.


[Edit --> DJ Egg]

Dealt with here:
URL submitted by user.
URL submitted by user.

Please don't cross/double post any more posts regarding this issue.
This thread is intended for posting ML Views, and nothing else.

Quick Link | Report this post to a moderator | IP: Logged

CanonGL1 is offline Old Post 04-02-2004 03:04 PM
Click Here to See the Profile for CanonGL1 Click here to Send CanonGL1 a Private Message Click Here to Email CanonGL1 Find more posts by CanonGL1 Add CanonGL1 to your buddy list Edit/Delete Message Reply w/Quote
Dextro
Senior Member

Registered: May 2002
From: Lisbon, Portugal

here's my small contribution for those who have midi files in their library and still want to be able to only list real audio (not, not "Real" i mean mp3, wav, ogg, aac, m4a, etc)

No midis:
((type != "1") AND (!(filename ends "mid")))

simple yet usefull for someone like me who uses winamp to check the ringtones that I send to my cell phone :P

__________________

Quick Link | Report this post to a moderator | IP: Logged

Dextro is offline Old Post 04-04-2004 06:32 PM
Click Here to See the Profile for Dextro Click here to Send Dextro a Private Message Visit Dextro's homepage! Find more posts by Dextro Add Dextro to your buddy list Edit/Delete Message Reply w/Quote
Spazz333
Major Dude

Registered: Nov 2003
From: Limbo

Good Stuff - comment has a+ (mark all the songs I think are really good with an a+ in the comment field.

__________________

Quick Link | Report this post to a moderator | IP: Logged

Spazz333 is offline Old Post 04-04-2004 07:20 PM
Click Here to See the Profile for Spazz333 Click here to Send Spazz333 a Private Message Click Here to Email Spazz333 Find more posts by Spazz333 Add Spazz333 to your buddy list Edit/Delete Message Reply w/Quote
Dextro
Senior Member

Registered: May 2002
From: Lisbon, Portugal

Spazz333 couldn't it be done through rating?

__________________

Quick Link | Report this post to a moderator | IP: Logged

Dextro is offline Old Post 04-04-2004 09:16 PM
Click Here to See the Profile for Dextro Click here to Send Dextro a Private Message Visit Dextro's homepage! Find more posts by Dextro Add Dextro to your buddy list Edit/Delete Message Reply w/Quote
Spazz333
Major Dude

Registered: Nov 2003
From: Limbo

Yes, but I personally hate song ratings. I dunno about other people but I have a bias when I rate songs. I tried it once and most of the songs I rated as 4 or 5 stars, kinda screws the point.

__________________

Quick Link | Report this post to a moderator | IP: Logged

Spazz333 is offline Old Post 04-04-2004 09:57 PM
Click Here to See the Profile for Spazz333 Click here to Send Spazz333 a Private Message Click Here to Email Spazz333 Find more posts by Spazz333 Add Spazz333 to your buddy list Edit/Delete Message Reply w/Quote
starwiz
Member

Registered: May 2003
From:

I *would* have some neat presets if I could view the "composer" tag in my ML and set it through WA...

Grumble grumble.

Quick Link | Report this post to a moderator | IP: Logged

starwiz is offline Old Post 04-05-2004 03:59 AM
Click Here to See the Profile for starwiz Click here to Send starwiz a Private Message Click Here to Email starwiz Find more posts by starwiz Add starwiz to your buddy list Edit/Delete Message Reply w/Quote
electricmime
Major Dude

Registered: Mar 2004
From:

quote:
Originally posted by Spazz333
Yes, but I personally hate song ratings. I dunno about other people but I have a bias when I rate songs. I tried it once and most of the songs I rated as 4 or 5 stars, kinda screws the point.


but if 4-5 was like

and 1-2 was dislike

wouldnt that be the same as having an a+ on songs you like?

__________________
There is no reset button on life... but the graphics kick ass

Quick Link | Report this post to a moderator | IP: Logged

electricmime is offline Old Post 04-05-2004 04:08 AM
Click Here to See the Profile for electricmime Click here to Send electricmime a Private Message Click Here to Email electricmime Find more posts by electricmime Add electricmime to your buddy list Edit/Delete Message Reply w/Quote
Spazz333
Major Dude

Registered: Nov 2003
From: Limbo

This is true, although you can right click edit id3 tags through the playlist.

__________________

Quick Link | Report this post to a moderator | IP: Logged

Spazz333 is offline Old Post 04-05-2004 04:22 AM
Click Here to See the Profile for Spazz333 Click here to Send Spazz333 a Private Message Click Here to Email Spazz333 Find more posts by Spazz333 Add Spazz333 to your buddy list Edit/Delete Message Reply w/Quote
electricmime
Major Dude

Registered: Mar 2004
From:

though we are getting off topic,

http://forums.winamp.com/showthread...threadid=173682

that has a plugin that allows you to rate in the playlist

and

http://www.winamp.com/plugins/details.php?id=138586

which adds hotkeys for rating in the global hotkey section (along with the ability to show a little popup to tell you what song is playing)

__________________
There is no reset button on life... but the graphics kick ass

Quick Link | Report this post to a moderator | IP: Logged

electricmime is offline Old Post 04-05-2004 04:50 AM
Click Here to See the Profile for electricmime Click here to Send electricmime a Private Message Click Here to Email electricmime Find more posts by electricmime Add electricmime to your buddy list Edit/Delete Message Reply w/Quote
macaroon
Major Dude

Registered: Mar 2001
From: UK

I'd like to be able to filter results via playlists but I don't think you can do that (yet)

__________________
Winamp 5 updates Spilt_Milk

Quick Link | Report this post to a moderator | IP: Logged

macaroon is offline Old Post 04-06-2004 08:19 AM
Click Here to See the Profile for macaroon Find more posts by macaroon Add macaroon to your buddy list Edit/Delete Message Reply w/Quote
Veej007
Senior Member

Registered: Sep 2002
From:

unfortunately anything time-based is IRRELEVANT

winamp still treats files on which the id3 tag has been edited since last rescan as "new"

TOTALLY idiotic...

Quick Link | Report this post to a moderator | IP: Logged

Veej007 is offline Old Post 04-06-2004 09:37 PM
Click Here to See the Profile for Veej007 Click here to Send Veej007 a Private Message Click Here to Email Veej007 Find more posts by Veej007 Add Veej007 to your buddy list Edit/Delete Message Reply w/Quote
Dextro
Senior Member

Registered: May 2002
From: Lisbon, Portugal

Veej007 don't blame winamp for that, blame windows! That happens, if I'm not mistaken, because winamp checks for the date of the last change of the file because some older windows only had that (if I'm not mistaken) and so anytime the file is changed it bumps to the top of the most recent list.

Hope I didn't said anything wrong and sorry for beeing offtopic :S

__________________

Quick Link | Report this post to a moderator | IP: Logged

Dextro is offline Old Post 04-06-2004 09:47 PM
Click Here to See the Profile for Dextro Click here to Send Dextro a Private Message Visit Dextro's homepage! Find more posts by Dextro Add Dextro to your buddy list Edit/Delete Message Reply w/Quote
Veej007
Senior Member

Registered: Sep 2002
From:

the godfather has a "preserve file times" option, so i'd imagine that winamp could do the same

Quick Link | Report this post to a moderator | IP: Logged

Veej007 is offline Old Post 04-06-2004 11:25 PM
Click Here to See the Profile for Veej007 Click here to Send Veej007 a Private Message Click Here to Email Veej007 Find more posts by Veej007 Add Veej007 to your buddy list Edit/Delete Message Reply w/Quote
cybermarz
Member

Registered: Nov 2003
From: Netherlands

quote:
Originally posted by Veej007
the godfather has a "preserve file times" option, so i'd imagine that winamp could do the same
Many programs like Tag & Rename do have this option.

I just don't know why Winamp is lacking this option!

__________________
Since "Winamp 5.36 Beta, Build 1500" I can finally close my "Album Covers for Winamp" project at CyberMarz

Quick Link | Report this post to a moderator | IP: Logged

cybermarz is offline Old Post 04-08-2004 01:38 PM
Click Here to See the Profile for cybermarz Click here to Send cybermarz a Private Message Click Here to Email cybermarz Visit cybermarz's homepage! Find more posts by cybermarz Add cybermarz to your buddy list Edit/Delete Message Reply w/Quote
sinnema
Junior Member

Registered: Dec 2003
From: Netherlands

Show Full Albums (an album has only one entry in the Media Library)

  • filename HAS "E:\audio\albums" AND album != "" AND artist != "" AND trackno = "1"

Only 'Artists' & 'Albums' are in my visible colomns


I would still like to have some 'Windows Explorer'-like browsing ability in WA5's Media Library (my wishlist entry)

__________________
Do not taunt audiophiles; they may bite.

Last edited by sinnema on 04-10-2004 at 11:38 PM

Quick Link | Report this post to a moderator | IP: Logged

sinnema is offline Old Post 04-10-2004 11:22 PM
Click Here to See the Profile for sinnema Click here to Send sinnema a Private Message Find more posts by sinnema Add sinnema to your buddy list Edit/Delete Message Reply w/Quote
blast7
Member

Registered: May 2003
From: Sacramento, Ca

quote:
Originally posted by Spazz333
Yes, but I personally hate song ratings. I dunno about other people but I have a bias when I rate songs. I tried it once and most of the songs I rated as 4 or 5 stars, kinda screws the point.


hehehehe.... no doubt, I don't have much music in my collection that would rate less than a 4 otherwise why would I bother ripping it from CD or buying it on the internet? (and I have nearly 20GB of songs)

Plus if I did rate a song a three or less why would I ever want to listen to it?

I guess being a metalhead helps since all metal sound the same anyway right ;-)

Quick Link | Report this post to a moderator | IP: Logged

blast7 is offline Old Post 04-11-2004 05:21 PM
Click Here to See the Profile for blast7 Click here to Send blast7 a Private Message Click Here to Email blast7 Find more posts by blast7 Add blast7 to your buddy list Edit/Delete Message Reply w/Quote
electricmime
Major Dude

Registered: Mar 2004
From:

well.. i rip the entire album, (just incase i want to listen to the whole album) and if there are a bunch of songs that i dont like, or if i bought the album and theres only 3 or 4 songs i like, then i can rate them better

for me, its only real purpose is for filtering in views

__________________
There is no reset button on life... but the graphics kick ass

Quick Link | Report this post to a moderator | IP: Logged

electricmime is offline Old Post 04-11-2004 09:39 PM
Click Here to See the Profile for electricmime Click here to Send electricmime a Private Message Click Here to Email electricmime Find more posts by electricmime Add electricmime to your buddy list Edit/Delete Message Reply w/Quote
muckster
Senior Member

Registered: Mar 2004
From: New York

Good Jazz I haven't heard in a while:
genre has "jazz" & !lastplay >= [1 week ago] & !rating < "3"

Good Stuff Not Played Recently
!lastplay >= [10 days ago] & !rating < "3"

Love Songs
title has "love"

Wife's Rotation
(comment has "Wife's name") AND !(rating < 3) AND !lastplay >= [8 days ago]

I use the "not" in all of these so that files that have never been played or rated don't get excluded. I rate as I go. Here's what my ratings mean:

5- stellar
4- great song
3- good song
2- so-so, I only keep it for the sake of completeness
1- hate it, should probably be deleted

Quick Link | Report this post to a moderator | IP: Logged

muckster is offline Old Post 04-21-2004 02:46 PM
Click Here to See the Profile for muckster Click here to Send muckster a Private Message Visit muckster's homepage! Find more posts by muckster Add muckster to your buddy list Edit/Delete Message Reply w/Quote
Gonzotek
Gunslinger

Registered: May 2000
From: Terminus

quote:
Originally posted by muckster

I use the "not" in all of these so that files that have never been played or rated don't get excluded. I rate as I go. Here's what my ratings mean:

5- stellar
4- great song
3- good song
2- so-so, I only keep it for the sake of completeness
1- hate it, should probably be deleted

Ah, I was about to ask what all the negation marks were about. But it makes sense, good logic there!

-=Gonzotek=-

__________________

I was away for a while.
But I'm feeling much better now.

Quick Link | Report this post to a moderator | IP: Logged

Gonzotek is offline Old Post 04-21-2004 03:16 PM
Click Here to See the Profile for Gonzotek Click here to Send Gonzotek a Private Message Visit Gonzotek's homepage! Find more posts by Gonzotek Add Gonzotek to your buddy list Edit/Delete Message Reply w/Quote
jscanlon
Junior Member

Registered: Jun 2003
From:

What would be really neat is if you could build queries in the search bar in the regular media library without having to make a custom view for it. so have like a weird character indicate the start of a query as opposed to a regular text search, kind of like using the ` character in excel to indicate a text field and not a formula. So you'd end up with something like:

`year>1970

without cluttering up your library column with a bunch of different custom views.

THAT would be sweet.

jim

Quick Link | Report this post to a moderator | IP: Logged

jscanlon is offline Old Post 04-23-2004 08:08 PM
Click Here to See the Profile for jscanlon Click here to Send jscanlon a Private Message Find more posts by jscanlon Add jscanlon to your buddy list Edit/Delete Message Reply w/Quote
Gonzotek
Gunslinger

Registered: May 2000
From: Terminus

Already in there, try:
?year>1970

__________________

I was away for a while.
But I'm feeling much better now.

Quick Link | Report this post to a moderator | IP: Logged

Gonzotek is offline Old Post 04-23-2004 08:10 PM
Click Here to See the Profile for Gonzotek Click here to Send Gonzotek a Private Message Visit Gonzotek's homepage! Find more posts by Gonzotek Add Gonzotek to your buddy list Edit/Delete Message Reply w/Quote
jscanlon
Junior Member

Registered: Jun 2003
From:

ooh! learn something new every day!

Quick Link | Report this post to a moderator | IP: Logged

jscanlon is offline Old Post 04-23-2004 08:11 PM
Click Here to See the Profile for jscanlon Click here to Send jscanlon a Private Message Find more posts by jscanlon Add jscanlon to your buddy list Edit/Delete Message Reply w/Quote
CaAl
Junior Member

Registered: Apr 2004
From: NL

What I would like to have - but I don't know how to do it - is generating a media library view that does something like this:

"Show only song by artists that have at least 10 songs in the library"

Anyone knows if/how this is possible?

Last edited by CaAl on 04-26-2004 at 09:29 AM

Quick Link | Report this post to a moderator | IP: Logged

CaAl is offline Old Post 04-26-2004 09:13 AM
Click Here to See the Profile for CaAl Click here to Send CaAl a Private Message Find more posts by CaAl Add CaAl to your buddy list Edit/Delete Message Reply w/Quote
macaroon
Major Dude

Registered: Mar 2001
From: UK

I'm not sure it is possible. (I'm not a Media Library Wizard), which is a pity because personal customised items like that WOULD be very useful indeed.

__________________
Winamp 5 updates Spilt_Milk

Quick Link | Report this post to a moderator | IP: Logged

macaroon is offline Old Post 04-26-2004 10:35 AM
Click Here to See the Profile for macaroon Find more posts by macaroon Add macaroon to your buddy list Edit/Delete Message Reply w/Quote
moot
Junior Member

Registered: Apr 2004
From:

I use a set of 4 Library Views to manage my favorite music which gives an accurate representation of the music I currently like to listen to. The 4-view system I originally used with iTunes, but have been able to adapt it to Winamp's behavior rather easily.

Tier 1: Top
rating >= "4" AND genre NOTHAS "Classical" AND genre NOTHAS "Soundtrack" AND genre NOTHAS "Relaxing" AND lastplay > [5 days ago]

Tier 2: Aged
rating >= "4" AND genre NOTHAS "Classical" AND genre NOTHAS "Soundtrack" AND genre NOTHAS "Relaxing" AND lastplay > [2 weeks ago] AND lastplay < [1 week ago]

Tier 3: Forgotten
rating >= "4" AND genre NOTHAS "Classical" AND genre NOTHAS "Soundtrack" AND genre NOTHAS "Relaxing" AND lastplay < [1 month ago]

Tier 4: Potential
rating = "3" AND genre NOTHAS "Classical" AND genre NOTHAS "Soundtrack" AND genre NOTHAS "Relaxing" AND lastplay > [2 weeks ago]

Besides the obvious exclusion of the classical, soundtrack, and relaxing genres in every list, they are fairly simple. Tier 1 shows all music 4 or 5 stars played in the last 5 days (my current favorite music). Tier 2 shows 4 and 5 star music not played in the last week, but played within the last 2 weeks (music that hasn't been played for a while, but I might still like). Tier 3 shows me 4 and 5 star music that I haven't played for a month (for remembering old favorites, or demoting the rating of non-favorites). Tier 4 shows me 3 star music that I've played recently and if I notice a song that stays on this list for a long time, I will upgrade it to 4 stars. You may notice the gaps between the playlists where songs won't appear in any of them. This is intentional, to give those songs that fall off of a list time for me to forget about them and get fresh consideration when they appear on the next lowest tier.

It should be noted that I didn't come up with this idea, though I did adapt it a bit by adding the 4th Tier. The original idea came from a post at smartplaylists.com

Quick Link | Report this post to a moderator | IP: Logged

moot is offline Old Post 04-27-2004 04:06 PM
Click Here to See the Profile for moot Click here to Send moot a Private Message Find more posts by moot Add moot to your buddy list Edit/Delete Message Reply w/Quote
electricmime
Major Dude

Registered: Mar 2004
From:

why rip classical/soundtrack/relaxing music at all if on the only 4 views you use, you dont have it included..

__________________
There is no reset button on life... but the graphics kick ass

Quick Link | Report this post to a moderator | IP: Logged

electricmime is offline Old Post 04-27-2004 04:29 PM
Click Here to See the Profile for electricmime Click here to Send electricmime a Private Message Click Here to Email electricmime Find more posts by electricmime Add electricmime to your buddy list Edit/Delete Message Reply w/Quote
Gonzotek
Gunslinger

Registered: May 2000
From: Terminus

Maybe for completeness, maybe he shares the computer with other users who use a different playback program, but both pull from the same music directory. Could be lots of reasons, and the local media view always shows ALL your media, if he ever needed access to them.

__________________

I was away for a while.
But I'm feeling much better now.

Quick Link | Report this post to a moderator | IP: Logged

Gonzotek is offline Old Post 04-27-2004 05:14 PM
Click Here to See the Profile for Gonzotek Click here to Send Gonzotek a Private Message Visit Gonzotek's homepage! Find more posts by Gonzotek Add Gonzotek to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 08:38 PM. Post New Thread    Post A Reply
Pages (3): [1] 2 3 »   Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Winamp > Winamp Discussion > Send us your Media Library View Presets!!!
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON