midgetspy
2008-09-19, 22:39
Currently you can filter your library by any ONE category (Genre, Title, Actor, Year, etc)
It would be great if I could filter it by more than a single one of those categories (or rather, by more than one filter in a single category). The current filter is implemented simply by creating "folders" for each filter, which inherantly (forced by the GUI) limits it to a single filter at a time. Since the library is an SQL database, there's no complexity increase by allowing more than one filter at a time, it's just a GUI issue really.
Admittedly, most cases with specific filters involving title, actor, or director would probably be pretty specific cases and the user could make a smart playlist for that instead. Even year can, for the most part, be done by sorting your library by year and then just scrolling to the part you want. For genre, though, I often find myself wishing I could use that cut down the number of movies I have to look through to pick something to watch. For example, depending on my mood maybe I know I want to watch:
- a romantic comedy, or action comedy, etc (filter any movies that don't have both genres)
- anything but a horror movie (don't feel like a scary movie, so any movie that doesn't have the horror genre)
- an action movie that's not sci fi (has action genre and DOESN'T have sci-fi genre)
- something in 720p with 5.1 audio (whoops that's my other feature request thread ;-P)
I think the best way to do this is to have a filter dialog instead of (or in addition to) the folders. The dialog could, for example, have a list of every genre with 3 radio buttons beside it:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
My include/exclude/optional wording maybe isn't clear, but above is an example of how you'd make it only display your romantic comedies (require Romance and Comedy genres, any additional genres don't matter). Or, for the "i'll watch anything but a horror" filter:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
And my last example, an action movie that isn't a sci-fi:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
This would take a minimal amount of work for the user to set his filters and could help a great deal in filtering libraries - especially large ones. I've got about 500 movies and it takes ages to look through them all, I can only imagine how long it'd take to browse through 1000+ movies to decide what you want to watch.
Does anybody else think something like this would be useful?
It would be great if I could filter it by more than a single one of those categories (or rather, by more than one filter in a single category). The current filter is implemented simply by creating "folders" for each filter, which inherantly (forced by the GUI) limits it to a single filter at a time. Since the library is an SQL database, there's no complexity increase by allowing more than one filter at a time, it's just a GUI issue really.
Admittedly, most cases with specific filters involving title, actor, or director would probably be pretty specific cases and the user could make a smart playlist for that instead. Even year can, for the most part, be done by sorting your library by year and then just scrolling to the part you want. For genre, though, I often find myself wishing I could use that cut down the number of movies I have to look through to pick something to watch. For example, depending on my mood maybe I know I want to watch:
- a romantic comedy, or action comedy, etc (filter any movies that don't have both genres)
- anything but a horror movie (don't feel like a scary movie, so any movie that doesn't have the horror genre)
- an action movie that's not sci fi (has action genre and DOESN'T have sci-fi genre)
- something in 720p with 5.1 audio (whoops that's my other feature request thread ;-P)
I think the best way to do this is to have a filter dialog instead of (or in addition to) the folders. The dialog could, for example, have a list of every genre with 3 radio buttons beside it:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
My include/exclude/optional wording maybe isn't clear, but above is an example of how you'd make it only display your romantic comedies (require Romance and Comedy genres, any additional genres don't matter). Or, for the "i'll watch anything but a horror" filter:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
And my last example, an action movie that isn't a sci-fi:
Genre Include Exclude Optional
Action x
Comedy x
Romance x
Horror x
Thriller x
Adventure x
Sci-Fi x
This would take a minimal amount of work for the user to set his filters and could help a great deal in filtering libraries - especially large ones. I've got about 500 movies and it takes ages to look through them all, I can only imagine how long it'd take to browse through 1000+ movies to decide what you want to watch.
Does anybody else think something like this would be useful?