Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3401
Originally Posted by Schturman View Post
No, it's not included in N9QT..
What this do ? Remove albumarts from gallery app?
Yup...

10chars
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3402
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3403
 
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3404
Originally Posted by thedead1440 View Post
Schturman,

Did N9QT ever have a script for albumartremoval? I used to have a copy of such a script just can't remember where did I use it from as suddenly my Gallery is being filled up with album art again...


Edit: The funny thing is searching for it via Google gives me results of me telling people it can be found here but didn't post a link to it...Lesson learnt; post links for others next time; never know when one needs them


Edit 2: Found it deep in my old damaged HDD

For anyone who needs it the following is it:

Code:
#!/bin/sh
MUSICDIR="/home/user/MyDocs/Music"
find "${MUSICDIR}" -iname *.jpg -o -iname *.jpeg -o -iname *.png | while IFS="" read FILE; do 
   DIRNAME=`dirname "${FILE}"`
   LASTPART=`echo "${DIRNAME}" | awk -F '/' '{print $NF}'`
   if [ "${LASTPART}" != ".mediaartlocal" ]; then
      if [ "$1" = "-d" ]; then  
         echo "${FILE} will be moved to ./mediaartlocal/"
      else
         echo "Moving ${FILE} -> ./mediaartlocal/"
         if [ ! -d "${DIRNAME}/.mediaartlocal/" ]; then
            mkdir "${DIRNAME}/.mediaartlocal/" 
         fi 
         mv "${FILE}" "${DIRNAME}/.mediaartlocal/"
      fi
   fi
done

Edit 3: Found the b*astard! It was the Android installation causing the issue...For anyone with the same problem, the offending directory is /home/user/MyDocs/Android/data/com.android.providers.media/albumthumbs
The nitdroid installation also show more file in gallery.. where is the folder to delete them?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3405
Originally Posted by death_jax View Post
The nitdroid installation also show more file in gallery.. where is the folder to delete them?
Edit 3 of my post has the answer
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3406
Schturman,

Your the script king , I only know how to hide them but I don't think its that difficult to reverse the script to show them...

Surprisingly it means everyone has album art showing in gallery?
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 301 | Thanked: 275 times | Joined on Dec 2010
#3407
Originally Posted by thedead1440 View Post
Schturman,

Your the script king , I only know how to hide them but I don't think its that difficult to reverse the script to show them...

Surprisingly it means everyone has album art showing in gallery?
I never installed Nitroid but have the gallery filled with album arts since PR 1.0
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3408
Originally Posted by delmar View Post
I never installed Nitroid but have the gallery filled with album arts since PR 1.0
Assuming you have your music stored in /home/user/MyDocs/Music just download this file

Now copy this file to your phone to /home/user/MyDocs

Open terminal and type:

Code:
sh /home/user/MyDocs/albumartremoval.sh
Voila, Magic All your album art should now be gone from gallery...
 

The Following 2 Users Say Thank You to thedead1440 For This Useful Post:
Posts: 58 | Thanked: 1 time | Joined on Sep 2012
#3409
swipe up notification is not showing during receiving call plz give me solution for this problem
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3410
Originally Posted by nikhilsyangbo View Post
swipe up notification is not showing during receiving call plz give me solution for this problem
What did you do to it?

Also, in the future please give details of what you did, what happened and what you need help on instead of coming here and posting like a cry-baby i.e. Xyz is not working plz give me solution (urgently)! IIRC this is your 6th or 7th post across all threads in this format...

Nobody is your dedicated help-desk here so be polite with detailed explanations please...
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh

Thread Tools

 
Forum Jump


All times are GMT. The time now is 04:46.