Jump to content

Search the Community

Showing results for tags 'external player'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Third Party Apps
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. Hi, I have Emby Theater installed on Windows (7) HTPC, and gamebrwoeser installed as a server plugin: Game directory i set up as per instructions Gamebrowser platforms are all set up Game library is accessible and scanned as part of media library External players set up for all platforms with the {path} and options as described in the forum elsewhere with the appropriate command line options for each I have two issues: 1. When trying to hit "play" on the game screen, I get a spinner and nothing else, no error, and no emulator, it just spins and then eventually gives up. I've changed the path to the external player to be notepad.exe and I get the same behaviour, so the shell isn't even being invoked. 2. The second issue is that Emby isn't scanning the folders properly, and only some games (SNES / SegaCD, PS1) have the play button and metadata, while Genesis games do not have one. The first issue is more of a problem, because in the old WMC plugin the games always launched. But I really like ET (and have a premium sub) so would like to get this feature working as well. I noticed someone else had a similar issue but no resolution at all. I can't find any useful log messages either - where can I find the logs for the ET client? Hope someone can help :-S M.
  2. This post (https://emby.media/community/index.php?/topic/35769-resume-is-not-working-with-mpc-hc-in-mbt/) got me thinking about VLC (my preferred player). I've already posted a Feature Request for a manual entry option (https://emby.media/community/index.php?/topic/43209-fr-option-for-external-players-to-prompt-for-stop-time/), which the good Emby folks hope to add in the future. But I have an idea for how we could partially automate this via a plugin, for users using VLC in particular. VLC has a HTTP Interface which can enable us to find out Duration (ie, total time of the currently playing item) and Elapsed time (ie, how much has been already played). I will paste an example of the XML output at the bottom of this post. We should be able to easily parse the <time> node to get the Elapsed time, and the <length> node to get the duration (both appear to be in Seconds). And then if that data has been stored in Emby for a given item, we can use the VLC Command Line --start-time=seconds to launch VLC, telling VLC to go to that point in the video. A significant caveat though is that if the user is using VLC to play a full DVD rip VIDEO_TS folder (which I am a big fan of, for the DVD menu support), then --start-time is likely to not produce the desired results (because DVD's vary in how they're authored, and so the time won't get applied to correct portion of the DVD. I think that in most cases it won't actually hurt anything, and perhaps in some cases the desired result will be achieved. But my thinking is that when clicking Play, ET can display some sort of message along the lines of "You stopped your video at ~34 minutes (out of 1 hour and 55 minutes total run time). Emby will attempt to resume at your stopping point, but you may have to manually go to the 34 minute mark (depending on the media format)." And then the user would click "Proceed" and VLC would launch. This way, they know where to fast forward (or jump ahead via chapters) if they're using a format (eg, VIDEO_TS folder rips) that doesn't lend itself to easy resuming. I am also exploring if there is any way to get the DVD "title" currently being played (note, this is not the movie title, but "title" as referring to the section within the DVD structure), but I'm not optimistic about being able to access that. If that is accessible, however, then it would actually be possible to construct a command line to resume the ripped DVD at the correct position, which would be rather nifty. I am a alright programmer (I work mostly with HTML, JavaScript, PHP, CSS/SCSS, and a little VBA and other assorted Windows-centric languages), but am brand new to Emby. If the above proposed plugin interests folks, is anyone interested in collaborating on bringing this about? I could likely handle any JavaScript-related elements of pulling the data from VLC (via the VLC HTTP Interface) and parsing the XML data, but I don't know anything (yet) about how to get that into the appropriate places within Emby so that Emby is storing the data. As a side note, I figure we'll poll the XML page periodically (eg, every 60 seconds, perhaps?), and I have some additional thoughts on underlying logic for how to do things (eg, we'll want to handle the fact that a VIDEO_TS DVD folder can have multiple "titles"/videos and so be careful we don't overwrite our Elapsed Time when the user is just in the DVD menu or something -- perhaps we'd prompt the user after they exit VLC as to whether they want to update their Resume Position with the new data or keep the old data [which we could display for comparison]?). Thoughts? <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <root> <fullscreen>false</fullscreen> <aspectratio>default</aspectratio> <audiodelay>0</audiodelay> <apiversion>3</apiversion> <currentplid>4</currentplid> <time>54</time> <volume>256</volume> <length>6943</length> <random>false</random> <audiofilters> <filter_0></filter_0></audiofilters> <rate>1</rate> <videoeffects> <hue>0</hue> <saturation>1</saturation> <contrast>1</contrast> <brightness>1</brightness> <gamma>1</gamma></videoeffects> <state>paused</state> <loop>false</loop> <version>2.2.4 Weatherwax</version> <position>0.0079024126753211</position> <repeat>false</repeat> <subtitledelay>0</subtitledelay> <equalizer></equalizer> <information> <category name="meta"><info name='filename'>\\PATH\TO\MY\DVD\VIDEO_TS</info></category> <category name='Stream 0'><info name='Display resolution'>720x480</info><info name='Type'>Video</info><info name='Frame rate'>29.970029</info><info name='Decoded format'>Planar 4:2:0 YUV</info><info name='Codec'>MPEG-1/2 Video (mpgv)</info><info name='Resolution'>720x480</info></category> <category name='Stream 1'><info name='Bitrate'>192 kb/s</info><info name='Type'>Audio</info><info name='Channels'>Stereo</info><info name='Sample rate'>48000 Hz</info><info name='Language'>English</info><info name='Codec'>A52 Audio (aka AC3) (a52 )</info></category> <category name='Stream 3'><info name='Display resolution'>720x480</info><info name='Type'>Video</info><info name='Frame rate'>29.970029</info><info name='Decoded format'>Planar 4:2:0 YUV</info><info name='Codec'>MPEG-1/2 Video (mpgv)</info><info name='Resolution'>720x480</info></category> <category name='Stream 15'><info name='Type'>Subtitle</info><info name='Description'>Closed captions 2</info><info name='Codec'>cc2 </info></category> <category name='Stream 13'><info name='Type'>Audio</info><info name='Language'>Spanish</info><info name='Codec'>A52 Audio (aka AC3) (a52 )</info></category> <category name='Stream 5'><info name='Codec'>DVD Subtitles (spu )</info><info name='Type'>Subtitle</info></category> <category name='Stream 9'><info name='Type'>Subtitle</info><info name='Language'>English</info><info name='Codec'>DVD Subtitles (spu )</info></category> <category name='Stream 2'><info name='Codec'>MPEG-1/2 Video (mpgv)</info><info name='Type'>Video</info></category> <category name='Stream 4'><info name='Bitrate'>192 kb/s</info><info name='Type'>Audio</info><info name='Channels'>Stereo</info><info name='Sample rate'>48000 Hz</info><info name='Language'>English</info><info name='Codec'>A52 Audio (aka AC3) (a52 )</info></category> <category name='Stream 12'><info name='Bitrate'>448 kb/s</info><info name='Type'>Audio</info><info name='Channels'>3F2R/LFE</info><info name='Sample rate'>48000 Hz</info><info name='Language'>English</info><info name='Codec'>A52 Audio (aka AC3) (a52 )</info></category> <category name='Stream 17'><info name='Type'>Subtitle</info><info name='Description'>Closed captions 4</info><info name='Codec'>cc4 </info></category> <category name='Stream 11'><info name='Display resolution'>720x480</info><info name='Type'>Video</info><info name='Frame rate'>29.970029</info><info name='Decoded format'>Planar 4:2:0 YUV</info><info name='Codec'>MPEG-1/2 Video (mpgv)</info><info name='Resolution'>720x480</info></category> <category name='Stream 6'><info name='Display resolution'>720x480</info><info name='Type'>Video</info><info name='Frame rate'>29.970029</info><info name='Decoded format'>Planar 4:2:0 YUV</info><info name='Codec'>MPEG-1/2 Video (mpgv)</info><info name='Resolution'>720x480</info></category> <category name='Stream 16'><info name='Type'>Subtitle</info><info name='Description'>Closed captions 3</info><info name='Codec'>cc3 </info></category><category name='Stream 14'><info name='Type'>Subtitle</info><info name='Description'>Closed captions 1</info><info name='Codec'>cc1 </info></category> <category name='Stream 8'><info name='Codec'>DVD Subtitles (spu )</info><info name='Type'>Subtitle</info></category> <category name='Stream 7'><info name='Bitrate'>192 kb/s</info><info name='Type'>Audio</info><info name='Channels'>Stereo</info><info name='Sample rate'>48000 Hz</info><info name='Codec'>A52 Audio (aka AC3) (a52 )</info></category> <category name='Stream 10'><info name='Type'>Subtitle</info><info name='Language'>Spanish</info><info name='Codec'>DVD Subtitles (spu )</info></category> </information> <stats> <lostabuffers>5890</lostabuffers> <readpackets>0</readpackets> <lostpictures>518</lostpictures> <demuxreadbytes>226224489</demuxreadbytes> <demuxbitrate>1.485878944397</demuxbitrate> <playedabuffers>4736</playedabuffers> <demuxcorrupted>0</demuxcorrupted> <sendbitrate>0</sendbitrate> <sentbytes>0</sentbytes> <displayedpictures>25574</displayedpictures> <demuxreadpackets>0</demuxreadpackets> <sentpackets>0</sentpackets> <inputbitrate>0</inputbitrate> <demuxdiscontinuity>0</demuxdiscontinuity> <averagedemuxbitrate>0</averagedemuxbitrate> <decodedvideo>4624</decodedvideo> <averageinputbitrate>0</averageinputbitrate> <readbytes>0</readbytes> <decodedaudio>9955</decodedaudio> </stats> </root>
  3. Since External Players may vary in their ability to resume certain forms of media (eg, full DVD VIDEO_TS folder rips) it could be nifty if one could enable (on a per-external-player basis) to be prompted by ET for the Stop Time, so that when coming back to the item later there's a record of approximately where you stopped watching. I'm thinking it could go something like this.... "Would you like to enter your stop-time for easier resuming later?" There'd of course be a Cancel/No button, but pressing Back on one's remote (whatever that hotkey is in ET) should just exit out of the dialog. We could potentially use something like this for the incrementing/decrementing time interface: http://www.jqueryscript.net/time-clock/Simple-Time-Input-Spinner-Plugin-With-jQuery-TimingField.html And it might not be a bad idea to have a simple select between whether this was the "Main Feature" or not (this really only applies for things like VIDEO_TS rips, where there are multiple videos in DVD structure). But I'd be happy just having the prompt even without that additional clarification. Thanks for considering my idea!
  4. Nelcruz

    powerdvd 16

    Hello All, I was wondering if anyone was using Powerdvd 16 as an sxternal player in new Emby Theater? If so, which exe did you select, and did you enter any arguments? Does it minimize ET? Does it close Powerdvd 16 abd gring focus back to ET? Ang help would be appreciated.
  5. I'm getting the following message when attempting to use VLC Media Player as an external player: Uncaught Exception: TypeError: Cannot read property 'toString' of undefined at startProcess (C:\Users\username\AppData\Roaming\Emby-Theater\system\electronapp\main.js:148:26) at Function.<anonymous> (C:\Users\username\AppData\Roaming\Emby-Theater\system\electronapp\main.js:106:21) I've stripped my external player settings down to this and still get the error: Path: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" Command line arguments: "{path}" Looks like the 'process' object in main.js has a null 'pid'. Any thoughts? I am running Emby Theater on a 64 bit Windows 7 PC and I installed the MS Visual C++ 2015 Redistributable (x64) - 14.0.23026 before installing Emby Theater.
  6. Please like this post if you agree. This will let the developers know that people actually want this feature. I am requesting that external players be put in use by tag. Primarily, 3D tag. What this means is that if a movie is tagged as 3D-SBS or more importantly MVC, then a third party player can be set up to play this file. With many films, they can all be in MKV containers, but there's no real way to distinguish them aside from tags. In this way, you can decide if a third party player is required to play a file based on that tag. For example, if I have a 3D movie in MVC format in an MKV container made by MakeMKV, I can then tell emby theater to play it in stereoscopic player or PowerDVD, etc. This request is being made because I personally tore my hair out all weekend trying madvr, lav, windows media player, kodi, emby theater and about six other setups trying to get things to work, and only stereoscopic player would work. Therefore I am making this request in order that those of us with large 3D libraries can have Emby Theater working with stereoscopic. Again, if you agree, please like this post. The devs judge the popularity of features by likes. Cheers!
  7. syran

    Play on VLC not working

    Hi, I'm running Emby Server 3.0.5607.0 on Windows 10 x64 (build 10074) I installed VLC and set the external player in the web client settings, but when I click on "play with external player" it doens't work at all, even if VLC is already open. I also tried on Windows 8.1 x64 and previous server versions, same results, nothing happens... So, my question is... what's wrong with my VLC? Log.txt
  8. Hi, I've just recently run into a problem with MB Theater - I'm not able to play any of my audio files e.g. flac or mp3. I originally set up foobar to play these and it has been working fine for months. Now when I try and play a song I get the error message: "There was an error processing the request". I've tried re-installing MB Theater but I keep getting the same problem even when I configure MPC or VLC to play them. Pulling my hair out now. These files play fine in MB Classic through foobar. Any help would be greatly appreciated. Server version is Version 3.0.5366.22005 MB Theater version is 3.0.5370.26895 I've uploaded the log filetheater-63546502043.txt
  9. Is it even possible to use an external player with Kodi + Emby addon? I tried various players and means, but can't get it to work. If YOU have managed to get Kobi and Emby to work with an external player (MPC-HC / MPC-BE / DS Player), could you let me know how? Thanks heaps for the help...
  10. RedStripe

    web client external player

    Server Version 3.0.5582.4 Browser Firefox Version 37.0.1 Windows 7 Professional Desktop Running Emby on specified desktop Selected a movie Selected "Vlc" as external player in Preferences->Web Client Clicked on Play->Select External Player Nothing happens. Attached is the MediaBrowserXml.config I modified the <ExternalPlayers> tag in MediaBrowserXml.config with the Vlc.exe path with the same result: <ExternalPlayers> <ExternalPlayer>C:\Program Files\VideoLAN\VLC\vlc.exe</ExternalPlayer> </ExternalPlayers> Thanks for your attention. MediaBrowserXml.config.txt
  11. 'Force close player on stop button' is not working with MPC-HC as external player. When I press the stop button, playback does into 'stop' and stays in that state. Yes, I'm aware it works with VLC, so please don't post a reply saying this. VLC is causing other issues so I am not using it. I'm using MPC-HC version 1.7.7 which is the current stable build.
  12. Steverido

    External Player

    Hi Guys, I have installed just Lav codecs because I found that trying to configure Shark codecs for Mediabrowser within Media Center too difficult to maintain for all types of TV & Movie files. The main issue for me is that unless you use AC3 filter, the volume is extremely low within Media Center. I want to use Windows Media Player as an external player but not sure where I find the command lines for it to shutdown Media Player once a file has played. Do you still have to input command lines for this to work? I know when I had this setup on Mediabrowser before 3 was developed there were a few commands.
  13. Hi, The ISO mounting feature of MBT seems to be not working properly on my end. I did google on this already and search the forums, tried every solution posted to no avail. Everytime I try to play the iso file, all I get is a no disc error from TMT or PowerDVD. How can I fix this? 2014-09-29 22:43:55.3211 Info - App: Mounting I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso 2014-09-29 22:43:55.3211 Debug - App: Start 2014-09-29 22:43:55.3211 Debug - App: Status ERROR: 3 Unable to open mount file "I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso". 2014-09-29 22:43:55.3211 Error - App: Complete 3 Unable to open mount file "I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso". 2014-09-29 22:43:55.3211 Error - App: Error mounting iso I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso Unable to start mount for I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso System.IO.IOException at MediaBrowser.IsoMounter.PismoIsoManager.<Mount>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Theater.Presentation.Playback.GenericExternalPlayer.<GetIsoMount>d__5.MoveNext() 2014-09-29 22:43:55.3211 Info - App: C:\Program Files (x86)\CyberLink\PowerDVD14\PDVDLP.exe "I:\ServerFolders\Videos\3D\Captain America - The First Avenger (2011)\Captain America - The First Avenger (2011).iso" /PLAY Karl
  14. AmericanCrisis

    Resume inoperative

    I'm using WMC with MPC-HC as an external player. All my media is MKV rips (not ISO). It seems that "most" of my movies don't have the resume option after I press "stop" and the movie backs out to the mediabrowser screen. Basically if I press "stop" then I have to start the movie all over again. I'm not sure if this is related (I have to do more troubleshooting) but last night I was watching a movie and I pressed stop... came back about 10 minutes later and noticed that there was no resume and that the movie had a red check mark on it (showing that it was completed?) but I had only watched about 1/4 of the movie. I went into the settings for MBC and unchecked all the boxes under "indicators". This did not get rid of the red check mark. How do I get rid of the red check mark (thinking that it will allow resume once I do).
  15. MBC with MPC-HC as external player. Enter a film with a trailer, trailer plays as background. Press play, and movie starts in external player but the trailer continues to play in the background MBC. Is there any way to get MBC to send a stop command to stop playing the trailer before it sends the play command to mpc-hc? Or is there another way around this?
  16. Is there a way to not have trailers (either from the channel folder or before a movie in cinema mode) to not launch an external player (mpc-hc)? My current setup uses the external player feature in MBC for all my movies (which are in .mp4 format), and now it seems the Internet trailers are streaming in .mp4. So the external player loads the stream and plays it. This process takes a little while (about 30 seconds or so) for every streaming trailer, so it would be nice if the trailers could just be played by the internal player and not trigger the external one to fire up. I was looking in the server to see if there is a way for me to change the .mp4 extension of the trailers, but since I have them streaming I do not think I can. Hope that someone can help. Thank You
  17. Is there a way or is it possible to exclude a specific folder from an external player? Currently I have been using MPC-HC through MBC to play all my movie content (currently most of my movies are in .MP4 format). Recently when I go to watch a trailer through the trailers channel in MBC it plays with the external player, seems the trailers are in .MP4 format. The trailers play fine it just takes a bit for the external player to load and I would prefer it to just play the trailers through the WMC internal player. So that is why I am asking if there is a way to exclude an entire folder(or channel for that matter) from an external player? Thank You for any help.
  18. Hi all, I have been working on a configuration that allows the playback of DVD, BD, and 3D all from mkv containers and getting the best PQ for the big screen theater while having the best experience around the home.... anyway I think I am very close but have one last issue I need help with. I did search and couldn't find anything, so hope one of you already knows the answer or can share your own solution... I need to call a batch file at the same time an external player is used, just for 3D playback of mkv rips. It sounds like this can be done with XBMC so looking to see how we would create that in an MB3 environment. The basic setup is this.. MBC using MPC-HC with MadVR for DVD and BD (madvr handles the refresh rate switching) MBC using stereoscopic player for 3D Blu-ray MKV rips (also does its own refresh rate switching) I'm using NVidia cards so am dealing with the bug/feature that they do not playback frame-packing 3D correctly without the 3DTV add-on, the batch file is needed to activate NVidia 3D before Stereoscopic player launches and then deactivates it when the player closes and returned to WMC/MBC Here is how is works in XBMC which another explained to me: You can turn NVidia's 3D function on and off with nvstlink.exe I made a batch file called PlayStereo.bat Code: @echo off "C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /enable Start "C:\Program Files\AutoHotkey" AutoHotkey.exe Set pth=%1 "C:\Program Files (x86)\Stereoscopic Player\StereoPlayer.exe" %pth% -fss -nl -ol:NVIDIA -termend "C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /disable Taskkill /IM AutoHotkey.exe /F You don't need the lines about AutoHotkey. I just use it to write keyboard shortcuts for Stereoscopic Player. This file turns Nvidia 3D on before it opens Stereoscopic Player in full screen, and it turns Nvidia 3D off after Stereoscopic Player is terminated (or exits full screen). I then use XBMC's playercorefactory file to call PlayStereo.bat every time I need it to play 3D. I don't know how MB works, but I'm sure you'll figure it out from here. SO... any ideas or suggestions on how we can do this? Many thanks,
  19. andineupert

    PowerDVD as external player?

    Hey, I configured PowerDVD als external player. I want it to play BD & DVD saved as .iso files. I choosed "Mount" as "Iso support" option and just {PATH} as "Path". The result is: PowerDVD starts but does nothing. It neither shows any available movies (like it does when there's a iso mounted through Win8 or DaemonTools). I also can't find any Isos mounted in Windows Explorer (don't know if I should). Is this just not fully implemented or am I doing something wrong at this point? Thanks for your help!
×
×
  • Create New...