Idea One:
We know that mono files are 50% smaller. But these files are... only mono ;) Audio players can generate quasi-stereo from mono files. There is many methods including playing some frequencies in left channel and other in the another one and playing one channel delayed by XXX miliseconds. It`s good only for streaming, not for audiobackup.
Idea Two:
Downloading audio files from internet cause risk of having files that are not downloaded completly (vide Napster). How about adding CRC32 (like SFV one) to OGG file for checking file integrity? BUT(!), for almost whole file, not for each frame. But... writing CRC will change CRC of file ;) So, CRC for whole file, but not for Tagging header.
File Structure:
1)---------------- - some data from beginning of file
2)Txt information like serial, album name, verision of vorbis etc. INCLUDING CRC
3)---------------- - rest of file
CRC will be for 1) and 3) only, written in 2) so changing tags will not disrupt CRC.