Trouble Using VLC player from buttonbar

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Geiri
Junior Member
Junior Member
Posts: 25
Joined: 2005-02-02, 12:35 UTC

Trouble Using VLC player from buttonbar

Post by *Geiri »

I frequently open VLC media player from the ButtonBar.
After the first video is opened and closed the processes stack up and I need to shut all from Task Manager

I have no ide if this is VLC problem or TC.
Just thought I would share ;)

Image: https://i.postimg.cc/nhvWC9W0/TC1.jpg
User avatar
Stefan2
Power Member
Power Member
Posts: 4193
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Trouble Using VLC player from buttonbar

Post by *Stefan2 »

Perhaps copy & paste your ButtonBar button here as text.






 
User avatar
petermad
Power Member
Power Member
Posts: 14914
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Trouble Using VLC player from buttonbar

Post by *petermad »

2Geiri
What are your VLC settings tor: "Playlist and Instances" ?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Dalai
Power Member
Power Member
Posts: 9461
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Trouble Using VLC player from buttonbar

Post by *Dalai »

Depending on how you call VLC, the parameter --play-and-exit could help.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
petermad
Power Member
Power Member
Posts: 14914
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Trouble Using VLC player from buttonbar

Post by *petermad »

I just call vlc.exe without any parameters and I don't see that problem:

Button code:

Code: Select all

TOTALCMD#BAR#DATA
"c:\Program Files\VideoLAN\VLC\vlc.exe"
%P%N
c:\Program Files\VideoLAN\VLC\vlc.exe
VLC Player
To make the button:
1. Mark the text in the box here above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctrl+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Geiri
Junior Member
Junior Member
Posts: 25
Joined: 2005-02-02, 12:35 UTC

Re: Trouble Using VLC player from buttonbar

Post by *Geiri »

This my Code

Code: Select all

TOTALCMD#BAR#DATA
"c:\Program Files\VideoLAN\VLC\vlc.exe"

c:\Program Files\VideoLAN\VLC\vlc.exe
vlc
c:\Program Files\VideoLAN\VLC\

-1
User avatar
petermad
Power Member
Power Member
Posts: 14914
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Trouble Using VLC player from buttonbar

Post by *petermad »

2Geiri

You don't have the %P%N line (the Parameters field). That means that in order to play in VLC you will either have to drag-and-drop the file you want to play to the button or to the open VLC player, or the player plays a saved play list. Not that would explain the left-behind vlc processes.

What if you right-click the file you want to play and choose open with, and then select the VLC media player - does that also result in left-behind vlc processes?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply