forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18469 a1c6a512-1295-4272-9138-f99709370657
31 lines
1.4 KiB
TeX
31 lines
1.4 KiB
TeX
% $Id $ %
|
|
\subsection{Disk Tidy}
|
|
Disk Tidy deletes junk files left behind by Windows, Linux or OS X after a USB connection.
|
|
Select the OS's files you want to delete in the 'Files to Clean'
|
|
menu and select 'Start Cleaning' to begin to process. The settings
|
|
are stored in .rockbox/rocks/apps/disktidy.config, in a plain text
|
|
file that is user-modifiable to allow more entries to be added.
|
|
|
|
\subsubsection{Available Options}
|
|
\begin{description}
|
|
\item[All] selects all Linux, OS X, and Windows files.
|
|
\item[None] deselects all file options.
|
|
\item[Linux] selects Linux files. Default files are
|
|
\fname{.dolphinview}, \fname{.d3lphinview}, and \fname{.Trash-*/}.
|
|
\item[Windows] selects Windows files. Default files are
|
|
\fname{Thumbs.db}, \fname{RECYCLE.BIN}, \fname{Desktop.ini}, \fname{/Recycled} and
|
|
\fname{/System Volume Information}.
|
|
\item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and
|
|
\fname{/.Trashes}.
|
|
\item[Other] selects additional files added in by the user.
|
|
\end{description}
|
|
|
|
\begin{table}
|
|
\begin{btnmap}{}{}
|
|
\opt{PLAYER_PAD}{\ButtonStop}%
|
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}%
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}%
|
|
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}%
|
|
& Exit\ /\ Abort\\
|
|
\end{btnmap}
|
|
\end{table}
|