I'm using the sync extension,somehow the change doesn't work,it still add sub dir for Gallery as collection,so I look into the file.
I found it hard to understand what the "\" in "grep -v "\Gallery$" means, since the "\" already change to "-" in the previous sed procedure.
(also the \.sdr$

)
I try to change it to my more familiar form:
grep -v "/mnt/us/documents/Gallery/" | grep -v "/mnt/us/documents/Gallery$" and put all grep -v before the sed procedure
it works for me,and should be little bit faster too.
Quote:
Originally Posted by silver18
- sync_dir_collection.zip: for those who use collection sync extension. it contains the sync_dir_collection.sh edited to NOT add the Gallery folder as a collection
- gallery.zip: contains everything you need to add this to GUI launcher. Just unzip in /mnt/base-us/extensions/ and restart (usefull for 5.0.3 firmware)
|