michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 273 forks source link

Fix incase mpv is not opening anymore #711

Open CosmosAtlas opened 4 years ago

CosmosAtlas commented 4 years ago

If you are using the default mailcap file provided, mpv will not work anymore with the newer version (0.32) due to an update on the config parsing.

To fix this problem, simply edit all mpv related config in the .mailcap file from autofit XXXXX to autofit=XXXXX

Hope it helps for anyone who encounters this problem.