Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 22)

1 2 3 4 5 6 7 8
Ticket Owner Reporter Resolution Summary
#30 jhamrick fixed Randomize option in gbr
Description

It would be cool if you could tell gbr to randomize the order of the music it's queueing.

#32 jhamrick fixed Subset option for gbr
Description

If you have a huge library of music, but you only want e.g. 20 songs to be queued, you should have the option to tell gbr to only queue the first 20 songs. This could be used in conjunction with the randomize function as well, to queue e.g. 20 random songs from your entire library.

#17 broglek mats_a fixed gbq tab formatting
Description

gbq seems to use tabs for formatting:

Job ID          Owner           File
-----------------------------------------------------------------
5844            example         blah1
5845            example         blah2
5846            exemplar                blah3

probably should do something like:

(pseudocode)

columnWidths = [("Job ID",4), ("Owner",20), ("File",60)]f
function formatCell(text, width):
  return text + " "*(width-text.length)
etc.
1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.