Playnite Forums
  • Playnite Web
  • Rules
  • Members
  • Team
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Playnite Forums Playnite General filter panel question

filter panel question
isaacq
Offline

#1
11-18-2020, 08:46 PM
hey all, relatively new and happy Playnite user here.

question for anyone in the know:  is there any way to edit the filter panel to either re-order the drop-down boxes, or even get rid of some altogether? the two criteria i filter my library by most often are Completion Status and Tag, but both are on the second page so additional scrolling is required any time i want to filter.  is there a way to get those drop-downs closer to the top of my filter panel?

i've done a pretty deep dive into Playnite settings, extensions and themes, and wasn't able to see any method of achieving what i want, so thought i'd ask here on the forum.  thanks in advance for any help you can provide!

isaacq
Crow
Online

Administrator
#2
11-18-2020, 08:54 PM
It's currently not possible. But adding an option to change the order is not a bad idea.
Cromi
Offline

#3
11-18-2020, 11:05 PM (This post was last modified: 11-18-2020, 11:09 PM by Cromi.)
The filter panel for theme modification is located in Views/FilterPanel.xaml .  You can't delete any filters, but you can move them around.  Here is how I have my filter list to set my 3 most used filters to the top:

<!--Platform-->
<Label Name="PART_ElemPlatformLabel" Content="{StaticResource LOCPlatformTitle}"
Style="{StaticResource FilterLabel}"/>
<FilterSelectionBox x:Name="PART_FilterPlatform" />
                                    
<!--LastActivity-->
<Label Name="PART_ElemLastActivityLabel" Style="{StaticResource FilterLabel}"
Content="{DynamicResource LOCGameLastActivityTitle}" />
<FilterEnumSelectionBox x:Name="PART_FilterLastActivity" />
                                    
<!--CompletionStatus-->
<Label Name="PART_ElemCompletionStatusLabel" Style="{StaticResource FilterLabel}"
Content="{DynamicResource LOCCompletionStatus}" />
<FilterEnumSelectionBox x:Name="PART_FilterCompletionStatus" />

[Image: BvPLvQ9.png]

(11-18-2020, 08:54 PM)Crow Wrote: It's currently not possible. But adding an option to change the order is not a bad idea.

I would really love an option to re-order the Explorer Panel.  I'm using filters instead just so I can re-arrange the order.
isaacq
Offline

#4
11-19-2020, 12:21 AM
that is super Cromi, thanks a lot!
GetFR3AKY
Offline

#5
11-19-2020, 10:13 PM
Depending on the theme you are using, you can simply search for the file FilterPanel.xaml and reorder the <CheckBox> lines according to your needs or remove them completely. Worked pretty good for me Smile
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode