Hey guys, I wasn't sure if this was the best place to post this, but it seemed like a decent fit.
I've really been enjoying all the amazing work everyone has put into creating custom DLC for Rocksmith 2014, and I decided to give back in my own little way. It's kind of OCD, but some of you might find it helpful.
I wrote a little program that will go through your DLC folder and rename all the PC DLC songs to match the embedded metadata, so it's easier to see what songs you actually have by keeping them consistently named. I also use it just to help identify songs that have incorrect metadata so I can manually fix them using the Custom Song Creator Toolkit.
The source code is all there, and the program itself is in the "exe" folder for those that don't want to compile it on your own. :) I'm actually using methods from the Custom Song Creator Toolkit to get the metadata, so you developers will see some familiar DLLs in the Bin folder.
Hey guys, I wasn't sure if this was the best place to post this, but it seemed like a decent fit.
I've really been enjoying all the amazing work everyone has put into creating custom DLC for Rocksmith 2014, and I decided to give back in my own little way. It's kind of OCD, but some of you might find it helpful.
I wrote a little program that will go through your DLC folder and rename all the PC DLC songs to match the embedded metadata, so it's easier to see what songs you actually have by keeping them consistently named. I also use it just to help identify songs that have incorrect metadata so I can manually fix them using the Custom Song Creator Toolkit.
Here's my github page: https://github.com/Darrken/RockSmithDLCRenamer
Make sure you read the ReadMe on that page!
The source code is all there, and the program itself is in the "exe" folder for those that don't want to compile it on your own. :) I'm actually using methods from the Custom Song Creator Toolkit to get the metadata, so you developers will see some familiar DLLs in the Bin folder.
I hope some of you find this useful.
Update: Dropbox link to compiled program