Skip to content

Commit

Permalink
Added sort by rating
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayingKarrde committed Sep 30, 2020
1 parent 906d134 commit feabf49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Skraper will place these in your roms folder under another folder called media.
If no media files are showing up, make sure that Skraper Assets is checked in the Additional Data Sources section of Pegasus settings. It may also be preferable to convert the created gamelist.xml (assuming EmulationStation was chosen for the game list in Skraper) to a metadata.txt file using the [Pegasus conversion tool](http://pegasus-frontend.org/tools/convert/)

## Version history
v1.09
- Added ability to sort by rating

v1.08
- Significant performance increase in navigating pages

Expand Down
2 changes: 1 addition & 1 deletion theme.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ id: root

// Filtering options
property bool showFavs: false
property var sortByFilter: ["title", "lastPlayed", "playCount"]
property var sortByFilter: ["title", "lastPlayed", "playCount", "rating"]
property int sortByIndex: 0
property var orderBy: Qt.AscendingOrder
property string searchTerm: ""
Expand Down

0 comments on commit feabf49

Please sign in to comment.