Codespilot / vocadb

Automatically exported from code.google.com/p/vocadb
2 stars 1 forks source link

Artist and album main pictures should be moved to the pictures tab #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently main picture is saved into database while additional pictures are 
loaded from disk. The benefit of this is easier permissions management, and 
main pictures are backed up with the rest of the database.

However, loading large pictures from the database is slower than loading them 
from the disk. Pictures take most of the storage space in the database (about 
2/3 of the whole space) which probably increases RAM requirements and the size 
of the backups. Moving the main picture together with additional pictures would 
allow changing the main picture without uploading it again.

Original issue reported on code.google.com by rii...@gmail.com on 18 May 2013 at 8:51

GoogleCodeExporter commented 8 years ago
Original main pictures are kept in DB for now, but management of the pictures 
should still be made easier, probably so that you'd be uploading pictures from 
the pictures tab and then selecting one of them to be the main picture, which 
is actually copied from disk to the DB.

Original comment by rii...@gmail.com on 30 Nov 2013 at 3:50

GoogleCodeExporter commented 8 years ago

Original comment by rii...@gmail.com on 13 Feb 2014 at 6:24