See Songs Rackspace Used In?

Hi - is there any way to see all the songs/parts a rackspace is used in? I’m trying to clean up some stuff, and need to track down all the songs I used a particular rackspace in.

If not, would be a useful feature to have.

2 Likes

There is a workaround (totally unsupported)
Load the gig file in a text editor
Search for your rackspace (in my case β€œRackspace TW”)

<RACKSPACE name=β€œRackspace TW” uid=β€œ9da13326acce49c49d09d4bdc901b01a”

Now search for: 9da13326acce49c49d09d4bdc901b01a

This is the result (for my case)


<SONG_PART songPartName=β€œNewer” overrideTime=β€œ0” bpm=β€œ120.0” sigNum=β€œ4”
sigDen=β€œ4” rackspace=β€œ0” rackspaceID=β€œ9da13326acce49c49d09d4bdc901b01a”
variation=β€œ0” midiOut=""/>
<SCRIPT_CONTENT></SCRIPT_CONTENT>


<SONG_PART songPartName=β€œNewer1” overrideTime=β€œ0” bpm=β€œ120.0” sigNum=β€œ4”
sigDen=β€œ4” rackspace=β€œ0” rackspaceID=β€œ9da13326acce49c49d09d4bdc901b01a”
variation=β€œ0” midiOut=""/>
<SCRIPT_CONTENT></SCRIPT_CONTENT>


<SONG_PART songPartName=β€œNewer2” overrideTime=β€œ0” bpm=β€œ120.0” sigNum=β€œ4”
sigDen=β€œ4” rackspace=β€œ0” rackspaceID=β€œ9da13326acce49c49d09d4bdc901b01a”
variation=β€œ0” midiOut=""/>
<SCRIPT_CONTENT></SCRIPT_CONTENT>

4 Likes