Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module less versatile due to OS feature prevention #230

Open
oliversalzburg opened this issue Sep 6, 2018 · 7 comments
Open

Module less versatile due to OS feature prevention #230

oliversalzburg opened this issue Sep 6, 2018 · 7 comments

Comments

@oliversalzburg
Copy link

imgcache.js disables Gallery integration on Android and backups on iOS. I actually want those features, but imgcache.js provides no means to control the behavior.

I made a crude change in our fork, which works for us for the time being, but I'd like to hear thought regarding this issue.

@chrisben
Copy link
Owner

chrisben commented Sep 6, 2018 via email

@oliversalzburg
Copy link
Author

It doesn't really matter what folder you set, the library will always create a .nomedia file in the target directory, which prevents the contents from being indexed by the Media Scanner.

On iOS, the library will set the com.apple.MobileBackup key on the file system entry to prevent it from being backed up to iCloud.

I do not see a way to control that behavior currently. In case I misunderstood your suggestion, please let me know.

@chrisben
Copy link
Owner

chrisben commented Sep 6, 2018 via email

@oliversalzburg
Copy link
Author

Oh, wow. Awesome :) I'll be sure to check it out.

chrisben pushed a commit that referenced this issue Sep 9, 2018
@chrisben
Copy link
Owner

chrisben commented Sep 9, 2018

Have a look at the new branch above, and let me know if that's what you were looking for.
I'll merge it if that's ok.

@oliversalzburg
Copy link
Author

@chrisben That looks awesome 👍

@oliversalzburg
Copy link
Author

@chrisben Do you plan to merge that feature branch anytime soon? I would really like to use your official version and rebase my work on top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants