Rocksmith Custom Song Manager is a tool for managing custom downloadable content for the Rocksmith game. The tool allows you to easily enable, disable, and search for custom songs within your Rocksmith DLC directory.
- Python 3.x
- Pip (Python package installer)
Ensure you have Python and Pip installed on your system.
Simply just double-click the run.bat file to start the program.
- Click the "Select DLC Directory" button.
- Choose your Rocksmith DLC directory. (Make sure all CDLC is in this folder even if you don't currently want to load it into the game)
- The program will automatically load all custom songs from the selected directory and any disabled songs from the
disabledfolder located in the same directory as the script.
- To enable or disable individual songs, check or uncheck the box next to the song in the table.
- To enable all songs, click the "Enable All" button.
- To disable all songs, click the "Disable All" button.
- Use the "Show Enabled Files" and "Show Disabled Files" checkboxes to filter the songs displayed in the table.
- Use the search bar to find specific songs by name. The table will dynamically update to show only matching results.
- Use the "Enable Search Results" and "Disable Search Results" buttons to enable or disable all songs that match the search term.
- Click the "Enable Random Songs" button.
- Enter the number of random songs you want to enable.
- The program will disable all songs first and then enable the specified number of random songs.
- The
disabledfolder will be created automatically in the same directory as the script if it doesn't already exist. - The program will move files between the DLC directory and the
disabledfolder based on your actions.