Media Browser Community Tracker

By default it is not possible to delete a media item directly from Media Browser itself. This is done to prevent unexpected behaviour for most users.

However, it is possible to enable this feature if you want.

First, in Windows Explorer, navigate to “C:\ProgramData\MediaBrowser” and open the “MediaBrowserXml.config” file in notepad.

In the config file, look for the following two settings:

<EnableAdvancedCmds>False</EnableAdvancedCmds>
<Advanced_EnableDelete>False</Advanced_EnableDelete>

and change them to:

<EnableAdvancedCmds>True</EnableAdvancedCmds>
<Advanced_EnableDelete>True</Advanced_EnableDelete>

and save the config file.

Once this is done you will see an additional delete option on the movie or episode detail page in Media Browser.

Important notes

The delete option might not be available on all themes. it’s up to the theme developer to incorporate this

There is a known issue with deleting files immediately after they are watched. This is due to a microsoft bug that keeps the last played file open. It can therefor not be deleted immediately. Either start another media item first or delete the media item after windows media center is restarted.

If the media files are accessed through a Mapped Network Drive, MediaBrowser may return an error not being able to delete the file. Most of the time this will be solved by using UNC paths in the configurator, provided the access rights are properly set on the folders.

===

We need the following improvements:

  • confirmation that the above is correct. please leave a comment or suggest an improvement.

===

We need your feedback. This topic needs improvements. please use the improve link below.

  • When I delete after watching a video, it does get deleted, but only after I've closed Media Center. It stays in mediabrowser and is unwatchable until I close Media Center as-well. – neil18 about 1 month ago
  • What I just wrote doesn’t work on my movies, which are all stored in individual folders. I rarely delete any of them so I forgot to mention that. ;) – neil18 about 1 month ago

Return to Knowledge Base