[WINDOWS] External Player Support Thread - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59) +---- Thread: [WINDOWS] External Player Support Thread (/showthread.php?tid=43511) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
RE: [WINDOWS] External Player Support Thread - Geezer32 - 2012-12-24 (2012-12-23, 18:55)bluray Wrote:(2012-12-23, 07:46)Geezer32 Wrote: Try to replace this line <args>"{1}" /fullscreen /close</args> with this <args>"{1}"</args> and make sure to un-tick "Full screen windows rather than true full screen" in XBMC....What files are you trying to playback with external player? Playing HD MVK files. PDVD can play the same file ok outside of XBMC. Also if I change the XML code to point to WMP instead, then it works so the issue seems to be with PDVD12 RE: [WINDOWS] External Player Support Thread - bluray - 2012-12-24 (2012-12-24, 03:10)Geezer32 Wrote:If you only need it for MKV file, the external codes below will be better for it....(2012-12-23, 18:55)bluray Wrote:(2012-12-23, 07:46)Geezer32 Wrote: Try to replace this line <args>"{1}" /fullscreen /close</args> with this <args>"{1}"</args> and make sure to un-tick "Full screen windows rather than true full screen" in XBMC....What files are you trying to playback with external player? <playercorefactory> <players> <player name="PowerDVD" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PowerDVD12.exe</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>false</hideconsole> <warpcursor>none</warpcursor> </player> </players> <rules action="prepend"> <rule filetypes="mkv" player="PowerDVD"> </rules> </playercorefactory> I removed this "</rule>" out of the rule code too....with your original rule "<rule filetypes="*.*" player="PowerDVD">", it'll playback every file using PDVD12 and you'll not be able to playback ISO, BDMV and BD without bat files... RE: [WINDOWS] External Player Support Thread - Skank - 2012-12-24 (2012-12-23, 21:31)Skank Wrote: Is there a way , to use an external player like mpc-hc but keep the gui of the xbmc player? Anyone knows? RE: [WINDOWS] External Player Support Thread - acejh1987 - 2012-12-24 Yes you can set MPC-HC as an external player, you need to add MPC as a player in the playercorefactory.xml, and set rules/filetypes you want MPC to play. RE: [WINDOWS] External Player Support Thread - Skank - 2012-12-24 (2012-12-24, 10:38)acejh1987 Wrote: Yes you can set MPC-HC as an external player, you need to add MPC as a player in the playercorefactory.xml, and set rules/filetypes you want MPC to play. Thats not what i asked... I asked if you can set it as external player but keep the gui of the internal one RE: [WINDOWS] External Player Support Thread - steelman1991 - 2012-12-24 (2012-12-24, 10:41)Skank Wrote:(2012-12-24, 10:38)acejh1987 Wrote: Yes you can set MPC-HC as an external player, you need to add MPC as a player in the playercorefactory.xml, and set rules/filetypes you want MPC to play. You can keep using the GUI of xbmc, just that you lose some functionality when using an external player - overlay GUI on pause, On Screen Display's again on playback, now playing OSD etc, xbmc resume GUI not available (though external player can be set to play from last position). Listing and playing from the library views is still available. You might want to try DSPlayer fork - not in as active development as it was previously, but from what I can gather the builds are fairly stable. It uses Direct Show filters (mpc-hc renderer, LAV, ffdshow etc). Full GUI functionality though RE: [WINDOWS] External Player Support Thread - Skank - 2012-12-24 So with dsplayer i keep the gui when i pause movie etc and can use the subtitles addon and syuff? And it uses mpc-hc as renderer with lav filters? That would be the bestof 2 worlds! Isit easy to set up? RE: [WINDOWS] External Player Support Thread - acejh1987 - 2012-12-24 (2012-12-24, 10:41)Skank Wrote:(2012-12-24, 10:38)acejh1987 Wrote: Yes you can set MPC-HC as an external player, you need to add MPC as a player in the playercorefactory.xml, and set rules/filetypes you want MPC to play. Sorry, I misunderstood, I wasn't clear of what parts of the GUI you wanted to keep. You can use the DSPlayer builds, which will keep the full GUI when paused etc and use LAV Filters and the same renderer as MPC, I'm not sure about the subtitle add on though. Its easy to setup, it just a custom build of XBMC that you can download and install. RE: [WINDOWS] External Player Support Thread - Skank - 2012-12-24 (2012-12-24, 14:56)acejh1987 Wrote:(2012-12-24, 10:41)Skank Wrote:(2012-12-24, 10:38)acejh1987 Wrote: Yes you can set MPC-HC as an external player, you need to add MPC as a player in the playercorefactory.xml, and set rules/filetypes you want MPC to play. So i instead of the official install, i take that install? And thats it? Link? RE: [WINDOWS] External Player Support Thread - steelman1991 - 2012-12-24 (2012-12-24, 17:12)Skank Wrote:Not quite as straight forward - requires some user intervention, but this isn't the thread for those question's take it to the DSPlayer thread.(2012-12-24, 14:56)acejh1987 Wrote:(2012-12-24, 10:41)Skank Wrote: Thats not what i asked... RE: [WINDOWS] External Player Support Thread - ArieS - 2012-12-24 Which is right here RE: [WINDOWS] External Player Support Thread - CaptainKen - 2012-12-29 I'm using Eden with the Aeon Nox v3.6 Skin. My PowerPoint files are stored in "\Movie Library\Slide Shows". When I select the Pictures menu, then Slide Shows no pps files are listed. If I put a jpg in there for testing it shows up. And of course since there are no pps files listed I don't know if there is a "Play Using..." content menu option. So it appears that xbmc is ignoring pps files. Code: <advancedsettings> Code: <playercorefactory> RE: [WINDOWS] External Player Support Thread - Geezer32 - 2013-01-04 Hi, I have set up playercorefacory.xml to launch PDVD12 for 3D files. The problem is that XBMC is now defaulting to this player for everything. Basically I want it to default to internal DVD for everything *except* for files I have prefixed with 3D in the file name, which may or may not be an ISO. EG Files called *.3D.MKV = 3D_Player (PDVD12) Files Called *3DISO.MKV = ISO_Player.bat (Launches Pdvd12 with clonedrive) I noticed that the default XML file in Program Files \XBMC\Userdata seemed to get updated with a config for PDVD12 but I deleted this, didn't make any difference/ Hope this all makes sence Here is my playercorefacory.xml <playercorefactory> <players> <player name="3DISO_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Mike\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> </player> <player name="3D_Player" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe</filename> <args>"{1}"</args> <hidexbmc>false</hidexbmc> <hideconsole>false</hideconsole> </player> </players> <rule filenames="*3D.mkv" player="3D_Player"/> <rule filenames="*3DISO.iso" player="3DISO_Player"/> </rules> </playercorefactory> RE: [WINDOWS] External Player Support Thread - acejh1987 - 2013-01-04 Assuming your 3D ISO/MKV files are named like this Avatar_3DISO.iso Avatar_3D.mkv Try these rules <rule filetypes="mkv" filename=".*_3D.*" player="3D_Player"/> <rule filetypes="iso" filename=".*_3DISO.*" player="3DISO_Player"/> If your files are named like this Avatar.3DISO.iso Avatar.3D.mkv Then use these rules <rule filetypes="mkv" filename=".*3D.*" player="3D_Player"/> <rule filetypes="iso" filename=".*3DISO.*" player="3DISO_Player"/> RE: [WINDOWS] External Player Support Thread - Geezer32 - 2013-01-05 (2013-01-04, 12:16)acejh1987 Wrote: Then use these rules Thanks very much for the response. I am using the rules as above and it for the most part works now. Only issue is with the _3DISO.iso files, they still open with internal player. Which is odd because If I go to 'play using..' it says 3D_ISOPlayer(Default) yet it still opens with inbuilt player. Yet If I manually select the 3D_ISOplayer option from the play using menu then it does start with the external player |