this post was submitted on 08 Dec 2023
15 points (100.0% liked)

Android

27769 readers
179 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 

What is a free and preferably open-source way to automatically move files from one folder to another on android?

My case: Basically my Camera app doesn't allow for me to set where to store the captured photos, so I have to move them each time. How can I automate this?

I want to make all files that appear in one folder, (/DCIM/Photography_Pro/) moved to (/DCIM/Camera/).

Solved by suggested app in comments; Media Merger on fdroid!

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 10 months ago (2 children)

Run rsync regularly using cron.

https://crontab.guru

Using rsync is pretty easy, just remember to keep a forward slash at the end of the source and destination.

[–] [email protected] 3 points 10 months ago (1 children)

Is this run with termux or something?

[–] [email protected] 5 points 10 months ago (2 children)

Oh crap, I thought this was Linux.

Yeah, you'd need to use termux but they should work the same.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

lol no worries, thanks!

[–] [email protected] 3 points 10 months ago

oh okay, will look into termux too then

[–] [email protected] 3 points 10 months ago (1 children)

Thanks, I'll look into this!

[–] [email protected] 3 points 10 months ago

You'd have to run them in termux, I misread your post. Sorry about that, I mistook it to be about Linux.

[–] [email protected] 3 points 10 months ago (1 children)

You are looking for Media Merger. Hasn't been updated in two years (atleast the FDroid version) but may be worth a try.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

This is EXACTLY the app I need and fulfills my needs, ~~it doesn't seem to actually work anymore~~.

Edit; The app wasn't able to assign itself permission, even when prompting for it. However, after assigning the correct permissions manually this works flawlessly now! Can even assign other folders and point it to my camera folder. SUPER!

[–] [email protected] 2 points 10 months ago (1 children)

Could this be done with SyncThing?

[–] [email protected] 3 points 10 months ago (1 children)

It would be good if possible as I already use SyncThing. But I dont think so?

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

I think FolderSync can do folder to folder

I use it for backing up to Drive, but it looks like it should work folder to folder.

Not sure if it's the best option though

[–] [email protected] 2 points 10 months ago (1 children)

I looked at foldersync, but the free version seemed a bit limited and said it had ads.

[–] [email protected] 3 points 10 months ago

Ah yep, I think I had the pro version in that case

Hopefully others suggest similar apps. It seems like a simple task

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

I use Termux + Tasker for this exact functionality. I can provide the scripts and setup to anyone who's interested.