"Quelle" bei Dateiinfo ändern (Apfel-I)

vergiss den blöden find von mir.

wenn ich das richtig gelesen hab, funktioniert xattr auch rekursiv:
usage: xattr [-l] [-r] [-v] [-x] file [file ...]
xattr -p [-l] [-r] [-v] [-x] attr_name file [file ...]
xattr -w [-r] [-v] [-x] attr_name attr_value file [file ...]
xattr -d [-r] [-v] attr_name file [file ...]

The first form lists the names of all xattrs on the given file(s).
The second form (-p) prints the value of the xattr attr_name.
The third form (-w) sets the value of the xattr attr_name to the string attr_value.
The fourth form (-d) deletes the xattr attr_name.

options:
-h: print this help
-r: act recursively
-l: print long format (attr_name: attr_value and hex output has offsets and
ascii representation)
-v: also print filename (automatic with -r and with multiple files)
-x: attr_value is represented as a hex string for input and output
dein befehl wäre also:
xattr -r -d com.apple.metadata:kMDItemWhereFroms *.mp3
(vorher in deine Soundpartition wechseln)

...du machst doch regelmäßig backups, oder? :D
 
ich danke euch, aber mit unterordner scheints nicht zu klappen :(


und ja, ich bin 'backup-nazi' 3 backups an verschiedenen gepgraphischen örtlichkeiten *G*


edit: kA warum ich damals die kackklammer um die partitionen gesetzt habe, aber ich krieg sie nicht mehr weg oder traktor findet nichst mehr wieder :(
 
Zuletzt bearbeitet:
ich hab jetzt mal qualifiziertes fachpersonal befragt

sudo find / -type f -name "*.mp3" -exec xattr -r -d com.apple.metadata:kMDItemWhereFroms {} \;

falls es nochmal jemand braucht :p

mfg
 
  • Gefällt mir
Reaktionen: Mac242
Zurück
Oben Unten