07-20-2019, 03:59 AM
If you can ssh into your moode install then:
sudo nano /var/www/css/panels.css
scroll to the bottom and add these lines:
#lib-genre-header, #index-genres, #lib-genre {display:none}
#lib-artist-header, #lib-artist {left:0;width:50%;}
#index-artists {right:calc(50% + var(--sbw));}
#lib-album-header, #lib-album {left:50%;width:50%;}
save the file, reload moode, should be no more genre column. If Tim thinks there's enough demand we can make it a display option.
sudo nano /var/www/css/panels.css
scroll to the bottom and add these lines:
#lib-genre-header, #index-genres, #lib-genre {display:none}
#lib-artist-header, #lib-artist {left:0;width:50%;}
#index-artists {right:calc(50% + var(--sbw));}
#lib-album-header, #lib-album {left:50%;width:50%;}
save the file, reload moode, should be no more genre column. If Tim thinks there's enough demand we can make it a display option.