@accepts(RB.RhythmDBEntry, RB.RhythmDBEntry, gpointer) @returns(gint) def album_sort_func(a, b, data)
Sort function for sorting by album. Sorts by album, then disc number, then track number, then title.
a : |
|
b : |
|
data : |
nothing |
Returns : |
result of sort comparison between a and b. |