Wo befindet sich der Cache-Ordner für Mac Divx Web Player 7?

3964
user30710

Bis vor kurzem habe ich den Divx-Web-Player 1.4.2 verwendet, weil er der am wenigsten fehlerhafte schien. Es wurden Dateien in Benutzer / xxxxxx / movies / divx movies / temporär hinzugefügte Dateien gespeichert und gelöscht, wenn das Cache-Limit erreicht wurde.

Jetzt mit 7 sparen sie gut, denn ich kann zusehen, wie mein HD-Speicherplatz sinkt, aber ich kann sie nicht finden. Die Cache-Begrenzungsgröße wird dabei nicht beachtet (meine ist 4 GB).

Die einzige Möglichkeit, diesen Speicherplatz zu löschen, ist ein Neustart des Mac. Ich verwende 10.6.8und Chrome. Ich habe überall nach dem Ordner manuell gesucht. Wo ist es?

0

3 Antworten auf die Frage

1
SlG

I hope you found a solution for this question before now but if you didn't here is how I found where the files are stored. I imagine you have Admin access to your account, or that the account you are using has "sudo" rights. If your account has "sudo" rights (which you can test by running the command below) this will find the things for you. The code below first changes into the root directory on your system and then runs the query to look for the mp4 files (for avi just replace mp4 with avi):

cd / sudo find . -iname '*.mp4' 

This should give you a full path for every mp4 file on your system. It is going to take a reasonable amount of time to go through the whole system. On my system, files were stored in one of the subdirectories of /private/var, so what you can do to make that 'find' command go a bit faster cd into '/private/var' instead of '/' in that first command above.

If you don't have sudo access, you can still run the command 2 but remove 'sudo'. It will go through directories again, but you will only have results for files that you have access to. You can also log in as Administrator user and run the commands above (without 'sudo', just 'find' portion).

I hope this helps you and others who have the same question.

0
dsteele

Dies kann hilfreich sein: Es gibt einen versteckten Ordner mit dem Namen 'Library', der viele Anwendungsdateien enthält. Klicken Sie in der Finder-Menüleiste auf "Los" und drücken Sie Ihre Optionstaste. Der Bibliotheksordner wird in der Liste angezeigt. Beim Durchsuchen der Bibliothek gibt es einen Ordner mit der Bezeichnung "Anwendungsunterstützung", der möglicherweise einen Divx-Ordner mit Ihren versteckten Dateien enthält.

0
Benjamin Scherer

Ich habe es in Einzelgängerinnen gefunden

/private/var/folders/sb/9tzlxs0n2jj3hf8d_6yxq03c0000gn/T/DDMCache 

wo der sb-Ordner nur einen Ordner enthielt, der wirklich lange String. Der wirklich lange hat Ordner CT und O drin. Sie können OmniDiskSweeper verwenden, um die gesamte Festplatte nach Größe zu durchsuchen.