I knocked up a filter earlier for easily selecting the new mods out for q4 in All Seeing Eye.

Copy and paste it in to your filters.txt in the ASE folder.
(I normally put it after "Other" in the list)

Quake 4\Mods
Group: NUL

Quake 4\Mods\battle
Group: Mods
Mutex: Q4BATTLE
1 if fs_game ~== "battle" Keep
2 if fs_game ~!= "battle" remove

Quake 4\Mods\Q4Max
Group: Mods
Mustex: Q4MAX
1 if fs_game ~== "q4max" Keep
2 if fs_game ~!= "q4max" remove

Quake 4\Mods\Instagib
Group: Mods
Mustex: INSTAGIB
1 if fs_game ~== "instagib" Keep
2 if fs_game ~!= "instagib" remove

Quake 4\Mods\FTInstagib
Group: Mods
Mustex: FTINSTAGIB
1 if fs_game ~== "baseft_instagib" Keep
2 if fs_game ~!= "baseft_instagib" remove

Quake 4\Mods\EKM
Group: Mods
Mustex: EKM
1 if fs_game ~== "ekm" Keep
2 if fs_game ~!= "ekm" remove

Quake 4\Mods\Q4Gib
Group: Mods
Mustex: Q4GIB
1 if fs_game ~== "q4gib" Keep
2 if fs_game ~!= "q4gib" remove

Quake 4\Mods\RailOnly
Group: Mods
Mustex: RAILONLY
1 if fs_game ~== "railonly" Keep
2 if fs_game ~!= "railonly" remove

The 2 main mods all you guys want are at the top, the others are a couple I come across when looking at the servers hosted.
Enjoy!