From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Re: Audio/video file playback in org mode Date: Sat, 11 Jun 2011 04:57:59 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVGIq-0002l1-3d for emacs-orgmode@gnu.org; Sat, 11 Jun 2011 01:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVGIo-00023z-VW for emacs-orgmode@gnu.org; Sat, 11 Jun 2011 01:00:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:48755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVGIo-00023b-Mi for emacs-orgmode@gnu.org; Sat, 11 Jun 2011 01:00:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QVGIn-00008q-In for emacs-orgmode@gnu.org; Sat, 11 Jun 2011 07:00:05 +0200 Received: from ip-118-90-119-64.xdsl.xnet.co.nz ([118.90.119.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jun 2011 07:00:05 +0200 Received: from psexton by ip-118-90-119-64.xdsl.xnet.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jun 2011 07:00:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org brian powell gmail.com> writes: > * Something like this; respectively!?:  > > [[shell:mplayer -ss 00:03:21 -endpos 00:06:54 ~/some_podcast.mp3 &]] > [[shell:mplayer -ss 00:03:21 ~/some_podcast.mp3 &]] > [[shell:mplayer ~/some_podcast.mp3 &]] The troubles with using shell commands in hyperlinks: 1. Only works in the operating system and directory structure where you were when you wrote the link; 2. No ability to stop playback, pause, etc, unless you run the program as a GUI, which means (horror!) doing something outside Emacs. > VLC works great for this too. In windows VLC works as a shell command, but doesn't work with Bongo. > P.S. Thanks for the link to BONGO--the EMACS "buffer media player". > I made my own "buffer media player" and have used it for many years; but, BONGO.el is wayly kuul too! You're welcome. Are you aware of EMMS, it seems to be Bongo's main rival (I haven't tried it). Paul