RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    [SCRIPT] RetroPie Limit Last Played Games

    Scheduled Pinned Locked Moved Projects and Themes
    shell scriptlast playedgameslimit
    57 Posts 5 Posters 6.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hiulitH
      hiulit
      last edited by hiulit

      I present to you Retropie Limit Last Played Games: A tool for RetroPie to limit the number of 'last played' games.

      First of all, I'd like to point out that this script came up in the thread Last Played Collection - Possible to limit? and this functionality (not the one in my script) will be merged into EmulationStation in future versions. It's actually already been merged, but in the emulationstation-dev package.

      Anyway, I started to code this script before @pjft added this feature, so I'm releasing the script at least for recreational or learning purposes :P

      What this script does is parse the gamelist.xml of the selected systems looking for <lastplayed> tags, sorts them in a descending order and changes the value of <playcount> to 0 for all the games except the x limit number set.

      Retropie Limit Last Played Games (v2.1.4 - 2019-02-14)

      A tool for RetroPie to limit the number of 'last played' games.

      Installation

      cd /home/pi/
      git clone https://github.com/hiulit/Retropie-Limit-Last-Played-Games
      cd Retropie-Limit-Last-Played-Games/
      sudo chmod +x retropie-limit-last-played-games.sh
      

      Updating

      cd /home/pi/Retropie-Limit-Last-Played-Games/
      git pull
      

      Usage

      ./retropie-limit-last-played-games.sh [OPTIONS]
      

      Examples

      ./retropie-limit-last-played-games.sh --nth 25 --systems

      This will set the number of 'last played' games to limit at 25 and then it will show a dialog from where it can be selected as many systems as needed.

      ./retropie-limit-last-played-games.sh --nth 25 --systems --debug

      This will set the debug mode on. It's perfect for testing the script before actually 'harming' the gamelists.

      ./retropie-limit-last-played-games.sh --gui

      This will start the GUI. It will ask you to enter a number to limit the number of 'last played' the games shown. Then it will ask you to choose the desired systems to apply that limit.

      If no options are passed, you will be prompted with a usage example:

      USAGE: ./retropie-limit-last-played-games.sh.sh [OPTIONS]
      
      Use './retropie-limit-last-played-games.sh --help' to see all the options.
      

      Options

      • --help: Print the help message and exit.
      • --install: Install the script in EmulationStation's RetroPie menu.
      • --uninstall: Uninstall the script from EmulationStation's RetroPie menu.
      • --nth: Set number of 'last played' games to limit per system (10 by default).
      • --systems: Show dialog to select systems to limit.
      • --gui: Start the GUI.
      • --debug: Set debug mode to test the script.
      • --version: Show script version.

      Examples

      --help

      Print the help message and exit.

      Example

      ./retropie-limit-last-played-games.sh --help

      --install

      Install the script in EmulationStation's RetroPie menu.

      You'll find it as 'Limit Last Played Games'.

      Example

      ./retropie-limit-last-played-games.sh --install

      --uninstall

      Uninstall the script from EmulationStation's RetroPie menu.

      Example

      ./retropie-limit-last-played-games.sh --uninstall

      --nth [OPTIONS]

      Set number of 'last played' games to limit per system (10 by default).

      Options

      • [number]: Number to limit 'last played' games per system.

      Example

      ./retropie-limit-last-played-games.sh --nth 25

      The --nth option won't do anything by itself. It always has to be accompanied, at least, by --systems.

      --systems

      Show a dialog to select the system/s to limit.

      Example

      ./retropie-limit-last-played-games.sh --systems

      --gui

      Start the GUI.

      It lets you use the script in a more friendly way.

      Example

      ./retropie-limit-last-played-games.sh --gui

      --debug

      Set debug mode to test the script.

      No harm will be done to the gamelists ;)

      If you want to explicitly know that you are under debug mode, use this option as the first parameter when launching the script and it will appear on the script's title.

      Example

      ./retropie-limit-last-played-games.sh --debug

      --version

      Show script version.

      Example

      ./retropie-limit-last-played-games.sh --version

      Screenshots

      01.png

      02.png

      03.png

      04.png

      05.png

      My little contributions to the RetroPie project:

      • Shell-Script-Boilerplate
      • Fun-Facts-Splashscreens
      • Limit-Last-Played-Games
      1 Reply Last reply Reply Quote 5
      • M
        MadHorse
        last edited by

        Hi @hiulit,

        I'm tring your script but probably i don't understand how to use it.
        Every time i run the script, it tells me that is removing last played games, and if i go to emulationstation -> Last Played menu, the number of games is always the same.

        I ran the script ./retropie-limit-last-played-games.sh -n 1 -s and i select only the amiga system, the results is

        Number of 'last played' games to limit is set to '1'.
        
        amiga
        -----
        'gamelist.xml' for 'amiga' found!
        > Creating 'gamelist-backup.xml' for 'amiga' ...
        There is already a 'gamelist-backup.xml' for 'amiga'.
        > Removing 'last played' games for 'amiga' ...
        20180902T143322
        20180902T141816
        20180902T141646
        20180902T141045
        20180902T140154
        20180902T140041
        20180902T135914
        20180902T135359
        20180902T135247
        20180902T134747
        20180902T134547
        20180901T151127
        20180901T150821
        20180901T144602
        20180901T143329
        20180901T142836
        20180901T142806
        20180901T130815
        20180901T115520
        20180901T115418
        20180901T115323
        20180901T114515
        20180901T110042
        20180901T105134
        20180901T103756
        20180901T095836
        20180831T230516
        20180720T005157
        20180719T150228
        > Done!
        
        Done!
        

        and if i run it again another time, it tells me the exact same thing.

        Could you please help me?

        Thank you

        mituM hiulitH 2 Replies Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @MadHorse
          last edited by

          @madhorse I think you need to exit Emulationstation before runing the script.

          1 Reply Last reply Reply Quote 0
          • M
            MadHorse
            last edited by

            Hi @mitu,
            Thank you for your answer, I already tried but nothing changed.

            ClydeC 1 Reply Last reply Reply Quote 0
            • hiulitH
              hiulit @MadHorse
              last edited by

              @madhorse Hi there! Hmmmm.... It's been a while since I used this script. Let me try it myself to see if it happens to me too and I'll get back to you :)

              My little contributions to the RetroPie project:

              • Shell-Script-Boilerplate
              • Fun-Facts-Splashscreens
              • Limit-Last-Played-Games
              1 Reply Last reply Reply Quote 0
              • ClydeC
                Clyde @MadHorse
                last edited by

                @madhorse said in [SCRIPT] RetroPie Limit Last Played Games:

                Hi @mitu,
                Thank you for your answer, I already tried but nothing changed.

                You can check the game list right after running the script by this command:

                grep lastplayed /path/to/your/gamelist.xml
                

                It will list all lines that contain "lastplayed". This way, you'll know if the problem is that the script doesn't change the file. If the file is changed, the changes are reversed later somehow.

                1 Reply Last reply Reply Quote 0
                • M
                  MadHorse
                  last edited by

                  Hi @Clyde and thank you for your help.

                  If I understand correctly, the script remove or set to 0 the playcount and don't touch lastplayed, maybe this is the reason is not working, or at least don't seems to work for me.
                  In any case, I did wath you asked me, this is the results

                  pi@retropie:~/RetroPie/roms/megadrive $ grep lastplayed gamelist.xml
                                  <lastplayed>20180626T204249</lastplayed>
                                  <lastplayed>20180704T005027</lastplayed>
                                  <lastplayed>20180725T124034</lastplayed>
                                  <lastplayed>20180725T143844</lastplayed>
                   pi@retropie:~/RetroPie/roms/megadrive $ ../retropie-limit-last-played-games.sh -s --nth 1
                  Number of 'last played' games to limit is set to '1'.
                  
                  megadrive
                  ---------
                  'gamelist.xml' for 'megadrive' found!
                  > Creating 'gamelist-backup.xml' for 'megadrive' ...
                  There is already a 'gamelist-backup.xml' for 'megadrive'.
                  > Removing 'last played' games for 'megadrive' ...
                  20180725T124034
                  20180704T005027
                  20180626T204249
                  > Done!
                  
                  Done!
                  pi@retropie:~/RetroPie/roms/megadrive $ grep lastplayed gamelist.xml
                                  <lastplayed>20180626T204249</lastplayed>
                                  <lastplayed>20180704T005027</lastplayed>
                                  <lastplayed>20180725T124034</lastplayed>
                                  <lastplayed>20180725T143844</lastplayed>
                  

                  After this, i opened thegamelist.xml for the megadrive and the file is not modified

                  -rw-r--r-- 1 pi pi 1145107 Sep  6 18:03 gamelist-backup.xml
                  -rw-r--r-- 1 pi pi   15697 Jun 20 11:58 gamelist.Missing.Serial.txt
                  -rw-r--r-- 1 pi pi 1145107 Jul 25 15:41 gamelist.xml
                  

                  So it seems it create a backup and then don't change anything.

                  Thank you for your help, I really appreciate it.

                  hiulitH 1 Reply Last reply Reply Quote 0
                  • hiulitH
                    hiulit @MadHorse
                    last edited by

                    @madhorse I found the bug! I'll release a new version with additional functionalities. Maybe tomorrow ;)

                    My little contributions to the RetroPie project:

                    • Shell-Script-Boilerplate
                    • Fun-Facts-Splashscreens
                    • Limit-Last-Played-Games
                    ClydeC 1 Reply Last reply Reply Quote 0
                    • ClydeC
                      Clyde @hiulit
                      last edited by Clyde

                      @hiulit According to @MadHorse's test, the script removed three "last played" occurances, while grep listed four of them in the file. Is that part of the bug, or what else caused the discrepancy? Just mentioning to help you debug. :)

                      Ah, just ignore me. The script limited the "last played" to one, thus removed three of four. It's too early here in Germany to write in forums, obviously. šŸ˜‡

                      hiulitH 1 Reply Last reply Reply Quote 0
                      • hiulitH
                        hiulit @Clyde
                        last edited by

                        @clyde Almost got it! Been working hard, refactoring stuff :P I guess I'll be releasing a new version soonish.

                        My little contributions to the RetroPie project:

                        • Shell-Script-Boilerplate
                        • Fun-Facts-Splashscreens
                        • Limit-Last-Played-Games
                        1 Reply Last reply Reply Quote 1
                        • M
                          MadHorse
                          last edited by

                          @hiulit @Clyde thank you very much for your help.

                          hiulitH 1 Reply Last reply Reply Quote 1
                          • hiulitH
                            hiulit @MadHorse
                            last edited by

                            @madhorse whoops, sorry, hehe! You were the one with the issue, actually, and I was replying to @Clyde :P

                            My little contributions to the RetroPie project:

                            • Shell-Script-Boilerplate
                            • Fun-Facts-Splashscreens
                            • Limit-Last-Played-Games
                            M ClydeC 2 Replies Last reply Reply Quote 0
                            • M
                              MadHorse @hiulit
                              last edited by

                              @hiulit said in [SCRIPT] RetroPie Limit Last Played Games:

                              @madhorse whoops, sorry, hehe! You were the one with the issue, actually, and I was replying to @Clyde :P

                              hehe no problem :)

                              1 Reply Last reply Reply Quote 1
                              • ClydeC
                                Clyde @hiulit
                                last edited by

                                @hiulit I trust you'll work as hard for @MadHorse as you'd have done for me. ;)

                                hiulitH 1 Reply Last reply Reply Quote 1
                                • hiulitH
                                  hiulit @Clyde
                                  last edited by

                                  @clyde @MadHorse Of course ;) hehe!

                                  My little contributions to the RetroPie project:

                                  • Shell-Script-Boilerplate
                                  • Fun-Facts-Splashscreens
                                  • Limit-Last-Played-Games
                                  1 Reply Last reply Reply Quote 0
                                  • hiulitH
                                    hiulit
                                    last edited by

                                    Here it is!

                                    RetroPie Limit Last Played Games v2.0.0

                                    Read the new docs, as there have been a few changes.

                                    Added

                                    • Option to install/Uninstall the script from EmulationStation's RetroPie menu.
                                    • GUI mode.
                                    • Debug mode - To test the script. No harm will done to the gamelists ;)
                                    • Log files - Found in /home/pi/Retropie-Limit-Last-Played-Games/logs).

                                    Fixed

                                    • Uncommented code preventing to actually remove 'last played' games.
                                    • Fixed #1 - Only show systems that have a gamelist.xml.

                                    Changed

                                    • Refactored the code to create backups. Now the folder is called gamelist-backups (inside the $SYSTEM_ROMS folder) and contains all the game lists backups, named [DATE]-gamelist-backup.xml.
                                    • Added more error/success output messages.
                                    • Better control of what games have to be processed.

                                    Examples

                                    ./retropie-limit-last-played-games.sh --nth 25 --systems

                                    This will set the number of 'last played' games to limit at 25 and then it will show a dialog from where it can be selected as many systems as needed.

                                    ./retropie-limit-last-played-games.sh --nth 25 --systems --debug

                                    This will set the debug mode on. It's perfect for testing the script before actually 'harming' the gamelists.

                                    ./retropie-limit-last-played-games.sh --gui

                                    This will start the GUI. It will ask you to enter a number to limit the number of 'last played' the games shown. Then it will ask you to choose the desired systems to apply that limit.

                                    Options

                                    • --help: Print the help message and exit.
                                    • --install: Install the script in EmulationStation's RetroPie menu.
                                    • --uninstall: Uninstall the script from EmulationStation's RetroPie menu.
                                    • --nth: Set number of 'last played' games to limit per system (10 by default).
                                    • --systems: Show dialog to select systems to limit.
                                    • --gui: Start the GUI.
                                    • --debug: Set debug mode to test the script.
                                    • --version: Show script version.

                                    My little contributions to the RetroPie project:

                                    • Shell-Script-Boilerplate
                                    • Fun-Facts-Splashscreens
                                    • Limit-Last-Played-Games
                                    ClydeC 1 Reply Last reply Reply Quote 1
                                    • ClydeC
                                      Clyde @hiulit
                                      last edited by

                                      @hiulit Great work! (without having tested it)

                                      1 Reply Last reply Reply Quote 1
                                      • M
                                        MadHorse
                                        last edited by MadHorse

                                        @hiulit, first, thank you so much for your work, your work is really appreciated.
                                        Second, yout script is awesome, it's working perfectly.
                                        Installed the script on the Retropie menu, launched the script, choosed to keep 1 last played game, at the end of the execution you need to restart Emulationstation to see the results.

                                        Now my last played list contain only 40 games, one per system :)

                                        Thank you again, you did a great job.

                                        hiulitH 1 Reply Last reply Reply Quote 1
                                        • cyperghostC
                                          cyperghost
                                          last edited by cyperghost

                                          @hiulit I don't want to do a PR but you can add these lines to perform a restart. You can write a small yes/no dialog to perform a restart to ES.

                                          # Restart ES!
                                          touch /tmp/es-restart
                                          chown pi:pi /tmp/es-restart
                                          kill $(pidof emulationstation)
                                          

                                          Best wishes ;)

                                          hiulitH 2 Replies Last reply Reply Quote 1
                                          • hiulitH
                                            hiulit @MadHorse
                                            last edited by

                                            @madhorse Hey! You're welcome! I'm glad you find it useful :D

                                            And you made a good point about EmulationStation having to be restarted to see the changes. I'll add a message to the script .

                                            My little contributions to the RetroPie project:

                                            • Shell-Script-Boilerplate
                                            • Fun-Facts-Splashscreens
                                            • Limit-Last-Played-Games
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.