M. Vernier
2004-09-16 13:53:58 UTC
Hello,
I would like to implement search columns specific to each type of
search so that Audio columns only appear for an Audio search and
Video columns only appear for a Video search. Also, I would like to
provide reasonable default values for the column order.
Eg. Title, Artist and Album would come first for an audio search
because they are more pertinent for the end user.
I have looked at the code and as I understand things, I would need
to:
- extend ResultPanel: AudioResultPanel, VideoResultPanel...
- extend either ResultPanelModel or BasicDataLineModel in order to
benefit from specific SearchTableColumns: AudioSearchTableColumns,
VideoSearchTableColumns...
Am I right and would that make a valuable contribution?
M. Vernier
I would like to implement search columns specific to each type of
search so that Audio columns only appear for an Audio search and
Video columns only appear for a Video search. Also, I would like to
provide reasonable default values for the column order.
Eg. Title, Artist and Album would come first for an audio search
because they are more pertinent for the end user.
I have looked at the code and as I understand things, I would need
to:
- extend ResultPanel: AudioResultPanel, VideoResultPanel...
- extend either ResultPanelModel or BasicDataLineModel in order to
benefit from specific SearchTableColumns: AudioSearchTableColumns,
VideoSearchTableColumns...
Am I right and would that make a valuable contribution?
M. Vernier