Jump to content
LaunchBox Community Forums

Better Automated Playlists


Mr.Laor

Recommended Posts

I created a ticket on Bitbucket for better automated playlists.

We could really use "and" "or"  features. For example, if you wanted all Capcom fighting games - there is no way to include - Developer = Capcom AND genre = fighting. Instead, you will get all fighting games as well as all games made by Capcom.

There are many examples. Let's say you wanted a collection of all Mario games, but not Mario Kart. There is no way to have that automatically generated.

Here is the bitbucket:

https://bitbucket.org/jasondavidcarr/launchbox/issues/6045/better-automated-playlists

Any support for this improvement?

Link to comment
Share on other sites

I understand the desire but your examples don't help your case at all. The way the auto-gen playlist boolean logic works is that each unique field is joined with an AND and a repeated field is treated as an OR. Because of that both examples are possible with the current auto-gen system.

For example:

Developer | Equals | Capcom
Genre | Equals | Fighting

Will give you a playlist of Capcom fighting games (as requested)

And:

Developer | Equals | Capcom
Genre | Equals | Fighting
Genre | Equals | Adventure

Will give you a playlist of Capcom Fighting OR Adventure games

Series | Equals | Mario
Title | Is Not Equal To | Mario Kart

Would result in the playlist you are requesting in your second example.

Link to comment
Share on other sites

1 hour ago, C-Beats said:

I understand the desire but your examples don't help your case at all. The way the auto-gen playlist boolean logic works is that each unique field is joined with an AND and a repeated field is treated as an OR. Because of that both examples are possible with the current auto-gen system.

For example:

Developer | Equals | Capcom
Genre | Equals | Fighting

Will give you a playlist of Capcom fighting games (as requested)

And:

Developer | Equals | Capcom
Genre | Equals | Fighting
Genre | Equals | Adventure

Will give you a playlist of Capcom Fighting OR Adventure games

Series | Equals | Mario
Title | Is Not Equal To | Mario Kart

Would result in the playlist you are requesting in your second example.

Unfortunately I posted off memory.

Here is a more specific example. Let's say I wanted all James Bond games.

I set up

Title contains James Bond 

Title contains 007

Now I have a problem - all games that have 2007 in the title also appear (think sports games).

How could I exclude those? I

 

Here is another example:

For my Capcom fighting games

I want to include EITHER  published or developed by Capcom and genre Fighting

Right now if I enter 

Publisher contains Capcom

Developer contains Capcom

Genre is fighting

Then I only get games that meet all the criteria, but I I want "OR" as an option for Publisher/Developer since they aren't always listed.

 

Do these examples make sense?

Link to comment
Share on other sites

Yeah. As I said, I knew what you meant and that the lack of granular control of the AND/OR causes some playlists to be impossible. I just wanted to make you aware that the wording in the post and the examples given didn't really correlate to the real problem. I wanted to make sure it was clarified for others reading the post how it actually worked as to limit any possible confusion.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...