This program helps managing the favorites for the Richard Burns rally game when using the rsf plugin.
This program shows the data regarding all stages and allows the creation of custom favorites listings.
It uses rsf's favorites handling methodology and replaces the currents favorites file with the one selected in the application.
It's primary goal is to allow checking an online rally stages from the RSF's website, and, using the application, create a new favorites file with all the stages from the online rally, this will allow the players to see all the selected stages in the "Favorites" category of the "Practice" mode.
Download the zip from the releases and extract it. The executable will be available on the extracted folder.
If you would rather compile it yourself, you can use pyinstaller to do so:
pyinstaller -w -n rbr_favorites_manager gui.py
This is the program's main window:

- Start by selecting the RBR install folder, if needed press the "Set RBR Install folder" button
- This will display all created favorites listing so far, they are saved as "favorite_[name]" in the ./favorites/ folder
- Search for maps or/and use the filters
- Use the button to include or exclude maps to the current selected favorites (double clicking a row also works)
- Save the current favorites with a name (for creating custom listings)
- Insert the URL from an online rally from RSF's website to automatically load the stages (only works if online rally is using the original names)
- You MUST press this to view the favorites in RBR. Sets the current favorites as the ones to use in RBR.