'Lately', FileBot has started associating itself with each of the common media file formats... Like .mp4, .mkv, etc. etc...
This isn't something that i'd expect it to do... as it can't play them.
So how can we disable this feature?
And how can we remove the associations that it's made?
I just want my media files to remain associated with MPC-HC... A task that microslop has already made bloomin' difficult with the recent changes to it Settings!
Remove FB's file format associations...
Re: Remove FB's file format associations...
Re: Remove FB's file format associations...
Yes, sadly, annoyingly, i'm stuck with the windows store version... You gave me a temporary licence to try the beta version last year, but it expired a few days ago! :'(
I can easily set the formats to MPC-HC manually... But i'm just bemused as to why FileBot even has file associations in the first place!??!?
I wish i could just use the MSI... But the horrific Microslop store was the only option to buy fb back when i bought it i think, back in 2017.
I can easily set the formats to MPC-HC manually... But i'm just bemused as to why FileBot even has file associations in the first place!??!?
I wish i could just use the MSI... But the horrific Microslop store was the only option to buy fb back when i bought it i think, back in 2017.
Last edited by topbanana on 09 Mar 2026, 19:56, edited 1 time in total.
Re: Remove FB's file format associations...
XML: Select all
<uap3:FileTypeAssociation Name="media.association">
<uap:DisplayName>Media Files</uap:DisplayName>
<uap:Logo>Assets\Square44x44Logo.png</uap:Logo>
<uap:SupportedFileTypes>
<uap:FileType>.avi</uap:FileType>
<uap:FileType>.mkv</uap:FileType>
<uap:FileType>.mk3d</uap:FileType>
<uap:FileType>.ogg</uap:FileType>
<uap:FileType>.ogv</uap:FileType>
<uap:FileType>.mp4</uap:FileType>
<uap:FileType>.m4v</uap:FileType>
<uap:FileType>.mov</uap:FileType>
<uap:FileType>.divx</uap:FileType>
<uap:FileType>.mpg</uap:FileType>
<uap:FileType>.mpeg</uap:FileType>
<uap:FileType>.rec</uap:FileType>
<uap:FileType>.wmv</uap:FileType>
<uap:FileType>.rmvb</uap:FileType>
<uap:FileType>.rmp4</uap:FileType>
<uap:FileType>.tivo</uap:FileType>
</uap:SupportedFileTypes>
<uap2:SupportedVerbs>
<uap3:Verb MultiSelectModel="Player" Id="FileBotRename" Extended="true" Parameters="--mode Rename "%1"">Rename with FileBot</uap3:Verb>
<uap3:Verb MultiSelectModel="Player" Id="FileBotChecksum" Extended="true" Parameters="--mode SFV "%1"">Calculate Hash with FileBot</uap3:Verb>
</uap2:SupportedVerbs>
</uap3:FileTypeAssociation>