pramodlradder / VLC-media-player-in-background

play VLC media player in background

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VLC-media-player-in-background

play VLC media player in background

Create an object then call the functions

The functions included are:

  • addPlaylist()
  • play()
  • next()
  • pause()
  • previous()
  • stop()
  • mute()
  • unmute()
  • volumeup()
  • volumedown()
  • name()

    If you are having a problem with volume control you can use (import pyautogui) pyautogui.press('volumeup',20).This sets the system volume to 40%.(1 click = 2% volume up)

  • About

    play VLC media player in background


    Languages

    Language:Jupyter Notebook 100.0%