Sort playlist file for library views in same order as view 2
commit407bc81cf2f742652350c954d1981d66a54d71c0
authorTimo Hirvonen <tihirvon@gmail.com>
Sun, 7 Jan 2007 12:58:04 +0000 (7 14:58 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Sun, 7 Jan 2007 12:58:04 +0000 (7 14:58 +0200)
tree1c27d2eb6833452e16275d25775643b613c0ab54
parentfcf53814e2871aa5521ad2a92f693df43bb7e2ab
Sort playlist file for library views in same order as view 2

This speeds up loading the playlist file considerably.

Also removed disc and num from struct simple_track which were used to
cache equivalent string values in struct simple_track.info array.  This
leads to some code reduction and confirms the old rule "premature
optimization is evil".
lib.c
track.c
track.h
track_info.c
track_info.h
ui_curses.c