google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

Mobile client auto-tag #542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very nice if the mobile app could tag all uploaded files with tags 
set by the user.

This could be a plain text field in the settings where the tags can be inserted 
seperated by comma.

I guess its just copying the code for the camlistore server url field, rename 
it, persist it and change the upload part to add tags if the any tags are 
present. I haven't looked at the API so I'm not sure it tags are supported but 
I'll go out on a limb and guess that they are.

Original issue reported on code.google.com by harald.r...@gmail.com on 28 Oct 2014 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 28 Oct 2014 at 10:43

GoogleCodeExporter commented 9 years ago
I have been trying this one myself for the android app but have kind of hit a 
wall.
The -vivify option which the mobile applicastions use excludes any other 
options so it cant actually upload any files with tags.

Any suggestions to solving this?

Original comment by harald.r...@gmail.com on 9 Nov 2014 at 3:21

GoogleCodeExporter commented 9 years ago
I don't remember any valid reason for that exclusion (other than maybe making 
our life easier). So maybe it's just a matter of (carefully) allowing it?

Another option is to simply have the android client remember the permanode 
blobref when camput creates it, and to issue a 'camput attr --add blobref tag 
whatever' on it right after.

Original comment by mathieu....@gmail.com on 10 Nov 2014 at 5:13

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/542

Original comment by bradfitz on 14 Dec 2014 at 11:37