Library browser
- This topic is empty.
-
AuthorPosts
-
December 12, 2016 at 2:10 pm #394641
Hi everybody,
first of all, let me preface this post by saying what an absolute fan of GH and RB games and, obviously, this community, I truly am. Countless hours of entertainment provided right there!
However I got fed up with the limit of 2952 songs, so I’m currently working on a little project that would allow me to circumvent this limit. Wel, in a away really. I’m in a process of coding a little “song browser” that would import all songs into a MySQL DB and allow me to see which songs are in which packages. So I could simply just load whatever pack of 2952 songs I need to and be done with it. So the idea is to have a handful of “songcache” and load them when needed.
If somebody is interested, they’ll be free to the code (PHP, JS). Be warned that I’m mostly interested in guitar playing, so emphasis will be done there. I’m already done with songcache parsing part.
What makes it outstand from available tools already is the ability to see which packages contain the songs in provided cache file. Find a little screenshot of parsed data structure attached.
UPDATE: See this post
December 12, 2016 at 3:36 pm #478724Good stuff. Good luck!
December 12, 2016 at 7:49 pm #478728That sounds great! I’m excited to see the full product.
December 14, 2016 at 2:05 pm #478824December 18, 2016 at 7:36 pm #478965Quick question (and I apologize if it’s been addressed already somewhere else), but does this 2952 song limit affect PS3 users too? Or is this just an Xbox thing?
December 18, 2016 at 9:59 pm #478971PS3 and 360 have the same limit, Wii has a lower limit of 1000
December 18, 2016 at 10:41 pm #478974PS3 and 360 have the same limit, Wii has a lower limit of 1000
Thanks for responding so quickly. I’m at around 1800 songs right now, so I’ve still got some room to maneuver.
December 29, 2016 at 7:35 pm #479516Well that was somewhat tedious job tidying up my RB3 collection… Had to combine files into packages, upload them and then have XBOX generate cache files.
Idea is quite simple: I’ve got my DLC’s and Exports on internal HDD (roughly 1900 songs). So remaining 1000 songs (to hit the limit of 2952) I’m loading from external USB drive. Thanks to latest dashboard it’s possible to use regular FAT32 partitions to load Content from 000000000 directory.
So I simply upload whatever cache file I have prepared for corresponding batch of packages containing a thousand of songs. And voila, they’re loaded without having to rescan them.
Put it in steps, basically it all boils downs to:
1. Choosing a cache file:
and
2. Renaming 0000001_xx folder on external HDD via FTP (to prevent disconnecting drive from xbox every time) to 0000001.
However one might be wondering, how to know which cache file to load when one wants to play a certain song? Well that’s where my Library Browser comes into play (pics coming). Every cache file has been imported to SQL table for this very reason.
Once imported, it’s easy browse, sort, group and just do whatever one pleases with all the data.
When I am done coding the GUI part of Library Browser, I’ll show the pics. In meantime, here’s the structure of the table in database.
December 29, 2016 at 9:14 pm #479522Nice system you’ve got. Glad to be nowhere near the limit. Also don’t have a modded console, so I can’t use ftp. Wish I could, but it’s not quite worth it to me.
January 3, 2017 at 2:05 pm #479781As promised, here’s the GUI of my Library Browser. Almost (ish) done. All what’s left to do is, finish coding the filtering/search functionality.
January 3, 2017 at 4:12 pm #479784As promised, here’s the GUI of my Library Browser. Almost (ish) done. All what’s left to do is, finish coding the filtering/search functionality.
Damn this is great stuff……
I can’t even keep my music library that organized.
Nice Work !
January 4, 2017 at 1:26 am #479800Looks nice!
January 4, 2017 at 5:05 pm #479815This looks like a very cool idea, just recently had to do some “cleanup”
after downloading so many songs for new year’s eve.
if i understand correctly, this will allow you to keep all your CONS in the USB and
then i will need to manually upload / modify the song cache file to “enable” the songs
i want to play?
January 6, 2017 at 5:07 pm #479886if i understand correctly, this will allow you to keep all your CONS in the USB and
then i will need to manually upload / modify the song cache file to “enable” the songs
i want to play?
That’s precisely correct as explained a few posts above. Using Library Browser find which folder contains songs you want to play and then simply rename that folder to 00000001 and start the game using corresponding songcache file.
And… In a short while I’ll show filtering/searching in action. Looks pretty neat already.
-
AuthorPosts
- You must be logged in to reply to this topic.