INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: gummbah on February 14, 2008, 12:30:56 am
-
I wanted to create a smartlist that shows me albums that I play a lot. By a lot I mean that I have least played a couple of songs of the album a couple of times (e.g. 5). The only way I could do this was by using the dup command, but the restruction is that I can only search for albums of which at least two songs are played a couple of times. I would like to raise this to at least 3 or even 4. Does anyone know how to do this?
This is the line I have created:
[Number Plays]=>4 ~dup=[album] ~sort=[Number Plays]-d,[Artist] ~a
-
You've got about as close as you can get with that.
MC searches and expressions cannot count files, only compare tags within single files.
You can get a visual representation though, if that helps you any?
Choose an audio view that contains an Album pane and select it.
In the view header, hover the mouse over the view title, just to the left of that little black arrow, and at the top of the list that pops, you should see "Pane" followed by the rest of the pane labels in your view scheme... click on Album
Hover the mouse in the same place again, click on "Details"
The name column you see there refers to each of your albums.
Right click on the column header to the right of the "Name" column and follow the "Columns" entry, pick "Number Plays" from the list to add that column next to the name column.
What you see there in the Number Plays column is the average number of plays for each album.
Click the column header to sort by it.
I'm not sure if this suggestion could help you or not, have a read and add any thoughts you may have on the subject...
http://yabb.jriver.com/interact/index.php?topic=45062.0
-marko.
-
Thanks!
This really looks like what I was looking for!
-
what about a way to create a smartlist of albums I've rated 5 stars, when some of the individual songs aren't rated 5? Right now I'm just putting "5 Star album" in the description field for every song on the album.
-
I have noted that you can use the same method as described by marko, but instead of sorting by the Number Plays column, sort by the Rating column.
-
Doesn't quite work. If you sort by rating, 5 star songs come up. But there are songs that are in a 5 star album, but the song itself is not a 5 star song. I think there is no good way to create a smartlist for this, it would need to be something implemented in MC.
-
what about a way to create a smartlist of albums I've rated 5 stars, when some of the individual songs aren't rated 5? Right now I'm just putting "5 Star album" in the description field for every song on the album.
I thought you were after something a lot more complex, now, I think you might be after this instead:
[media type]=audio r=5 ~a ~sort=[album],[disc #],[track #]
Which will give you a list of complete albums, all of which will have at least one 5 star song in them.
-marko.
-
Not quite. That would select some albums that have a 5 star song, but the rest of the album may not be any good. I think the only way I can do it is with a description field.
-
I am lost. So you want a list of albums on which ALL songs are rated with 5 stars?
-
Abbey Road is a 5 Star album. Maxwell's Silver Hammer is not a 5 star song. However I would want to hear it if I'm listening to Abbey Road. But I can't rate MSH as 5 stars, then it would appear in a random playlist of 5 star songs. So I would need an album rating of 5 stars, that rates the albums as a whole as 5 stars.