bongo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bongo-devel] Re: Bongo and .ts file


From: Daniel Brockman
Subject: Re: [bongo-devel] Re: Bongo and .ts file
Date: Mon, 18 Dec 2006 19:32:05 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Daniel Jensen <address@hidden> writes:

> Here's a tip for those of you who would like to use mplayer without
> Bongo interfering while watching movies, but want Bongo to control
> other mplayer activities.
>
> (defadvice bongo-start-mplayer-player (around non-interactive-movies
>                                               (file-name) activate)
>   "Don't play movie files interactively with mplayer."
>   (let ((bongo-mplayer-interactive
>          (not (bongo-file-name-matches-p file-name
>                                          '(local-file "avi" "mpg")))))
>                                                       ; and so on
>     ad-do-it))

Great tip!  I've been using it for a while.

Here's another one:

Attachment: binjjqmPv5nH6.bin
Description: application/emacs-lisp

-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]