Skip to content

Instantly share code, notes, and snippets.

@nolme
Created May 18, 2013 00:00
Show Gist options
  • Save nolme/5602694 to your computer and use it in GitHub Desktop.
Save nolme/5602694 to your computer and use it in GitHub Desktop.
VLC plugin updated
<?xml version="1.0" encoding="UTF-8"?>
<!--
BleachBit
Copyright (C) 2013 Andrew Ziem
http://bleachbit.sourceforge.net
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------
Contributor : Vincent DUVERNET - Nolmë Informatique
Web site : http://www.nolme.com
Version : 1.0
-->
<cleaner id="vlc">
<label>VLC media player</label>
<option id="mru">
<label>Most recently used</label>
<description>Delete the most recently used list</description>
<action search="file" path="$APPDATA\vlc\vlc-qt-interface.ini" command="ini" section="General" parameter="filedialog-path"/>
<action search="file" path="$APPDATA\vlc\vlc-qt-interface.ini" command="ini" section="RecentsMRL"/>
<action search="file" path="~/.config/vlc/vlc-qt-interface.conf" command="ini" section="General" parameter="filedialog-path"/>
<action search="file" path="~/.config/vlc/vlc-qt-interface.conf" command="ini" section="RecentsMRL"/>
</option>
<option id="mrp">
<label>Most recently played</label>
<description>Delete the most recently played songs</description>
<action command="delete" search="walk.files" path="$APPDATA\vlc\art\artistalbum\"/>
</option>
</cleaner>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment