linux media player as default media player for WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gunther Furtado

linux media player as default media player for WINE

Post by Gunther Furtado »

Hi,

First post, so please be nice ; )

I am trying to set my linux vlc as default media player for wine. I am
trying to do that because i use a software called TVAnts to tune tv
channels and I would like to skip one step of the process which is
starting vlc or any other media player and point it to the address of
the stream. something like:

$ vlc http://localhost:16900/1.asf

As I understand from [1] and [2], I have to add something like
[@="\"/usr/bin/vlc\" \"-zoom\" \"%L\""] in the .reg files using
regedit but I can't get exactly what line I should alter.


[1]http://simonatlinux.wordpress.com/2006/ ... -on-linux/
[2]http://www.webupd8.org/2010/03/how-to-m ... -your.html

tia,

--

"...agora, só nos sobrou o futuro...", visto em www.manuchao.net

Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
Jim Hall

linux media player as default media player for WINE

Post by Jim Hall »

On Wed, May 5, 2010 at 11:23 AM, Gunther Furtado <[email protected]>wrote:
Hi,

First post, so please be nice ; )

I am trying to set my linux vlc as default media player for wine. I am
trying to do that because i use a software called TVAnts to tune tv
channels and I would like to skip one step of the process which is
starting vlc or any other media player and point it to the address of
the stream. something like:

$ vlc http://localhost:16900/1.asf

As I understand from [1] and [2], I have to add something like
[@="\"/usr/bin/vlc\" \"-zoom\" \"%L\""] in the .reg files using
regedit but I can't get exactly what line I should alter.


[1]http://simonatlinux.wordpress.com/2006/ ... -on-linux/
[2]http://www.webupd8.org/2010/03/how-to-m ... -your.html

tia,

--
Why not just use the Windoze version of VLC in Wine?
http://appdb.winehq.org/objectManager.p ... n&iId=2923

I believe someone has said it's not a good idea for Wine to access the Linux
file system.

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: linux media player as default media player for WINE

Post by vitamin »

Gunther Furtado wrote:As I understand from [1] and [2], I have to add something like
[@=""/usr/bin/vlc" "-zoom" "%L""] in the .reg files using
regedit but I can't get exactly what line I should alter.
You are looking in the wrong place. http://wiki.winehq.org/FAQ#head-e03d797 ... bc28ad33d4
Locked