INTERACT FORUM

More => Old Versions => JRiver Media Center 26 for Windows => Topic started by: zxsix on August 04, 2020, 10:26:16 pm

Title: How to identify singles?
Post by: zxsix on August 04, 2020, 10:26:16 pm
For singles, both the song name and album name fields match.
There would only be one track for the artist/album combination.
I'd like a view that filters out all albums and only shows the singles.
i.e. albums containing less than 2 tracks.
Title: Re: How to identify singles?
Post by: tij on August 05, 2020, 06:20:04 am
I actually have tag for this ... that can be populated by "Single", "Compilation", "Live", EP", "Soundtrack", "Studio"

Determining singles by total # of track is tough ... lots of singles I have, got more than 2 tracks (different remixes ... sometimes additional songs)

I suppose can create a view that display albums with albums that only have one track ... need to fool around before can give advice on this one
Title: Re: How to identify singles?
Post by: ferday on August 05, 2020, 06:33:54 am
somewhat obviously, if you have [Total Tracks] filled, it's easy to sort by that

you can use GroupCount(Track #) in a view that shows albums, it will give you the total tracks per album
Title: Re: How to identify singles?
Post by: wer on August 05, 2020, 01:06:07 pm
Zxsiz,

Having the song name and album name fields match causes difficulties.  You'll have better results if you take an alternate approach.

If those two fields match, you can use a rule like this in Set Rules for File Display:
[=IsEqual([Album],[Name],0)]=0

This rule will exclude all singles in your naming scheme. But it will also exclude non-singles that happen to match your naming scheme, namely the title tracks from albums.  Like "Back in Black" on AC/DC's "Back in Black" Album.  You could try and create other clever constructs to counteract this, like giving all singles a track number of 999 and excluding those.  But that's a bit of a hassle.

The bigger problem is that singles are sometimes also released as part of an album. And if that album happens to be named after a track that was issued as a single, then you have a conflict: Two "albums" with the same name, one the single and one the actual album.

It would be better if you structured your album names for singles to include the word single, like this:
[Name]=Back in Black
[Album]=Back in Black (Single)

Then the two albums cannot be conflated, and it is easy to include or exclude from your view any album that contains the string (Single).

But if you don't like this idea, then what tij is doing, having a separate tag to identify the type of album, would be best.

There's another option of course: since singles are NOT albums, leave the album name blank. Then exclude such files from your album view and have a separate singles view. It an artist view, all the singles would be grouped together under an unassigned Album category, but that would be appropriate.

Good luck...
Title: Re: How to identify singles?
Post by: Ferdi on August 05, 2020, 02:27:37 pm
MusicBrainz uses a tag 'Type' for this, and MusicBrainz Piccard does a very decent job identifying singles. I haven't tried, but if you have a tag with the same name in MC, you should be able to see the value there and use it as a filter in views.