View Single Post
Old 03-06-2012, 10:13 AM   #65
dir194
Member
dir194 began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2012
Device: kindle touch
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 View Post
- 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)

Last edited by dir194; 03-06-2012 at 10:24 AM.
dir194 is offline