Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
game_collection_settings [2021/10/06 23:07] – [Custom collections] added cl help info atarigame_collection_settings [2023/06/23 15:17] (current) – [Dynamic collections] maioni
Line 1: Line 1:
 ====== Game Collection Settings ====== ====== Game Collection Settings ======
  
-Several options are available in this menu: +==== Custom collections ====
-  * **AUTOMATIC GAME COLLECTIONS**: Batocera can create automatically some collections, based on the information scraped in your ''gamelist.xml'' files. You can create automatically collections for **2 and 4 players games**, **all games** (on all systems), **favorites** (across all systems) and the **never played** or **last played** games. For arcade systems, you can also have automatically created collections by editor or arcade system, like **sega**, **snk**, **namco** and so on.+
  
-  * **CUSTOM GAME COLLECTIONS**: to manage the personal collections you have created. +<WRAP center round info> 
- +Custom collections are deprecated and should be replaced by the more powerful **dynamic collections** described belowBatocera 36 still supports existing static custom collections, but the ''batocera-create-collection'' helper tool has been removed
-  * **CREATE NEW CUSTOM COLLECTION**: in order to create your personal collections. Once you have given a name to your new collection, you can add games from the menu by pressing the ''Y'' button on your controller. When you are done with adding games in your collection, a new item **FINISH EDITING COLLECTION** will appear in this menu to let you close it. +</WRAP>
- +
-  * **GROUP UNTHEMED CUSTOM COLLECTIONS**: toggle on if you want your collections to all appeared in a dedicated **COLLECTIONS** item at the top level on the menu, otherwise each of your custom collection will appear at the top level.  +
- +
-  * **SORT CUSTOM COLLECTIONS AND SYSTEMS**: in case you have set to "off" the previous option, do you want your collections to appear amongst the other systemsordered from their alphabetical names among the other systems (toggled on), or would you prefer to see all your collections grouped together at the end of your systems list (off)? +
- +
-  * **SHOW SYSTEM NAME IN COLLECTIONS**: toggle on if you want to see the ''[SYSTEM]'' added after the game names in your custom collections. Otherwise only the game name will appear. Useful if you have the same game name across multiple gaming consoles+
- +
-==== Custom collections ====+
  
 Personal custom collections are stored in ''/userdata/system/configs/emulationstation/collections/''. They are simple text files that you can edit manually, or edit through the UI described above.  Personal custom collections are stored in ''/userdata/system/configs/emulationstation/collections/''. They are simple text files that you can edit manually, or edit through the UI described above. 
Line 88: Line 79:
    </filter>    </filter>
  
 +
 +==== Setup folders at Gamelist ====
 +
 +Not just files but folders can be hidden, favorited or set as a kid, but you need to do this manually by editing the gamelist.xml with the tags below:
 +
 +<code>
 +<folder>
 +    <path>./_HACKS</path>
 +    <favorite>false</favorite>
 +    <kidgame>false</kidgame>
 +    <hidden>true</hidden>
 +</folder>
 +</code>
  • game_collection_settings.1633561637.txt.gz
  • Last modified: 5 years ago
  • by atari