MooreVision / sofurry-android-app

Automatically exported from code.google.com/p/sofurry-android-app
0 stars 0 forks source link

Store saved images to art library folders structure #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
it will be very convenient to automatically store images to specified folder 
structure instead putting them all in to one huge mixed heap.

This enhancement can sound a bit complicated but actually it is quite easy to 
use and to implement this. 
This feature can be implemented in form of post processing of downloaded file. 
Initially image can be downloaded to common download directory and then copied 
to appropriate folder(s).

To sort images in art library at least two options can be added:
1. Store images by author. If this option selected image will be saved to 
folder named as author nickname. If folder missing it must be automatically 
created. Author nickname must be converted to exclude wrong symbols before 
saving/creating directory.

2. Store images by tags. This option must use "directory name" - "tag list" 
table to choose which folder or folders to use. If image tags contain _all_ 
tags in specific table row than image will be copied to  directory specified in 
this row. If image tags match more than one directory then image must be copied 
to each matched directory. 
In addition to standard tags from image description must be added tag [clean] 
or [adult] before matching tags list. This will allow to store adult pictures 
separately from clean artwork if someone will want this.

If both options enabled then image copies are stored according each option.

If image match any of above rule then temporary file must be deleted. If image 
does not match any rule then it must stay in common image downloads folder.
This add a bit of filesystem usage overhead but simplifies application design. 
Can be enhanced in future versions to move image instead of copy/delete ;)

It is good to store rules table in art library folder. It will solve rules 
backup issue and make it possible to use rules by other art downloading 
applications n future.

Original issue reported on code.google.com by ngr...@gmail.com on 28 Jun 2011 at 7:24

GoogleCodeExporter commented 8 years ago
This one might be implemented at a later date, but it's a larger feature that 
may take a bit longer to implement and thus for us to get started on, but it 
-is- a good idea, so it's definitely accepted. :)

Original comment by angelod1...@gmail.com on 4 Jul 2011 at 8:43

GoogleCodeExporter commented 8 years ago
This enhancement is quite critical for me because without it i need to sort 
downloaded pictures manually. It is damn hard to sort pictures on android. 

On PC i can manually select folder where to save each picture. Is it possible 
to add option to choose where to save image from manually defined list of 
folders? If folder select option enabled in preferences then every time i press 
'save image' list of folders (list defined in preferences) appear to choose 
where to save this image. 

Hope you'll implement image library or manual folder selection feature before 
my pictures download folder become huge unusable file trashcan...

Original comment by ngr...@gmail.com on 5 Jul 2011 at 12:52

GoogleCodeExporter commented 8 years ago
Your suggestion for issue #38 might be able to solve this issue as it would 
hopefully provide an acceptable solution to it. :) Therefore I'm merging the 
two.

Original comment by angelod1...@gmail.com on 6 Jul 2011 at 11:58