Get the path of song playing in VLC using python script

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I am trying to get the path of song playing in VLC using python script. I have already find out the Process ID of vlc using
pgrep -x vlc
And I can also display the all file descriptors of vlc using
readlink /proc/PID/fd/*
I get many file descriptors after executiong above statement.
I don't know how to get the path of song playing?
shell-script ubuntu scripting file-descriptors vlc
add a comment |Â
up vote
1
down vote
favorite
I am trying to get the path of song playing in VLC using python script. I have already find out the Process ID of vlc using
pgrep -x vlc
And I can also display the all file descriptors of vlc using
readlink /proc/PID/fd/*
I get many file descriptors after executiong above statement.
I don't know how to get the path of song playing?
shell-script ubuntu scripting file-descriptors vlc
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to get the path of song playing in VLC using python script. I have already find out the Process ID of vlc using
pgrep -x vlc
And I can also display the all file descriptors of vlc using
readlink /proc/PID/fd/*
I get many file descriptors after executiong above statement.
I don't know how to get the path of song playing?
shell-script ubuntu scripting file-descriptors vlc
I am trying to get the path of song playing in VLC using python script. I have already find out the Process ID of vlc using
pgrep -x vlc
And I can also display the all file descriptors of vlc using
readlink /proc/PID/fd/*
I get many file descriptors after executiong above statement.
I don't know how to get the path of song playing?
shell-script ubuntu scripting file-descriptors vlc
shell-script ubuntu scripting file-descriptors vlc
edited Sep 23 at 5:01
asked Sep 21 at 21:46
ironman
1116
1116
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f470638%2fget-the-path-of-song-playing-in-vlc-using-python-script%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password