The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-10-02
, 13:13
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3402
|
|
2012-10-02
, 13:14
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3403
|
|
2012-10-02
, 13:33
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3404
|
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
|
2012-10-02
, 13:41
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3405
|
|
2012-10-02
, 13:43
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3406
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-10-02
, 14:53
|
Posts: 301 |
Thanked: 275 times |
Joined on Dec 2010
|
#3407
|
|
2012-10-02
, 15:01
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3408
|
I never installed Nitroid but have the gallery filled with album arts since PR 1.0
sh /home/user/MyDocs/albumartremoval.sh
|
2012-10-02
, 15:25
|
Posts: 58 |
Thanked: 1 time |
Joined on Sep 2012
|
#3409
|
|
2012-10-02
, 15:30
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3410
|
swipe up notification is not showing during receiving call plz give me solution for this problem
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
|
10chars