mp4 and avi files
- VanZan
- Posts: 91
- Joined: Wed Jul 04, 2012 11:30 am
- Location: Limerick, Ireland
- Has thanked: 6 times
- Been thanked: 2 times
mp4 and avi files
Is it possible to set it up so that avi files will automatically play with mplayer and the newer mp4 files will play with dvdplayer? I seem to remember that it was from a thread on the old forum..............
Re: mp4 and avi files
i think there needs to be a rule in playercorefactory.xml
dont ask me what it is supposed to be though
dont ask me what it is supposed to be though
-
- Posts: 922
- Joined: Tue Jul 17, 2012 5:42 pm
- Location: Essex, UK
- Has thanked: 18 times
- Been thanked: 109 times
- Contact:
Re: mp4 and avi files
You can create an advancedsettings.XML file and add something in there, I also can't remember the code but you should find it in the xbmc wiki.
- VanZan
- Posts: 91
- Joined: Wed Jul 04, 2012 11:30 am
- Location: Limerick, Ireland
- Has thanked: 6 times
- Been thanked: 2 times
Re: mp4 and avi files
thanks whuf! Before I posted I had a look at the xbmc.org wiki and couldn't find anything there in the advancedsettings.xml section. Is the xbmc4xbox wiki gone for good?
Re: mp4 and avi files
As angel4b said you need to add a rule to system/playercorefactory.xml.
I haven't tested it, but this should do it.
I think the only thing you can do with advancedsettings.xml is set the default player.
I haven't tested it, but this should do it.
Code: Select all
<rule name="avi" filetypes="avi" player="MPlayer" />
-
- Posts: 922
- Joined: Tue Jul 17, 2012 5:42 pm
- Location: Essex, UK
- Has thanked: 18 times
- Been thanked: 109 times
- Contact:
Re: mp4 and avi files
Yeah sorry for giving out duff information there VanZan, it's been a manic few days and my heads not been in the game
Glad you got it sorted, I shall have to make a note of this little fix.

Glad you got it sorted, I shall have to make a note of this little fix.
- LudviG
- Posts: 267
- Joined: Sun Jul 15, 2012 10:05 pm
- Location: Norway
- Has thanked: 29 times
- Been thanked: 13 times
Re: mp4 and avi files
Love this, will try it myself. What setting do you use with this? dvdplayer as default player?
Could someone make a idiot proof guide for this?
Could someone make a idiot proof guide for this?
Never argue with an idiot! First he brings you down to his level, then he beats you with experience.
-
- Posts: 204
- Joined: Wed Aug 01, 2012 5:48 am
- Has thanked: 1 time
- Been thanked: 9 times
Re: mp4 and avi files
Spongy's post is about as straight-forward as it can be. This is for if you want to set your default player as one player (mplayer or dvdplayer) but you want to use the other player for specific file extensions. For example, dvdplayer handles h.264 videos much better than mplayer, so I set dvdplayer as my default player, but mplayer handles xvid videos better than dvdplayer, so I use Spongy's rule to have all .avi files play with mplayer instead of dvdplayer.LudviG wrote:Love this, will try it myself. What setting do you use with this? dvdplayer as default player?
Could someone make a idiot proof guide for this?